diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 00000000..b7b5adde --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,29 @@ +name: Build and push + +on: + push: + branches: + - "main" + +jobs: + build_and_push: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Set up QEMU + uses: docker/setup-qemu-action@v2 + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v2 + - name: Login to GitHub Container Registry + uses: docker/login-action@v2 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} + - name: Build and push + uses: docker/build-push-action@v4 + with: + push: true + tags: ghcr.io/the-candy-shop/starksheet-monorepo/starksheet-cairo:latest + platforms: linux/amd64,linux/arm/v8 + context: ./packages/starksheet-cairo diff --git a/packages/starksheet-cairo/.dockerignore b/packages/starksheet-cairo/.dockerignore new file mode 100644 index 00000000..05a650bb --- /dev/null +++ b/packages/starksheet-cairo/.dockerignore @@ -0,0 +1,47 @@ +.DS_Store +.temp/ + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# Distribution / packaging +.Python +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +pip-wheel-metadata/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg + +# Unit test / coverage reports +.pytest_cache/ + + +# Environments +.env + +# vscode project settings +.vscode/ +tests/tokens/ +calls.csv +daily_sheets.png +deployments +dust_pilots +notebooks +launch.json +tests +build +assets +allow_list.json diff --git a/packages/starksheet-cairo/Dockerfile b/packages/starksheet-cairo/Dockerfile index 2cc5e07d..c34d2ac5 100644 --- a/packages/starksheet-cairo/Dockerfile +++ b/packages/starksheet-cairo/Dockerfile @@ -1,25 +1,24 @@ -# pull official base image -FROM python:3.9.16-slim-buster +FROM python:3.9.13 -# set work directory in the container -WORKDIR /app - -# set environment variables -ENV PYTHONDONTWRITEBYTECODE 1 -ENV PYTHONUNBUFFERED 1 - -# install system dependencies -RUN apt-get update && apt-get install -y gcc libgmp-dev +# install poetry +RUN curl -sSL https://install.python-poetry.org | python3 - +ENV PATH="$PATH:/root/.local/bin" +RUN poetry config virtualenvs.create false -# install python dependencies -RUN pip install --upgrade pip -RUN pip install poetry - -# copy project -COPY . /app/ +# install madara swap +WORKDIR /app +COPY poetry.lock . +COPY pyproject.toml . +COPY scripts ./scripts +COPY README.md . +RUN poetry install +# split install in two steps to leverage docker cache +COPY . . +RUN poetry install -# install dependencies -RUN poetry install --no-interaction --no-ansi +# Build contracts +RUN python scripts/starksheet_compile.py -# command to run on container start -CMD ["poetry", "run", "python", "deploy/starksheet.py"] +# Deploy madara swap +ENV STARKNET_NETWORK=sharingan +CMD ["python", "scripts/starksheet_deploy.py"] diff --git a/packages/starksheet-cairo/build/BasicCellRenderer_abi.json b/packages/starksheet-cairo/build/BasicCellRenderer_abi.json deleted file mode 100644 index 8006c3e9..00000000 --- a/packages/starksheet-cairo/build/BasicCellRenderer_abi.json +++ /dev/null @@ -1,48 +0,0 @@ -[ - { - "inputs": [ - { - "name": "token_id", - "type": "felt" - } - ], - "name": "number_to_index", - "outputs": [ - { - "name": "res", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "token_id", - "type": "felt" - }, - { - "name": "value", - "type": "felt" - }, - { - "name": "name", - "type": "felt" - } - ], - "name": "token_uri", - "outputs": [ - { - "name": "token_uri_len", - "type": "felt" - }, - { - "name": "token_uri", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - } -] diff --git a/packages/starksheet-cairo/build/Counter.json b/packages/starksheet-cairo/build/Counter.json deleted file mode 100644 index 6462bcc1..00000000 --- a/packages/starksheet-cairo/build/Counter.json +++ /dev/null @@ -1,3379 +0,0 @@ -{ - "abi": [ - { - "members": [ - { - "name": "low", - "offset": 0, - "type": "felt" - }, - { - "name": "high", - "offset": 1, - "type": "felt" - } - ], - "name": "Uint256", - "size": 2, - "type": "struct" - }, - { - "data": [ - { - "name": "from_", - "type": "felt" - }, - { - "name": "to", - "type": "felt" - }, - { - "name": "value", - "type": "Uint256" - } - ], - "keys": [], - "name": "Transfer", - "type": "event" - }, - { - "data": [ - { - "name": "owner", - "type": "felt" - }, - { - "name": "spender", - "type": "felt" - }, - { - "name": "value", - "type": "Uint256" - } - ], - "keys": [], - "name": "Approval", - "type": "event" - }, - { - "data": [ - { - "name": "previousOwner", - "type": "felt" - }, - { - "name": "newOwner", - "type": "felt" - } - ], - "keys": [], - "name": "OwnershipTransferred", - "type": "event" - }, - { - "inputs": [], - "name": "constructor", - "outputs": [], - "type": "constructor" - }, - { - "inputs": [], - "name": "inc", - "outputs": [], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "count", - "outputs": [ - { - "name": "c", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "dev", - "outputs": [], - "stateMutability": "view", - "type": "function" - } - ], - "entry_points_by_type": { - "CONSTRUCTOR": [ - { - "offset": "0xa9", - "selector": "0x28ffe4ff0f226a9107253e17a904099aa4f63a02a5621de0576e5aa71bc5194" - } - ], - "EXTERNAL": [ - { - "offset": "0xe3", - "selector": "0x2306b6ab1b4c67429442feb1e6d238135a6cfcaa471a01b0e336f01b048e38" - }, - { - "offset": "0xff", - "selector": "0x39470ac0df380f209de1c800185565472402517515e8e60ed2662ef3c4ccc3a" - }, - { - "offset": "0xc5", - "selector": "0x3b82f69851fa1625b367ea6c116252a84257da483dcec4d4e4bc270eb5c70a7" - } - ], - "L1_HANDLER": [] - }, - "program": { - "attributes": [], - "builtins": [ - "pedersen", - "range_check" - ], - "compiler_version": "0.11.2", - "data": [ - "0x480680017fff8000", - "0x47657443616c6c657241646472657373", - "0x400280007ffd7fff", - "0x482680017ffd8000", - "0x2", - "0x480280017ffd8000", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x53746f7261676552656164", - "0x400280007ffc7fff", - "0x400380017ffc7ffd", - "0x482680017ffc8000", - "0x3", - "0x480280027ffc8000", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x53746f726167655772697465", - "0x400280007ffb7fff", - "0x400380017ffb7ffc", - "0x400380027ffb7ffd", - "0x482680017ffb8000", - "0x3", - "0x208b7fff7fff7ffe", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x484480017fff8000", - "0x2aaaaaaaaaaaab05555555555555556", - "0x48307fff7ffd8000", - "0x480280027ffb8000", - "0x480280037ffb8000", - "0x484480017fff8000", - "0x4000000000000088000000000000001", - "0x48307fff7ffd8000", - "0xa0680017fff8000", - "0xe", - "0x480680017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x48287ffc80007fff", - "0x40307ffc7ff87fff", - "0x48297ffd80007ffc", - "0x482680017ffd8000", - "0x1", - "0x48507fff7ffe8000", - "0x40507ff97ff57fff", - "0x482680017ffb8000", - "0x4", - "0x208b7fff7fff7ffe", - "0xa0680017fff8000", - "0xc", - "0x480680017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x48287ffd80007fff", - "0x48327fff7ffc8000", - "0x40307ffa7ff67fff", - "0x48527ffe7ffc8000", - "0x40507ff97ff57fff", - "0x482680017ffb8000", - "0x4", - "0x208b7fff7fff7ffe", - "0x40317ffd7ff97ffd", - "0x48297ffc80007ffd", - "0x48527fff7ffc8000", - "0x40507ffb7ff77fff", - "0x40780017fff7fff", - "0x2", - "0x482680017ffb8000", - "0x4", - "0x208b7fff7fff7ffe", - "0xa0680017fff8000", - "0xa", - "0x400380007ffc7ffd", - "0x40780017fff7fff", - "0x14", - "0x482680017ffc8000", - "0x1", - "0x480680017fff8000", - "0x1", - "0x208b7fff7fff7ffe", - "0xa0680017fff8000", - "0xe", - "0x484680017ffd8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x482480017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x400280007ffc7fff", - "0x40780017fff7fff", - "0x11", - "0x482680017ffc8000", - "0x1", - "0x480680017fff8000", - "0x0", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480680017fff8000", - "0x100000000000000000000000000000000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffb8", - "0x480680017fff8000", - "0x0", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x48297ffc80007ffd", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffde", - "0x208b7fff7fff7ffe", - "0x48297ffd80007ffb", - "0x20680017fff7fff", - "0x9", - "0x480a7ff97fff8000", - "0x482680017ffa8000", - "0x1", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff5", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x482680017ffb8000", - "0x1", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffeb", - "0x480680017fff8000", - "0x1", - "0x48127ffd7fff8000", - "0x48307ffd80007ffe", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x1afeeaff0ed5cee7d05a21078399c2f56226b0cd5657062500cef4c4e736f85", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffa", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff76", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff70", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff9", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd2", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x482480017ffc8000", - "0x1", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd8", - "0x208b7fff7fff7ffe", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff0", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffb6", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffc", - "0x4826800180008000", - "0x1", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff1", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff98", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x482480017ffc8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff9e", - "0x208b7fff7fff7ffe", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff0", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe" - ], - "debug_info": null, - "hints": { - "3": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "code": "syscall_handler.get_caller_address(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 0, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.get_caller_address.syscall_ptr": 0 - } - } - } - ], - "11": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "code": "syscall_handler.storage_read(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 1, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.storage_read.syscall_ptr": 1 - } - } - } - ], - "20": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "code": "syscall_handler.storage_write(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 2, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.storage_write.syscall_ptr": 2 - } - } - } - ], - "23": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "code": "import itertools\n\nfrom starkware.cairo.common.math_utils import assert_integer\nassert_integer(ids.a)\nassert_integer(ids.b)\na = ids.a % PRIME\nb = ids.b % PRIME\nassert a <= b, f'a = {a} is not less than or equal to b = {b}.'\n\n# Find an arc less than PRIME / 3, and another less than PRIME / 2.\nlengths_and_indices = [(a, 0), (b - a, 1), (PRIME - 1 - b, 2)]\nlengths_and_indices.sort()\nassert lengths_and_indices[0][0] <= PRIME // 3 and lengths_and_indices[1][0] <= PRIME // 2\nexcluded = lengths_and_indices[2][1]\n\nmemory[ids.range_check_ptr + 1], memory[ids.range_check_ptr + 0] = (\n divmod(lengths_and_indices[0][0], ids.PRIME_OVER_3_HIGH))\nmemory[ids.range_check_ptr + 3], memory[ids.range_check_ptr + 2] = (\n divmod(lengths_and_indices[1][0], ids.PRIME_OVER_2_HIGH))", - "flow_tracking_data": { - "ap_tracking": { - "group": 3, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.assert_le_felt.a": 3, - "starkware.cairo.common.math.assert_le_felt.b": 4, - "starkware.cairo.common.math.assert_le_felt.range_check_ptr": 5 - } - } - } - ], - "33": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "code": "memory[ap] = 1 if excluded != 0 else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 3, - "offset": 8 - }, - "reference_ids": {} - } - } - ], - "47": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "code": "memory[ap] = 1 if excluded != 1 else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 3, - "offset": 9 - }, - "reference_ids": {} - } - } - ], - "59": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "code": "assert excluded == 2", - "flow_tracking_data": { - "ap_tracking": { - "group": 3, - "offset": 10 - }, - "reference_ids": {} - } - } - ], - "68": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "code": "memory[ap] = 0 if 0 <= (ids.a % PRIME) < range_check_builtin.bound else 1", - "flow_tracking_data": { - "ap_tracking": { - "group": 4, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math_cmp.is_nn.a": 6 - } - } - } - ], - "78": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "code": "memory[ap] = 0 if 0 <= ((-ids.a - 1) % PRIME) < range_check_builtin.bound else 1", - "flow_tracking_data": { - "ap_tracking": { - "group": 4, - "offset": 1 - }, - "reference_ids": { - "starkware.cairo.common.math_cmp.is_nn.a": 6 - } - } - } - ], - "175": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 12, - "offset": 8 - }, - "reference_ids": {} - } - } - ], - "203": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.inc" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 14, - "offset": 50 - }, - "reference_ids": {} - } - } - ], - "218": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.count_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 16, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "261": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.dev" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 19, - "offset": 50 - }, - "reference_ids": {} - } - } - ] - }, - "identifiers": { - "__main__.ERC20": { - "destination": "openzeppelin.token.erc20.library.ERC20", - "type": "alias" - }, - "__main__.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "__main__.Ownable": { - "destination": "openzeppelin.access.ownable.library.Ownable", - "type": "alias" - }, - "__main__.TRUE": { - "destination": "starkware.cairo.common.bool.TRUE", - "type": "alias" - }, - "__main__.Uint256": { - "destination": "starkware.cairo.common.uint256.Uint256", - "type": "alias" - }, - "__main__.constructor": { - "decorators": [ - "constructor" - ], - "pc": 165, - "type": "function" - }, - "__main__.constructor.Args": { - "full_name": "__main__.constructor.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.constructor.ImplicitArgs": { - "full_name": "__main__.constructor.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.constructor.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.constructor.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.count": { - "decorators": [ - "view" - ], - "pc": 212, - "type": "function" - }, - "__main__.count.Args": { - "full_name": "__main__.count.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.count.ImplicitArgs": { - "full_name": "__main__.count.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.count.Return": { - "cairo_type": "(c: felt)", - "type": "type_definition" - }, - "__main__.count.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.dev": { - "decorators": [ - "view" - ], - "pc": 242, - "type": "function" - }, - "__main__.dev.Args": { - "full_name": "__main__.dev.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.dev.ImplicitArgs": { - "full_name": "__main__.dev.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.dev.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.dev.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.get_caller_address": { - "destination": "starkware.starknet.common.syscalls.get_caller_address", - "type": "alias" - }, - "__main__.inc": { - "decorators": [ - "view" - ], - "pc": 184, - "type": "function" - }, - "__main__.inc.Args": { - "full_name": "__main__.inc.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.inc.ImplicitArgs": { - "full_name": "__main__.inc.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.inc.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.inc.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.uint256_le": { - "destination": "starkware.cairo.common.uint256.uint256_le", - "type": "alias" - }, - "__main__.value": { - "type": "namespace" - }, - "__main__.value.Args": { - "full_name": "__main__.value.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.value.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "__main__.value.ImplicitArgs": { - "full_name": "__main__.value.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.value.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.value.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.value.addr": { - "decorators": [], - "pc": 135, - "type": "function" - }, - "__main__.value.addr.Args": { - "full_name": "__main__.value.addr.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.value.addr.ImplicitArgs": { - "full_name": "__main__.value.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "__main__.value.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "__main__.value.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.value.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "__main__.value.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "__main__.value.read": { - "decorators": [], - "pc": 140, - "type": "function" - }, - "__main__.value.read.Args": { - "full_name": "__main__.value.read.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.value.read.ImplicitArgs": { - "full_name": "__main__.value.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.value.read.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "__main__.value.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.value.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "__main__.value.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "__main__.value.write": { - "decorators": [], - "pc": 153, - "type": "function" - }, - "__main__.value.write.Args": { - "full_name": "__main__.value.write.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__.value.write.ImplicitArgs": { - "full_name": "__main__.value.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.value.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.value.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.constructor": { - "decorators": [ - "constructor" - ], - "pc": 169, - "type": "function" - }, - "__wrappers__.constructor.Args": { - "full_name": "__wrappers__.constructor.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.constructor.ImplicitArgs": { - "full_name": "__wrappers__.constructor.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.constructor.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.constructor.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.constructor.__wrapped_func": { - "destination": "__main__.constructor", - "type": "alias" - }, - "__wrappers__.constructor_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.count": { - "decorators": [ - "view" - ], - "pc": 227, - "type": "function" - }, - "__wrappers__.count.Args": { - "full_name": "__wrappers__.count.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.count.ImplicitArgs": { - "full_name": "__wrappers__.count.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.count.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.count.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.count.__wrapped_func": { - "destination": "__main__.count", - "type": "alias" - }, - "__wrappers__.count_encode_return": { - "decorators": [], - "pc": 218, - "type": "function" - }, - "__wrappers__.count_encode_return.Args": { - "full_name": "__wrappers__.count_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "ret_value": { - "cairo_type": "(c: felt)", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__wrappers__.count_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.count_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.count_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.count_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.count_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.dev": { - "decorators": [ - "view" - ], - "pc": 255, - "type": "function" - }, - "__wrappers__.dev.Args": { - "full_name": "__wrappers__.dev.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.dev.ImplicitArgs": { - "full_name": "__wrappers__.dev.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.dev.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.dev.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.dev.__wrapped_func": { - "destination": "__main__.dev", - "type": "alias" - }, - "__wrappers__.dev_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.inc": { - "decorators": [ - "view" - ], - "pc": 197, - "type": "function" - }, - "__wrappers__.inc.Args": { - "full_name": "__wrappers__.inc.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.inc.ImplicitArgs": { - "full_name": "__wrappers__.inc.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.inc.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.inc.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.inc.__wrapped_func": { - "destination": "__main__.inc", - "type": "alias" - }, - "__wrappers__.inc_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "openzeppelin.access.ownable.library.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable": { - "type": "namespace" - }, - "openzeppelin.access.ownable.library.Ownable.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable_owner": { - "type": "namespace" - }, - "openzeppelin.access.ownable.library.Ownable_owner.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable_owner.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable_owner.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable_owner.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable_owner.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable_owner.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable_owner.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred": { - "type": "namespace" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.Args": { - "full_name": "openzeppelin.access.ownable.library.OwnershipTransferred.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.OwnershipTransferred.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.SELECTOR": { - "type": "const", - "value": 553132481214675521502977957974509639062080100631756862105218886163371506175 - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.emit_event": { - "destination": "starkware.starknet.common.syscalls.emit_event", - "type": "alias" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "openzeppelin.access.ownable.library.assert_not_zero": { - "destination": "starkware.cairo.common.math.assert_not_zero", - "type": "alias" - }, - "openzeppelin.access.ownable.library.get_caller_address": { - "destination": "starkware.starknet.common.syscalls.get_caller_address", - "type": "alias" - }, - "openzeppelin.security.safemath.library.FALSE": { - "destination": "starkware.cairo.common.bool.FALSE", - "type": "alias" - }, - "openzeppelin.security.safemath.library.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.security.safemath.library.SafeUint256": { - "type": "namespace" - }, - "openzeppelin.security.safemath.library.SafeUint256.Args": { - "full_name": "openzeppelin.security.safemath.library.SafeUint256.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.security.safemath.library.SafeUint256.ImplicitArgs": { - "full_name": "openzeppelin.security.safemath.library.SafeUint256.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.security.safemath.library.SafeUint256.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.security.safemath.library.SafeUint256.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.security.safemath.library.TRUE": { - "destination": "starkware.cairo.common.bool.TRUE", - "type": "alias" - }, - "openzeppelin.security.safemath.library.Uint256": { - "destination": "starkware.cairo.common.uint256.Uint256", - "type": "alias" - }, - "openzeppelin.security.safemath.library.uint256_add": { - "destination": "starkware.cairo.common.uint256.uint256_add", - "type": "alias" - }, - "openzeppelin.security.safemath.library.uint256_check": { - "destination": "starkware.cairo.common.uint256.uint256_check", - "type": "alias" - }, - "openzeppelin.security.safemath.library.uint256_eq": { - "destination": "starkware.cairo.common.uint256.uint256_eq", - "type": "alias" - }, - "openzeppelin.security.safemath.library.uint256_le": { - "destination": "starkware.cairo.common.uint256.uint256_le", - "type": "alias" - }, - "openzeppelin.security.safemath.library.uint256_lt": { - "destination": "starkware.cairo.common.uint256.uint256_lt", - "type": "alias" - }, - "openzeppelin.security.safemath.library.uint256_mul": { - "destination": "starkware.cairo.common.uint256.uint256_mul", - "type": "alias" - }, - "openzeppelin.security.safemath.library.uint256_sub": { - "destination": "starkware.cairo.common.uint256.uint256_sub", - "type": "alias" - }, - "openzeppelin.security.safemath.library.uint256_unsigned_div_rem": { - "destination": "starkware.cairo.common.uint256.uint256_unsigned_div_rem", - "type": "alias" - }, - "openzeppelin.token.erc20.library.Approval": { - "type": "namespace" - }, - "openzeppelin.token.erc20.library.Approval.Args": { - "full_name": "openzeppelin.token.erc20.library.Approval.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc20.library.Approval.ImplicitArgs": { - "full_name": "openzeppelin.token.erc20.library.Approval.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc20.library.Approval.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc20.library.Approval.SELECTOR": { - "type": "const", - "value": 544914742286571513055574265148471203182105283038408585630116262969508767999 - }, - "openzeppelin.token.erc20.library.Approval.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc20.library.Approval.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "openzeppelin.token.erc20.library.Approval.emit_event": { - "destination": "starkware.starknet.common.syscalls.emit_event", - "type": "alias" - }, - "openzeppelin.token.erc20.library.Approval.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20": { - "type": "namespace" - }, - "openzeppelin.token.erc20.library.ERC20.Args": { - "full_name": "openzeppelin.token.erc20.library.ERC20.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc20.library.ERC20.ImplicitArgs": { - "full_name": "openzeppelin.token.erc20.library.ERC20.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc20.library.ERC20.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc20.library.ERC20.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc20.library.ERC20_allowances": { - "type": "namespace" - }, - "openzeppelin.token.erc20.library.ERC20_allowances.Args": { - "full_name": "openzeppelin.token.erc20.library.ERC20_allowances.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc20.library.ERC20_allowances.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_allowances.ImplicitArgs": { - "full_name": "openzeppelin.token.erc20.library.ERC20_allowances.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc20.library.ERC20_allowances.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc20.library.ERC20_allowances.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc20.library.ERC20_allowances.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_allowances.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_allowances.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_allowances.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_balances": { - "type": "namespace" - }, - "openzeppelin.token.erc20.library.ERC20_balances.Args": { - "full_name": "openzeppelin.token.erc20.library.ERC20_balances.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc20.library.ERC20_balances.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_balances.ImplicitArgs": { - "full_name": "openzeppelin.token.erc20.library.ERC20_balances.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc20.library.ERC20_balances.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc20.library.ERC20_balances.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc20.library.ERC20_balances.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_balances.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_balances.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_balances.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_decimals": { - "type": "namespace" - }, - "openzeppelin.token.erc20.library.ERC20_decimals.Args": { - "full_name": "openzeppelin.token.erc20.library.ERC20_decimals.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc20.library.ERC20_decimals.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_decimals.ImplicitArgs": { - "full_name": "openzeppelin.token.erc20.library.ERC20_decimals.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc20.library.ERC20_decimals.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc20.library.ERC20_decimals.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc20.library.ERC20_decimals.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_decimals.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_decimals.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_decimals.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_name": { - "type": "namespace" - }, - "openzeppelin.token.erc20.library.ERC20_name.Args": { - "full_name": "openzeppelin.token.erc20.library.ERC20_name.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc20.library.ERC20_name.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_name.ImplicitArgs": { - "full_name": "openzeppelin.token.erc20.library.ERC20_name.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc20.library.ERC20_name.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc20.library.ERC20_name.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc20.library.ERC20_name.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_name.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_name.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_name.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_symbol": { - "type": "namespace" - }, - "openzeppelin.token.erc20.library.ERC20_symbol.Args": { - "full_name": "openzeppelin.token.erc20.library.ERC20_symbol.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc20.library.ERC20_symbol.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_symbol.ImplicitArgs": { - "full_name": "openzeppelin.token.erc20.library.ERC20_symbol.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc20.library.ERC20_symbol.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc20.library.ERC20_symbol.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc20.library.ERC20_symbol.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_symbol.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_symbol.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_symbol.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_total_supply": { - "type": "namespace" - }, - "openzeppelin.token.erc20.library.ERC20_total_supply.Args": { - "full_name": "openzeppelin.token.erc20.library.ERC20_total_supply.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc20.library.ERC20_total_supply.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_total_supply.ImplicitArgs": { - "full_name": "openzeppelin.token.erc20.library.ERC20_total_supply.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc20.library.ERC20_total_supply.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc20.library.ERC20_total_supply.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc20.library.ERC20_total_supply.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_total_supply.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_total_supply.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.token.erc20.library.ERC20_total_supply.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.token.erc20.library.FALSE": { - "destination": "starkware.cairo.common.bool.FALSE", - "type": "alias" - }, - "openzeppelin.token.erc20.library.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.token.erc20.library.SafeUint256": { - "destination": "openzeppelin.security.safemath.library.SafeUint256", - "type": "alias" - }, - "openzeppelin.token.erc20.library.TRUE": { - "destination": "starkware.cairo.common.bool.TRUE", - "type": "alias" - }, - "openzeppelin.token.erc20.library.Transfer": { - "type": "namespace" - }, - "openzeppelin.token.erc20.library.Transfer.Args": { - "full_name": "openzeppelin.token.erc20.library.Transfer.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc20.library.Transfer.ImplicitArgs": { - "full_name": "openzeppelin.token.erc20.library.Transfer.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc20.library.Transfer.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc20.library.Transfer.SELECTOR": { - "type": "const", - "value": 271746229759260285552388728919865295615886751538523744128730118297934206697 - }, - "openzeppelin.token.erc20.library.Transfer.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc20.library.Transfer.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "openzeppelin.token.erc20.library.Transfer.emit_event": { - "destination": "starkware.starknet.common.syscalls.emit_event", - "type": "alias" - }, - "openzeppelin.token.erc20.library.Transfer.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "openzeppelin.token.erc20.library.UINT8_MAX": { - "destination": "openzeppelin.utils.constants.library.UINT8_MAX", - "type": "alias" - }, - "openzeppelin.token.erc20.library.Uint256": { - "destination": "starkware.cairo.common.uint256.Uint256", - "type": "alias" - }, - "openzeppelin.token.erc20.library.assert_le": { - "destination": "starkware.cairo.common.math.assert_le", - "type": "alias" - }, - "openzeppelin.token.erc20.library.assert_not_zero": { - "destination": "starkware.cairo.common.math.assert_not_zero", - "type": "alias" - }, - "openzeppelin.token.erc20.library.get_caller_address": { - "destination": "starkware.starknet.common.syscalls.get_caller_address", - "type": "alias" - }, - "openzeppelin.token.erc20.library.uint256_check": { - "destination": "starkware.cairo.common.uint256.uint256_check", - "type": "alias" - }, - "openzeppelin.token.erc20.library.uint256_eq": { - "destination": "starkware.cairo.common.uint256.uint256_eq", - "type": "alias" - }, - "openzeppelin.token.erc20.library.uint256_not": { - "destination": "starkware.cairo.common.uint256.uint256_not", - "type": "alias" - }, - "openzeppelin.utils.constants.library.DEFAULT_ADMIN_ROLE": { - "type": "const", - "value": 0 - }, - "openzeppelin.utils.constants.library.IACCESSCONTROL_ID": { - "type": "const", - "value": 2036718347 - }, - "openzeppelin.utils.constants.library.IACCOUNT_ID": { - "type": "const", - "value": 2792084853 - }, - "openzeppelin.utils.constants.library.IERC1155_ID": { - "type": "const", - "value": 3652614694 - }, - "openzeppelin.utils.constants.library.IERC1155_METADATA_ID": { - "type": "const", - "value": 243872796 - }, - "openzeppelin.utils.constants.library.IERC1155_RECEIVER_ID": { - "type": "const", - "value": 1310921440 - }, - "openzeppelin.utils.constants.library.IERC165_ID": { - "type": "const", - "value": 33540519 - }, - "openzeppelin.utils.constants.library.IERC721_ENUMERABLE_ID": { - "type": "const", - "value": 2014223715 - }, - "openzeppelin.utils.constants.library.IERC721_ID": { - "type": "const", - "value": 2158778573 - }, - "openzeppelin.utils.constants.library.IERC721_METADATA_ID": { - "type": "const", - "value": 1532892063 - }, - "openzeppelin.utils.constants.library.IERC721_RECEIVER_ID": { - "type": "const", - "value": 353073666 - }, - "openzeppelin.utils.constants.library.INVALID_ID": { - "type": "const", - "value": 4294967295 - }, - "openzeppelin.utils.constants.library.ON_ERC1155_BATCH_RECEIVED_SELECTOR": { - "type": "const", - "value": 3155786881 - }, - "openzeppelin.utils.constants.library.ON_ERC1155_RECEIVED_SELECTOR": { - "type": "const", - "value": 4063915617 - }, - "openzeppelin.utils.constants.library.TRANSACTION_VERSION": { - "type": "const", - "value": 1 - }, - "openzeppelin.utils.constants.library.UINT8_MAX": { - "type": "const", - "value": 255 - }, - "starkware.cairo.common.bitwise.ALL_ONES": { - "type": "const", - "value": -106710729501573572985208420194530329073740042555888586719234 - }, - "starkware.cairo.common.bitwise.BitwiseBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin", - "type": "alias" - }, - "starkware.cairo.common.bool.FALSE": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.bool.TRUE": { - "type": "const", - "value": 1 - }, - "starkware.cairo.common.cairo_builtins.BitwiseBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin", - "members": { - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "x_and_y": { - "cairo_type": "felt", - "offset": 2 - }, - "x_or_y": { - "cairo_type": "felt", - "offset": 4 - }, - "x_xor_y": { - "cairo_type": "felt", - "offset": 3 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.EcOpBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.EcOpBuiltin", - "members": { - "m": { - "cairo_type": "felt", - "offset": 4 - }, - "p": { - "cairo_type": "starkware.cairo.common.ec_point.EcPoint", - "offset": 0 - }, - "q": { - "cairo_type": "starkware.cairo.common.ec_point.EcPoint", - "offset": 2 - }, - "r": { - "cairo_type": "starkware.cairo.common.ec_point.EcPoint", - "offset": 5 - } - }, - "size": 7, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.EcPoint": { - "destination": "starkware.cairo.common.ec_point.EcPoint", - "type": "alias" - }, - "starkware.cairo.common.cairo_builtins.HashBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "members": { - "result": { - "cairo_type": "felt", - "offset": 2 - }, - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.KeccakBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.KeccakBuiltin", - "members": { - "input": { - "cairo_type": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "offset": 0 - }, - "output": { - "cairo_type": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "offset": 8 - } - }, - "size": 16, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.KeccakBuiltinState": { - "destination": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "type": "alias" - }, - "starkware.cairo.common.cairo_builtins.PoseidonBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.PoseidonBuiltin", - "members": { - "input": { - "cairo_type": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "offset": 0 - }, - "output": { - "cairo_type": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "offset": 3 - } - }, - "size": 6, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.PoseidonBuiltinState": { - "destination": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "type": "alias" - }, - "starkware.cairo.common.cairo_builtins.SignatureBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.SignatureBuiltin", - "members": { - "message": { - "cairo_type": "felt", - "offset": 1 - }, - "pub_key": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.dict_access.DictAccess": { - "full_name": "starkware.cairo.common.dict_access.DictAccess", - "members": { - "key": { - "cairo_type": "felt", - "offset": 0 - }, - "new_value": { - "cairo_type": "felt", - "offset": 2 - }, - "prev_value": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.ec_point.EcPoint": { - "full_name": "starkware.cairo.common.ec_point.EcPoint", - "members": { - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.hash.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "starkware.cairo.common.keccak_state.KeccakBuiltinState": { - "full_name": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "members": { - "s0": { - "cairo_type": "felt", - "offset": 0 - }, - "s1": { - "cairo_type": "felt", - "offset": 1 - }, - "s2": { - "cairo_type": "felt", - "offset": 2 - }, - "s3": { - "cairo_type": "felt", - "offset": 3 - }, - "s4": { - "cairo_type": "felt", - "offset": 4 - }, - "s5": { - "cairo_type": "felt", - "offset": 5 - }, - "s6": { - "cairo_type": "felt", - "offset": 6 - }, - "s7": { - "cairo_type": "felt", - "offset": 7 - } - }, - "size": 8, - "type": "struct" - }, - "starkware.cairo.common.math.FALSE": { - "destination": "starkware.cairo.common.bool.FALSE", - "type": "alias" - }, - "starkware.cairo.common.math.TRUE": { - "destination": "starkware.cairo.common.bool.TRUE", - "type": "alias" - }, - "starkware.cairo.common.math.assert_le_felt": { - "decorators": [ - "known_ap_change" - ], - "pc": 23, - "type": "function" - }, - "starkware.cairo.common.math.assert_le_felt.Args": { - "full_name": "starkware.cairo.common.math.assert_le_felt.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - }, - "b": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.math.assert_le_felt.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.assert_le_felt.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_le_felt.PRIME_OVER_2_HIGH": { - "type": "const", - "value": 5316911983139663648412552867652567041 - }, - "starkware.cairo.common.math.assert_le_felt.PRIME_OVER_3_HIGH": { - "type": "const", - "value": 3544607988759775765608368578435044694 - }, - "starkware.cairo.common.math.assert_le_felt.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.math.assert_le_felt.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.assert_le_felt.a": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_le_felt.a", - "references": [ - { - "ap_tracking_data": { - "group": 3, - "offset": 0 - }, - "pc": 23, - "value": "[cast(fp + (-4), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_le_felt.b": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_le_felt.b", - "references": [ - { - "ap_tracking_data": { - "group": 3, - "offset": 0 - }, - "pc": 23, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_le_felt.range_check_ptr": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_le_felt.range_check_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 3, - "offset": 0 - }, - "pc": 23, - "value": "[cast(fp + (-5), felt*)]" - }, - { - "ap_tracking_data": { - "group": 3, - "offset": 8 - }, - "pc": 33, - "value": "cast([fp + (-5)] + 4, felt)" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_le_felt.skip_exclude_a": { - "pc": 47, - "type": "label" - }, - "starkware.cairo.common.math.assert_le_felt.skip_exclude_b_minus_a": { - "pc": 59, - "type": "label" - }, - "starkware.cairo.common.math_cmp.RC_BOUND": { - "type": "const", - "value": 340282366920938463463374607431768211456 - }, - "starkware.cairo.common.math_cmp.assert_le_felt": { - "destination": "starkware.cairo.common.math.assert_le_felt", - "type": "alias" - }, - "starkware.cairo.common.math_cmp.assert_lt_felt": { - "destination": "starkware.cairo.common.math.assert_lt_felt", - "type": "alias" - }, - "starkware.cairo.common.math_cmp.is_le": { - "decorators": [ - "known_ap_change" - ], - "pc": 101, - "type": "function" - }, - "starkware.cairo.common.math_cmp.is_le.Args": { - "full_name": "starkware.cairo.common.math_cmp.is_le.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - }, - "b": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_le.ImplicitArgs": { - "full_name": "starkware.cairo.common.math_cmp.is_le.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_le.Return": { - "cairo_type": "felt", - "type": "type_definition" - }, - "starkware.cairo.common.math_cmp.is_le.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math_cmp.is_nn": { - "decorators": [ - "known_ap_change" - ], - "pc": 68, - "type": "function" - }, - "starkware.cairo.common.math_cmp.is_nn.Args": { - "full_name": "starkware.cairo.common.math_cmp.is_nn.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_nn.ImplicitArgs": { - "full_name": "starkware.cairo.common.math_cmp.is_nn.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_nn.Return": { - "cairo_type": "felt", - "type": "type_definition" - }, - "starkware.cairo.common.math_cmp.is_nn.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math_cmp.is_nn.a": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math_cmp.is_nn.a", - "references": [ - { - "ap_tracking_data": { - "group": 4, - "offset": 0 - }, - "pc": 68, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math_cmp.is_nn.need_felt_comparison": { - "pc": 92, - "type": "label" - }, - "starkware.cairo.common.math_cmp.is_nn.out_of_range": { - "pc": 78, - "type": "label" - }, - "starkware.cairo.common.poseidon_state.PoseidonBuiltinState": { - "full_name": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "members": { - "s0": { - "cairo_type": "felt", - "offset": 0 - }, - "s1": { - "cairo_type": "felt", - "offset": 1 - }, - "s2": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.pow.assert_le": { - "destination": "starkware.cairo.common.math.assert_le", - "type": "alias" - }, - "starkware.cairo.common.pow.get_ap": { - "destination": "starkware.cairo.common.registers.get_ap", - "type": "alias" - }, - "starkware.cairo.common.pow.get_fp_and_pc": { - "destination": "starkware.cairo.common.registers.get_fp_and_pc", - "type": "alias" - }, - "starkware.cairo.common.registers.get_ap": { - "destination": "starkware.cairo.lang.compiler.lib.registers.get_ap", - "type": "alias" - }, - "starkware.cairo.common.registers.get_fp_and_pc": { - "destination": "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc", - "type": "alias" - }, - "starkware.cairo.common.uint256.ALL_ONES": { - "type": "const", - "value": 340282366920938463463374607431768211455 - }, - "starkware.cairo.common.uint256.BitwiseBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin", - "type": "alias" - }, - "starkware.cairo.common.uint256.HALF_SHIFT": { - "type": "const", - "value": 18446744073709551616 - }, - "starkware.cairo.common.uint256.SHIFT": { - "type": "const", - "value": 340282366920938463463374607431768211456 - }, - "starkware.cairo.common.uint256.Uint256": { - "full_name": "starkware.cairo.common.uint256.Uint256", - "members": { - "high": { - "cairo_type": "felt", - "offset": 1 - }, - "low": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.uint256.assert_in_range": { - "destination": "starkware.cairo.common.math.assert_in_range", - "type": "alias" - }, - "starkware.cairo.common.uint256.assert_le": { - "destination": "starkware.cairo.common.math.assert_le", - "type": "alias" - }, - "starkware.cairo.common.uint256.assert_nn_le": { - "destination": "starkware.cairo.common.math.assert_nn_le", - "type": "alias" - }, - "starkware.cairo.common.uint256.assert_not_zero": { - "destination": "starkware.cairo.common.math.assert_not_zero", - "type": "alias" - }, - "starkware.cairo.common.uint256.bitwise_and": { - "destination": "starkware.cairo.common.bitwise.bitwise_and", - "type": "alias" - }, - "starkware.cairo.common.uint256.bitwise_or": { - "destination": "starkware.cairo.common.bitwise.bitwise_or", - "type": "alias" - }, - "starkware.cairo.common.uint256.bitwise_xor": { - "destination": "starkware.cairo.common.bitwise.bitwise_xor", - "type": "alias" - }, - "starkware.cairo.common.uint256.get_ap": { - "destination": "starkware.cairo.common.registers.get_ap", - "type": "alias" - }, - "starkware.cairo.common.uint256.get_fp_and_pc": { - "destination": "starkware.cairo.common.registers.get_fp_and_pc", - "type": "alias" - }, - "starkware.cairo.common.uint256.is_le": { - "destination": "starkware.cairo.common.math_cmp.is_le", - "type": "alias" - }, - "starkware.cairo.common.uint256.pow": { - "destination": "starkware.cairo.common.pow.pow", - "type": "alias" - }, - "starkware.cairo.common.uint256.uint256_le": { - "decorators": [], - "pc": 123, - "type": "function" - }, - "starkware.cairo.common.uint256.uint256_le.Args": { - "full_name": "starkware.cairo.common.uint256.uint256_le.Args", - "members": { - "a": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - }, - "b": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 2 - } - }, - "size": 4, - "type": "struct" - }, - "starkware.cairo.common.uint256.uint256_le.ImplicitArgs": { - "full_name": "starkware.cairo.common.uint256.uint256_le.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.uint256.uint256_le.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "starkware.cairo.common.uint256.uint256_le.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.uint256.uint256_lt": { - "decorators": [], - "pc": 106, - "type": "function" - }, - "starkware.cairo.common.uint256.uint256_lt.Args": { - "full_name": "starkware.cairo.common.uint256.uint256_lt.Args", - "members": { - "a": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - }, - "b": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 2 - } - }, - "size": 4, - "type": "struct" - }, - "starkware.cairo.common.uint256.uint256_lt.ImplicitArgs": { - "full_name": "starkware.cairo.common.uint256.uint256_lt.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.uint256.uint256_lt.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "starkware.cairo.common.uint256.uint256_lt.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.storage.ADDR_BOUND": { - "type": "const", - "value": -106710729501573572985208420194530329073740042555888586719489 - }, - "starkware.starknet.common.storage.MAX_STORAGE_ITEM_SIZE": { - "type": "const", - "value": 256 - }, - "starkware.starknet.common.storage.assert_250_bit": { - "destination": "starkware.cairo.common.math.assert_250_bit", - "type": "alias" - }, - "starkware.starknet.common.syscalls.CALL_CONTRACT_SELECTOR": { - "type": "const", - "value": 20853273475220472486191784820 - }, - "starkware.starknet.common.syscalls.CallContract": { - "full_name": "starkware.starknet.common.syscalls.CallContract", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.CallContractRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.CallContractResponse", - "offset": 5 - } - }, - "size": 7, - "type": "struct" - }, - "starkware.starknet.common.syscalls.CallContractRequest": { - "full_name": "starkware.starknet.common.syscalls.CallContractRequest", - "members": { - "calldata": { - "cairo_type": "felt*", - "offset": 4 - }, - "calldata_size": { - "cairo_type": "felt", - "offset": 3 - }, - "contract_address": { - "cairo_type": "felt", - "offset": 1 - }, - "function_selector": { - "cairo_type": "felt", - "offset": 2 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.starknet.common.syscalls.CallContractResponse": { - "full_name": "starkware.starknet.common.syscalls.CallContractResponse", - "members": { - "retdata": { - "cairo_type": "felt*", - "offset": 1 - }, - "retdata_size": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DELEGATE_CALL_SELECTOR": { - "type": "const", - "value": 21167594061783206823196716140 - }, - "starkware.starknet.common.syscalls.DELEGATE_L1_HANDLER_SELECTOR": { - "type": "const", - "value": 23274015802972845247556842986379118667122 - }, - "starkware.starknet.common.syscalls.DEPLOY_SELECTOR": { - "type": "const", - "value": 75202468540281 - }, - "starkware.starknet.common.syscalls.Deploy": { - "full_name": "starkware.starknet.common.syscalls.Deploy", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.DeployRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.DeployResponse", - "offset": 6 - } - }, - "size": 9, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DeployRequest": { - "full_name": "starkware.starknet.common.syscalls.DeployRequest", - "members": { - "class_hash": { - "cairo_type": "felt", - "offset": 1 - }, - "constructor_calldata": { - "cairo_type": "felt*", - "offset": 4 - }, - "constructor_calldata_size": { - "cairo_type": "felt", - "offset": 3 - }, - "contract_address_salt": { - "cairo_type": "felt", - "offset": 2 - }, - "deploy_from_zero": { - "cairo_type": "felt", - "offset": 5 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 6, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DeployResponse": { - "full_name": "starkware.starknet.common.syscalls.DeployResponse", - "members": { - "constructor_retdata": { - "cairo_type": "felt*", - "offset": 2 - }, - "constructor_retdata_size": { - "cairo_type": "felt", - "offset": 1 - }, - "contract_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DictAccess": { - "destination": "starkware.cairo.common.dict_access.DictAccess", - "type": "alias" - }, - "starkware.starknet.common.syscalls.EMIT_EVENT_SELECTOR": { - "type": "const", - "value": 1280709301550335749748 - }, - "starkware.starknet.common.syscalls.EmitEvent": { - "full_name": "starkware.starknet.common.syscalls.EmitEvent", - "members": { - "data": { - "cairo_type": "felt*", - "offset": 4 - }, - "data_len": { - "cairo_type": "felt", - "offset": 3 - }, - "keys": { - "cairo_type": "felt*", - "offset": 2 - }, - "keys_len": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GET_BLOCK_NUMBER_SELECTOR": { - "type": "const", - "value": 1448089106835523001438702345020786 - }, - "starkware.starknet.common.syscalls.GET_BLOCK_TIMESTAMP_SELECTOR": { - "type": "const", - "value": 24294903732626645868215235778792757751152 - }, - "starkware.starknet.common.syscalls.GET_CALLER_ADDRESS_SELECTOR": { - "type": "const", - "value": 94901967781393078444254803017658102643 - }, - "starkware.starknet.common.syscalls.GET_CONTRACT_ADDRESS_SELECTOR": { - "type": "const", - "value": 6219495360805491471215297013070624192820083 - }, - "starkware.starknet.common.syscalls.GET_SEQUENCER_ADDRESS_SELECTOR": { - "type": "const", - "value": 1592190833581991703053805829594610833820054387 - }, - "starkware.starknet.common.syscalls.GET_TX_INFO_SELECTOR": { - "type": "const", - "value": 1317029390204112103023 - }, - "starkware.starknet.common.syscalls.GET_TX_SIGNATURE_SELECTOR": { - "type": "const", - "value": 1448089128652340074717162277007973 - }, - "starkware.starknet.common.syscalls.GetBlockNumber": { - "full_name": "starkware.starknet.common.syscalls.GetBlockNumber", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockNumberRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockNumberResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockNumberRequest": { - "full_name": "starkware.starknet.common.syscalls.GetBlockNumberRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockNumberResponse": { - "full_name": "starkware.starknet.common.syscalls.GetBlockNumberResponse", - "members": { - "block_number": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockTimestamp": { - "full_name": "starkware.starknet.common.syscalls.GetBlockTimestamp", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockTimestampRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockTimestampResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockTimestampRequest": { - "full_name": "starkware.starknet.common.syscalls.GetBlockTimestampRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockTimestampResponse": { - "full_name": "starkware.starknet.common.syscalls.GetBlockTimestampResponse", - "members": { - "block_timestamp": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetCallerAddress": { - "full_name": "starkware.starknet.common.syscalls.GetCallerAddress", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetCallerAddressRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetCallerAddressResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetCallerAddressRequest": { - "full_name": "starkware.starknet.common.syscalls.GetCallerAddressRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetCallerAddressResponse": { - "full_name": "starkware.starknet.common.syscalls.GetCallerAddressResponse", - "members": { - "caller_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetContractAddress": { - "full_name": "starkware.starknet.common.syscalls.GetContractAddress", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetContractAddressRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetContractAddressResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetContractAddressRequest": { - "full_name": "starkware.starknet.common.syscalls.GetContractAddressRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetContractAddressResponse": { - "full_name": "starkware.starknet.common.syscalls.GetContractAddressResponse", - "members": { - "contract_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetSequencerAddress": { - "full_name": "starkware.starknet.common.syscalls.GetSequencerAddress", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetSequencerAddressRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetSequencerAddressResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetSequencerAddressRequest": { - "full_name": "starkware.starknet.common.syscalls.GetSequencerAddressRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetSequencerAddressResponse": { - "full_name": "starkware.starknet.common.syscalls.GetSequencerAddressResponse", - "members": { - "sequencer_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxInfo": { - "full_name": "starkware.starknet.common.syscalls.GetTxInfo", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxInfoRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxInfoResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxInfoRequest": { - "full_name": "starkware.starknet.common.syscalls.GetTxInfoRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxInfoResponse": { - "full_name": "starkware.starknet.common.syscalls.GetTxInfoResponse", - "members": { - "tx_info": { - "cairo_type": "starkware.starknet.common.syscalls.TxInfo*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxSignature": { - "full_name": "starkware.starknet.common.syscalls.GetTxSignature", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxSignatureRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxSignatureResponse", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxSignatureRequest": { - "full_name": "starkware.starknet.common.syscalls.GetTxSignatureRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxSignatureResponse": { - "full_name": "starkware.starknet.common.syscalls.GetTxSignatureResponse", - "members": { - "signature": { - "cairo_type": "felt*", - "offset": 1 - }, - "signature_len": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.LIBRARY_CALL_L1_HANDLER_SELECTOR": { - "type": "const", - "value": 436233452754198157705746250789557519228244616562 - }, - "starkware.starknet.common.syscalls.LIBRARY_CALL_SELECTOR": { - "type": "const", - "value": 92376026794327011772951660 - }, - "starkware.starknet.common.syscalls.LibraryCall": { - "full_name": "starkware.starknet.common.syscalls.LibraryCall", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.LibraryCallRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.CallContractResponse", - "offset": 5 - } - }, - "size": 7, - "type": "struct" - }, - "starkware.starknet.common.syscalls.LibraryCallRequest": { - "full_name": "starkware.starknet.common.syscalls.LibraryCallRequest", - "members": { - "calldata": { - "cairo_type": "felt*", - "offset": 4 - }, - "calldata_size": { - "cairo_type": "felt", - "offset": 3 - }, - "class_hash": { - "cairo_type": "felt", - "offset": 1 - }, - "function_selector": { - "cairo_type": "felt", - "offset": 2 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.starknet.common.syscalls.REPLACE_CLASS_SELECTOR": { - "type": "const", - "value": 25500403217443378527601783667 - }, - "starkware.starknet.common.syscalls.ReplaceClass": { - "full_name": "starkware.starknet.common.syscalls.ReplaceClass", - "members": { - "class_hash": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.SEND_MESSAGE_TO_L1_SELECTOR": { - "type": "const", - "value": 433017908768303439907196859243777073 - }, - "starkware.starknet.common.syscalls.STORAGE_READ_SELECTOR": { - "type": "const", - "value": 100890693370601760042082660 - }, - "starkware.starknet.common.syscalls.STORAGE_WRITE_SELECTOR": { - "type": "const", - "value": 25828017502874050592466629733 - }, - "starkware.starknet.common.syscalls.SendMessageToL1SysCall": { - "full_name": "starkware.starknet.common.syscalls.SendMessageToL1SysCall", - "members": { - "payload_ptr": { - "cairo_type": "felt*", - "offset": 3 - }, - "payload_size": { - "cairo_type": "felt", - "offset": 2 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - }, - "to_address": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 4, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageRead": { - "full_name": "starkware.starknet.common.syscalls.StorageRead", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.StorageReadRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.StorageReadResponse", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageReadRequest": { - "full_name": "starkware.starknet.common.syscalls.StorageReadRequest", - "members": { - "address": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageReadResponse": { - "full_name": "starkware.starknet.common.syscalls.StorageReadResponse", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageWrite": { - "full_name": "starkware.starknet.common.syscalls.StorageWrite", - "members": { - "address": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.TxInfo": { - "full_name": "starkware.starknet.common.syscalls.TxInfo", - "members": { - "account_contract_address": { - "cairo_type": "felt", - "offset": 1 - }, - "chain_id": { - "cairo_type": "felt", - "offset": 6 - }, - "max_fee": { - "cairo_type": "felt", - "offset": 2 - }, - "nonce": { - "cairo_type": "felt", - "offset": 7 - }, - "signature": { - "cairo_type": "felt*", - "offset": 4 - }, - "signature_len": { - "cairo_type": "felt", - "offset": 3 - }, - "transaction_hash": { - "cairo_type": "felt", - "offset": 5 - }, - "version": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 8, - "type": "struct" - }, - "starkware.starknet.common.syscalls.get_caller_address": { - "decorators": [], - "pc": 0, - "type": "function" - }, - "starkware.starknet.common.syscalls.get_caller_address.Args": { - "full_name": "starkware.starknet.common.syscalls.get_caller_address.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.starknet.common.syscalls.get_caller_address.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.get_caller_address.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.get_caller_address.Return": { - "cairo_type": "(caller_address: felt)", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.get_caller_address.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.get_caller_address.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.get_caller_address.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 0, - "offset": 0 - }, - "pc": 0, - "value": "[cast(fp + (-3), felt**)]" - }, - { - "ap_tracking_data": { - "group": 0, - "offset": 1 - }, - "pc": 3, - "value": "cast([fp + (-3)] + 2, felt*)" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.storage_read": { - "decorators": [], - "pc": 7, - "type": "function" - }, - "starkware.starknet.common.syscalls.storage_read.Args": { - "full_name": "starkware.starknet.common.syscalls.storage_read.Args", - "members": { - "address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_read.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.storage_read.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_read.Return": { - "cairo_type": "(value: felt)", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.storage_read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.storage_read.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.storage_read.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 1, - "offset": 0 - }, - "pc": 7, - "value": "[cast(fp + (-4), felt**)]" - }, - { - "ap_tracking_data": { - "group": 1, - "offset": 1 - }, - "pc": 11, - "value": "cast([fp + (-4)] + 3, felt*)" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.storage_write": { - "decorators": [], - "pc": 15, - "type": "function" - }, - "starkware.starknet.common.syscalls.storage_write.Args": { - "full_name": "starkware.starknet.common.syscalls.storage_write.Args", - "members": { - "address": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_write.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.storage_write.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.storage_write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.storage_write.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.storage_write.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 2, - "offset": 0 - }, - "pc": 15, - "value": "[cast(fp + (-5), felt**)]" - }, - { - "ap_tracking_data": { - "group": 2, - "offset": 1 - }, - "pc": 20, - "value": "cast([fp + (-5)] + 3, felt*)" - } - ], - "type": "reference" - } - }, - "main_scope": "__main__", - "prime": "0x800000000000011000000000000000000000000000000000000000000000001", - "reference_manager": { - "references": [ - { - "ap_tracking_data": { - "group": 0, - "offset": 0 - }, - "pc": 0, - "value": "[cast(fp + (-3), felt**)]" - }, - { - "ap_tracking_data": { - "group": 1, - "offset": 0 - }, - "pc": 7, - "value": "[cast(fp + (-4), felt**)]" - }, - { - "ap_tracking_data": { - "group": 2, - "offset": 0 - }, - "pc": 15, - "value": "[cast(fp + (-5), felt**)]" - }, - { - "ap_tracking_data": { - "group": 3, - "offset": 0 - }, - "pc": 23, - "value": "[cast(fp + (-4), felt*)]" - }, - { - "ap_tracking_data": { - "group": 3, - "offset": 0 - }, - "pc": 23, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 3, - "offset": 0 - }, - "pc": 23, - "value": "[cast(fp + (-5), felt*)]" - }, - { - "ap_tracking_data": { - "group": 4, - "offset": 0 - }, - "pc": 68, - "value": "[cast(fp + (-3), felt*)]" - } - ] - } - } -} \ No newline at end of file diff --git a/packages/starksheet-cairo/build/DustyPilotRenderer.json b/packages/starksheet-cairo/build/DustyPilotRenderer.json deleted file mode 100644 index ef6c9c38..00000000 --- a/packages/starksheet-cairo/build/DustyPilotRenderer.json +++ /dev/null @@ -1,33107 +0,0 @@ -{ - "abi": [ - { - "data": [ - { - "name": "previousOwner", - "type": "felt" - }, - { - "name": "newOwner", - "type": "felt" - } - ], - "keys": [], - "name": "OwnershipTransferred", - "type": "event" - }, - { - "inputs": [], - "name": "getOwner", - "outputs": [ - { - "name": "owner", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "getThresholds", - "outputs": [ - { - "name": "thresholds_len", - "type": "felt" - }, - { - "name": "thresholds", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "thresholds_len", - "type": "felt" - }, - { - "name": "thresholds", - "type": "felt*" - } - ], - "name": "setThresholds", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "new_owner", - "type": "felt" - } - ], - "name": "transferOwnership", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "owner", - "type": "felt" - } - ], - "name": "initialize", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "token_id", - "type": "felt" - }, - { - "name": "value", - "type": "felt" - }, - { - "name": "name", - "type": "felt" - } - ], - "name": "token_uri", - "outputs": [ - { - "name": "token_uri_len", - "type": "felt" - }, - { - "name": "token_uri", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - } - ], - "entry_points_by_type": { - "CONSTRUCTOR": [], - "EXTERNAL": [ - { - "offset": 836, - "selector": "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463" - }, - { - "offset": 680, - "selector": "0x8304f53f1deaacf83ba04a3ca4e8e63a8bc5fe374bdc3017fab960fe5b29c2" - }, - { - "offset": 800, - "selector": "0x14a390f291e2e1f29874769efdef47ddad94d76f77ff516fad206a385e8995f" - }, - { - "offset": 1108, - "selector": "0x226ad7e84c1fe08eb4c525ed93cccadf9517670341304571e66f7c4f95cbe54" - }, - { - "offset": 626, - "selector": "0x266623c84ac264056e7e0926e35de090cc02e13da956962ff63d60d7c1edce7" - }, - { - "offset": 714, - "selector": "0x27dd0e3dd3a042d41abdc4f5a0e69d4a9337f0355a060d3b7a81672bb5ad3de" - } - ], - "L1_HANDLER": [] - }, - "program": { - "attributes": [ - { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "end_pc": 329, - "flow_tracking_data": { - "ap_tracking": { - "group": 25, - "offset": 6 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 327, - "value": "Ownable: caller is the zero address" - }, - { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "end_pc": 330, - "flow_tracking_data": { - "ap_tracking": { - "group": 25, - "offset": 8 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 329, - "value": "Ownable: caller is not the owner" - }, - { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "end_pc": 343, - "flow_tracking_data": { - "ap_tracking": { - "group": 27, - "offset": 0 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 340, - "value": "Ownable: new owner is the zero address" - } - ], - "builtins": [ - "pedersen", - "range_check" - ], - "compiler_version": "0.11.0.2", - "data": [ - "0x40780017fff7fff", - "0x1", - "0x208b7fff7fff7ffe", - "0x400380007ffb7ffc", - "0x400380017ffb7ffd", - "0x482680017ffb8000", - "0x3", - "0x480280027ffb8000", - "0x208b7fff7fff7ffe", - "0x20780017fff7ffd", - "0x3", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480080007fff8000", - "0x400080007ffd7fff", - "0x482480017ffd8001", - "0x1", - "0x482480017ffd8001", - "0x1", - "0xa0680017fff7ffe", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffb", - "0x402a7ffc7ffd7fff", - "0x208b7fff7fff7ffe", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x47657443616c6c657241646472657373", - "0x400280007ffd7fff", - "0x482680017ffd8000", - "0x2", - "0x480280017ffd8000", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x53746f7261676552656164", - "0x400280007ffc7fff", - "0x400380017ffc7ffd", - "0x482680017ffc8000", - "0x3", - "0x480280027ffc8000", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x53746f726167655772697465", - "0x400280007ffb7fff", - "0x400380017ffb7ffc", - "0x400380027ffb7ffd", - "0x482680017ffb8000", - "0x3", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x456d69744576656e74", - "0x400280007ff97fff", - "0x400380017ff97ffa", - "0x400380027ff97ffb", - "0x400380037ff97ffc", - "0x400380047ff97ffd", - "0x482680017ff98000", - "0x5", - "0x208b7fff7fff7ffe", - "0x20780017fff7ffd", - "0x4", - "0x400780017fff7ffd", - "0x1", - "0x208b7fff7fff7ffe", - "0x400380007ffc7ffd", - "0x482680017ffc8000", - "0x1", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x48297ffc80007ffd", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffb", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x3ffffffffffffffffffffffffffffff", - "0x480280017ffc8000", - "0x48307fff80007ffe", - "0x400280027ffc7fff", - "0x480280017ffc8000", - "0x484480017fff8000", - "0x100000000000000000000000000000000", - "0x480280007ffc8000", - "0x40317fff7ffe7ffd", - "0x482680017ffc8000", - "0x3", - "0x208b7fff7fff7ffe", - "0x480280017ffc8000", - "0x484480017fff8000", - "0x100000000000000000000000000000000", - "0x480280007ffc8000", - "0x40317fff7ffe7ffd", - "0x480280017ffc8000", - "0x482480017fff8000", - "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", - "0x20680017fff7fff", - "0xb", - "0x482680017ffc8000", - "0x2", - "0x480280007ffc8000", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x10780017fff7fff", - "0x9", - "0x482680017ffc8000", - "0x2", - "0x480280017ffc8000", - "0x480680017fff8000", - "0x800000000000010ffffffffffffffff", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd7", - "0x480280017ffc8000", - "0x480280007ffc8000", - "0x208b7fff7fff7ffe", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x484480017fff8000", - "0x2aaaaaaaaaaaab05555555555555556", - "0x48307fff7ffd8000", - "0x480280027ffb8000", - "0x480280037ffb8000", - "0x484480017fff8000", - "0x4000000000000088000000000000001", - "0x48307fff7ffd8000", - "0xa0680017fff8000", - "0xe", - "0x480680017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x48287ffc80007fff", - "0x40307ffc7ff87fff", - "0x48297ffd80007ffc", - "0x482680017ffd8000", - "0x1", - "0x48507fff7ffe8000", - "0x40507ff97ff57fff", - "0x482680017ffb8000", - "0x4", - "0x208b7fff7fff7ffe", - "0xa0680017fff8000", - "0xc", - "0x480680017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x48287ffd80007fff", - "0x48327fff7ffc8000", - "0x40307ffa7ff67fff", - "0x48527ffe7ffc8000", - "0x40507ff97ff57fff", - "0x482680017ffb8000", - "0x4", - "0x208b7fff7fff7ffe", - "0x40317ffd7ff97ffd", - "0x48297ffc80007ffd", - "0x48527fff7ffc8000", - "0x40507ffb7ff77fff", - "0x40780017fff7fff", - "0x2", - "0x482680017ffb8000", - "0x4", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x20680017fff7fff", - "0x8", - "0x482680017ffc8000", - "0x1", - "0x484680017ffd8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x400280007ffc7fff", - "0x208b7fff7fff7ffe", - "0x400380007ffc7ffd", - "0x482680017ffc8000", - "0x1", - "0x480a7ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x20780017fff7ffd", - "0x8", - "0x40780017fff7fff", - "0x2", - "0x480a7ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x20680017fff7fff", - "0xa", - "0x484680017ffd8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x400280007ffc7fff", - "0x482680017ffc8000", - "0x1", - "0x480680017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x400380007ffc7ffd", - "0x482680017ffc8000", - "0x1", - "0x480680017fff8000", - "0x1", - "0x208b7fff7fff7ffe", - "0x482680017ffb8000", - "0x2", - "0x480280007ffb8000", - "0x482680017ffd8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff75", - "0x480280017ffb8000", - "0x48487ffd7fff8000", - "0x480280007ffb8000", - "0x40317fff7ffe7ffc", - "0x48127ffc7fff8000", - "0x480280017ffb8000", - "0x480280007ffb8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x20680017fff7fff", - "0x10", - "0x480a7ffc7fff8000", - "0x482680017ffd8000", - "0x11000000000000000000000000000000000000000000000101", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff69", - "0x480680017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x48127ffe7fff8000", - "0x48287ffd80007ffe", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff63", - "0x482680017ffd8000", - "0x11000000000000000000000000000000000000000000000101", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x20680017fff7fff", - "0xc", - "0x40780017fff7fff", - "0xa", - "0x480680017fff8000", - "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeff", - "0x480a7ffc7fff8000", - "0x48287ffd80007ffe", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff54", - "0x10780017fff7fff", - "0x8", - "0x40780017fff7fff", - "0xb", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff4c", - "0x480a7ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x2", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffefe", - "0x40137fff7fff8000", - "0x480680017fff8000", - "0x1390fd803c110ac71730ece1decfc34eb1d0088e295d4f1b125dda1e0c5b9ff", - "0x4002800080007fff", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffef8", - "0x40137fff7fff8001", - "0x4003800080017ffc", - "0x4003800180017ffd", - "0x4826800180018000", - "0x2", - "0x480a7ffa7fff8000", - "0x480680017fff8000", - "0x1", - "0x480a80007fff8000", - "0x4828800180007ffc", - "0x480a80017fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff1b", - "0x480a7ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x2bd557f4ba80dfabefabe45e9b2dd35db1b9a78e96c72bc2b69b655ce47a930", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffa", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffefc", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffef6", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x24", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0xc", - "0x48127ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffed5", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffef4", - "0x40127ffd7fff7ff7", - "0x48127ffc7fff8000", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffcf", - "0x208b7fff7fff7ffe", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffee6", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe6", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x3", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffec", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffc4", - "0x48127ffd7fff8000", - "0x48127ffe7fff8000", - "0x48127fe77fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff93", - "0x48127ffe7fff8000", - "0x48127fe37fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0xa0680017fff8000", - "0xa", - "0x400380007ffc7ffd", - "0x40780017fff7fff", - "0x14", - "0x482680017ffc8000", - "0x1", - "0x480680017fff8000", - "0x1", - "0x208b7fff7fff7ffe", - "0xa0680017fff8000", - "0xe", - "0x484680017ffd8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x482480017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x400280007ffc7fff", - "0x40780017fff7fff", - "0x11", - "0x482680017ffc8000", - "0x1", - "0x480680017fff8000", - "0x0", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480680017fff8000", - "0x100000000000000000000000000000000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffee2", - "0x480680017fff8000", - "0x0", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x48297ffc80007ffd", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffde", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x2", - "0x20780017fff7ffd", - "0x6", - "0x480a7ffc7fff8000", - "0x480680017fff8000", - "0x30", - "0x208b7fff7fff7ffe", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe5e", - "0x40137fff7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffef8", - "0x480680017fff8000", - "0x0", - "0x480a80007fff8000", - "0x1104800180018000", - "0x1c", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffefe", - "0x482480017fff8000", - "0x1", - "0x20680017fff7fff", - "0x6", - "0x400780017fff8001", - "0x2d", - "0x10780017fff7fff", - "0x4", - "0x400780017fff8001", - "0x0", - "0x48127ffd7fff8000", - "0x480a80017fff8000", - "0x48127ff47fff8000", - "0x480a80007fff8000", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x1f", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x30", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x0", - "0x20780017fff7ffb", - "0x5", - "0x480a7ffa7fff8000", - "0x480a7ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480680017fff8000", - "0xa", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffef7", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff1", - "0x482a7ffc7ffd8000", - "0x400080007fff7ffe", - "0x48127ff97fff8000", - "0x48127ff97fff8000", - "0x482680017ffc8000", - "0x1", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffeb", - "0x208b7fff7fff7ffe", - "0x48297ffb80007ffd", - "0x20680017fff7fff", - "0x5", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x208b7fff7fff7ffe", - "0x484680017ffa8000", - "0x100", - "0x482680017ffd8000", - "0x1", - "0x48317fff80007ffb", - "0x48327fff7ffc8000", - "0x480080007fff8000", - "0x480a7ff97fff8000", - "0x48307ffe7ffa8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x482680017ffd8000", - "0x1", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", - "0x208b7fff7fff7ffe", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe21", - "0x482680017ffd8000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe07", - "0x48307fff7ffe8000", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x3c0ba99f1a18bcdc81fcbcb6b4f15a9a6725f937075aed6fac107ffcb147068", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffa", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe18", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe12", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x3cbea6a45fbe535687b936935035cf892c3a44d6f4679b6b24bf70b006c0f98", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffa", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffdfa", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffdf4", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480680017fff8000", - "0x599f236114cbefbd31b24e0f04d4e39f618bbb61aa3d9d64acebb9bc3db360", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffdc6", - "0x480a7ffc7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe98", - "0x48127fe17fff8000", - "0x48127ffd7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff0", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffdd2", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe2", - "0x480a7ff97fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffdcb", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffee9", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffc", - "0x4826800180008000", - "0x1", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff1", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd7e", - "0x40137fff7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x0", - "0x480a80007fff8000", - "0x1104800180018000", - "0x6f", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff91", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x3", - "0x4003800080007ffb", - "0x400380007ffd7ffb", - "0x402780017ffd8001", - "0x1", - "0x4826800180008000", - "0x1", - "0x40297ffb7fff8002", - "0x4826800180008000", - "0x1", - "0x480a7ffc7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd68", - "0x480a80017fff8000", - "0x4829800080008002", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x2", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd4", - "0x40137ffb7fff8000", - "0x40137ffc7fff8001", - "0x48127ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe3", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe82", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff6e", - "0x480680017fff8000", - "0x0", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x1e", - "0x208b7fff7fff7ffe", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x400080007ffe7fff", - "0x482680017ffd8000", - "0x1", - "0x480280007ffd8000", - "0x48307fff7ffe8000", - "0x402a7ffd7ffc7fff", - "0x480280027ffb8000", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x482480017ffd8000", - "0x1", - "0x480280007ffd8000", - "0x482680017ffd8000", - "0x1", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe2", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x48297ffc80007ffb", - "0x20680017fff7fff", - "0x6", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x208b7fff7fff7ffe", - "0x482a7ffb7ffd8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480080007ffb8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff65", - "0x482680017ffb8000", - "0x1", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff24", - "0x48317fff80007ffc", - "0x20680017fff7fff", - "0x7", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x480a7ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff3d", - "0x400280007ffd7fff", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x482680017ffc8000", - "0x1", - "0x482680017ffd8000", - "0x1", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe6", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe38", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x1", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff3", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffecf", - "0x400680017fff7fff", - "0x0", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffdfc", - "0x480680017fff8000", - "0x1", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffed0", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x1", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe8", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x20780017fff7ffc", - "0x8", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480680017fff8000", - "0x100000000000000000000000000000000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480280007ffd8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe36", - "0x20680017fff7fff", - "0xd", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x48127ffc7fff8000", - "0x480a7ffb7fff8000", - "0x482680017ffc8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x482680017ffd8000", - "0x1", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffea", - "0x208b7fff7fff7ffe", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x48127ffc7fff8000", - "0x480a7ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x6", - "0x480680017fff8000", - "0x3c6", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe80", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc86", - "0x40137fff7fff8000", - "0x400780017fff8001", - "0x7b", - "0x480a80007fff8000", - "0x48127ffb7fff8000", - "0x480a80017fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc87", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc7c", - "0x40137fff7fff8002", - "0x480a7ff97fff8000", - "0x480a7ff87fff8000", - "0x480a7ffa7fff8000", - "0x480680017fff8000", - "0x0", - "0x480a80027fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff6e", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe8f", - "0x40137fff7fff8003", - "0x48127ffd7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc6b", - "0x48127ff77fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffcb9", - "0x4826800180038000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x48327fff80028000", - "0x48127ffb7fff8000", - "0x48127ffc7fff8000", - "0x480080007ffd8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd26", - "0x48127fd27fff8000", - "0x48127fc87fff8000", - "0x48127ffb7fff8000", - "0x48127ffc7fff8000", - "0x480a80037fff8000", - "0x480a80027fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffaa", - "0x40137ffc7fff8004", - "0x40137ffd7fff8005", - "0x482480017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x48127ffd7fff8000", - "0x48317ffe80008003", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffde7", - "0x482a800180008000", - "0x400080007fff7ffe", - "0x4826800180018000", - "0x1", - "0x48327fff80008000", - "0x480680017fff8000", - "0x2e6a736f6e", - "0x400080007ffe7fff", - "0x480a80047fff8000", - "0x480a80057fff8000", - "0x48127ff87fff8000", - "0x4826800180018000", - "0x2", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x68", - "0x74", - "0x74", - "0x70", - "0x73", - "0x3a", - "0x2f", - "0x2f", - "0x72", - "0x61", - "0x77", - "0x2e", - "0x67", - "0x69", - "0x74", - "0x68", - "0x75", - "0x62", - "0x75", - "0x73", - "0x65", - "0x72", - "0x63", - "0x6f", - "0x6e", - "0x74", - "0x65", - "0x6e", - "0x74", - "0x2e", - "0x63", - "0x6f", - "0x6d", - "0x2f", - "0x74", - "0x68", - "0x65", - "0x2d", - "0x63", - "0x61", - "0x6e", - "0x64", - "0x79", - "0x2d", - "0x73", - "0x68", - "0x6f", - "0x70", - "0x2f", - "0x73", - "0x74", - "0x61", - "0x72", - "0x6b", - "0x73", - "0x68", - "0x65", - "0x65", - "0x74", - "0x2d", - "0x6d", - "0x6f", - "0x6e", - "0x6f", - "0x72", - "0x65", - "0x70", - "0x6f", - "0x2f", - "0x6d", - "0x61", - "0x69", - "0x6e", - "0x2f", - "0x70", - "0x61", - "0x63", - "0x6b", - "0x61", - "0x67", - "0x65", - "0x73", - "0x2f", - "0x73", - "0x74", - "0x61", - "0x72", - "0x6b", - "0x73", - "0x68", - "0x65", - "0x65", - "0x74", - "0x2d", - "0x63", - "0x61", - "0x69", - "0x72", - "0x6f", - "0x2f", - "0x64", - "0x75", - "0x73", - "0x74", - "0x5f", - "0x70", - "0x69", - "0x6c", - "0x6f", - "0x74", - "0x73", - "0x2f", - "0x74", - "0x6f", - "0x6b", - "0x65", - "0x6e", - "0x5f", - "0x75", - "0x72", - "0x69", - "0x73", - "0x2f", - "0x40780017fff7fff", - "0x3", - "0x4003800080007ffb", - "0x400380007ffd7ffb", - "0x402780017ffd8001", - "0x1", - "0x4826800180008000", - "0x1", - "0x40297ffb7fff8002", - "0x4826800180008000", - "0x1", - "0x480a7ffc7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffbbc", - "0x480a80017fff8000", - "0x4829800080008002", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x2", - "0x482680017ffd8000", - "0x3", - "0x402a7ffd7ffc7fff", - "0x480280017ffb8000", - "0x480280007ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x480280017ffd8000", - "0x480280027ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff17", - "0x40137ffc7fff8000", - "0x40137ffb7fff8001", - "0x48127ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffde", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe" - ], - "debug_info": { - "file_contents": { - "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo": "assert [cast(fp + (-4), felt*)] = __calldata_actual_size;\n", - "autogen/starknet/arg_processor/26888a8b0591098a0a4f302b72cbac00272d5fe2d4db1172eca8910fde65f68a.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = ret_value.thresholds_len;\n// Store the updated range_check_ptr as a local variable to keep it available after\n// the memcpy.\nlocal range_check_ptr = range_check_ptr + 1;\n// Keep a reference to __return_value_ptr.\nlet __return_value_ptr_copy = __return_value_ptr;\n// Store the updated __return_value_ptr as a local variable to keep it available after\n// the memcpy.\nlocal __return_value_ptr: felt* = __return_value_ptr + ret_value.thresholds_len * 1;\nmemcpy(\n dst=__return_value_ptr_copy,\n src=ret_value.thresholds,\n len=ret_value.thresholds_len * 1);\n", - "autogen/starknet/arg_processor/2bfdc4ffac90f60a618dc1ef323ad79a7856f8aea423d4c7d18c33590d12a61e.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = __calldata_arg_thresholds_len;\nlet range_check_ptr = range_check_ptr + 1;\n// Create the reference.\nlet __calldata_arg_thresholds = cast(__calldata_ptr, felt*);\n// Use 'tempvar' instead of 'let' to avoid repeating this computation for the\n// following arguments.\ntempvar __calldata_ptr = __calldata_ptr + __calldata_arg_thresholds_len * 1;\n", - "autogen/starknet/arg_processor/3e93b8906c329e7a5c33e020ce7a5a9c542c4444955be98eec5fcbef545a8662.cairo": "let __calldata_arg_value = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/445d818b0524d35ae3e73b7abec41731d1445f0ce6866ec5a3a8a871521799a0.cairo": "assert [__calldata_ptr] = newOwner;\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/450f0509800d3afb78e5f375ff7b17115e6b5d0fd7e2bff94c78fdb15f5f2d10.cairo": "let __calldata_arg_new_owner = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/5462c9ea522f66a6a8b3de2f37f244c7074893fe5c8d0b413046098a1ccfc2ce.cairo": "assert [__return_value_ptr] = ret_value.token_uri_len;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/576aaaacf3f9765b8d4c4f0080b47f3443309fe8a5c76d9c0bbf56f81f5c5547.cairo": "assert [__return_value_ptr] = ret_value.thresholds_len;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = ret_value.token_uri_len;\n// Store the updated range_check_ptr as a local variable to keep it available after\n// the memcpy.\nlocal range_check_ptr = range_check_ptr + 1;\n// Keep a reference to __return_value_ptr.\nlet __return_value_ptr_copy = __return_value_ptr;\n// Store the updated __return_value_ptr as a local variable to keep it available after\n// the memcpy.\nlocal __return_value_ptr: felt* = __return_value_ptr + ret_value.token_uri_len * 1;\nmemcpy(\n dst=__return_value_ptr_copy,\n src=ret_value.token_uri,\n len=ret_value.token_uri_len * 1);\n", - "autogen/starknet/arg_processor/92bae94c430cca894eac466fa5be50d176f1f62e79244db218577fbac5e84220.cairo": "let __calldata_arg_token_id = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/b02ddc13e06346668d980e18c0fec90f17036d195bf95d21ac18e846a0a129f3.cairo": "assert [__return_value_ptr] = ret_value.owner;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo": "let __calldata_actual_size = __calldata_ptr - cast([cast(fp + (-3), felt**)], felt*);\n", - "autogen/starknet/arg_processor/e1eb73cd870ec466294c3700e77817cf3c039ac1384882ddb76383eb87a5da90.cairo": "let __calldata_arg_name = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/e2129a0023ce5f9e4c3de1d6fb100b2688dccff4a2ed2082db4a311f35c53e21.cairo": "assert [__calldata_ptr] = previousOwner;\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/e4df1f6292f94b95716e933d564f87fd3790efa318bb67c640b6e0935f122cab.cairo": "let __calldata_arg_thresholds_len = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/f6a4d9ae897caf37cefd18f7c8da7eee73157818279359aadee282f0fe59cdbc.cairo": "let __calldata_arg_owner = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo": "emit_event(keys_len=1, keys=__keys_ptr, data_len=__calldata_ptr - __data_ptr, data=__data_ptr);\nreturn ();\n", - "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo": "alloc_locals;\nlet (local __keys_ptr: felt*) = alloc();\nassert [__keys_ptr] = SELECTOR;\nlet (local __data_ptr: felt*) = alloc();\nlet __calldata_ptr = __data_ptr;\n", - "autogen/starknet/event/OwnershipTransferred/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo": "func emit{syscall_ptr: felt*, range_check_ptr}() {\n}\n", - "autogen/starknet/external/getOwner/50eef2d703602d24c42df800878bfabc425ad0069960e1dc159c4d3bf27e35f6.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}();\nlet (range_check_ptr, retdata_size, retdata) = getOwner_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/getOwner/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/getOwner/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/getOwner/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/getOwner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/getThresholds/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/getThresholds/746967275ee6822bc0e5f0716a41195587494d803b55992189b93c4fb0e2e25a.cairo": "func getThresholds() -> (syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*) {\n alloc_locals;\n}\n", - "autogen/starknet/external/getThresholds/8cb46b4e28994ec330ee261c7e7c72df878710408b14a4d6daf29aaf098ad3e9.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}();\nlet (range_check_ptr, retdata_size, retdata) = getThresholds_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/getThresholds/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/getThresholds/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/getThresholds/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/initialize/5243d13a214edd1f03ee87eac1b3ceb0ae897772a136cabb4cc7905c46b3e2c4.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(owner=__calldata_arg_owner,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/initialize/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/initialize/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/initialize/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/initialize/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/return/getOwner/b6df8dec790559c2c5b7a358af946adc3119f253addccded3beb4074a973d539.cairo": "func getOwner_encode_return(ret_value: (owner: felt), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/getThresholds/9802441e33a7be9198a89b97eee0a4392d67fc60729ed368669d796a14056b69.cairo": "func getThresholds_encode_return(ret_value: (thresholds_len: felt, thresholds: felt*), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/token_uri/f48cf5085ac07908983bbc364b0ba70d64fa7f2a9b8dc38e9d6fe3783bd626a8.cairo": "func token_uri_encode_return(ret_value: (token_uri_len: felt, token_uri: felt*), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/setThresholds/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/setThresholds/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/setThresholds/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/setThresholds/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/setThresholds/e1079c359f90fa1512a45e8d21aee37f44f5279b379ca7982c52634d864bb1a2.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(thresholds_len=__calldata_arg_thresholds_len, thresholds=__calldata_arg_thresholds,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/token_uri/0e46c67014b1932c61618de0923cda1cd086d4d13ccfc96398cf52540cb66251.cairo": "func token_uri() -> (syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*) {\n alloc_locals;\n}\n", - "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo": "let ret_value = __wrapped_func{pedersen_ptr=pedersen_ptr, syscall_ptr=syscall_ptr, range_check_ptr=range_check_ptr}(token_id=__calldata_arg_token_id, value=__calldata_arg_value, name=__calldata_arg_name,);\nlet (range_check_ptr, retdata_size, retdata) = token_uri_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/token_uri/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/token_uri/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/token_uri/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/token_uri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/transferOwnership/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/transferOwnership/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/transferOwnership/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(new_owner=__calldata_arg_new_owner,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/transferOwnership/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/storage_var/Ownable_owner/decl.cairo": "namespace Ownable_owner {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (owner: felt) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/Ownable_owner/impl.cairo": "namespace Ownable_owner {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 1239149872729906871793169171313897310809028090219849129902089947133222824240;\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (owner: felt) {\n let (storage_addr) = addr();\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let (storage_addr) = addr();\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}", - "autogen/starknet/storage_var/_thresholds/decl.cairo": "namespace _thresholds {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(index: felt) -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(index: felt) -> (\n value: felt\n ) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n index: felt, value: felt\n ) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/_thresholds/impl.cairo": "namespace _thresholds {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(index: felt) -> (res: felt) {\n let res = 158347720256396783173487384407040855432583911625230562723703395952875123552;\n let (res) = hash2{hash_ptr=pedersen_ptr}(res, cast(&index, felt*)[0]);\n let (res) = normalize_address(addr=res);\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(index: felt) -> (\n value: felt\n ) {\n let (storage_addr) = addr(index);\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n index: felt, value: felt\n ) {\n let (storage_addr) = addr(index);\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}", - "autogen/starknet/storage_var/_thresholds_len/decl.cairo": "namespace _thresholds_len {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/_thresholds_len/impl.cairo": "namespace _thresholds_len {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 1717226373669478754082247478826678795094949380452018479942077389493393690520;\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let (storage_addr) = addr();\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let (storage_addr) = addr();\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}", - "autogen/starknet/storage_var/initialized/decl.cairo": "namespace initialized {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/initialized/impl.cairo": "namespace initialized {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 1697461057326310581967816530165551571743938660869987744467005324703617544296;\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let (storage_addr) = addr();\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let (storage_addr) = addr();\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}" - }, - "instruction_locations": { - "0": { - "accessible_scopes": [ - "starkware.cairo.common.alloc", - "starkware.cairo.common.alloc.alloc" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/alloc.cairo" - }, - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 12, - "end_line": 4, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/alloc.cairo" - }, - "start_col": 5, - "start_line": 4 - } - }, - "2": { - "accessible_scopes": [ - "starkware.cairo.common.alloc", - "starkware.cairo.common.alloc.alloc" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 5, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/alloc.cairo" - }, - "start_col": 5, - "start_line": 5 - } - }, - "3": { - "accessible_scopes": [ - "starkware.cairo.common.hash", - "starkware.cairo.common.hash.hash2" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 14, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "start_col": 5, - "start_line": 14 - } - }, - "4": { - "accessible_scopes": [ - "starkware.cairo.common.hash", - "starkware.cairo.common.hash.hash2" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "start_col": 5, - "start_line": 15 - } - }, - "5": { - "accessible_scopes": [ - "starkware.cairo.common.hash", - "starkware.cairo.common.hash.hash2" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "start_col": 5, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'hash_ptr' in:" - ], - "start_col": 12, - "start_line": 13 - }, - "While expanding the reference 'hash_ptr' in:" - ], - "start_col": 20, - "start_line": 17 - } - }, - "7": { - "accessible_scopes": [ - "starkware.cairo.common.hash", - "starkware.cairo.common.hash.hash2" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 16, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "start_col": 20, - "start_line": 18 - }, - "While expanding the reference 'result' in:" - ], - "start_col": 18, - "start_line": 16 - } - }, - "8": { - "accessible_scopes": [ - "starkware.cairo.common.hash", - "starkware.cairo.common.hash.hash2" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "start_col": 5, - "start_line": 18 - } - }, - "9": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 8 - } - }, - "11": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 9, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "12": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 41, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 12 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 23, - "end_line": 2, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'dst' in:" - ], - "start_col": 13, - "start_line": 2 - } - }, - "13": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 44, - "start_line": 13 - }, - "While expanding the reference 'src' in:" - ], - "start_col": 25, - "start_line": 2 - } - }, - "14": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 26, - "start_line": 17 - } - }, - "15": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 17 - } - }, - "16": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 22 - } - }, - "18": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 23 - } - }, - "20": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 27, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 24 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 44, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 29 - } - }, - "22": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 31 - } - }, - "23": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 26, - "end_line": 33, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 33 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 15, - "end_line": 34, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 34 - } - }, - "24": { - "accessible_scopes": [ - "starkware.cairo.lang.compiler.lib.registers", - "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 73, - "end_line": 7, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/lang/compiler/lib/registers.cairo" - }, - "start_col": 5, - "start_line": 7 - } - }, - "25": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 90, - "end_line": 202, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 63, - "start_line": 202 - } - }, - "27": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 92, - "end_line": 202, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 202 - } - }, - "28": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 93, - "end_line": 203, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 203 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 58, - "end_line": 204, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 205, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 205 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 204 - } - }, - "30": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 205, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 28, - "start_line": 205 - } - }, - "31": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 205, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 205 - } - }, - "32": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 354, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 58, - "start_line": 354 - } - }, - "34": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 354, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 354 - } - }, - "35": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 354, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 354 - } - }, - "36": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 87, - "end_line": 355, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 355 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 53, - "end_line": 357, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 358, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 358 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 357 - } - }, - "38": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 358, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 19, - "start_line": 358 - } - }, - "39": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 358, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 358 - } - }, - "40": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 372, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 18, - "start_line": 372 - } - }, - "42": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 373, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 371 - } - }, - "43": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 373, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 371 - } - }, - "44": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 373, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 371 - } - }, - "45": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 88, - "end_line": 374, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 374 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 54, - "end_line": 375, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 376 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 375 - } - }, - "47": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 376 - } - }, - "48": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 392, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 18, - "start_line": 392 - } - }, - "50": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 391 - } - }, - "51": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 391 - } - }, - "52": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 391 - } - }, - "53": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 391 - } - }, - "54": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 391 - } - }, - "55": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 85, - "end_line": 394, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 394 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 51, - "end_line": 395, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 396, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 396 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 390 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 395 - } - }, - "57": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 396, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 396 - } - }, - "58": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_not_zero" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 11, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 7 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 7, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 12 - } - }, - "60": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_not_zero" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 14, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 14 - } - }, - "62": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_not_zero" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 17 - } - }, - "63": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_nn" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 46, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 42 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 26, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 47 - } - }, - "64": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 48, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 49 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 41 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 48 - } - }, - "66": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 49 - } - }, - "67": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 54, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 54 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 41 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - } - }, - "68": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 54, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 15, - "start_line": 54 - } - }, - "69": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 54, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 54 - } - }, - "71": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 55, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 55 - } - }, - "72": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 106, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 97 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 50, - "end_line": 108, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 36, - "start_line": 108 - } - }, - "74": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 95, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 108, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 53, - "start_line": 108 - }, - "While expanding the reference 'high' in:" - ], - "start_col": 16, - "start_line": 95 - } - }, - "75": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 108, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 36, - "start_line": 108 - } - }, - "76": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 108, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 108 - } - }, - "77": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 95, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 113 - }, - "While expanding the reference 'high' in:" - ], - "start_col": 16, - "start_line": 95 - } - }, - "78": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 113 - } - }, - "80": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 94, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 35, - "start_line": 113 - }, - "While expanding the reference 'low' in:" - ], - "start_col": 15, - "start_line": 94 - } - }, - "81": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 113 - } - }, - "82": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 115, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 89, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 116, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 116 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 89 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 115 - } - }, - "84": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 116, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 116 - } - }, - "85": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 141, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 134 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 37, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 142, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 142 - }, - "While expanding the reference 'high' in:" - ], - "start_col": 16, - "start_line": 131 - } - }, - "86": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 142, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 142 - } - }, - "88": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 130, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 142, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 40, - "start_line": 142 - }, - "While expanding the reference 'low' in:" - ], - "start_col": 15, - "start_line": 130 - } - }, - "89": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 142, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 142 - } - }, - "90": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 143 - }, - "While expanding the reference 'high' in:" - ], - "start_col": 16, - "start_line": 131 - } - }, - "91": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 143, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 143 - } - }, - "93": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 143, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 143 - } - }, - "95": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 132, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 144, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 144 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 132 - } - }, - "97": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 130, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 144, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 19, - "start_line": 144 - }, - "While expanding the reference 'low' in:" - ], - "start_col": 15, - "start_line": 130 - } - }, - "98": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 144, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 24, - "start_line": 144 - } - }, - "100": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 144, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 144 - } - }, - "102": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 143, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 143 - } - }, - "104": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 132, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 146, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 146 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 132 - } - }, - "106": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 146, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 19, - "start_line": 146 - }, - "While expanding the reference 'high' in:" - ], - "start_col": 16, - "start_line": 131 - } - }, - "107": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 146, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 25, - "start_line": 146 - } - }, - "109": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 146, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 146 - } - }, - "111": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 18, - "start_line": 148 - }, - "While expanding the reference 'high' in:" - ], - "start_col": 16, - "start_line": 131 - } - }, - "112": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 130, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 28, - "start_line": 148 - }, - "While expanding the reference 'low' in:" - ], - "start_col": 15, - "start_line": 130 - } - }, - "113": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 148 - } - }, - "114": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 184, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 164 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 42, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 25, - "start_line": 186 - } - }, - "115": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 66, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 45, - "start_line": 186 - } - }, - "116": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 45, - "start_line": 186 - } - }, - "118": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 25, - "start_line": 186 - } - }, - "119": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 24, - "start_line": 187 - } - }, - "120": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 48, - "start_line": 187 - } - }, - "121": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 89, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 48, - "start_line": 187 - } - }, - "123": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 89, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 24, - "start_line": 187 - } - }, - "124": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 49, - "end_line": 196, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 196 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 42, - "end_line": 197, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 197 - } - }, - "126": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 23, - "start_line": 198 - } - }, - "128": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 22, - "start_line": 198 - } - }, - "129": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 198 - } - }, - "130": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 199, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 24, - "start_line": 199 - } - }, - "131": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 199, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 34, - "start_line": 199 - } - }, - "133": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 199, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 23, - "start_line": 199 - } - }, - "134": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 199, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 199 - } - }, - "135": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 188, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 200 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 154 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 188 - } - }, - "137": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 200 - } - }, - "138": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 49, - "end_line": 204, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 204 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 50, - "end_line": 205, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 205 - } - }, - "140": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 206, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 21, - "start_line": 206 - } - }, - "142": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 206, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 206 - } - }, - "143": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 207, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 22, - "start_line": 207 - } - }, - "144": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 207, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 207 - } - }, - "145": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 208, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 23, - "start_line": 208 - } - }, - "146": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 208, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 208 - } - }, - "147": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 188, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 209, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 209 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 154 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 188 - } - }, - "149": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 209, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 209 - } - }, - "150": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 31, - "end_line": 213, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 213 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 214, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 214 - } - }, - "151": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 215, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 28, - "start_line": 215 - } - }, - "152": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 215, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 23, - "start_line": 215 - } - }, - "153": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 215, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 215 - } - }, - "154": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 12, - "end_line": 216, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 216 - } - }, - "156": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 188, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 217, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 217 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 154 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 188 - } - }, - "158": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 217, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 217 - } - }, - "159": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.abs_value" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 243, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 243 - } - }, - "161": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.abs_value" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 248, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 244 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 7, - "end_line": 249, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 249 - } - }, - "163": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.abs_value" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 250, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 39, - "start_line": 250 - } - }, - "165": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.abs_value" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 251, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 29, - "start_line": 251 - } - }, - "167": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.abs_value" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 252, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 252 - } - }, - "168": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.abs_value" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 254, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 254 - } - }, - "169": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.abs_value" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 256, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 256 - } - }, - "170": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.abs_value" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 257, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 242, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 258, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 258 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 242 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 31, - "start_line": 257 - } - }, - "172": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.abs_value" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 242, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 258, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 16, - "start_line": 258 - }, - "While expanding the reference 'value' in:" - ], - "start_col": 33, - "start_line": 242 - } - }, - "173": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.abs_value" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 258, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 258 - } - }, - "174": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 266, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 266 - } - }, - "176": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 267, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 267 - } - }, - "178": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 265, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 265, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 268, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 268 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 11, - "start_line": 265 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 11, - "start_line": 265 - } - }, - "179": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 268, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 16, - "start_line": 268 - } - }, - "181": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 268, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 268 - } - }, - "182": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 271, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 271 - } - }, - "184": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 276, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 272 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 7, - "end_line": 277, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 277 - } - }, - "186": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 278, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 36, - "start_line": 278 - } - }, - "188": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 278, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 278 - } - }, - "189": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 279, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 265, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 280, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 280 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 11, - "start_line": 265 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 31, - "start_line": 279 - } - }, - "191": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 280, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 16, - "start_line": 280 - } - }, - "193": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 280, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 280 - } - }, - "194": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 282, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 282 - } - }, - "196": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 283 - } - }, - "197": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 265, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 285 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 11, - "start_line": 265 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 31, - "start_line": 284 - } - }, - "199": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 16, - "start_line": 285 - } - }, - "201": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 285 - } - }, - "202": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 307, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 301 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 46, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 308, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 308 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 300 - } - }, - "204": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 298, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 308, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 15, - "start_line": 308 - }, - "While expanding the reference 'r' in:" - ], - "start_col": 13, - "start_line": 298 - } - }, - "205": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 308, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 18, - "start_line": 308 - } - }, - "207": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 308, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 308 - } - }, - "209": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 299, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 310, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 310 - }, - "While expanding the reference 'q' in:" - ], - "start_col": 13, - "start_line": 299 - } - }, - "210": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 310, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 310 - } - }, - "211": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 298, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 310, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 30, - "start_line": 310 - }, - "While expanding the reference 'r' in:" - ], - "start_col": 13, - "start_line": 298 - } - }, - "212": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 310, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 310 - } - }, - "213": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 308, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 297, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 311 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 297 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 308 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - } - }, - "214": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 299, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 13, - "start_line": 311 - }, - "While expanding the reference 'q' in:" - ], - "start_col": 13, - "start_line": 299 - } - }, - "215": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 298, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 16, - "start_line": 311 - }, - "While expanding the reference 'r' in:" - ], - "start_col": 13, - "start_line": 298 - } - }, - "216": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 311 - } - }, - "217": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 5, - "start_line": 13 - } - }, - "219": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 5, - "start_line": 14 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 7, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 5, - "start_line": 22 - } - }, - "221": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 89, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 50, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 50 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 89 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - } - }, - "222": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 48, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 50, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 24, - "start_line": 50 - }, - "While expanding the reference 'x' in:" - ], - "start_col": 17, - "start_line": 48 - } - }, - "224": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 50, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 50 - } - }, - "226": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 24, - "start_line": 51 - }, - "While expanding the reference 'y' in:" - ], - "start_col": 18, - "start_line": 49 - } - }, - "228": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 89, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 50, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 89, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 51 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 89 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 50 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 89 - } - }, - "229": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 24, - "start_line": 51 - }, - "While expanding the reference 'y' in:" - ], - "start_col": 17, - "start_line": 49 - } - }, - "230": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 51 - } - }, - "232": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 52, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 21, - "start_line": 52 - } - }, - "234": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 52, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 52 - } - }, - "235": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 23 - } - }, - "237": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 57, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 24 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 11, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 25 - } - }, - "239": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 30, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 13, - "start_line": 30 - } - }, - "241": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 28, - "start_line": 32 - } - }, - "243": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 89, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 13, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 89 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - } - }, - "244": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 28, - "start_line": 32 - } - }, - "245": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 13, - "start_line": 32 - } - }, - "247": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 25 - } - }, - "249": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 26, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 13, - "start_line": 26 - } - }, - "251": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 89, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 13, - "start_line": 28 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 89 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - } - }, - "252": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 28, - "start_line": 28 - }, - "While expanding the reference 'addr' in:" - ], - "start_col": 41, - "start_line": 12 - } - }, - "253": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 13, - "start_line": 28 - } - }, - "255": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 34, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 21, - "start_line": 34 - }, - "While expanding the reference 'addr' in:" - ], - "start_col": 41, - "start_line": 12 - } - }, - "256": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 34, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 34 - } - }, - "257": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "259": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 33, - "start_line": 2 - } - }, - "261": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "262": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 23, - "start_line": 3 - } - }, - "264": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "265": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 33, - "start_line": 4 - } - }, - "267": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 6, - "start_line": 4 - } - }, - "268": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/e2129a0023ce5f9e4c3de1d6fb100b2688dccff4a2ed2082db4a311f35c53e21.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 27, - "start_line": 15 - }, - "While handling calldata argument 'previousOwner'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "269": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/445d818b0524d35ae3e73b7abec41731d1445f0ce6866ec5a3a8a871521799a0.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 48, - "start_line": 15 - }, - "While handling calldata argument 'newOwner'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "270": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/445d818b0524d35ae3e73b7abec41731d1445f0ce6866ec5a3a8a871521799a0.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 48, - "start_line": 15 - }, - "While handling calldata argument 'newOwner'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "272": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 1 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 390 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - } - }, - "273": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 21, - "start_line": 1 - } - }, - "275": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 29, - "start_line": 1 - }, - "While expanding the reference '__keys_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 12, - "start_line": 2 - } - }, - "276": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 50, - "start_line": 1 - } - }, - "277": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 84, - "start_line": 1 - }, - "While expanding the reference '__data_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 12, - "start_line": 4 - } - }, - "278": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "280": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - } - }, - "281": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "282": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "283": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "284": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "286": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "287": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 12 - } - }, - "288": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 12 - } - }, - "289": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - } - }, - "291": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 37, - "start_line": 14 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 12 - } - }, - "292": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 58, - "start_line": 14 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 13 - } - }, - "293": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 37, - "start_line": 14 - } - }, - "295": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 31, - "start_line": 16 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 14 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "296": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 32, - "start_line": 17 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 13 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "297": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 35, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 13 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "298": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 45, - "start_line": 19 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 14 - } - }, - "299": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 20 - } - }, - "300": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 23 - } - }, - "301": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 23 - } - }, - "302": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - } - }, - "304": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 23 - } - }, - "305": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 31, - "start_line": 25 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 24 - } - }, - "306": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 55, - "start_line": 25 - } - }, - "307": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - } - }, - "309": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 19 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "310": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 19 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "311": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - } - }, - "312": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 81 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 31 - } - }, - "313": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 50, - "start_line": 81 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 31 - } - }, - "314": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 85, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 93, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 78, - "start_line": 81 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 31 - } - }, - "315": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 29, - "start_line": 32 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 87, - "start_line": 31 - } - }, - "316": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 32 - } - }, - "318": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 33, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 33 - } - }, - "319": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 23, - "start_line": 41 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 56 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 28, - "start_line": 40 - } - }, - "320": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 74, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 23, - "start_line": 41 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 56 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 48, - "start_line": 40 - } - }, - "321": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 91, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 23, - "start_line": 41 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 56 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 76, - "start_line": 40 - } - }, - "322": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 23, - "start_line": 41 - } - }, - "324": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 24, - "start_line": 42 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 41 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 56 - } - }, - "325": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 24, - "start_line": 42 - } - }, - "327": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 44, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 13, - "start_line": 44 - } - }, - "329": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 13, - "start_line": 47 - } - }, - "330": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 49 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 28, - "start_line": 40 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 42 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - } - }, - "331": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 49 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 48, - "start_line": 40 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 41 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 56 - } - }, - "332": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 91, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 49 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 76, - "start_line": 40 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 41 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 56 - } - }, - "333": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 49 - } - }, - "334": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 57, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 16, - "start_line": 57 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 56 - } - }, - "335": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 57, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 16, - "start_line": 57 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 56 - } - }, - "336": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 57, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 16, - "start_line": 57 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 56 - } - }, - "337": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 57, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 16, - "start_line": 57 - } - }, - "339": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 57, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 57 - } - }, - "340": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 61, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 64, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 29, - "start_line": 64 - }, - "While expanding the reference 'new_owner' in:" - ], - "start_col": 9, - "start_line": 61 - } - }, - "341": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 64, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 13, - "start_line": 64 - } - }, - "343": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 66 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 28, - "start_line": 40 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 29, - "start_line": 60 - } - }, - "344": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 66 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 48, - "start_line": 40 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 49, - "start_line": 60 - } - }, - "345": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 92, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 91, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 66 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 76, - "start_line": 40 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 77, - "start_line": 60 - } - }, - "346": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 66 - } - }, - "348": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 61, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 67, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 29, - "start_line": 67 - }, - "While expanding the reference 'new_owner' in:" - ], - "start_col": 9, - "start_line": 61 - } - }, - "349": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 67, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 67 - } - }, - "351": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 68, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 68 - } - }, - "352": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 38, - "start_line": 84 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 56 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 81 - } - }, - "353": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 76, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 38, - "start_line": 84 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 56 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 50, - "start_line": 81 - } - }, - "354": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 93, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 38, - "start_line": 84 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 56 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 78, - "start_line": 81 - } - }, - "355": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 38, - "start_line": 84 - } - }, - "357": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 85 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 19 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 38, - "start_line": 84 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 56 - } - }, - "358": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 85 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 19 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 84 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 56 - } - }, - "359": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 85 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 19 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 38, - "start_line": 84 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 56 - } - }, - "360": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 82, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 29, - "start_line": 85 - }, - "While expanding the reference 'new_owner' in:" - ], - "start_col": 9, - "start_line": 82 - } - }, - "361": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 85 - } - }, - "363": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 86 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 85 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 19 - } - }, - "364": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 86 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 85 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 19 - } - }, - "365": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 35, - "start_line": 86 - }, - "While expanding the reference 'previous_owner' in:" - ], - "start_col": 14, - "start_line": 84 - } - }, - "366": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 82, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 51, - "start_line": 86 - }, - "While expanding the reference 'new_owner' in:" - ], - "start_col": 9, - "start_line": 82 - } - }, - "367": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 86 - } - }, - "369": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 87, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 87 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 81 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 86 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - } - }, - "370": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 87, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 87 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 50, - "start_line": 81 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 9, - "start_line": 85 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 19 - } - }, - "371": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 93, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 87, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 87 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 78, - "start_line": 81 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 86 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - } - }, - "372": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 87, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 87 - } - }, - "373": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 84, - "end_line": 19, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 19 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 40, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 20 - } - }, - "375": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 21 - } - }, - "376": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 22 - } - }, - "378": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 23 - } - }, - "380": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 12, - "start_line": 24 - } - }, - "382": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 24 - } - }, - "383": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 91, - "end_line": 27, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 27 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 48, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 28 - } - }, - "385": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 33, - "start_line": 29 - } - }, - "387": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 32, - "start_line": 29 - } - }, - "389": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 29 - } - }, - "390": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 30, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 30 - } - }, - "392": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 31 - } - }, - "394": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 12, - "start_line": 32 - } - }, - "396": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 32 - } - }, - "397": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 35 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 154 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 18 - } - }, - "398": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 20, - "start_line": 35 - } - }, - "400": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 30, - "start_line": 35 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 29, - "start_line": 18 - } - }, - "401": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 35 - } - }, - "403": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 12, - "start_line": 36 - } - }, - "405": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 36 - } - }, - "406": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 43, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 12, - "start_line": 43 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 42 - } - }, - "407": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 43, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 18, - "start_line": 43 - } - }, - "408": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 43, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 12, - "start_line": 43 - } - }, - "410": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 43, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 43 - } - }, - "411": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 14, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 5, - "start_line": 14 - } - }, - "413": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 16, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 5, - "start_line": 16 - } - }, - "415": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 9, - "start_line": 17 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 13 - } - }, - "416": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 17, - "start_line": 17 - } - }, - "418": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 9, - "start_line": 17 - } - }, - "419": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 23, - "start_line": 20 - } - }, - "421": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 10, - "start_line": 20 - }, - "While auto generating local variable for 'arr_ascii'." - ], - "start_col": 10, - "start_line": 20 - } - }, - "422": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 242, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 19, - "start_line": 21 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 242 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 13 - } - }, - "423": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 29, - "start_line": 21 - }, - "While expanding the reference 'num' in:" - ], - "start_col": 27, - "start_line": 13 - } - }, - "424": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 19, - "start_line": 21 - } - }, - "426": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 39, - "start_line": 23 - } - }, - "428": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 52, - "start_line": 23 - }, - "While expanding the reference 'arr_ascii' in:" - ], - "start_col": 10, - "start_line": 20 - }, - "While auto generating local variable for 'arr_ascii'." - ], - "start_col": 10, - "start_line": 20 - } - }, - "429": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 6, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 33, - "start_line": 22 - } - }, - "431": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 265, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 26, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 13, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 11, - "start_line": 265 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 33, - "start_line": 22 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 39, - "start_line": 49 - } - }, - "432": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 26, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 18, - "start_line": 26 - }, - "While expanding the reference 'num' in:" - ], - "start_col": 27, - "start_line": 13 - } - }, - "433": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 26, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 13, - "start_line": 26 - } - }, - "435": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 9, - "start_line": 28 - } - }, - "437": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 5, - "start_line": 28 - } - }, - "439": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 9, - "start_line": 29 - } - }, - "441": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 5, - "start_line": 28 - } - }, - "443": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 9, - "start_line": 31 - } - }, - "445": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 265, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 26, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 71, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 19, - "start_line": 34 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 46, - "start_line": 71 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 13, - "start_line": 26 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 11, - "start_line": 265 - } - }, - "446": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 27, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 15, - "start_line": 35 - }, - "While expanding the reference 'init' in:" - ], - "start_col": 11, - "start_line": 27 - } - }, - "447": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 25, - "start_line": 35 - }, - "While expanding the reference 'arr_ascii_len' in:" - ], - "start_col": 10, - "start_line": 22 - } - }, - "448": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 44, - "start_line": 35 - }, - "While expanding the reference 'arr_ascii' in:" - ], - "start_col": 10, - "start_line": 20 - }, - "While auto generating local variable for 'arr_ascii'." - ], - "start_col": 10, - "start_line": 20 - } - }, - "449": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 59, - "start_line": 35 - } - }, - "451": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 6, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 19, - "start_line": 34 - } - }, - "453": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 38, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 5, - "start_line": 38 - } - }, - "454": { - "accessible_scopes": [ - "utils.string", - "utils.string._ascii_from_digit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 46, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 13, - "start_line": 46 - } - }, - "456": { - "accessible_scopes": [ - "utils.string", - "utils.string._ascii_from_digit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 46, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 5, - "start_line": 46 - } - }, - "457": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 52, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 5, - "start_line": 52 - } - }, - "459": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 54, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 5, - "start_line": 54 - } - }, - "461": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 55, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 9, - "start_line": 55 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 39, - "start_line": 49 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 39, - "start_line": 49 - } - }, - "462": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 50, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 55, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 17, - "start_line": 55 - }, - "While expanding the reference 'arr_ascii_len' in:" - ], - "start_col": 19, - "start_line": 50 - } - }, - "463": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 55, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 9, - "start_line": 55 - } - }, - "464": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 297, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 58, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 31, - "start_line": 58 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 297 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 39, - "start_line": 49 - } - }, - "465": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 50, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 58, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 48, - "start_line": 58 - }, - "While expanding the reference 'remain' in:" - ], - "start_col": 5, - "start_line": 50 - } - }, - "466": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 58, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 56, - "start_line": 58 - } - }, - "468": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 58, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 31, - "start_line": 58 - } - }, - "470": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 59, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 19, - "start_line": 59 - } - }, - "472": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 12, - "start_line": 60 - } - }, - "473": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 5, - "start_line": 60 - } - }, - "474": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 297, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 58, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 67, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 33, - "start_line": 65 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 39, - "start_line": 49 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 31, - "start_line": 58 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 297 - } - }, - "475": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 58, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 16, - "start_line": 66 - }, - "While expanding the reference 'remain_nxt' in:" - ], - "start_col": 10, - "start_line": 58 - } - }, - "476": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 42, - "start_line": 66 - } - }, - "478": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 50, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 71, - "start_line": 66 - }, - "While expanding the reference 'arr_ascii' in:" - ], - "start_col": 40, - "start_line": 50 - } - }, - "479": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 6, - "end_line": 67, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 33, - "start_line": 65 - } - }, - "481": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 68, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 5, - "start_line": 68 - } - }, - "482": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 74, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 9, - "start_line": 74 - } - }, - "483": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 74, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 5, - "start_line": 74 - } - }, - "485": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 71, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 71, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 75, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 9, - "start_line": 75 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 46, - "start_line": 71 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 46, - "start_line": 71 - } - }, - "486": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 72, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 75, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 17, - "start_line": 75 - }, - "While expanding the reference 'ascii' in:" - ], - "start_col": 5, - "start_line": 72 - } - }, - "487": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 75, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 9, - "start_line": 75 - } - }, - "488": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 78, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 15, - "start_line": 84 - }, - "While expanding the reference 'ascii_nxt' in:" - ], - "start_col": 21, - "start_line": 78 - } - }, - "490": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 78, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 15, - "start_line": 84 - }, - "While expanding the reference 'ascii_nxt' in:" - ], - "start_col": 39, - "start_line": 78 - } - }, - "492": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 78, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 15, - "start_line": 84 - }, - "While expanding the reference 'ascii_nxt' in:" - ], - "start_col": 39, - "start_line": 78 - } - }, - "493": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 78, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 15, - "start_line": 84 - }, - "While expanding the reference 'ascii_nxt' in:" - ], - "start_col": 35, - "start_line": 78 - } - }, - "494": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 78, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 15, - "start_line": 84 - }, - "While expanding the reference 'ascii_nxt' in:" - ], - "start_col": 35, - "start_line": 78 - } - }, - "495": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 71, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 71, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 25, - "start_line": 83 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 46, - "start_line": 71 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 46, - "start_line": 71 - } - }, - "496": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 78, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 15, - "start_line": 84 - }, - "While expanding the reference 'ascii_nxt' in:" - ], - "start_col": 21, - "start_line": 78 - } - }, - "497": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 72, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 30, - "start_line": 84 - }, - "While expanding the reference 'len' in:" - ], - "start_col": 18, - "start_line": 72 - } - }, - "498": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 72, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 39, - "start_line": 84 - }, - "While expanding the reference 'arr' in:" - ], - "start_col": 29, - "start_line": 72 - } - }, - "499": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 48, - "start_line": 84 - } - }, - "501": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 6, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 25, - "start_line": 83 - } - }, - "503": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 5, - "start_line": 86 - } - }, - "504": { - "accessible_scopes": [ - "starkware.cairo.common.registers", - "starkware.cairo.common.registers.get_label_location" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/registers.cairo" - }, - "start_col": 23, - "start_line": 22 - } - }, - "506": { - "accessible_scopes": [ - "starkware.cairo.common.registers", - "starkware.cairo.common.registers.get_label_location" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/registers.cairo" - }, - "start_col": 27, - "start_line": 25 - } - }, - "508": { - "accessible_scopes": [ - "starkware.cairo.common.registers", - "starkware.cairo.common.registers.get_label_location" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/registers.cairo" - }, - "start_col": 17, - "start_line": 25 - } - }, - "509": { - "accessible_scopes": [ - "starkware.cairo.common.registers", - "starkware.cairo.common.registers.get_label_location" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/registers.cairo" - }, - "start_col": 5, - "start_line": 25 - } - }, - "510": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "511": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "512": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "514": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "515": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 12 - } - }, - "516": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 12 - } - }, - "517": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - } - }, - "519": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 37, - "start_line": 14 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 12 - } - }, - "520": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 58, - "start_line": 14 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 13 - } - }, - "521": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 37, - "start_line": 14 - } - }, - "523": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 31, - "start_line": 16 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 14 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "524": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 32, - "start_line": 17 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 13 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "525": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 35, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 13 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "526": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 45, - "start_line": 19 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 14 - } - }, - "527": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 9, - "start_line": 20 - } - }, - "528": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 23 - } - }, - "529": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 23 - } - }, - "530": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - } - }, - "532": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 23 - } - }, - "533": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 31, - "start_line": 25 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 24 - } - }, - "534": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 55, - "start_line": 25 - } - }, - "535": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - } - }, - "537": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 19 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "538": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 19 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "539": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - } - }, - "540": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "541": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "542": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "544": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "545": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 12 - } - }, - "546": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 12 - } - }, - "547": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - } - }, - "549": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 37, - "start_line": 14 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 12 - } - }, - "550": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 58, - "start_line": 14 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 13 - } - }, - "551": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 37, - "start_line": 14 - } - }, - "553": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 31, - "start_line": 16 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 14 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "554": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 32, - "start_line": 17 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 13 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "555": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 35, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 13 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "556": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 45, - "start_line": 19 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 14 - } - }, - "557": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 9, - "start_line": 20 - } - }, - "558": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 23 - } - }, - "559": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 23 - } - }, - "560": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - } - }, - "562": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 23 - } - }, - "563": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 31, - "start_line": 25 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 24 - } - }, - "564": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 55, - "start_line": 25 - } - }, - "565": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - } - }, - "567": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 19 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "568": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 19 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "569": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_len", - "__main__._thresholds_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - } - }, - "570": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 36, - "start_line": 9 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "571": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 94, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 50, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "573": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 55, - "start_line": 9 - } - }, - "574": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - } - }, - "576": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 21, - "start_line": 10 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "577": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 44, - "start_line": 10 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 9 - } - }, - "578": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 21, - "start_line": 10 - } - }, - "580": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 9, - "start_line": 11 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 9 - } - }, - "581": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 9, - "start_line": 11 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 10 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - } - }, - "582": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 21, - "start_line": 11 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 10 - } - }, - "583": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 9, - "start_line": 11 - } - }, - "584": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 30, - "start_line": 17 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 14 - } - }, - "585": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 30, - "start_line": 17 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 14 - } - }, - "586": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 91, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 35, - "start_line": 17 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 80, - "start_line": 14 - } - }, - "587": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 30, - "start_line": 17 - } - }, - "589": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 37, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 14 - } - }, - "590": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 58, - "start_line": 18 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 17 - } - }, - "591": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 37, - "start_line": 18 - } - }, - "593": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 31, - "start_line": 20 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 18 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "594": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 32, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 17 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "595": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 22, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 35, - "start_line": 22 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 17 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "596": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 45, - "start_line": 23 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 18 - } - }, - "597": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 9, - "start_line": 24 - } - }, - "598": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 30, - "start_line": 30 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 27 - } - }, - "599": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 30, - "start_line": 30 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 27 - } - }, - "600": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 35, - "start_line": 30 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 9, - "start_line": 28 - } - }, - "601": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 30, - "start_line": 30 - } - }, - "603": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 9, - "start_line": 31 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 27 - } - }, - "604": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 31, - "start_line": 31 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 30 - } - }, - "605": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 55, - "start_line": 31 - } - }, - "606": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 9, - "start_line": 31 - } - }, - "608": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 9, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 30 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "609": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 9, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 30 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "610": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds", - "__main__._thresholds.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/impl.cairo" - }, - "start_col": 9, - "start_line": 32 - } - }, - "611": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 26, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 12, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 56 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 25 - } - }, - "612": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 26, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 12, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 56 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 25 - } - }, - "613": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 26, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 12, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 56 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 25 - } - }, - "614": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 26, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 12, - "start_line": 26 - } - }, - "616": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 26, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 26 - } - }, - "617": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/getOwner/b6df8dec790559c2c5b7a358af946adc3119f253addccded3beb4074a973d539.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 25 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/getOwner/b6df8dec790559c2c5b7a358af946adc3119f253addccded3beb4074a973d539.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 25 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "619": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/b02ddc13e06346668d980e18c0fec90f17036d195bf95d21ac18e846a0a129f3.cairo" - }, - "parent_location": [ - { - "end_col": 97, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 86, - "start_line": 25 - }, - "While handling return value 'owner'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "620": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/b02ddc13e06346668d980e18c0fec90f17036d195bf95d21ac18e846a0a129f3.cairo" - }, - "parent_location": [ - { - "end_col": 97, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/getOwner/b6df8dec790559c2c5b7a358af946adc3119f253addccded3beb4074a973d539.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 25 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 86, - "start_line": 25 - }, - "While handling return value 'owner'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "622": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/return/getOwner/b6df8dec790559c2c5b7a358af946adc3119f253addccded3beb4074a973d539.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/getOwner/b6df8dec790559c2c5b7a358af946adc3119f253addccded3beb4074a973d539.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 25 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 25 - }, - "While handling return value of" - ], - "start_col": 55, - "start_line": 1 - } - }, - "623": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/getOwner/b6df8dec790559c2c5b7a358af946adc3119f253addccded3beb4074a973d539.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 25 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "624": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/getOwner/b6df8dec790559c2c5b7a358af946adc3119f253addccded3beb4074a973d539.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/getOwner/b6df8dec790559c2c5b7a358af946adc3119f253addccded3beb4074a973d539.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 25 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 25 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "625": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/getOwner/b6df8dec790559c2c5b7a358af946adc3119f253addccded3beb4074a973d539.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 25 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "626": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 25 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "627": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/50eef2d703602d24c42df800878bfabc425ad0069960e1dc159c4d3bf27e35f6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 25 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 25 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "628": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/50eef2d703602d24c42df800878bfabc425ad0069960e1dc159c4d3bf27e35f6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 25 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 25 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "629": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/50eef2d703602d24c42df800878bfabc425ad0069960e1dc159c4d3bf27e35f6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 25 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 25 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "630": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 25 - } - }, - "632": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/50eef2d703602d24c42df800878bfabc425ad0069960e1dc159c4d3bf27e35f6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 97, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getOwner/50eef2d703602d24c42df800878bfabc425ad0069960e1dc159c4d3bf27e35f6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 25 - }, - "While constructing the external wrapper for:" - ], - "start_col": 82, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 25 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "633": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getOwner/50eef2d703602d24c42df800878bfabc425ad0069960e1dc159c4d3bf27e35f6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 25 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "635": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/50eef2d703602d24c42df800878bfabc425ad0069960e1dc159c4d3bf27e35f6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 25 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 25 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "636": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/50eef2d703602d24c42df800878bfabc425ad0069960e1dc159c4d3bf27e35f6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 25 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 25 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "637": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getOwner/50eef2d703602d24c42df800878bfabc425ad0069960e1dc159c4d3bf27e35f6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 25 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 25 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "638": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getOwner/50eef2d703602d24c42df800878bfabc425ad0069960e1dc159c4d3bf27e35f6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 25 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 25 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "639": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getOwner/50eef2d703602d24c42df800878bfabc425ad0069960e1dc159c4d3bf27e35f6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 25 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 25 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "640": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 25, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 25 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "641": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 33, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 33 - } - }, - "643": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 34, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 24, - "start_line": 34 - } - }, - "645": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 34, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 34, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 10, - "start_line": 34 - }, - "While auto generating local variable for 'thresholds'." - ], - "start_col": 10, - "start_line": 34 - } - }, - "646": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 61, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 35, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 19, - "start_line": 35 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 61 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 30 - } - }, - "647": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 66, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 61, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 35, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 19, - "start_line": 35 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 61 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 40, - "start_line": 30 - } - }, - "648": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 83, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 61, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 35, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 19, - "start_line": 35 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 61 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 30 - } - }, - "649": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 35, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 36, - "start_line": 35 - } - }, - "651": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 34, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 34, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 35, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 39, - "start_line": 35 - }, - "While expanding the reference 'thresholds' in:" - ], - "start_col": 10, - "start_line": 34 - }, - "While auto generating local variable for 'thresholds'." - ], - "start_col": 10, - "start_line": 34 - } - }, - "652": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 35, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 19, - "start_line": 35 - } - }, - "654": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 61, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 35, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 36, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 28, - "start_line": 36 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 35 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 61 - } - }, - "655": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 61, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 35, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 36, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 28, - "start_line": 36 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 19, - "start_line": 35 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 61 - } - }, - "656": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 61, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 35, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 36, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 28, - "start_line": 36 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 19, - "start_line": 35 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 61 - } - }, - "657": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 36, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 28, - "start_line": 36 - } - }, - "659": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 34, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 34, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 37, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 29, - "start_line": 37 - }, - "While expanding the reference 'thresholds' in:" - ], - "start_col": 10, - "start_line": 34 - }, - "While auto generating local variable for 'thresholds'." - ], - "start_col": 10, - "start_line": 34 - } - }, - "660": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 37, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 37 - } - }, - "661": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/getThresholds/9802441e33a7be9198a89b97eee0a4392d67fc60729ed368669d796a14056b69.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 30 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/getThresholds/9802441e33a7be9198a89b97eee0a4392d67fc60729ed368669d796a14056b69.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 30 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "663": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/576aaaacf3f9765b8d4c4f0080b47f3443309fe8a5c76d9c0bbf56f81f5c5547.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 31, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 31 - }, - "While handling return value 'thresholds_len'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "664": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/26888a8b0591098a0a4f302b72cbac00272d5fe2d4db1172eca8910fde65f68a.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 31, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 27, - "start_line": 31 - }, - "While handling return value 'thresholds'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "665": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/26888a8b0591098a0a4f302b72cbac00272d5fe2d4db1172eca8910fde65f68a.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 31, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 27, - "start_line": 31 - }, - "While handling return value 'thresholds'" - ], - "start_col": 1, - "start_line": 5 - } - }, - "667": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/576aaaacf3f9765b8d4c4f0080b47f3443309fe8a5c76d9c0bbf56f81f5c5547.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 31, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/26888a8b0591098a0a4f302b72cbac00272d5fe2d4db1172eca8910fde65f68a.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 31, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 27, - "start_line": 31 - }, - "While handling return value 'thresholds'" - ], - "start_col": 35, - "start_line": 10 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 5, - "start_line": 31 - }, - "While handling return value 'thresholds_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "669": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 85, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/26888a8b0591098a0a4f302b72cbac00272d5fe2d4db1172eca8910fde65f68a.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 31, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 27, - "start_line": 31 - }, - "While handling return value 'thresholds'" - ], - "start_col": 1, - "start_line": 10 - } - }, - "670": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/576aaaacf3f9765b8d4c4f0080b47f3443309fe8a5c76d9c0bbf56f81f5c5547.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 31, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/arg_processor/26888a8b0591098a0a4f302b72cbac00272d5fe2d4db1172eca8910fde65f68a.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 31, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/arg_processor/26888a8b0591098a0a4f302b72cbac00272d5fe2d4db1172eca8910fde65f68a.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 31, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 27, - "start_line": 31 - }, - "While handling return value 'thresholds'" - ], - "start_col": 9, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_copy' in:" - ], - "start_col": 27, - "start_line": 31 - }, - "While handling return value 'thresholds'" - ], - "start_col": 31, - "start_line": 7 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 5, - "start_line": 31 - }, - "While handling return value 'thresholds_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "672": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/arg_processor/26888a8b0591098a0a4f302b72cbac00272d5fe2d4db1172eca8910fde65f68a.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 31, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 27, - "start_line": 31 - }, - "While handling return value 'thresholds'" - ], - "start_col": 9, - "start_line": 13 - } - }, - "673": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/26888a8b0591098a0a4f302b72cbac00272d5fe2d4db1172eca8910fde65f68a.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 31, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 27, - "start_line": 31 - }, - "While handling return value 'thresholds'" - ], - "start_col": 9, - "start_line": 14 - } - }, - "674": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/26888a8b0591098a0a4f302b72cbac00272d5fe2d4db1172eca8910fde65f68a.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 31, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 27, - "start_line": 31 - }, - "While handling return value 'thresholds'" - ], - "start_col": 1, - "start_line": 11 - } - }, - "676": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/26888a8b0591098a0a4f302b72cbac00272d5fe2d4db1172eca8910fde65f68a.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 31, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/getThresholds/9802441e33a7be9198a89b97eee0a4392d67fc60729ed368669d796a14056b69.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 30 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 31 - }, - "While handling return value 'thresholds'" - ], - "start_col": 7, - "start_line": 5 - } - }, - "677": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/getThresholds/9802441e33a7be9198a89b97eee0a4392d67fc60729ed368669d796a14056b69.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 30 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "678": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/getThresholds/9802441e33a7be9198a89b97eee0a4392d67fc60729ed368669d796a14056b69.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/getThresholds/9802441e33a7be9198a89b97eee0a4392d67fc60729ed368669d796a14056b69.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 30 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 30 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "679": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/getThresholds/9802441e33a7be9198a89b97eee0a4392d67fc60729ed368669d796a14056b69.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 30 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "680": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/746967275ee6822bc0e5f0716a41195587494d803b55992189b93c4fb0e2e25a.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 5, - "start_line": 2 - } - }, - "682": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 30 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "683": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/8cb46b4e28994ec330ee261c7e7c72df878710408b14a4d6daf29aaf098ad3e9.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "684": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/8cb46b4e28994ec330ee261c7e7c72df878710408b14a4d6daf29aaf098ad3e9.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 40, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "685": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/8cb46b4e28994ec330ee261c7e7c72df878710408b14a4d6daf29aaf098ad3e9.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "686": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 30 - } - }, - "688": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/8cb46b4e28994ec330ee261c7e7c72df878710408b14a4d6daf29aaf098ad3e9.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/8cb46b4e28994ec330ee261c7e7c72df878710408b14a4d6daf29aaf098ad3e9.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 6, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "689": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/8cb46b4e28994ec330ee261c7e7c72df878710408b14a4d6daf29aaf098ad3e9.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/8cb46b4e28994ec330ee261c7e7c72df878710408b14a4d6daf29aaf098ad3e9.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 6, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "690": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/8cb46b4e28994ec330ee261c7e7c72df878710408b14a4d6daf29aaf098ad3e9.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 102, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/8cb46b4e28994ec330ee261c7e7c72df878710408b14a4d6daf29aaf098ad3e9.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 87, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "691": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 103, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/8cb46b4e28994ec330ee261c7e7c72df878710408b14a4d6daf29aaf098ad3e9.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "693": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/8cb46b4e28994ec330ee261c7e7c72df878710408b14a4d6daf29aaf098ad3e9.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/8cb46b4e28994ec330ee261c7e7c72df878710408b14a4d6daf29aaf098ad3e9.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 6, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "694": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/8cb46b4e28994ec330ee261c7e7c72df878710408b14a4d6daf29aaf098ad3e9.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/8cb46b4e28994ec330ee261c7e7c72df878710408b14a4d6daf29aaf098ad3e9.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 6, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "695": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/8cb46b4e28994ec330ee261c7e7c72df878710408b14a4d6daf29aaf098ad3e9.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "696": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/8cb46b4e28994ec330ee261c7e7c72df878710408b14a4d6daf29aaf098ad3e9.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "697": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/8cb46b4e28994ec330ee261c7e7c72df878710408b14a4d6daf29aaf098ad3e9.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "698": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getThresholds/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 30, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 30 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "699": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 44, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 44 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 28, - "start_line": 40 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 41 - } - }, - "700": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 66, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 44, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 44 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 48, - "start_line": 40 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 40, - "start_line": 41 - } - }, - "701": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 83, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 91, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 44, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 44 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 76, - "start_line": 40 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 41 - } - }, - "702": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 44, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 44 - } - }, - "704": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 42, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 45, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 27, - "start_line": 45 - }, - "While expanding the reference 'thresholds_len' in:" - ], - "start_col": 5, - "start_line": 42 - } - }, - "705": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 45, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 45 - } - }, - "707": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 46, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 23, - "start_line": 46 - } - }, - "709": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 42, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 46, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 26, - "start_line": 46 - }, - "While expanding the reference 'thresholds_len' in:" - ], - "start_col": 5, - "start_line": 42 - } - }, - "710": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 42, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 46, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 42, - "start_line": 46 - }, - "While expanding the reference 'thresholds' in:" - ], - "start_col": 27, - "start_line": 42 - } - }, - "711": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 46, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 46 - } - }, - "713": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 47, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 47 - } - }, - "714": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setThresholds/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/2bfdc4ffac90f60a618dc1ef323ad79a7856f8aea423d4c7d18c33590d12a61e.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 42, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 27, - "start_line": 42 - }, - "While handling calldata argument 'thresholds'" - ], - "start_col": 9, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "715": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/e4df1f6292f94b95716e933d564f87fd3790efa318bb67c640b6e0935f122cab.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 42, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/2bfdc4ffac90f60a618dc1ef323ad79a7856f8aea423d4c7d18c33590d12a61e.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 42, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 27, - "start_line": 42 - }, - "While handling calldata argument 'thresholds'" - ], - "start_col": 28, - "start_line": 2 - }, - "While expanding the reference '__calldata_arg_thresholds_len' in:" - ], - "start_col": 5, - "start_line": 42 - }, - "While handling calldata argument 'thresholds_len'" - ], - "start_col": 37, - "start_line": 1 - } - }, - "716": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/2bfdc4ffac90f60a618dc1ef323ad79a7856f8aea423d4c7d18c33590d12a61e.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 42, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 27, - "start_line": 42 - }, - "While handling calldata argument 'thresholds'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "717": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/e4df1f6292f94b95716e933d564f87fd3790efa318bb67c640b6e0935f122cab.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 42, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/2bfdc4ffac90f60a618dc1ef323ad79a7856f8aea423d4c7d18c33590d12a61e.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 42, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 27, - "start_line": 42 - }, - "While handling calldata argument 'thresholds'" - ], - "start_col": 26, - "start_line": 8 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 5, - "start_line": 42 - }, - "While handling calldata argument 'thresholds_len'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "719": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/e4df1f6292f94b95716e933d564f87fd3790efa318bb67c640b6e0935f122cab.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 42, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 72, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/2bfdc4ffac90f60a618dc1ef323ad79a7856f8aea423d4c7d18c33590d12a61e.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 42, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 27, - "start_line": 42 - }, - "While handling calldata argument 'thresholds'" - ], - "start_col": 43, - "start_line": 8 - }, - "While expanding the reference '__calldata_arg_thresholds_len' in:" - ], - "start_col": 5, - "start_line": 42 - }, - "While handling calldata argument 'thresholds_len'" - ], - "start_col": 37, - "start_line": 1 - } - }, - "720": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 76, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/2bfdc4ffac90f60a618dc1ef323ad79a7856f8aea423d4c7d18c33590d12a61e.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 42, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 27, - "start_line": 42 - }, - "While handling calldata argument 'thresholds'" - ], - "start_col": 26, - "start_line": 8 - } - }, - "721": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "722": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setThresholds/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/2bfdc4ffac90f60a618dc1ef323ad79a7856f8aea423d4c7d18c33590d12a61e.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 42, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setThresholds/e1079c359f90fa1512a45e8d21aee37f44f5279b379ca7982c52634d864bb1a2.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 42 - }, - "While handling calldata argument 'thresholds'" - ], - "start_col": 23, - "start_line": 3 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "723": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setThresholds/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setThresholds/e1079c359f90fa1512a45e8d21aee37f44f5279b379ca7982c52634d864bb1a2.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "724": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setThresholds/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setThresholds/e1079c359f90fa1512a45e8d21aee37f44f5279b379ca7982c52634d864bb1a2.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 40, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "725": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/2bfdc4ffac90f60a618dc1ef323ad79a7856f8aea423d4c7d18c33590d12a61e.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 42, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setThresholds/e1079c359f90fa1512a45e8d21aee37f44f5279b379ca7982c52634d864bb1a2.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 42 - }, - "While handling calldata argument 'thresholds'" - ], - "start_col": 23, - "start_line": 3 - } - }, - "727": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/e4df1f6292f94b95716e933d564f87fd3790efa318bb67c640b6e0935f122cab.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 42, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 161, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setThresholds/e1079c359f90fa1512a45e8d21aee37f44f5279b379ca7982c52634d864bb1a2.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 132, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_thresholds_len' in:" - ], - "start_col": 5, - "start_line": 42 - }, - "While handling calldata argument 'thresholds_len'" - ], - "start_col": 37, - "start_line": 1 - } - }, - "728": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/2bfdc4ffac90f60a618dc1ef323ad79a7856f8aea423d4c7d18c33590d12a61e.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 42, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 199, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setThresholds/e1079c359f90fa1512a45e8d21aee37f44f5279b379ca7982c52634d864bb1a2.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 174, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_thresholds' in:" - ], - "start_col": 27, - "start_line": 42 - }, - "While handling calldata argument 'thresholds'" - ], - "start_col": 33, - "start_line": 5 - } - }, - "730": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 41 - } - }, - "732": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/setThresholds/e1079c359f90fa1512a45e8d21aee37f44f5279b379ca7982c52634d864bb1a2.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/setThresholds/e1079c359f90fa1512a45e8d21aee37f44f5279b379ca7982c52634d864bb1a2.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "734": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setThresholds/e1079c359f90fa1512a45e8d21aee37f44f5279b379ca7982c52634d864bb1a2.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setThresholds/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "735": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setThresholds/e1079c359f90fa1512a45e8d21aee37f44f5279b379ca7982c52634d864bb1a2.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setThresholds/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "736": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setThresholds/e1079c359f90fa1512a45e8d21aee37f44f5279b379ca7982c52634d864bb1a2.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setThresholds/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "737": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/setThresholds/e1079c359f90fa1512a45e8d21aee37f44f5279b379ca7982c52634d864bb1a2.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setThresholds/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "739": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/setThresholds/e1079c359f90fa1512a45e8d21aee37f44f5279b379ca7982c52634d864bb1a2.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setThresholds/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "740": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setThresholds" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setThresholds/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 41, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "741": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 53, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 9, - "start_line": 53 - } - }, - "742": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 53, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 53 - } - }, - "744": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 50, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 50, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 54, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 9, - "start_line": 54 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 50 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 50 - } - }, - "745": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 70, - "end_line": 50, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 50, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 54, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 9, - "start_line": 54 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 44, - "start_line": 50 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 44, - "start_line": 50 - } - }, - "746": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 87, - "end_line": 50, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 87, - "end_line": 50, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 54, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 9, - "start_line": 54 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 72, - "start_line": 50 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 72, - "start_line": 50 - } - }, - "747": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 54, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 9, - "start_line": 54 - } - }, - "748": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 56, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 57, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 30, - "start_line": 57 - }, - "While expanding the reference 'current' in:" - ], - "start_col": 19, - "start_line": 56 - } - }, - "749": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 50, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 57, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 57 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 50 - } - }, - "750": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 70, - "end_line": 50, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 57, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 57 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 44, - "start_line": 50 - } - }, - "751": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 87, - "end_line": 50, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 57, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 57 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 72, - "start_line": 50 - } - }, - "752": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 51, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 57, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 23, - "start_line": 57 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 5, - "start_line": 51 - } - }, - "753": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 56, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 57, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 30, - "start_line": 57 - }, - "While expanding the reference 'current' in:" - ], - "start_col": 19, - "start_line": 56 - } - }, - "754": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 57, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 57 - } - }, - "756": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 58, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 30, - "start_line": 58 - } - }, - "758": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 51, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 58, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 41, - "start_line": 58 - }, - "While expanding the reference 'thresholds_len' in:" - ], - "start_col": 18, - "start_line": 51 - } - }, - "759": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 51, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 58, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 57, - "start_line": 58 - }, - "While expanding the reference 'thresholds' in:" - ], - "start_col": 40, - "start_line": 51 - } - }, - "760": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 58, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 12, - "start_line": 58 - } - }, - "762": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 58, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 58 - } - }, - "763": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 61, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 64, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 21, - "start_line": 64 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 61 - } - }, - "764": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 61, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 64, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 21, - "start_line": 64 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 61 - } - }, - "765": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 61, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 64, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 21, - "start_line": 64 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 61 - } - }, - "766": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 64, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 21, - "start_line": 64 - } - }, - "768": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 65, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 9, - "start_line": 65 - } - }, - "769": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 65, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 65 - } - }, - "771": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 64, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 61, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 66, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 9, - "start_line": 66 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 61 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 21, - "start_line": 64 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "772": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 64, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 61, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 66, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 9, - "start_line": 66 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 61 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 21, - "start_line": 64 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "773": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 64, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 61, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 66, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 9, - "start_line": 66 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 61 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 64 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "774": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 62, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 66, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 28, - "start_line": 66 - }, - "While expanding the reference 'thresholds' in:" - ], - "start_col": 18, - "start_line": 62 - } - }, - "775": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 66, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 9, - "start_line": 66 - } - }, - "776": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 64, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 68, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 21, - "start_line": 68 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 21, - "start_line": 64 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "777": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 64, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 68, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 21, - "start_line": 68 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 21, - "start_line": 64 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "778": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 64, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 68, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 21, - "start_line": 68 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 64 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "779": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 62, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 68, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 38, - "start_line": 68 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 5, - "start_line": 62 - } - }, - "780": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 68, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 21, - "start_line": 68 - } - }, - "782": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 69, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 69 - } - }, - "783": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 68, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 61, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 70, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 12, - "start_line": 70 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 61 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 21, - "start_line": 68 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "784": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 68, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 61, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 70, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 12, - "start_line": 70 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 61 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 21, - "start_line": 68 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "785": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 68, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 61, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 70, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 12, - "start_line": 70 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 61 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 68 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "786": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 70, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 29, - "start_line": 70 - } - }, - "788": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 70, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 40, - "start_line": 70 - } - }, - "790": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 70, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 12, - "start_line": 70 - } - }, - "792": { - "accessible_scopes": [ - "__main__", - "__main__._thresholds_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 70, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 70 - } - }, - "793": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 77, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 77 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 29, - "start_line": 60 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 74 - } - }, - "794": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 70, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 77, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 77 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 49, - "start_line": 60 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 44, - "start_line": 74 - } - }, - "795": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 87, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 92, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 77, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 77 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 77, - "start_line": 60 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 72, - "start_line": 74 - } - }, - "796": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 75, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 77, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 32, - "start_line": 77 - }, - "While expanding the reference 'new_owner' in:" - ], - "start_col": 5, - "start_line": 75 - } - }, - "797": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 77, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 77 - } - }, - "799": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 78, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 78 - } - }, - "800": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/450f0509800d3afb78e5f375ff7b17115e6b5d0fd7e2bff94c78fdb15f5f2d10.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 75, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 74 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 5, - "start_line": 75 - }, - "While handling calldata argument 'new_owner'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "802": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "803": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "804": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 44, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "805": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 87, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 72, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "806": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/450f0509800d3afb78e5f375ff7b17115e6b5d0fd7e2bff94c78fdb15f5f2d10.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 75, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 151, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 127, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_new_owner' in:" - ], - "start_col": 5, - "start_line": 75 - }, - "While handling calldata argument 'new_owner'" - ], - "start_col": 32, - "start_line": 1 - } - }, - "807": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 74 - } - }, - "809": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "811": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "812": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "813": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "814": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "816": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "817": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 74, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "818": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 83, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 26, - "start_line": 83 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 82 - } - }, - "819": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 83, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 26, - "start_line": 83 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 37, - "start_line": 82 - } - }, - "820": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 83, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 26, - "start_line": 83 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 82 - } - }, - "821": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 83, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 26, - "start_line": 83 - } - }, - "823": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 84, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 84 - } - }, - "825": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 83, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 85, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 85 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 31 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 26, - "start_line": 83 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "826": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 83, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 85, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 85 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 31 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 26, - "start_line": 83 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "827": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 83, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 85, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 85 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 31 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 26, - "start_line": 83 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "828": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 93, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 85, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 25, - "start_line": 85 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 82, - "start_line": 82 - } - }, - "829": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 85, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 85 - } - }, - "831": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 86, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 23, - "start_line": 86 - } - }, - "833": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 86, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 86 - } - }, - "835": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 87, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 87 - } - }, - "836": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/f6a4d9ae897caf37cefd18f7c8da7eee73157818279359aadee282f0fe59cdbc.cairo" - }, - "parent_location": [ - { - "end_col": 93, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 82 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 82 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 82, - "start_line": 82 - }, - "While handling calldata argument 'owner'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "838": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 82 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "839": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/5243d13a214edd1f03ee87eac1b3ceb0ae897772a136cabb4cc7905c46b3e2c4.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 82 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 82 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "840": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/5243d13a214edd1f03ee87eac1b3ceb0ae897772a136cabb4cc7905c46b3e2c4.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 82 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 37, - "start_line": 82 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "841": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/5243d13a214edd1f03ee87eac1b3ceb0ae897772a136cabb4cc7905c46b3e2c4.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 82 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 82 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "842": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/f6a4d9ae897caf37cefd18f7c8da7eee73157818279359aadee282f0fe59cdbc.cairo" - }, - "parent_location": [ - { - "end_col": 93, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 143, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/5243d13a214edd1f03ee87eac1b3ceb0ae897772a136cabb4cc7905c46b3e2c4.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 82 - }, - "While constructing the external wrapper for:" - ], - "start_col": 123, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_owner' in:" - ], - "start_col": 82, - "start_line": 82 - }, - "While handling calldata argument 'owner'" - ], - "start_col": 28, - "start_line": 1 - } - }, - "843": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 82 - } - }, - "845": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/initialize/5243d13a214edd1f03ee87eac1b3ceb0ae897772a136cabb4cc7905c46b3e2c4.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 82 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/initialize/5243d13a214edd1f03ee87eac1b3ceb0ae897772a136cabb4cc7905c46b3e2c4.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 82 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "847": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/5243d13a214edd1f03ee87eac1b3ceb0ae897772a136cabb4cc7905c46b3e2c4.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 82 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 82 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "848": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/5243d13a214edd1f03ee87eac1b3ceb0ae897772a136cabb4cc7905c46b3e2c4.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 82 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 82 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "849": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/5243d13a214edd1f03ee87eac1b3ceb0ae897772a136cabb4cc7905c46b3e2c4.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 82 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 82 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "850": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/initialize/5243d13a214edd1f03ee87eac1b3ceb0ae897772a136cabb4cc7905c46b3e2c4.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 82 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 82 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "852": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/initialize/5243d13a214edd1f03ee87eac1b3ceb0ae897772a136cabb4cc7905c46b3e2c4.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 82 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 82 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "853": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 82, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 82 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "854": { - "accessible_scopes": [ - "__main__", - "__main__._find_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 93, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 93 - } - }, - "856": { - "accessible_scopes": [ - "__main__", - "__main__._find_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 94, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 9, - "start_line": 94 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 18, - "start_line": 90 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 18, - "start_line": 90 - } - }, - "857": { - "accessible_scopes": [ - "__main__", - "__main__._find_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 94, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 9, - "start_line": 94 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 46, - "start_line": 90 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 46, - "start_line": 90 - } - }, - "858": { - "accessible_scopes": [ - "__main__", - "__main__._find_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 94, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 9, - "start_line": 94 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 90 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 90 - } - }, - "859": { - "accessible_scopes": [ - "__main__", - "__main__._find_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 94, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 23, - "start_line": 94 - } - }, - "861": { - "accessible_scopes": [ - "__main__", - "__main__._find_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 94, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 9, - "start_line": 94 - } - }, - "862": { - "accessible_scopes": [ - "__main__", - "__main__._find_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 97, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 17, - "start_line": 97 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 42 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 90 - } - }, - "863": { - "accessible_scopes": [ - "__main__", - "__main__._find_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 91, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 97, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 23, - "start_line": 97 - }, - "While expanding the reference 'rarity' in:" - ], - "start_col": 5, - "start_line": 91 - } - }, - "864": { - "accessible_scopes": [ - "__main__", - "__main__._find_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 96, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 97, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 31, - "start_line": 97 - }, - "While expanding the reference 'current' in:" - ], - "start_col": 19, - "start_line": 96 - } - }, - "865": { - "accessible_scopes": [ - "__main__", - "__main__._find_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 97, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 17, - "start_line": 97 - } - }, - "867": { - "accessible_scopes": [ - "__main__", - "__main__._find_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 98, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 98 - } - }, - "869": { - "accessible_scopes": [ - "__main__", - "__main__._find_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 99, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 16, - "start_line": 99 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 18, - "start_line": 90 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 18, - "start_line": 90 - } - }, - "870": { - "accessible_scopes": [ - "__main__", - "__main__._find_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 99, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 16, - "start_line": 99 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 46, - "start_line": 90 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 46, - "start_line": 90 - } - }, - "871": { - "accessible_scopes": [ - "__main__", - "__main__._find_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 97, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 99, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 16, - "start_line": 99 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 90 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 97 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 42 - } - }, - "872": { - "accessible_scopes": [ - "__main__", - "__main__._find_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 91, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 99, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 28, - "start_line": 99 - }, - "While expanding the reference 'rarity' in:" - ], - "start_col": 5, - "start_line": 91 - } - }, - "873": { - "accessible_scopes": [ - "__main__", - "__main__._find_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 99, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 36, - "start_line": 99 - } - }, - "875": { - "accessible_scopes": [ - "__main__", - "__main__._find_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 99, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 49, - "start_line": 99 - } - }, - "877": { - "accessible_scopes": [ - "__main__", - "__main__._find_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 99, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 16, - "start_line": 99 - } - }, - "879": { - "accessible_scopes": [ - "__main__", - "__main__._find_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 99, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 9, - "start_line": 99 - } - }, - "880": { - "accessible_scopes": [ - "__main__", - "__main__._find_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 101, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 101 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 18, - "start_line": 90 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 18, - "start_line": 90 - } - }, - "881": { - "accessible_scopes": [ - "__main__", - "__main__._find_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 101, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 101 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 46, - "start_line": 90 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 46, - "start_line": 90 - } - }, - "882": { - "accessible_scopes": [ - "__main__", - "__main__._find_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 97, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 101, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 101 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 90 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 97 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 42 - } - }, - "883": { - "accessible_scopes": [ - "__main__", - "__main__._find_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 91, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 101, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 19, - "start_line": 101 - }, - "While expanding the reference 'arr_len' in:" - ], - "start_col": 19, - "start_line": 91 - } - }, - "884": { - "accessible_scopes": [ - "__main__", - "__main__._find_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 101, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 101 - } - }, - "885": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 108, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 108 - } - }, - "887": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 109, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 41, - "start_line": 109 - } - }, - "889": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 109, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 22, - "start_line": 109 - } - }, - "891": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 110, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 23, - "start_line": 110 - } - }, - "893": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 110, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 110, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 10, - "start_line": 110 - }, - "While auto generating local variable for 'token_uri'." - ], - "start_col": 10, - "start_line": 110 - } - }, - "894": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 111, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 111 - } - }, - "896": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 110, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 110, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 112, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 12, - "start_line": 112 - }, - "While expanding the reference 'token_uri' in:" - ], - "start_col": 10, - "start_line": 110 - }, - "While auto generating local variable for 'token_uri'." - ], - "start_col": 10, - "start_line": 110 - } - }, - "897": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 109, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 112, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 23, - "start_line": 112 - }, - "While expanding the reference 'base_uri' in:" - ], - "start_col": 10, - "start_line": 109 - } - }, - "898": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 111, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 112, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 33, - "start_line": 112 - }, - "While expanding the reference 'token_uri_len' in:" - ], - "start_col": 11, - "start_line": 111 - } - }, - "899": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 112, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 112 - } - }, - "901": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 114, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 24, - "start_line": 114 - } - }, - "903": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 114, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 114, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 10, - "start_line": 114 - }, - "While auto generating local variable for 'thresholds'." - ], - "start_col": 10, - "start_line": 114 - } - }, - "904": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 61, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 115, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 115 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 61 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 44, - "start_line": 105 - } - }, - "905": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 61, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 115, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 115 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 61 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 16, - "start_line": 105 - } - }, - "906": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 61, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 115, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 115 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 61 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 105 - } - }, - "907": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 115, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 22, - "start_line": 115 - } - }, - "909": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 114, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 114, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 115, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 25, - "start_line": 115 - }, - "While expanding the reference 'thresholds' in:" - ], - "start_col": 10, - "start_line": 114 - }, - "While auto generating local variable for 'thresholds'." - ], - "start_col": 10, - "start_line": 114 - } - }, - "910": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 115, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 115 - } - }, - "912": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 61, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 115, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 116, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 34, - "start_line": 116 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 115 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 61 - } - }, - "913": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 61, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 115, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 116, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 34, - "start_line": 116 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 115 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 61 - } - }, - "914": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 61, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 115, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 116, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 34, - "start_line": 116 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 115 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 61 - } - }, - "915": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 116, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 34, - "start_line": 116 - } - }, - "917": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 116, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 10, - "start_line": 116 - } - }, - "918": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 116, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 118, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 35, - "start_line": 118 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 116 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "919": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 106, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 118, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 49, - "start_line": 118 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 5, - "start_line": 106 - } - }, - "920": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 106, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 118, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 59, - "start_line": 118 - }, - "While expanding the reference 'value' in:" - ], - "start_col": 21, - "start_line": 106 - } - }, - "921": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 118, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 20, - "start_line": 118 - } - }, - "923": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 116, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 124, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 119, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 23, - "start_line": 119 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 124 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 34, - "start_line": 116 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "924": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 118, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 119, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 34, - "start_line": 119 - }, - "While expanding the reference 'rarity' in:" - ], - "start_col": 10, - "start_line": 118 - } - }, - "925": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 119, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 23, - "start_line": 119 - } - }, - "927": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 120, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 59, - "start_line": 120 - } - }, - "929": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 120, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 48, - "start_line": 120 - } - }, - "930": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 124, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 119, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 297, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 120, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 23, - "start_line": 120 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 297 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 119 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 124 - } - }, - "931": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 119, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 120, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 40, - "start_line": 120 - }, - "While expanding the reference 'rarity' in:" - ], - "start_col": 13, - "start_line": 119 - } - }, - "932": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 120, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 48, - "start_line": 120 - } - }, - "933": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 120, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 23, - "start_line": 120 - } - }, - "935": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 118, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 121, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 22, - "start_line": 121 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 18, - "start_line": 90 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 118 - } - }, - "936": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_thresholds_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 116, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 121, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 22, - "start_line": 121 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 46, - "start_line": 90 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 34, - "start_line": 116 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "937": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 297, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 120, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 121, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 22, - "start_line": 121 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 90 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 120 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 297 - } - }, - "938": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 120, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 121, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 34, - "start_line": 121 - }, - "While expanding the reference 'rarity' in:" - ], - "start_col": 13, - "start_line": 120 - } - }, - "939": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 116, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 121, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 42, - "start_line": 121 - }, - "While expanding the reference 'thresholds_len' in:" - ], - "start_col": 16, - "start_line": 116 - } - }, - "940": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 114, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 114, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 121, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 58, - "start_line": 121 - }, - "While expanding the reference 'thresholds' in:" - ], - "start_col": 10, - "start_line": 114 - }, - "While auto generating local variable for 'thresholds'." - ], - "start_col": 10, - "start_line": 114 - } - }, - "941": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 121, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 22, - "start_line": 121 - } - }, - "943": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 121, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 121, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 22, - "start_line": 121 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 18, - "start_line": 90 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 22, - "start_line": 121 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 18, - "start_line": 90 - } - }, - "944": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 121, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 121, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 22, - "start_line": 121 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 46, - "start_line": 90 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 22, - "start_line": 121 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 46, - "start_line": 90 - } - }, - "945": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 122, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 123, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 32, - "start_line": 123 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 20, - "start_line": 122 - } - }, - "947": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 121, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 123, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 28, - "start_line": 123 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 22, - "start_line": 121 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 90 - } - }, - "948": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 122, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 123, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 32, - "start_line": 123 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 20, - "start_line": 122 - } - }, - "949": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 123, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 28, - "start_line": 123 - } - }, - "951": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 126, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 13, - "start_line": 126 - } - }, - "952": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 126, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 126 - } - }, - "953": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 127, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 13, - "start_line": 127 - } - }, - "955": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 127, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 13, - "start_line": 127 - } - }, - "956": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 127, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 46, - "start_line": 127 - } - }, - "958": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 127, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 127 - } - }, - "959": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 121, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 121, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 128, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 128 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 16, - "start_line": 105 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 22, - "start_line": 121 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 18, - "start_line": 90 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 22, - "start_line": 121 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 18, - "start_line": 90 - } - }, - "960": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 121, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 90, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 121, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 128, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 128 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 44, - "start_line": 105 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 121 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 46, - "start_line": 90 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 22, - "start_line": 121 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 46, - "start_line": 90 - } - }, - "961": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 123, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 128, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 128 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 105 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 28, - "start_line": 123 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 13 - } - }, - "962": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 128, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 13, - "start_line": 128 - } - }, - "964": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 110, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 110, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 128, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 32, - "start_line": 128 - }, - "While expanding the reference 'token_uri' in:" - ], - "start_col": 10, - "start_line": 110 - }, - "While auto generating local variable for 'token_uri'." - ], - "start_col": 10, - "start_line": 110 - } - }, - "965": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 128, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 128 - } - }, - "966": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 131, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 131 - } - }, - "967": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 132, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 132 - } - }, - "968": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 133, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 133 - } - }, - "969": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 134, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 134 - } - }, - "970": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 135, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 135 - } - }, - "971": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 136, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 136 - } - }, - "972": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 137, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 137 - } - }, - "973": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 138, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 138 - } - }, - "974": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 139, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 139 - } - }, - "975": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 140, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 140 - } - }, - "976": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 141, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 141 - } - }, - "977": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 142, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 142 - } - }, - "978": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 143, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 143 - } - }, - "979": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 144, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 144 - } - }, - "980": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 145, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 145 - } - }, - "981": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 146, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 146 - } - }, - "982": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 147, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 147 - } - }, - "983": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 148, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 148 - } - }, - "984": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 149, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 149 - } - }, - "985": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 150, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 150 - } - }, - "986": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 151, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 151 - } - }, - "987": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 152, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 152 - } - }, - "988": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 153, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 153 - } - }, - "989": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 154, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 154 - } - }, - "990": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 155, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 155 - } - }, - "991": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 156, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 156 - } - }, - "992": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 157, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 157 - } - }, - "993": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 158, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 158 - } - }, - "994": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 159, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 159 - } - }, - "995": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 160, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 160 - } - }, - "996": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 161, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 161 - } - }, - "997": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 162, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 162 - } - }, - "998": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 163, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 163 - } - }, - "999": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 164, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 164 - } - }, - "1000": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 165, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 165 - } - }, - "1001": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 166, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 166 - } - }, - "1002": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 167, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 167 - } - }, - "1003": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 168, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 168 - } - }, - "1004": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 169, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 169 - } - }, - "1005": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 170, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 170 - } - }, - "1006": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 171, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 171 - } - }, - "1007": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 172, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 172 - } - }, - "1008": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 173, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 173 - } - }, - "1009": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 174, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 174 - } - }, - "1010": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 175, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 175 - } - }, - "1011": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 176, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 176 - } - }, - "1012": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 177, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 177 - } - }, - "1013": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 178, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 178 - } - }, - "1014": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 179, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 179 - } - }, - "1015": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 180, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 180 - } - }, - "1016": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 181, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 181 - } - }, - "1017": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 182, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 182 - } - }, - "1018": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 183, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 183 - } - }, - "1019": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 184, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 184 - } - }, - "1020": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 185, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 185 - } - }, - "1021": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 186, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 186 - } - }, - "1022": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 187, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 187 - } - }, - "1023": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 188, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 188 - } - }, - "1024": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 189, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 189 - } - }, - "1025": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 190, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 190 - } - }, - "1026": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 191, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 191 - } - }, - "1027": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 192, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 192 - } - }, - "1028": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 193, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 193 - } - }, - "1029": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 194, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 194 - } - }, - "1030": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 195, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 195 - } - }, - "1031": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 196, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 196 - } - }, - "1032": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 197, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 197 - } - }, - "1033": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 198, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 198 - } - }, - "1034": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 199, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 199 - } - }, - "1035": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 200, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 200 - } - }, - "1036": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 201, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 201 - } - }, - "1037": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 202, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 202 - } - }, - "1038": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 203, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 203 - } - }, - "1039": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 204, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 204 - } - }, - "1040": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 205, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 205 - } - }, - "1041": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 206, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 206 - } - }, - "1042": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 207, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 207 - } - }, - "1043": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 208, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 208 - } - }, - "1044": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 209, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 209 - } - }, - "1045": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 210, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 210 - } - }, - "1046": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 211, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 211 - } - }, - "1047": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 212, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 212 - } - }, - "1048": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 213, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 213 - } - }, - "1049": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 214, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 214 - } - }, - "1050": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 215, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 215 - } - }, - "1051": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 216, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 216 - } - }, - "1052": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 217, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 217 - } - }, - "1053": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 218, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 218 - } - }, - "1054": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 219, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 219 - } - }, - "1055": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 220, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 220 - } - }, - "1056": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 221, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 221 - } - }, - "1057": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 222, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 222 - } - }, - "1058": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 223, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 223 - } - }, - "1059": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 224, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 224 - } - }, - "1060": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 225, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 225 - } - }, - "1061": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 226, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 226 - } - }, - "1062": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 227, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 227 - } - }, - "1063": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 228, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 228 - } - }, - "1064": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 229, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 229 - } - }, - "1065": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 230, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 230 - } - }, - "1066": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 231, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 231 - } - }, - "1067": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 232, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 232 - } - }, - "1068": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 233, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 233 - } - }, - "1069": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 234, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 234 - } - }, - "1070": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 235, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 235 - } - }, - "1071": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 236, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 236 - } - }, - "1072": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 237, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 237 - } - }, - "1073": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 238, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 238 - } - }, - "1074": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 239, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 239 - } - }, - "1075": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 240, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 240 - } - }, - "1076": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 241, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 241 - } - }, - "1077": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 242, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 242 - } - }, - "1078": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 243, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 243 - } - }, - "1079": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 244, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 244 - } - }, - "1080": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 245, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 245 - } - }, - "1081": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 246, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 246 - } - }, - "1082": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 247, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 247 - } - }, - "1083": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 248, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 248 - } - }, - "1084": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 249, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 249 - } - }, - "1085": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 250, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 250 - } - }, - "1086": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 251, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 251 - } - }, - "1087": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 252, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 252 - } - }, - "1088": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 253, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 5, - "start_line": 253 - } - }, - "1089": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/token_uri/f48cf5085ac07908983bbc364b0ba70d64fa7f2a9b8dc38e9d6fe3783bd626a8.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/token_uri/f48cf5085ac07908983bbc364b0ba70d64fa7f2a9b8dc38e9d6fe3783bd626a8.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "1091": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/5462c9ea522f66a6a8b3de2f37f244c7074893fe5c8d0b413046098a1ccfc2ce.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 107, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 7, - "start_line": 107 - }, - "While handling return value 'token_uri_len'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "1092": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 107, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 28, - "start_line": 107 - }, - "While handling return value 'token_uri'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "1093": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 107, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 28, - "start_line": 107 - }, - "While handling return value 'token_uri'" - ], - "start_col": 1, - "start_line": 5 - } - }, - "1095": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/5462c9ea522f66a6a8b3de2f37f244c7074893fe5c8d0b413046098a1ccfc2ce.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 107, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 107, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 28, - "start_line": 107 - }, - "While handling return value 'token_uri'" - ], - "start_col": 35, - "start_line": 10 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 7, - "start_line": 107 - }, - "While handling return value 'token_uri_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "1097": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 84, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 107, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 28, - "start_line": 107 - }, - "While handling return value 'token_uri'" - ], - "start_col": 1, - "start_line": 10 - } - }, - "1098": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/5462c9ea522f66a6a8b3de2f37f244c7074893fe5c8d0b413046098a1ccfc2ce.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 107, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 107, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 107, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 28, - "start_line": 107 - }, - "While handling return value 'token_uri'" - ], - "start_col": 9, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_copy' in:" - ], - "start_col": 28, - "start_line": 107 - }, - "While handling return value 'token_uri'" - ], - "start_col": 31, - "start_line": 7 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 7, - "start_line": 107 - }, - "While handling return value 'token_uri_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "1100": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 107, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 28, - "start_line": 107 - }, - "While handling return value 'token_uri'" - ], - "start_col": 9, - "start_line": 13 - } - }, - "1101": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 107, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 28, - "start_line": 107 - }, - "While handling return value 'token_uri'" - ], - "start_col": 9, - "start_line": 14 - } - }, - "1102": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 107, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 28, - "start_line": 107 - }, - "While handling return value 'token_uri'" - ], - "start_col": 1, - "start_line": 11 - } - }, - "1104": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 107, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/token_uri/f48cf5085ac07908983bbc364b0ba70d64fa7f2a9b8dc38e9d6fe3783bd626a8.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 28, - "start_line": 107 - }, - "While handling return value 'token_uri'" - ], - "start_col": 7, - "start_line": 5 - } - }, - "1105": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/token_uri/f48cf5085ac07908983bbc364b0ba70d64fa7f2a9b8dc38e9d6fe3783bd626a8.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "1106": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/token_uri/f48cf5085ac07908983bbc364b0ba70d64fa7f2a9b8dc38e9d6fe3783bd626a8.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/token_uri/f48cf5085ac07908983bbc364b0ba70d64fa7f2a9b8dc38e9d6fe3783bd626a8.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 105 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "1107": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/token_uri/f48cf5085ac07908983bbc364b0ba70d64fa7f2a9b8dc38e9d6fe3783bd626a8.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "1108": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/token_uri/0e46c67014b1932c61618de0923cda1cd086d4d13ccfc96398cf52540cb66251.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 5, - "start_line": 2 - } - }, - "1110": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/e1eb73cd870ec466294c3700e77817cf3c039ac1384882ddb76383eb87a5da90.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 106, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 105 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 34, - "start_line": 106 - }, - "While handling calldata argument 'name'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "1112": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "1113": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 16, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "1114": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 44, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "1115": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "1116": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/92bae94c430cca894eac466fa5be50d176f1f62e79244db218577fbac5e84220.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 106, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 149, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 126, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_token_id' in:" - ], - "start_col": 5, - "start_line": 106 - }, - "While handling calldata argument 'token_id'" - ], - "start_col": 31, - "start_line": 1 - } - }, - "1117": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/3e93b8906c329e7a5c33e020ce7a5a9c542c4444955be98eec5fcbef545a8662.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 106, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 177, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 157, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_value' in:" - ], - "start_col": 21, - "start_line": 106 - }, - "While handling calldata argument 'value'" - ], - "start_col": 28, - "start_line": 1 - } - }, - "1118": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/e1eb73cd870ec466294c3700e77817cf3c039ac1384882ddb76383eb87a5da90.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 106, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 203, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 184, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_name' in:" - ], - "start_col": 34, - "start_line": 106 - }, - "While handling calldata argument 'name'" - ], - "start_col": 27, - "start_line": 1 - } - }, - "1119": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - } - }, - "1121": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - } - }, - "1122": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - } - }, - "1123": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 98, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 83, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "1124": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 99, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "1126": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - } - }, - "1127": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - } - }, - "1128": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "1129": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "1130": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "1131": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/renderers/DustyPilotRenderer.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - } - } - }, - "hints": { - "0": [ - { - "accessible_scopes": [ - "starkware.cairo.common.alloc", - "starkware.cairo.common.alloc.alloc" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 0, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "12": [ - { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "code": "vm_enter_scope({'n': ids.len})", - "flow_tracking_data": { - "ap_tracking": { - "group": 2, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.memcpy.memcpy.len": 0 - } - } - } - ], - "20": [ - { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "code": "n -= 1\nids.continue_copying = 1 if n > 0 else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 2, - "offset": 5 - }, - "reference_ids": { - "starkware.cairo.common.memcpy.memcpy.continue_copying": 1 - } - } - } - ], - "23": [ - { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "code": "vm_exit_scope()", - "flow_tracking_data": { - "ap_tracking": { - "group": 2, - "offset": 6 - }, - "reference_ids": {} - } - } - ], - "28": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "code": "syscall_handler.get_caller_address(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 4, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.get_caller_address.syscall_ptr": 2 - } - } - } - ], - "36": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "code": "syscall_handler.storage_read(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 5, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.storage_read.syscall_ptr": 3 - } - } - } - ], - "45": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "code": "syscall_handler.storage_write(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 6, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.storage_write.syscall_ptr": 4 - } - } - } - ], - "55": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "code": "syscall_handler.emit_event(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 7, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.emit_event.syscall_ptr": 5 - } - } - } - ], - "58": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_not_zero" - ], - "code": "from starkware.cairo.common.math_utils import assert_integer\nassert_integer(ids.value)\nassert ids.value % PRIME != 0, f'assert_not_zero failed: {ids.value} = 0.'", - "flow_tracking_data": { - "ap_tracking": { - "group": 8, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.assert_not_zero.value": 6 - } - } - } - ], - "63": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_nn" - ], - "code": "from starkware.cairo.common.math_utils import assert_integer\nassert_integer(ids.a)\nassert 0 <= ids.a % PRIME < range_check_builtin.bound, f'a = {ids.a} is out of range.'", - "flow_tracking_data": { - "ap_tracking": { - "group": 9, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.assert_nn.a": 7 - } - } - } - ], - "72": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "code": "from starkware.cairo.common.math_utils import as_int\n\n# Correctness check.\nvalue = as_int(ids.value, PRIME) % PRIME\nassert value < ids.UPPER_BOUND, f'{value} is outside of the range [0, 2**250).'\n\n# Calculation for the assertion.\nids.high, ids.low = divmod(ids.value, ids.SHIFT)", - "flow_tracking_data": { - "ap_tracking": { - "group": 11, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.assert_250_bit.high": 10, - "starkware.cairo.common.math.assert_250_bit.low": 9, - "starkware.cairo.common.math.assert_250_bit.value": 8 - } - } - } - ], - "85": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "code": "from starkware.cairo.common.math_utils import assert_integer\nassert ids.MAX_HIGH < 2**128 and ids.MAX_LOW < 2**128\nassert PRIME - 1 == ids.MAX_HIGH * 2**128 + ids.MAX_LOW\nassert_integer(ids.value)\nids.low = ids.value & ((1 << 128) - 1)\nids.high = ids.value >> 128", - "flow_tracking_data": { - "ap_tracking": { - "group": 12, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.split_felt.high": 13, - "starkware.cairo.common.math.split_felt.low": 12, - "starkware.cairo.common.math.split_felt.value": 11 - } - } - } - ], - "114": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "code": "import itertools\n\nfrom starkware.cairo.common.math_utils import assert_integer\nassert_integer(ids.a)\nassert_integer(ids.b)\na = ids.a % PRIME\nb = ids.b % PRIME\nassert a <= b, f'a = {a} is not less than or equal to b = {b}.'\n\n# Find an arc less than PRIME / 3, and another less than PRIME / 2.\nlengths_and_indices = [(a, 0), (b - a, 1), (PRIME - 1 - b, 2)]\nlengths_and_indices.sort()\nassert lengths_and_indices[0][0] <= PRIME // 3 and lengths_and_indices[1][0] <= PRIME // 2\nexcluded = lengths_and_indices[2][1]\n\nmemory[ids.range_check_ptr + 1], memory[ids.range_check_ptr + 0] = (\n divmod(lengths_and_indices[0][0], ids.PRIME_OVER_3_HIGH))\nmemory[ids.range_check_ptr + 3], memory[ids.range_check_ptr + 2] = (\n divmod(lengths_and_indices[1][0], ids.PRIME_OVER_2_HIGH))", - "flow_tracking_data": { - "ap_tracking": { - "group": 13, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.assert_le_felt.a": 14, - "starkware.cairo.common.math.assert_le_felt.b": 15, - "starkware.cairo.common.math.assert_le_felt.range_check_ptr": 16 - } - } - } - ], - "124": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "code": "memory[ap] = 1 if excluded != 0 else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 13, - "offset": 8 - }, - "reference_ids": {} - } - } - ], - "138": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "code": "memory[ap] = 1 if excluded != 1 else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 13, - "offset": 9 - }, - "reference_ids": {} - } - } - ], - "150": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "code": "assert excluded == 2", - "flow_tracking_data": { - "ap_tracking": { - "group": 13, - "offset": 10 - }, - "reference_ids": {} - } - } - ], - "161": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.abs_value" - ], - "code": "from starkware.cairo.common.math_utils import is_positive\nids.is_positive = 1 if is_positive(\n value=ids.value, prime=PRIME, rc_bound=range_check_builtin.bound) else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 14, - "offset": 1 - }, - "reference_ids": { - "starkware.cairo.common.math.abs_value.is_positive": 18, - "starkware.cairo.common.math.abs_value.value": 17 - } - } - } - ], - "184": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "code": "from starkware.cairo.common.math_utils import is_positive\nids.is_positive = 1 if is_positive(\n value=ids.value, prime=PRIME, rc_bound=range_check_builtin.bound) else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 15, - "offset": 1 - }, - "reference_ids": { - "starkware.cairo.common.math.sign.is_positive": 20, - "starkware.cairo.common.math.sign.value": 19 - } - } - } - ], - "202": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "code": "from starkware.cairo.common.math_utils import assert_integer\nassert_integer(ids.div)\nassert 0 < ids.div <= PRIME // range_check_builtin.bound, \\\n f'div={hex(ids.div)} is out of the valid range.'\nids.q, ids.r = divmod(ids.value, ids.div)", - "flow_tracking_data": { - "ap_tracking": { - "group": 16, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.unsigned_div_rem.div": 22, - "starkware.cairo.common.math.unsigned_div_rem.q": 24, - "starkware.cairo.common.math.unsigned_div_rem.r": 23, - "starkware.cairo.common.math.unsigned_div_rem.value": 21 - } - } - } - ], - "219": [ - { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "code": "# Verify the assumptions on the relationship between 2**250, ADDR_BOUND and PRIME.\nADDR_BOUND = ids.ADDR_BOUND % PRIME\nassert (2**250 < ADDR_BOUND <= 2**251) and (2 * 2**250 < PRIME) and (\n ADDR_BOUND * 2 > PRIME), \\\n 'normalize_address() cannot be used with the current constants.'\nids.is_small = 1 if ids.addr < ADDR_BOUND else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 17, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.storage.normalize_address.addr": 25, - "starkware.starknet.common.storage.normalize_address.is_small": 26 - } - } - } - ], - "237": [ - { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "code": "ids.is_250 = 1 if ids.addr < 2**250 else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 17, - "offset": 2 - }, - "reference_ids": { - "starkware.starknet.common.storage.normalize_address.addr": 25, - "starkware.starknet.common.storage.normalize_address.is_250": 27 - } - } - } - ], - "373": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "code": "memory[ap] = 0 if 0 <= (ids.a % PRIME) < range_check_builtin.bound else 1", - "flow_tracking_data": { - "ap_tracking": { - "group": 31, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math_cmp.is_nn.a": 28 - } - } - } - ], - "383": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "code": "memory[ap] = 0 if 0 <= ((-ids.a - 1) % PRIME) < range_check_builtin.bound else 1", - "flow_tracking_data": { - "ap_tracking": { - "group": 31, - "offset": 1 - }, - "reference_ids": { - "starkware.cairo.common.math_cmp.is_nn.a": 28 - } - } - } - ], - "617": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 52, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "661": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getThresholds_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 56, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "732": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setThresholds" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 65, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "809": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 73, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "845": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 77, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "1089": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 208, - "offset": 0 - }, - "reference_ids": {} - } - } - ] - }, - "identifiers": { - "__main__.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "__main__.Ownable": { - "destination": "openzeppelin.access.ownable.library.Ownable", - "type": "alias" - }, - "__main__._find_index": { - "decorators": [], - "pc": 854, - "type": "function" - }, - "__main__._find_index.Args": { - "full_name": "__main__._find_index.Args", - "members": { - "arr": { - "cairo_type": "felt*", - "offset": 2 - }, - "arr_len": { - "cairo_type": "felt", - "offset": 1 - }, - "rarity": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._find_index.ImplicitArgs": { - "full_name": "__main__._find_index.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._find_index.Return": { - "cairo_type": "(index: felt)", - "type": "type_definition" - }, - "__main__._find_index.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._thresholds": { - "type": "namespace" - }, - "__main__._thresholds.Args": { - "full_name": "__main__._thresholds.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._thresholds.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "__main__._thresholds.ImplicitArgs": { - "full_name": "__main__._thresholds.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._thresholds.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__._thresholds.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._thresholds.addr": { - "decorators": [], - "pc": 570, - "type": "function" - }, - "__main__._thresholds.addr.Args": { - "full_name": "__main__._thresholds.addr.Args", - "members": { - "index": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__._thresholds.addr.ImplicitArgs": { - "full_name": "__main__._thresholds.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "__main__._thresholds.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "__main__._thresholds.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._thresholds.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "__main__._thresholds.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "__main__._thresholds.read": { - "decorators": [], - "pc": 584, - "type": "function" - }, - "__main__._thresholds.read.Args": { - "full_name": "__main__._thresholds.read.Args", - "members": { - "index": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__._thresholds.read.ImplicitArgs": { - "full_name": "__main__._thresholds.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._thresholds.read.Return": { - "cairo_type": "(value: felt)", - "type": "type_definition" - }, - "__main__._thresholds.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._thresholds.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "__main__._thresholds.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "__main__._thresholds.write": { - "decorators": [], - "pc": 598, - "type": "function" - }, - "__main__._thresholds.write.Args": { - "full_name": "__main__._thresholds.write.Args", - "members": { - "index": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "__main__._thresholds.write.ImplicitArgs": { - "full_name": "__main__._thresholds.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._thresholds.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__._thresholds.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._thresholds_len": { - "type": "namespace" - }, - "__main__._thresholds_len.Args": { - "full_name": "__main__._thresholds_len.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._thresholds_len.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "__main__._thresholds_len.ImplicitArgs": { - "full_name": "__main__._thresholds_len.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._thresholds_len.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__._thresholds_len.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._thresholds_len.addr": { - "decorators": [], - "pc": 540, - "type": "function" - }, - "__main__._thresholds_len.addr.Args": { - "full_name": "__main__._thresholds_len.addr.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._thresholds_len.addr.ImplicitArgs": { - "full_name": "__main__._thresholds_len.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "__main__._thresholds_len.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "__main__._thresholds_len.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._thresholds_len.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "__main__._thresholds_len.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "__main__._thresholds_len.read": { - "decorators": [], - "pc": 545, - "type": "function" - }, - "__main__._thresholds_len.read.Args": { - "full_name": "__main__._thresholds_len.read.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._thresholds_len.read.ImplicitArgs": { - "full_name": "__main__._thresholds_len.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._thresholds_len.read.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "__main__._thresholds_len.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._thresholds_len.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "__main__._thresholds_len.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "__main__._thresholds_len.write": { - "decorators": [], - "pc": 558, - "type": "function" - }, - "__main__._thresholds_len.write.Args": { - "full_name": "__main__._thresholds_len.write.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__._thresholds_len.write.ImplicitArgs": { - "full_name": "__main__._thresholds_len.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._thresholds_len.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__._thresholds_len.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._thresholds_read": { - "decorators": [], - "pc": 763, - "type": "function" - }, - "__main__._thresholds_read.Args": { - "full_name": "__main__._thresholds_read.Args", - "members": { - "index": { - "cairo_type": "felt", - "offset": 0 - }, - "thresholds": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "__main__._thresholds_read.ImplicitArgs": { - "full_name": "__main__._thresholds_read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._thresholds_read.Return": { - "cairo_type": "(thresholds: felt*)", - "type": "type_definition" - }, - "__main__._thresholds_read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._thresholds_write": { - "decorators": [], - "pc": 741, - "type": "function" - }, - "__main__._thresholds_write.Args": { - "full_name": "__main__._thresholds_write.Args", - "members": { - "index": { - "cairo_type": "felt", - "offset": 0 - }, - "thresholds": { - "cairo_type": "felt*", - "offset": 2 - }, - "thresholds_len": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._thresholds_write.ImplicitArgs": { - "full_name": "__main__._thresholds_write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._thresholds_write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__._thresholds_write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "__main__.getOwner": { - "decorators": [ - "view" - ], - "pc": 611, - "type": "function" - }, - "__main__.getOwner.Args": { - "full_name": "__main__.getOwner.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.getOwner.ImplicitArgs": { - "full_name": "__main__.getOwner.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.getOwner.Return": { - "cairo_type": "(owner: felt)", - "type": "type_definition" - }, - "__main__.getOwner.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.getThresholds": { - "decorators": [ - "view" - ], - "pc": 641, - "type": "function" - }, - "__main__.getThresholds.Args": { - "full_name": "__main__.getThresholds.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.getThresholds.ImplicitArgs": { - "full_name": "__main__.getThresholds.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.getThresholds.Return": { - "cairo_type": "(thresholds_len: felt, thresholds: felt*)", - "type": "type_definition" - }, - "__main__.getThresholds.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__main__.get_label_location": { - "destination": "starkware.cairo.common.registers.get_label_location", - "type": "alias" - }, - "__main__.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "__main__.initialize": { - "decorators": [ - "external" - ], - "pc": 818, - "type": "function" - }, - "__main__.initialize.Args": { - "full_name": "__main__.initialize.Args", - "members": { - "owner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__.initialize.ImplicitArgs": { - "full_name": "__main__.initialize.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.initialize.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.initialize.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.initialized": { - "type": "namespace" - }, - "__main__.initialized.Args": { - "full_name": "__main__.initialized.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.initialized.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "__main__.initialized.ImplicitArgs": { - "full_name": "__main__.initialized.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.initialized.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.initialized.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.initialized.addr": { - "decorators": [], - "pc": 510, - "type": "function" - }, - "__main__.initialized.addr.Args": { - "full_name": "__main__.initialized.addr.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.initialized.addr.ImplicitArgs": { - "full_name": "__main__.initialized.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "__main__.initialized.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "__main__.initialized.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.initialized.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "__main__.initialized.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "__main__.initialized.read": { - "decorators": [], - "pc": 515, - "type": "function" - }, - "__main__.initialized.read.Args": { - "full_name": "__main__.initialized.read.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.initialized.read.ImplicitArgs": { - "full_name": "__main__.initialized.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.initialized.read.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "__main__.initialized.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.initialized.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "__main__.initialized.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "__main__.initialized.write": { - "decorators": [], - "pc": 528, - "type": "function" - }, - "__main__.initialized.write.Args": { - "full_name": "__main__.initialized.write.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__.initialized.write.ImplicitArgs": { - "full_name": "__main__.initialized.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.initialized.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.initialized.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.is_le": { - "destination": "starkware.cairo.common.math_cmp.is_le", - "type": "alias" - }, - "__main__.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__main__.setThresholds": { - "decorators": [ - "external" - ], - "pc": 699, - "type": "function" - }, - "__main__.setThresholds.Args": { - "full_name": "__main__.setThresholds.Args", - "members": { - "thresholds": { - "cairo_type": "felt*", - "offset": 1 - }, - "thresholds_len": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__main__.setThresholds.ImplicitArgs": { - "full_name": "__main__.setThresholds.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.setThresholds.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.setThresholds.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.split_felt": { - "destination": "starkware.cairo.common.math.split_felt", - "type": "alias" - }, - "__main__.str": { - "destination": "utils.string.str", - "type": "alias" - }, - "__main__.token_uri": { - "decorators": [ - "view" - ], - "pc": 885, - "type": "function" - }, - "__main__.token_uri.Args": { - "full_name": "__main__.token_uri.Args", - "members": { - "name": { - "cairo_type": "felt", - "offset": 2 - }, - "token_id": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.token_uri.ImplicitArgs": { - "full_name": "__main__.token_uri.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.token_uri.Return": { - "cairo_type": "(token_uri_len: felt, token_uri: felt*)", - "type": "type_definition" - }, - "__main__.token_uri.SIZEOF_LOCALS": { - "type": "const", - "value": 6 - }, - "__main__.token_uri.base_uri_dw": { - "pc": 966, - "type": "label" - }, - "__main__.transferOwnership": { - "decorators": [ - "external" - ], - "pc": 793, - "type": "function" - }, - "__main__.transferOwnership.Args": { - "full_name": "__main__.transferOwnership.Args", - "members": { - "new_owner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__.transferOwnership.ImplicitArgs": { - "full_name": "__main__.transferOwnership.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.transferOwnership.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.transferOwnership.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.unsigned_div_rem": { - "destination": "starkware.cairo.common.math.unsigned_div_rem", - "type": "alias" - }, - "__wrappers__.getOwner": { - "decorators": [ - "view" - ], - "pc": 626, - "type": "function" - }, - "__wrappers__.getOwner.Args": { - "full_name": "__wrappers__.getOwner.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getOwner.ImplicitArgs": { - "full_name": "__wrappers__.getOwner.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getOwner.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.getOwner.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.getOwner.__wrapped_func": { - "destination": "__main__.getOwner", - "type": "alias" - }, - "__wrappers__.getOwner_encode_return": { - "decorators": [], - "pc": 617, - "type": "function" - }, - "__wrappers__.getOwner_encode_return.Args": { - "full_name": "__wrappers__.getOwner_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "ret_value": { - "cairo_type": "(owner: felt)", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__wrappers__.getOwner_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.getOwner_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getOwner_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.getOwner_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.getOwner_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.getThresholds": { - "decorators": [ - "view" - ], - "pc": 680, - "type": "function" - }, - "__wrappers__.getThresholds.Args": { - "full_name": "__wrappers__.getThresholds.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getThresholds.ImplicitArgs": { - "full_name": "__wrappers__.getThresholds.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getThresholds.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.getThresholds.SIZEOF_LOCALS": { - "type": "const", - "value": 2 - }, - "__wrappers__.getThresholds.__wrapped_func": { - "destination": "__main__.getThresholds", - "type": "alias" - }, - "__wrappers__.getThresholds_encode_return": { - "decorators": [], - "pc": 661, - "type": "function" - }, - "__wrappers__.getThresholds_encode_return.Args": { - "full_name": "__wrappers__.getThresholds_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "ret_value": { - "cairo_type": "(thresholds_len: felt, thresholds: felt*)", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__wrappers__.getThresholds_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.getThresholds_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getThresholds_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.getThresholds_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 3 - }, - "__wrappers__.getThresholds_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.initialize": { - "decorators": [ - "external" - ], - "pc": 836, - "type": "function" - }, - "__wrappers__.initialize.Args": { - "full_name": "__wrappers__.initialize.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.initialize.ImplicitArgs": { - "full_name": "__wrappers__.initialize.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.initialize.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.initialize.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.initialize.__wrapped_func": { - "destination": "__main__.initialize", - "type": "alias" - }, - "__wrappers__.initialize_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.setThresholds": { - "decorators": [ - "external" - ], - "pc": 714, - "type": "function" - }, - "__wrappers__.setThresholds.Args": { - "full_name": "__wrappers__.setThresholds.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.setThresholds.ImplicitArgs": { - "full_name": "__wrappers__.setThresholds.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.setThresholds.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.setThresholds.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.setThresholds.__wrapped_func": { - "destination": "__main__.setThresholds", - "type": "alias" - }, - "__wrappers__.setThresholds_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.token_uri": { - "decorators": [ - "view" - ], - "pc": 1108, - "type": "function" - }, - "__wrappers__.token_uri.Args": { - "full_name": "__wrappers__.token_uri.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.token_uri.ImplicitArgs": { - "full_name": "__wrappers__.token_uri.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.token_uri.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.token_uri.SIZEOF_LOCALS": { - "type": "const", - "value": 2 - }, - "__wrappers__.token_uri.__wrapped_func": { - "destination": "__main__.token_uri", - "type": "alias" - }, - "__wrappers__.token_uri_encode_return": { - "decorators": [], - "pc": 1089, - "type": "function" - }, - "__wrappers__.token_uri_encode_return.Args": { - "full_name": "__wrappers__.token_uri_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "ret_value": { - "cairo_type": "(token_uri_len: felt, token_uri: felt*)", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__wrappers__.token_uri_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.token_uri_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.token_uri_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.token_uri_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 3 - }, - "__wrappers__.token_uri_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.transferOwnership": { - "decorators": [ - "external" - ], - "pc": 800, - "type": "function" - }, - "__wrappers__.transferOwnership.Args": { - "full_name": "__wrappers__.transferOwnership.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.transferOwnership.ImplicitArgs": { - "full_name": "__wrappers__.transferOwnership.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.transferOwnership.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.transferOwnership.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.transferOwnership.__wrapped_func": { - "destination": "__main__.transferOwnership", - "type": "alias" - }, - "__wrappers__.transferOwnership_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "openzeppelin.access.ownable.library.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable": { - "type": "namespace" - }, - "openzeppelin.access.ownable.library.Ownable.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable._transfer_ownership": { - "decorators": [], - "pc": 352, - "type": "function" - }, - "openzeppelin.access.ownable.library.Ownable._transfer_ownership.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable._transfer_ownership.Args", - "members": { - "new_owner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable._transfer_ownership.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable._transfer_ownership.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable._transfer_ownership.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable._transfer_ownership.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable.assert_only_owner": { - "decorators": [], - "pc": 319, - "type": "function" - }, - "openzeppelin.access.ownable.library.Ownable.assert_only_owner.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable.assert_only_owner.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.assert_only_owner.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable.assert_only_owner.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.assert_only_owner.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable.assert_only_owner.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable.initializer": { - "decorators": [], - "pc": 312, - "type": "function" - }, - "openzeppelin.access.ownable.library.Ownable.initializer.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable.initializer.Args", - "members": { - "owner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.initializer.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable.initializer.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.initializer.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable.initializer.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable.owner": { - "decorators": [], - "pc": 334, - "type": "function" - }, - "openzeppelin.access.ownable.library.Ownable.owner.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable.owner.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.owner.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable.owner.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.owner.Return": { - "cairo_type": "(owner: felt)", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable.owner.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable.transfer_ownership": { - "decorators": [], - "pc": 340, - "type": "function" - }, - "openzeppelin.access.ownable.library.Ownable.transfer_ownership.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable.transfer_ownership.Args", - "members": { - "new_owner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.transfer_ownership.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable.transfer_ownership.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.transfer_ownership.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable.transfer_ownership.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable_owner": { - "type": "namespace" - }, - "openzeppelin.access.ownable.library.Ownable_owner.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable_owner.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable_owner.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable_owner.addr": { - "decorators": [], - "pc": 282, - "type": "function" - }, - "openzeppelin.access.ownable.library.Ownable_owner.addr.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.addr.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.addr.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable_owner.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable_owner.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable_owner.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable_owner.read": { - "decorators": [], - "pc": 287, - "type": "function" - }, - "openzeppelin.access.ownable.library.Ownable_owner.read.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.read.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.read.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.read.Return": { - "cairo_type": "(owner: felt)", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable_owner.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable_owner.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable_owner.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable_owner.write": { - "decorators": [], - "pc": 300, - "type": "function" - }, - "openzeppelin.access.ownable.library.Ownable_owner.write.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.write.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.write.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable_owner.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.OwnershipTransferred": { - "type": "namespace" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.Args": { - "full_name": "openzeppelin.access.ownable.library.OwnershipTransferred.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.OwnershipTransferred.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.SELECTOR": { - "type": "const", - "value": 553132481214675521502977957974509639062080100631756862105218886163371506175 - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.emit": { - "decorators": [], - "pc": 257, - "type": "function" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.emit.Args": { - "full_name": "openzeppelin.access.ownable.library.OwnershipTransferred.emit.Args", - "members": { - "newOwner": { - "cairo_type": "felt", - "offset": 1 - }, - "previousOwner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.emit.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.OwnershipTransferred.emit.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.emit.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.emit.SIZEOF_LOCALS": { - "type": "const", - "value": 2 - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.emit_event": { - "destination": "starkware.starknet.common.syscalls.emit_event", - "type": "alias" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "openzeppelin.access.ownable.library.assert_not_zero": { - "destination": "starkware.cairo.common.math.assert_not_zero", - "type": "alias" - }, - "openzeppelin.access.ownable.library.get_caller_address": { - "destination": "starkware.starknet.common.syscalls.get_caller_address", - "type": "alias" - }, - "starkware.cairo.common.alloc.alloc": { - "decorators": [], - "pc": 0, - "type": "function" - }, - "starkware.cairo.common.alloc.alloc.Args": { - "full_name": "starkware.cairo.common.alloc.alloc.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.alloc.alloc.ImplicitArgs": { - "full_name": "starkware.cairo.common.alloc.alloc.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.alloc.alloc.Return": { - "cairo_type": "(ptr: felt*)", - "type": "type_definition" - }, - "starkware.cairo.common.alloc.alloc.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.bool.FALSE": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.bool.TRUE": { - "type": "const", - "value": 1 - }, - "starkware.cairo.common.cairo_builtins.BitwiseBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin", - "members": { - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "x_and_y": { - "cairo_type": "felt", - "offset": 2 - }, - "x_or_y": { - "cairo_type": "felt", - "offset": 4 - }, - "x_xor_y": { - "cairo_type": "felt", - "offset": 3 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.EcOpBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.EcOpBuiltin", - "members": { - "m": { - "cairo_type": "felt", - "offset": 4 - }, - "p": { - "cairo_type": "starkware.cairo.common.ec_point.EcPoint", - "offset": 0 - }, - "q": { - "cairo_type": "starkware.cairo.common.ec_point.EcPoint", - "offset": 2 - }, - "r": { - "cairo_type": "starkware.cairo.common.ec_point.EcPoint", - "offset": 5 - } - }, - "size": 7, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.EcPoint": { - "destination": "starkware.cairo.common.ec_point.EcPoint", - "type": "alias" - }, - "starkware.cairo.common.cairo_builtins.HashBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "members": { - "result": { - "cairo_type": "felt", - "offset": 2 - }, - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.KeccakBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.KeccakBuiltin", - "members": { - "input": { - "cairo_type": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "offset": 0 - }, - "output": { - "cairo_type": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "offset": 8 - } - }, - "size": 16, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.KeccakBuiltinState": { - "destination": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "type": "alias" - }, - "starkware.cairo.common.cairo_builtins.PoseidonBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.PoseidonBuiltin", - "members": { - "input": { - "cairo_type": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "offset": 0 - }, - "output": { - "cairo_type": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "offset": 3 - } - }, - "size": 6, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.PoseidonBuiltinState": { - "destination": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "type": "alias" - }, - "starkware.cairo.common.cairo_builtins.SignatureBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.SignatureBuiltin", - "members": { - "message": { - "cairo_type": "felt", - "offset": 1 - }, - "pub_key": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.dict_access.DictAccess": { - "full_name": "starkware.cairo.common.dict_access.DictAccess", - "members": { - "key": { - "cairo_type": "felt", - "offset": 0 - }, - "new_value": { - "cairo_type": "felt", - "offset": 2 - }, - "prev_value": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.ec_point.EcPoint": { - "full_name": "starkware.cairo.common.ec_point.EcPoint", - "members": { - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.hash.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "starkware.cairo.common.hash.hash2": { - "decorators": [], - "pc": 3, - "type": "function" - }, - "starkware.cairo.common.hash.hash2.Args": { - "full_name": "starkware.cairo.common.hash.hash2.Args", - "members": { - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.hash.hash2.ImplicitArgs": { - "full_name": "starkware.cairo.common.hash.hash2.ImplicitArgs", - "members": { - "hash_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.hash.hash2.Return": { - "cairo_type": "(result: felt)", - "type": "type_definition" - }, - "starkware.cairo.common.hash.hash2.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.keccak_state.KeccakBuiltinState": { - "full_name": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "members": { - "s0": { - "cairo_type": "felt", - "offset": 0 - }, - "s1": { - "cairo_type": "felt", - "offset": 1 - }, - "s2": { - "cairo_type": "felt", - "offset": 2 - }, - "s3": { - "cairo_type": "felt", - "offset": 3 - }, - "s4": { - "cairo_type": "felt", - "offset": 4 - }, - "s5": { - "cairo_type": "felt", - "offset": 5 - }, - "s6": { - "cairo_type": "felt", - "offset": 6 - }, - "s7": { - "cairo_type": "felt", - "offset": 7 - } - }, - "size": 8, - "type": "struct" - }, - "starkware.cairo.common.math.FALSE": { - "destination": "starkware.cairo.common.bool.FALSE", - "type": "alias" - }, - "starkware.cairo.common.math.TRUE": { - "destination": "starkware.cairo.common.bool.TRUE", - "type": "alias" - }, - "starkware.cairo.common.math.abs_value": { - "decorators": [ - "known_ap_change" - ], - "pc": 159, - "type": "function" - }, - "starkware.cairo.common.math.abs_value.Args": { - "full_name": "starkware.cairo.common.math.abs_value.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.abs_value.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.abs_value.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.abs_value.Return": { - "cairo_type": "felt", - "type": "type_definition" - }, - "starkware.cairo.common.math.abs_value.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.abs_value.is_positive": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.abs_value.is_positive", - "references": [ - { - "ap_tracking_data": { - "group": 14, - "offset": 1 - }, - "pc": 161, - "value": "[cast(ap + (-1), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.abs_value.value": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.abs_value.value", - "references": [ - { - "ap_tracking_data": { - "group": 14, - "offset": 0 - }, - "pc": 159, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_250_bit": { - "decorators": [ - "known_ap_change" - ], - "pc": 72, - "type": "function" - }, - "starkware.cairo.common.math.assert_250_bit.Args": { - "full_name": "starkware.cairo.common.math.assert_250_bit.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_250_bit.HIGH_BOUND": { - "type": "const", - "value": 5316911983139663491615228241121378304 - }, - "starkware.cairo.common.math.assert_250_bit.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.assert_250_bit.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_250_bit.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.math.assert_250_bit.SHIFT": { - "type": "const", - "value": 340282366920938463463374607431768211456 - }, - "starkware.cairo.common.math.assert_250_bit.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.assert_250_bit.UPPER_BOUND": { - "type": "const", - "value": 1809251394333065553493296640760748560207343510400633813116524750123642650624 - }, - "starkware.cairo.common.math.assert_250_bit.high": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_250_bit.high", - "references": [ - { - "ap_tracking_data": { - "group": 11, - "offset": 0 - }, - "pc": 72, - "value": "[cast([fp + (-4)] + 1, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_250_bit.low": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_250_bit.low", - "references": [ - { - "ap_tracking_data": { - "group": 11, - "offset": 0 - }, - "pc": 72, - "value": "[cast([fp + (-4)], felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_250_bit.value": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_250_bit.value", - "references": [ - { - "ap_tracking_data": { - "group": 11, - "offset": 0 - }, - "pc": 72, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_le": { - "decorators": [], - "pc": 67, - "type": "function" - }, - "starkware.cairo.common.math.assert_le.Args": { - "full_name": "starkware.cairo.common.math.assert_le.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - }, - "b": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.math.assert_le.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.assert_le.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_le.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.math.assert_le.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.assert_le_felt": { - "decorators": [ - "known_ap_change" - ], - "pc": 114, - "type": "function" - }, - "starkware.cairo.common.math.assert_le_felt.Args": { - "full_name": "starkware.cairo.common.math.assert_le_felt.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - }, - "b": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.math.assert_le_felt.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.assert_le_felt.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_le_felt.PRIME_OVER_2_HIGH": { - "type": "const", - "value": 5316911983139663648412552867652567041 - }, - "starkware.cairo.common.math.assert_le_felt.PRIME_OVER_3_HIGH": { - "type": "const", - "value": 3544607988759775765608368578435044694 - }, - "starkware.cairo.common.math.assert_le_felt.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.math.assert_le_felt.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.assert_le_felt.a": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_le_felt.a", - "references": [ - { - "ap_tracking_data": { - "group": 13, - "offset": 0 - }, - "pc": 114, - "value": "[cast(fp + (-4), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_le_felt.b": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_le_felt.b", - "references": [ - { - "ap_tracking_data": { - "group": 13, - "offset": 0 - }, - "pc": 114, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_le_felt.range_check_ptr": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_le_felt.range_check_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 13, - "offset": 0 - }, - "pc": 114, - "value": "[cast(fp + (-5), felt*)]" - }, - { - "ap_tracking_data": { - "group": 13, - "offset": 8 - }, - "pc": 124, - "value": "cast([fp + (-5)] + 4, felt)" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_le_felt.skip_exclude_a": { - "pc": 138, - "type": "label" - }, - "starkware.cairo.common.math.assert_le_felt.skip_exclude_b_minus_a": { - "pc": 150, - "type": "label" - }, - "starkware.cairo.common.math.assert_nn": { - "decorators": [], - "pc": 63, - "type": "function" - }, - "starkware.cairo.common.math.assert_nn.Args": { - "full_name": "starkware.cairo.common.math.assert_nn.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_nn.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.assert_nn.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_nn.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.math.assert_nn.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.assert_nn.a": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_nn.a", - "references": [ - { - "ap_tracking_data": { - "group": 9, - "offset": 0 - }, - "pc": 63, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_not_zero": { - "decorators": [], - "pc": 58, - "type": "function" - }, - "starkware.cairo.common.math.assert_not_zero.Args": { - "full_name": "starkware.cairo.common.math.assert_not_zero.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_not_zero.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.assert_not_zero.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.math.assert_not_zero.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.math.assert_not_zero.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.assert_not_zero.value": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_not_zero.value", - "references": [ - { - "ap_tracking_data": { - "group": 8, - "offset": 0 - }, - "pc": 58, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.sign": { - "decorators": [ - "known_ap_change" - ], - "pc": 174, - "type": "function" - }, - "starkware.cairo.common.math.sign.Args": { - "full_name": "starkware.cairo.common.math.sign.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.sign.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.sign.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.sign.Return": { - "cairo_type": "felt", - "type": "type_definition" - }, - "starkware.cairo.common.math.sign.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.sign.is_positive": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.sign.is_positive", - "references": [ - { - "ap_tracking_data": { - "group": 15, - "offset": 1 - }, - "pc": 184, - "value": "[cast(ap + (-1), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.sign.value": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.sign.value", - "references": [ - { - "ap_tracking_data": { - "group": 15, - "offset": 0 - }, - "pc": 174, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.split_felt": { - "decorators": [ - "known_ap_change" - ], - "pc": 85, - "type": "function" - }, - "starkware.cairo.common.math.split_felt.Args": { - "full_name": "starkware.cairo.common.math.split_felt.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.split_felt.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.split_felt.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.split_felt.MAX_HIGH": { - "type": "const", - "value": 10633823966279327296825105735305134080 - }, - "starkware.cairo.common.math.split_felt.MAX_LOW": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.split_felt.Return": { - "cairo_type": "(high: felt, low: felt)", - "type": "type_definition" - }, - "starkware.cairo.common.math.split_felt.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.split_felt.high": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.split_felt.high", - "references": [ - { - "ap_tracking_data": { - "group": 12, - "offset": 0 - }, - "pc": 85, - "value": "[cast([fp + (-4)] + 1, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.split_felt.low": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.split_felt.low", - "references": [ - { - "ap_tracking_data": { - "group": 12, - "offset": 0 - }, - "pc": 85, - "value": "[cast([fp + (-4)], felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.split_felt.value": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.split_felt.value", - "references": [ - { - "ap_tracking_data": { - "group": 12, - "offset": 0 - }, - "pc": 85, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.unsigned_div_rem": { - "decorators": [], - "pc": 202, - "type": "function" - }, - "starkware.cairo.common.math.unsigned_div_rem.Args": { - "full_name": "starkware.cairo.common.math.unsigned_div_rem.Args", - "members": { - "div": { - "cairo_type": "felt", - "offset": 1 - }, - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.math.unsigned_div_rem.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.unsigned_div_rem.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.unsigned_div_rem.Return": { - "cairo_type": "(q: felt, r: felt)", - "type": "type_definition" - }, - "starkware.cairo.common.math.unsigned_div_rem.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.unsigned_div_rem.div": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.unsigned_div_rem.div", - "references": [ - { - "ap_tracking_data": { - "group": 16, - "offset": 0 - }, - "pc": 202, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.unsigned_div_rem.q": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.unsigned_div_rem.q", - "references": [ - { - "ap_tracking_data": { - "group": 16, - "offset": 0 - }, - "pc": 202, - "value": "[cast([fp + (-5)] + 1, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.unsigned_div_rem.r": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.unsigned_div_rem.r", - "references": [ - { - "ap_tracking_data": { - "group": 16, - "offset": 0 - }, - "pc": 202, - "value": "[cast([fp + (-5)], felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.unsigned_div_rem.value": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.unsigned_div_rem.value", - "references": [ - { - "ap_tracking_data": { - "group": 16, - "offset": 0 - }, - "pc": 202, - "value": "[cast(fp + (-4), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math_cmp.RC_BOUND": { - "type": "const", - "value": 340282366920938463463374607431768211456 - }, - "starkware.cairo.common.math_cmp.assert_le_felt": { - "destination": "starkware.cairo.common.math.assert_le_felt", - "type": "alias" - }, - "starkware.cairo.common.math_cmp.assert_lt_felt": { - "destination": "starkware.cairo.common.math.assert_lt_felt", - "type": "alias" - }, - "starkware.cairo.common.math_cmp.is_le": { - "decorators": [ - "known_ap_change" - ], - "pc": 406, - "type": "function" - }, - "starkware.cairo.common.math_cmp.is_le.Args": { - "full_name": "starkware.cairo.common.math_cmp.is_le.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - }, - "b": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_le.ImplicitArgs": { - "full_name": "starkware.cairo.common.math_cmp.is_le.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_le.Return": { - "cairo_type": "felt", - "type": "type_definition" - }, - "starkware.cairo.common.math_cmp.is_le.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math_cmp.is_nn": { - "decorators": [ - "known_ap_change" - ], - "pc": 373, - "type": "function" - }, - "starkware.cairo.common.math_cmp.is_nn.Args": { - "full_name": "starkware.cairo.common.math_cmp.is_nn.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_nn.ImplicitArgs": { - "full_name": "starkware.cairo.common.math_cmp.is_nn.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_nn.Return": { - "cairo_type": "felt", - "type": "type_definition" - }, - "starkware.cairo.common.math_cmp.is_nn.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math_cmp.is_nn.a": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math_cmp.is_nn.a", - "references": [ - { - "ap_tracking_data": { - "group": 31, - "offset": 0 - }, - "pc": 373, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math_cmp.is_nn.need_felt_comparison": { - "pc": 397, - "type": "label" - }, - "starkware.cairo.common.math_cmp.is_nn.out_of_range": { - "pc": 383, - "type": "label" - }, - "starkware.cairo.common.memcpy.memcpy": { - "decorators": [], - "pc": 9, - "type": "function" - }, - "starkware.cairo.common.memcpy.memcpy.Args": { - "full_name": "starkware.cairo.common.memcpy.memcpy.Args", - "members": { - "dst": { - "cairo_type": "felt*", - "offset": 0 - }, - "len": { - "cairo_type": "felt", - "offset": 2 - }, - "src": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.memcpy.memcpy.ImplicitArgs": { - "full_name": "starkware.cairo.common.memcpy.memcpy.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.memcpy.memcpy.LoopFrame": { - "full_name": "starkware.cairo.common.memcpy.memcpy.LoopFrame", - "members": { - "dst": { - "cairo_type": "felt*", - "offset": 0 - }, - "src": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.memcpy.memcpy.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.memcpy.memcpy.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.memcpy.memcpy.continue_copying": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.memcpy.memcpy.continue_copying", - "references": [ - { - "ap_tracking_data": { - "group": 2, - "offset": 3 - }, - "pc": 16, - "value": "[cast(ap, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.memcpy.memcpy.len": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.memcpy.memcpy.len", - "references": [ - { - "ap_tracking_data": { - "group": 2, - "offset": 0 - }, - "pc": 9, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.memcpy.memcpy.loop": { - "pc": 14, - "type": "label" - }, - "starkware.cairo.common.poseidon_state.PoseidonBuiltinState": { - "full_name": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "members": { - "s0": { - "cairo_type": "felt", - "offset": 0 - }, - "s1": { - "cairo_type": "felt", - "offset": 1 - }, - "s2": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.registers.get_ap": { - "destination": "starkware.cairo.lang.compiler.lib.registers.get_ap", - "type": "alias" - }, - "starkware.cairo.common.registers.get_fp_and_pc": { - "destination": "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc", - "type": "alias" - }, - "starkware.cairo.common.registers.get_label_location": { - "decorators": [], - "pc": 504, - "type": "function" - }, - "starkware.cairo.common.registers.get_label_location.Args": { - "full_name": "starkware.cairo.common.registers.get_label_location.Args", - "members": { - "label_value": { - "cairo_type": "codeoffset", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.registers.get_label_location.ImplicitArgs": { - "full_name": "starkware.cairo.common.registers.get_label_location.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.registers.get_label_location.Return": { - "cairo_type": "(res: felt*)", - "type": "type_definition" - }, - "starkware.cairo.common.registers.get_label_location.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.registers.get_label_location.ret_pc_label": { - "pc": 506, - "type": "label" - }, - "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc": { - "decorators": [], - "pc": 24, - "type": "function" - }, - "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc.Args": { - "full_name": "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc.ImplicitArgs": { - "full_name": "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc.Return": { - "cairo_type": "(fp_val: felt*, pc_val: felt*)", - "type": "type_definition" - }, - "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.storage.ADDR_BOUND": { - "type": "const", - "value": -106710729501573572985208420194530329073740042555888586719489 - }, - "starkware.starknet.common.storage.MAX_STORAGE_ITEM_SIZE": { - "type": "const", - "value": 256 - }, - "starkware.starknet.common.storage.assert_250_bit": { - "destination": "starkware.cairo.common.math.assert_250_bit", - "type": "alias" - }, - "starkware.starknet.common.storage.normalize_address": { - "decorators": [ - "known_ap_change" - ], - "pc": 217, - "type": "function" - }, - "starkware.starknet.common.storage.normalize_address.Args": { - "full_name": "starkware.starknet.common.storage.normalize_address.Args", - "members": { - "addr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.storage.normalize_address.ImplicitArgs": { - "full_name": "starkware.starknet.common.storage.normalize_address.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.storage.normalize_address.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "starkware.starknet.common.storage.normalize_address.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.storage.normalize_address.addr": { - "cairo_type": "felt", - "full_name": "starkware.starknet.common.storage.normalize_address.addr", - "references": [ - { - "ap_tracking_data": { - "group": 17, - "offset": 0 - }, - "pc": 217, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.starknet.common.storage.normalize_address.is_250": { - "cairo_type": "felt", - "full_name": "starkware.starknet.common.storage.normalize_address.is_250", - "references": [ - { - "ap_tracking_data": { - "group": 17, - "offset": 2 - }, - "pc": 237, - "value": "[cast(ap + (-1), felt*)]" - } - ], - "type": "reference" - }, - "starkware.starknet.common.storage.normalize_address.is_small": { - "cairo_type": "felt", - "full_name": "starkware.starknet.common.storage.normalize_address.is_small", - "references": [ - { - "ap_tracking_data": { - "group": 17, - "offset": 1 - }, - "pc": 219, - "value": "[cast(ap + (-1), felt*)]" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.CALL_CONTRACT_SELECTOR": { - "type": "const", - "value": 20853273475220472486191784820 - }, - "starkware.starknet.common.syscalls.CallContract": { - "full_name": "starkware.starknet.common.syscalls.CallContract", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.CallContractRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.CallContractResponse", - "offset": 5 - } - }, - "size": 7, - "type": "struct" - }, - "starkware.starknet.common.syscalls.CallContractRequest": { - "full_name": "starkware.starknet.common.syscalls.CallContractRequest", - "members": { - "calldata": { - "cairo_type": "felt*", - "offset": 4 - }, - "calldata_size": { - "cairo_type": "felt", - "offset": 3 - }, - "contract_address": { - "cairo_type": "felt", - "offset": 1 - }, - "function_selector": { - "cairo_type": "felt", - "offset": 2 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.starknet.common.syscalls.CallContractResponse": { - "full_name": "starkware.starknet.common.syscalls.CallContractResponse", - "members": { - "retdata": { - "cairo_type": "felt*", - "offset": 1 - }, - "retdata_size": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DELEGATE_CALL_SELECTOR": { - "type": "const", - "value": 21167594061783206823196716140 - }, - "starkware.starknet.common.syscalls.DELEGATE_L1_HANDLER_SELECTOR": { - "type": "const", - "value": 23274015802972845247556842986379118667122 - }, - "starkware.starknet.common.syscalls.DEPLOY_SELECTOR": { - "type": "const", - "value": 75202468540281 - }, - "starkware.starknet.common.syscalls.Deploy": { - "full_name": "starkware.starknet.common.syscalls.Deploy", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.DeployRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.DeployResponse", - "offset": 6 - } - }, - "size": 9, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DeployRequest": { - "full_name": "starkware.starknet.common.syscalls.DeployRequest", - "members": { - "class_hash": { - "cairo_type": "felt", - "offset": 1 - }, - "constructor_calldata": { - "cairo_type": "felt*", - "offset": 4 - }, - "constructor_calldata_size": { - "cairo_type": "felt", - "offset": 3 - }, - "contract_address_salt": { - "cairo_type": "felt", - "offset": 2 - }, - "deploy_from_zero": { - "cairo_type": "felt", - "offset": 5 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 6, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DeployResponse": { - "full_name": "starkware.starknet.common.syscalls.DeployResponse", - "members": { - "constructor_retdata": { - "cairo_type": "felt*", - "offset": 2 - }, - "constructor_retdata_size": { - "cairo_type": "felt", - "offset": 1 - }, - "contract_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DictAccess": { - "destination": "starkware.cairo.common.dict_access.DictAccess", - "type": "alias" - }, - "starkware.starknet.common.syscalls.EMIT_EVENT_SELECTOR": { - "type": "const", - "value": 1280709301550335749748 - }, - "starkware.starknet.common.syscalls.EmitEvent": { - "full_name": "starkware.starknet.common.syscalls.EmitEvent", - "members": { - "data": { - "cairo_type": "felt*", - "offset": 4 - }, - "data_len": { - "cairo_type": "felt", - "offset": 3 - }, - "keys": { - "cairo_type": "felt*", - "offset": 2 - }, - "keys_len": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GET_BLOCK_NUMBER_SELECTOR": { - "type": "const", - "value": 1448089106835523001438702345020786 - }, - "starkware.starknet.common.syscalls.GET_BLOCK_TIMESTAMP_SELECTOR": { - "type": "const", - "value": 24294903732626645868215235778792757751152 - }, - "starkware.starknet.common.syscalls.GET_CALLER_ADDRESS_SELECTOR": { - "type": "const", - "value": 94901967781393078444254803017658102643 - }, - "starkware.starknet.common.syscalls.GET_CONTRACT_ADDRESS_SELECTOR": { - "type": "const", - "value": 6219495360805491471215297013070624192820083 - }, - "starkware.starknet.common.syscalls.GET_SEQUENCER_ADDRESS_SELECTOR": { - "type": "const", - "value": 1592190833581991703053805829594610833820054387 - }, - "starkware.starknet.common.syscalls.GET_TX_INFO_SELECTOR": { - "type": "const", - "value": 1317029390204112103023 - }, - "starkware.starknet.common.syscalls.GET_TX_SIGNATURE_SELECTOR": { - "type": "const", - "value": 1448089128652340074717162277007973 - }, - "starkware.starknet.common.syscalls.GetBlockNumber": { - "full_name": "starkware.starknet.common.syscalls.GetBlockNumber", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockNumberRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockNumberResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockNumberRequest": { - "full_name": "starkware.starknet.common.syscalls.GetBlockNumberRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockNumberResponse": { - "full_name": "starkware.starknet.common.syscalls.GetBlockNumberResponse", - "members": { - "block_number": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockTimestamp": { - "full_name": "starkware.starknet.common.syscalls.GetBlockTimestamp", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockTimestampRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockTimestampResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockTimestampRequest": { - "full_name": "starkware.starknet.common.syscalls.GetBlockTimestampRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockTimestampResponse": { - "full_name": "starkware.starknet.common.syscalls.GetBlockTimestampResponse", - "members": { - "block_timestamp": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetCallerAddress": { - "full_name": "starkware.starknet.common.syscalls.GetCallerAddress", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetCallerAddressRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetCallerAddressResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetCallerAddressRequest": { - "full_name": "starkware.starknet.common.syscalls.GetCallerAddressRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetCallerAddressResponse": { - "full_name": "starkware.starknet.common.syscalls.GetCallerAddressResponse", - "members": { - "caller_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetContractAddress": { - "full_name": "starkware.starknet.common.syscalls.GetContractAddress", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetContractAddressRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetContractAddressResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetContractAddressRequest": { - "full_name": "starkware.starknet.common.syscalls.GetContractAddressRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetContractAddressResponse": { - "full_name": "starkware.starknet.common.syscalls.GetContractAddressResponse", - "members": { - "contract_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetSequencerAddress": { - "full_name": "starkware.starknet.common.syscalls.GetSequencerAddress", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetSequencerAddressRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetSequencerAddressResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetSequencerAddressRequest": { - "full_name": "starkware.starknet.common.syscalls.GetSequencerAddressRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetSequencerAddressResponse": { - "full_name": "starkware.starknet.common.syscalls.GetSequencerAddressResponse", - "members": { - "sequencer_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxInfo": { - "full_name": "starkware.starknet.common.syscalls.GetTxInfo", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxInfoRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxInfoResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxInfoRequest": { - "full_name": "starkware.starknet.common.syscalls.GetTxInfoRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxInfoResponse": { - "full_name": "starkware.starknet.common.syscalls.GetTxInfoResponse", - "members": { - "tx_info": { - "cairo_type": "starkware.starknet.common.syscalls.TxInfo*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxSignature": { - "full_name": "starkware.starknet.common.syscalls.GetTxSignature", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxSignatureRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxSignatureResponse", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxSignatureRequest": { - "full_name": "starkware.starknet.common.syscalls.GetTxSignatureRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxSignatureResponse": { - "full_name": "starkware.starknet.common.syscalls.GetTxSignatureResponse", - "members": { - "signature": { - "cairo_type": "felt*", - "offset": 1 - }, - "signature_len": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.LIBRARY_CALL_L1_HANDLER_SELECTOR": { - "type": "const", - "value": 436233452754198157705746250789557519228244616562 - }, - "starkware.starknet.common.syscalls.LIBRARY_CALL_SELECTOR": { - "type": "const", - "value": 92376026794327011772951660 - }, - "starkware.starknet.common.syscalls.LibraryCall": { - "full_name": "starkware.starknet.common.syscalls.LibraryCall", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.LibraryCallRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.CallContractResponse", - "offset": 5 - } - }, - "size": 7, - "type": "struct" - }, - "starkware.starknet.common.syscalls.LibraryCallRequest": { - "full_name": "starkware.starknet.common.syscalls.LibraryCallRequest", - "members": { - "calldata": { - "cairo_type": "felt*", - "offset": 4 - }, - "calldata_size": { - "cairo_type": "felt", - "offset": 3 - }, - "class_hash": { - "cairo_type": "felt", - "offset": 1 - }, - "function_selector": { - "cairo_type": "felt", - "offset": 2 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.starknet.common.syscalls.REPLACE_CLASS_SELECTOR": { - "type": "const", - "value": 25500403217443378527601783667 - }, - "starkware.starknet.common.syscalls.ReplaceClass": { - "full_name": "starkware.starknet.common.syscalls.ReplaceClass", - "members": { - "class_hash": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.SEND_MESSAGE_TO_L1_SELECTOR": { - "type": "const", - "value": 433017908768303439907196859243777073 - }, - "starkware.starknet.common.syscalls.STORAGE_READ_SELECTOR": { - "type": "const", - "value": 100890693370601760042082660 - }, - "starkware.starknet.common.syscalls.STORAGE_WRITE_SELECTOR": { - "type": "const", - "value": 25828017502874050592466629733 - }, - "starkware.starknet.common.syscalls.SendMessageToL1SysCall": { - "full_name": "starkware.starknet.common.syscalls.SendMessageToL1SysCall", - "members": { - "payload_ptr": { - "cairo_type": "felt*", - "offset": 3 - }, - "payload_size": { - "cairo_type": "felt", - "offset": 2 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - }, - "to_address": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 4, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageRead": { - "full_name": "starkware.starknet.common.syscalls.StorageRead", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.StorageReadRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.StorageReadResponse", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageReadRequest": { - "full_name": "starkware.starknet.common.syscalls.StorageReadRequest", - "members": { - "address": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageReadResponse": { - "full_name": "starkware.starknet.common.syscalls.StorageReadResponse", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageWrite": { - "full_name": "starkware.starknet.common.syscalls.StorageWrite", - "members": { - "address": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.TxInfo": { - "full_name": "starkware.starknet.common.syscalls.TxInfo", - "members": { - "account_contract_address": { - "cairo_type": "felt", - "offset": 1 - }, - "chain_id": { - "cairo_type": "felt", - "offset": 6 - }, - "max_fee": { - "cairo_type": "felt", - "offset": 2 - }, - "nonce": { - "cairo_type": "felt", - "offset": 7 - }, - "signature": { - "cairo_type": "felt*", - "offset": 4 - }, - "signature_len": { - "cairo_type": "felt", - "offset": 3 - }, - "transaction_hash": { - "cairo_type": "felt", - "offset": 5 - }, - "version": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 8, - "type": "struct" - }, - "starkware.starknet.common.syscalls.emit_event": { - "decorators": [], - "pc": 48, - "type": "function" - }, - "starkware.starknet.common.syscalls.emit_event.Args": { - "full_name": "starkware.starknet.common.syscalls.emit_event.Args", - "members": { - "data": { - "cairo_type": "felt*", - "offset": 3 - }, - "data_len": { - "cairo_type": "felt", - "offset": 2 - }, - "keys": { - "cairo_type": "felt*", - "offset": 1 - }, - "keys_len": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 4, - "type": "struct" - }, - "starkware.starknet.common.syscalls.emit_event.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.emit_event.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.emit_event.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.emit_event.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.emit_event.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.emit_event.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 7, - "offset": 0 - }, - "pc": 48, - "value": "[cast(fp + (-7), felt**)]" - }, - { - "ap_tracking_data": { - "group": 7, - "offset": 1 - }, - "pc": 55, - "value": "cast([fp + (-7)] + 5, felt*)" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.get_caller_address": { - "decorators": [], - "pc": 25, - "type": "function" - }, - "starkware.starknet.common.syscalls.get_caller_address.Args": { - "full_name": "starkware.starknet.common.syscalls.get_caller_address.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.starknet.common.syscalls.get_caller_address.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.get_caller_address.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.get_caller_address.Return": { - "cairo_type": "(caller_address: felt)", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.get_caller_address.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.get_caller_address.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.get_caller_address.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 4, - "offset": 0 - }, - "pc": 25, - "value": "[cast(fp + (-3), felt**)]" - }, - { - "ap_tracking_data": { - "group": 4, - "offset": 1 - }, - "pc": 28, - "value": "cast([fp + (-3)] + 2, felt*)" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.storage_read": { - "decorators": [], - "pc": 32, - "type": "function" - }, - "starkware.starknet.common.syscalls.storage_read.Args": { - "full_name": "starkware.starknet.common.syscalls.storage_read.Args", - "members": { - "address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_read.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.storage_read.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_read.Return": { - "cairo_type": "(value: felt)", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.storage_read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.storage_read.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.storage_read.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 5, - "offset": 0 - }, - "pc": 32, - "value": "[cast(fp + (-4), felt**)]" - }, - { - "ap_tracking_data": { - "group": 5, - "offset": 1 - }, - "pc": 36, - "value": "cast([fp + (-4)] + 3, felt*)" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.storage_write": { - "decorators": [], - "pc": 40, - "type": "function" - }, - "starkware.starknet.common.syscalls.storage_write.Args": { - "full_name": "starkware.starknet.common.syscalls.storage_write.Args", - "members": { - "address": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_write.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.storage_write.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.storage_write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.storage_write.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.storage_write.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 6, - "offset": 0 - }, - "pc": 40, - "value": "[cast(fp + (-5), felt**)]" - }, - { - "ap_tracking_data": { - "group": 6, - "offset": 1 - }, - "pc": 45, - "value": "cast([fp + (-5)] + 3, felt*)" - } - ], - "type": "reference" - }, - "utils.string.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "utils.string._ascii_from_digit": { - "decorators": [], - "pc": 454, - "type": "function" - }, - "utils.string._ascii_from_digit.Args": { - "full_name": "utils.string._ascii_from_digit.Args", - "members": { - "digit": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "utils.string._ascii_from_digit.ImplicitArgs": { - "full_name": "utils.string._ascii_from_digit.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "utils.string._ascii_from_digit.Return": { - "cairo_type": "(ascii: felt)", - "type": "type_definition" - }, - "utils.string._ascii_from_digit.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "utils.string._recurse_ascii_array_from_number": { - "decorators": [], - "pc": 457, - "type": "function" - }, - "utils.string._recurse_ascii_array_from_number.Args": { - "full_name": "utils.string._recurse_ascii_array_from_number.Args", - "members": { - "arr_ascii": { - "cairo_type": "felt*", - "offset": 2 - }, - "arr_ascii_len": { - "cairo_type": "felt", - "offset": 1 - }, - "remain": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "utils.string._recurse_ascii_array_from_number.ImplicitArgs": { - "full_name": "utils.string._recurse_ascii_array_from_number.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "utils.string._recurse_ascii_array_from_number.Return": { - "cairo_type": "(arr_ascii_final_len: felt)", - "type": "type_definition" - }, - "utils.string._recurse_ascii_array_from_number.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "utils.string._recurse_ascii_from_ascii_array_inverse": { - "decorators": [], - "pc": 482, - "type": "function" - }, - "utils.string._recurse_ascii_from_ascii_array_inverse.Args": { - "full_name": "utils.string._recurse_ascii_from_ascii_array_inverse.Args", - "members": { - "arr": { - "cairo_type": "felt*", - "offset": 2 - }, - "ascii": { - "cairo_type": "felt", - "offset": 0 - }, - "idx": { - "cairo_type": "felt", - "offset": 3 - }, - "len": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 4, - "type": "struct" - }, - "utils.string._recurse_ascii_from_ascii_array_inverse.ImplicitArgs": { - "full_name": "utils.string._recurse_ascii_from_ascii_array_inverse.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "utils.string._recurse_ascii_from_ascii_array_inverse.Return": { - "cairo_type": "(ascii_final: felt)", - "type": "type_definition" - }, - "utils.string._recurse_ascii_from_ascii_array_inverse.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "utils.string.abs_value": { - "destination": "starkware.cairo.common.math.abs_value", - "type": "alias" - }, - "utils.string.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "utils.string.is_le": { - "destination": "starkware.cairo.common.math_cmp.is_le", - "type": "alias" - }, - "utils.string.sign": { - "destination": "starkware.cairo.common.math.sign", - "type": "alias" - }, - "utils.string.str": { - "decorators": [], - "pc": 411, - "type": "function" - }, - "utils.string.str.Args": { - "full_name": "utils.string.str.Args", - "members": { - "num": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "utils.string.str.ImplicitArgs": { - "full_name": "utils.string.str.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "utils.string.str.Return": { - "cairo_type": "(literal: felt)", - "type": "type_definition" - }, - "utils.string.str.SIZEOF_LOCALS": { - "type": "const", - "value": 2 - }, - "utils.string.unsigned_div_rem": { - "destination": "starkware.cairo.common.math.unsigned_div_rem", - "type": "alias" - } - }, - "main_scope": "__main__", - "prime": "0x800000000000011000000000000000000000000000000000000000000000001", - "reference_manager": { - "references": [ - { - "ap_tracking_data": { - "group": 2, - "offset": 0 - }, - "pc": 9, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 2, - "offset": 3 - }, - "pc": 16, - "value": "[cast(ap, felt*)]" - }, - { - "ap_tracking_data": { - "group": 4, - "offset": 0 - }, - "pc": 25, - "value": "[cast(fp + (-3), felt**)]" - }, - { - "ap_tracking_data": { - "group": 5, - "offset": 0 - }, - "pc": 32, - "value": "[cast(fp + (-4), felt**)]" - }, - { - "ap_tracking_data": { - "group": 6, - "offset": 0 - }, - "pc": 40, - "value": "[cast(fp + (-5), felt**)]" - }, - { - "ap_tracking_data": { - "group": 7, - "offset": 0 - }, - "pc": 48, - "value": "[cast(fp + (-7), felt**)]" - }, - { - "ap_tracking_data": { - "group": 8, - "offset": 0 - }, - "pc": 58, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 9, - "offset": 0 - }, - "pc": 63, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 11, - "offset": 0 - }, - "pc": 72, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 11, - "offset": 0 - }, - "pc": 72, - "value": "[cast([fp + (-4)], felt*)]" - }, - { - "ap_tracking_data": { - "group": 11, - "offset": 0 - }, - "pc": 72, - "value": "[cast([fp + (-4)] + 1, felt*)]" - }, - { - "ap_tracking_data": { - "group": 12, - "offset": 0 - }, - "pc": 85, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 12, - "offset": 0 - }, - "pc": 85, - "value": "[cast([fp + (-4)], felt*)]" - }, - { - "ap_tracking_data": { - "group": 12, - "offset": 0 - }, - "pc": 85, - "value": "[cast([fp + (-4)] + 1, felt*)]" - }, - { - "ap_tracking_data": { - "group": 13, - "offset": 0 - }, - "pc": 114, - "value": "[cast(fp + (-4), felt*)]" - }, - { - "ap_tracking_data": { - "group": 13, - "offset": 0 - }, - "pc": 114, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 13, - "offset": 0 - }, - "pc": 114, - "value": "[cast(fp + (-5), felt*)]" - }, - { - "ap_tracking_data": { - "group": 14, - "offset": 0 - }, - "pc": 159, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 14, - "offset": 1 - }, - "pc": 161, - "value": "[cast(ap + (-1), felt*)]" - }, - { - "ap_tracking_data": { - "group": 15, - "offset": 0 - }, - "pc": 174, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 15, - "offset": 1 - }, - "pc": 184, - "value": "[cast(ap + (-1), felt*)]" - }, - { - "ap_tracking_data": { - "group": 16, - "offset": 0 - }, - "pc": 202, - "value": "[cast(fp + (-4), felt*)]" - }, - { - "ap_tracking_data": { - "group": 16, - "offset": 0 - }, - "pc": 202, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 16, - "offset": 0 - }, - "pc": 202, - "value": "[cast([fp + (-5)], felt*)]" - }, - { - "ap_tracking_data": { - "group": 16, - "offset": 0 - }, - "pc": 202, - "value": "[cast([fp + (-5)] + 1, felt*)]" - }, - { - "ap_tracking_data": { - "group": 17, - "offset": 0 - }, - "pc": 217, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 17, - "offset": 1 - }, - "pc": 219, - "value": "[cast(ap + (-1), felt*)]" - }, - { - "ap_tracking_data": { - "group": 17, - "offset": 2 - }, - "pc": 237, - "value": "[cast(ap + (-1), felt*)]" - }, - { - "ap_tracking_data": { - "group": 31, - "offset": 0 - }, - "pc": 373, - "value": "[cast(fp + (-3), felt*)]" - } - ] - } - } -} diff --git a/packages/starksheet-cairo/build/DustyPilotRenderer_abi.json b/packages/starksheet-cairo/build/DustyPilotRenderer_abi.json deleted file mode 100644 index cab7aa50..00000000 --- a/packages/starksheet-cairo/build/DustyPilotRenderer_abi.json +++ /dev/null @@ -1,111 +0,0 @@ -[ - { - "data": [ - { - "name": "previousOwner", - "type": "felt" - }, - { - "name": "newOwner", - "type": "felt" - } - ], - "keys": [], - "name": "OwnershipTransferred", - "type": "event" - }, - { - "inputs": [], - "name": "getOwner", - "outputs": [ - { - "name": "owner", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "getThresholds", - "outputs": [ - { - "name": "thresholds_len", - "type": "felt" - }, - { - "name": "thresholds", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "thresholds_len", - "type": "felt" - }, - { - "name": "thresholds", - "type": "felt*" - } - ], - "name": "setThresholds", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "new_owner", - "type": "felt" - } - ], - "name": "transferOwnership", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "owner", - "type": "felt" - } - ], - "name": "initialize", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "token_id", - "type": "felt" - }, - { - "name": "value", - "type": "felt" - }, - { - "name": "name", - "type": "felt" - } - ], - "name": "token_uri", - "outputs": [ - { - "name": "token_uri_len", - "type": "felt" - }, - { - "name": "token_uri", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - } -] diff --git a/packages/starksheet-cairo/build/DustyPilots.json b/packages/starksheet-cairo/build/DustyPilots.json deleted file mode 100644 index 82d1ae7d..00000000 --- a/packages/starksheet-cairo/build/DustyPilots.json +++ /dev/null @@ -1,169921 +0,0 @@ -{ - "abi": [ - { - "members": [ - { - "name": "low", - "offset": 0, - "type": "felt" - }, - { - "name": "high", - "offset": 1, - "type": "felt" - } - ], - "name": "Uint256", - "size": 2, - "type": "struct" - }, - { - "members": [ - { - "name": "id", - "offset": 0, - "type": "felt" - }, - { - "name": "owner", - "offset": 1, - "type": "felt" - }, - { - "name": "value", - "offset": 2, - "type": "felt" - } - ], - "name": "CellRendered", - "size": 3, - "type": "struct" - }, - { - "data": [ - { - "name": "previousOwner", - "type": "felt" - }, - { - "name": "newOwner", - "type": "felt" - } - ], - "keys": [], - "name": "OwnershipTransferred", - "type": "event" - }, - { - "data": [ - { - "name": "from_", - "type": "felt" - }, - { - "name": "to", - "type": "felt" - }, - { - "name": "tokenId", - "type": "Uint256" - } - ], - "keys": [], - "name": "Transfer", - "type": "event" - }, - { - "data": [ - { - "name": "owner", - "type": "felt" - }, - { - "name": "approved", - "type": "felt" - }, - { - "name": "tokenId", - "type": "Uint256" - } - ], - "keys": [], - "name": "Approval", - "type": "event" - }, - { - "data": [ - { - "name": "owner", - "type": "felt" - }, - { - "name": "operator", - "type": "felt" - }, - { - "name": "approved", - "type": "felt" - } - ], - "keys": [], - "name": "ApprovalForAll", - "type": "event" - }, - { - "data": [ - { - "name": "id", - "type": "felt" - }, - { - "name": "value", - "type": "felt" - }, - { - "name": "contract_address", - "type": "felt" - } - ], - "keys": [], - "name": "CellUpdated", - "type": "event" - }, - { - "inputs": [], - "name": "owner", - "outputs": [ - { - "name": "owner", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "new_owner", - "type": "felt" - } - ], - "name": "transferOwnership", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "max", - "type": "felt" - } - ], - "name": "setMaxPerWallet", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "getMaxPerWallet", - "outputs": [ - { - "name": "max", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "n_row", - "type": "felt" - } - ], - "name": "setNRow", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "getNRow", - "outputs": [ - { - "name": "n_row", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "address", - "type": "felt" - } - ], - "name": "setCellRenderer", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "getCellRenderer", - "outputs": [ - { - "name": "address", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "root", - "type": "felt" - } - ], - "name": "setMerkleRoot", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "openMint", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "closeMint", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "getMerkleRoot", - "outputs": [ - { - "name": "root", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "felt" - }, - { - "name": "contractAddress", - "type": "felt" - }, - { - "name": "value", - "type": "felt" - }, - { - "name": "cell_calldata_len", - "type": "felt" - }, - { - "name": "cell_calldata", - "type": "felt*" - } - ], - "name": "setCell", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "felt" - } - ], - "name": "getCell", - "outputs": [ - { - "name": "contractAddress", - "type": "felt" - }, - { - "name": "value", - "type": "felt" - }, - { - "name": "cell_calldata_len", - "type": "felt" - }, - { - "name": "cell_calldata", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "felt" - } - ], - "name": "renderCell", - "outputs": [ - { - "name": "cell", - "type": "CellRendered" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "felt" - } - ], - "name": "renderCellValue", - "outputs": [ - { - "name": "value", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "renderGrid", - "outputs": [ - { - "name": "cells_len", - "type": "felt" - }, - { - "name": "cells", - "type": "CellRendered*" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "Uint256" - }, - { - "name": "proof_len", - "type": "felt" - }, - { - "name": "proof", - "type": "felt*" - } - ], - "name": "mintPublic", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "Uint256" - }, - { - "name": "proof_len", - "type": "felt" - }, - { - "name": "proof", - "type": "felt*" - }, - { - "name": "contractAddress", - "type": "felt" - }, - { - "name": "value", - "type": "felt" - }, - { - "name": "cellCalldata_len", - "type": "felt" - }, - { - "name": "cellCalldata", - "type": "felt*" - } - ], - "name": "mintAndSetPublic", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "Uint256" - } - ], - "name": "tokenURI", - "outputs": [ - { - "name": "token_uri_len", - "type": "felt" - }, - { - "name": "token_uri", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "contractURI", - "outputs": [ - { - "name": "contractURI_len", - "type": "felt" - }, - { - "name": "contractURI", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "name", - "type": "felt" - }, - { - "name": "symbol", - "type": "felt" - }, - { - "name": "owner", - "type": "felt" - }, - { - "name": "merkle_root", - "type": "felt" - }, - { - "name": "max_per_wallet", - "type": "felt" - }, - { - "name": "renderer_address", - "type": "felt" - } - ], - "name": "initialize", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "is_initialized", - "outputs": [ - { - "name": "res", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "totalSupply", - "outputs": [ - { - "name": "totalSupply", - "type": "Uint256" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "index", - "type": "Uint256" - } - ], - "name": "tokenByIndex", - "outputs": [ - { - "name": "tokenId", - "type": "Uint256" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "owner", - "type": "felt" - }, - { - "name": "index", - "type": "Uint256" - } - ], - "name": "tokenOfOwnerByIndex", - "outputs": [ - { - "name": "tokenId", - "type": "Uint256" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "interfaceId", - "type": "felt" - } - ], - "name": "supportsInterface", - "outputs": [ - { - "name": "success", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "name", - "outputs": [ - { - "name": "name", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "symbol", - "outputs": [ - { - "name": "symbol", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "owner", - "type": "felt" - } - ], - "name": "balanceOf", - "outputs": [ - { - "name": "balance", - "type": "Uint256" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "Uint256" - } - ], - "name": "ownerOf", - "outputs": [ - { - "name": "owner", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "Uint256" - } - ], - "name": "getApproved", - "outputs": [ - { - "name": "approved", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "owner", - "type": "felt" - }, - { - "name": "operator", - "type": "felt" - } - ], - "name": "isApprovedForAll", - "outputs": [ - { - "name": "isApproved", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "to", - "type": "felt" - }, - { - "name": "tokenId", - "type": "Uint256" - } - ], - "name": "approve", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "operator", - "type": "felt" - }, - { - "name": "approved", - "type": "felt" - } - ], - "name": "setApprovalForAll", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "from_", - "type": "felt" - }, - { - "name": "to", - "type": "felt" - }, - { - "name": "tokenId", - "type": "Uint256" - } - ], - "name": "transferFrom", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "from_", - "type": "felt" - }, - { - "name": "to", - "type": "felt" - }, - { - "name": "tokenId", - "type": "Uint256" - }, - { - "name": "data_len", - "type": "felt" - }, - { - "name": "data", - "type": "felt*" - } - ], - "name": "safeTransferFrom", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "to", - "type": "felt" - }, - { - "name": "tokenId", - "type": "Uint256" - } - ], - "name": "mintOwner", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "Uint256" - } - ], - "name": "burn", - "outputs": [], - "type": "function" - } - ], - "entry_points_by_type": { - "CONSTRUCTOR": [], - "EXTERNAL": [ - { - "offset": 3609, - "selector": "0x709c69d1e1e32576d4e1139cf648b409f1b40dac279c3dbe472f3b3f0dbc9" - }, - { - "offset": 4251, - "selector": "0x146338fd3ec3883c0bc256d485a88fc5136ff6ad458519e376320aa2c30d78" - }, - { - "offset": 3633, - "selector": "0x23392a6cac48e36e9d15eb1d75d05f4a2a41132a2c2bed22e587cd1f34fe9f" - }, - { - "offset": 4879, - "selector": "0x2962ba17806af798afa6eaf4aa8c93a9fb60a3e305045b6eea33435086cae9" - }, - { - "offset": 5146, - "selector": "0x3e8cfd4725c1e28fa4a6e3e468b4fcf75367166b850ac5f04e33ec843e82c1" - }, - { - "offset": 3826, - "selector": "0x40c1ce731edc7dbc678f85e582974962e082e218fced71f519208d27cc21d3" - }, - { - "offset": 5036, - "selector": "0x41b033f4a31df8067c24d1e9b550a2ce75fd4a29e1147af9752174f0e6cb20" - }, - { - "offset": 3747, - "selector": "0x61069ab48af4ff62df3c06eed149a18bab9d4d458d7f561697fa3f1dcd0216" - }, - { - "offset": 3796, - "selector": "0x6b3d0a0f7b9781c369612c5a511f0d40d3253cfefbd708ce2cb847ff0da078" - }, - { - "offset": 4558, - "selector": "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463" - }, - { - "offset": 4632, - "selector": "0x80aa9fdbfaf9615e4afc7f5f722e265daca5ccc655360fa5ccacf9c267936d" - }, - { - "offset": 4040, - "selector": "0x8dbb73a01d4117752f0057c252a1c2ed409db2571de51769a2106ba3e2d873" - }, - { - "offset": 4002, - "selector": "0x9dca2323803469f6a72da859c203c6d859a4a4ccb341ea1469495824818611" - }, - { - "offset": 4915, - "selector": "0xb180e2fe9f14914416216da76338ac0beb980443725c802af615f8431fdb1e" - }, - { - "offset": 3936, - "selector": "0xfac585db5ef45ccaa86a35ceb98608d4adcca66ea379ed56d369be16f0ddf9" - }, - { - "offset": 5114, - "selector": "0x10a4ed8ba35088f7113830a4ac12b5369a08a3ffa257ebb7d99a725e6200c08" - }, - { - "offset": 4670, - "selector": "0x10a6a6f98a84ccc0dc2dccd6988c77cb625e25df66f9482b8fca3a82f50cf50" - }, - { - "offset": 4596, - "selector": "0x1199477cb0ce72bf66c6d439da76bc568947cb9aad287402ba7b93353c94092" - }, - { - "offset": 4324, - "selector": "0x12a7823b0c6bee58f8c694888f32f862c6584caa8afa0242de046d298ba684d" - }, - { - "offset": 3549, - "selector": "0x14a390f291e2e1f29874769efdef47ddad94d76f77ff516fad206a385e8995f" - }, - { - "offset": 4506, - "selector": "0x1530b1e3e1fe59556d7ac7104ced650bd036802735b613ada407ce4a05d653c" - }, - { - "offset": 5069, - "selector": "0x19d59d013d4aa1a8b1ce4c8299086f070733b453c02d0dc46e735edc04d6444" - }, - { - "offset": 3527, - "selector": "0x2016836a56b71f0d02689e69e326f4f4c1b9057164ef592671cf0d37c8040c0" - }, - { - "offset": 4812, - "selector": "0x216b05c387bab9ac31918a3e61672f4618601f3c598a2f3f2710f37053e1ea4" - }, - { - "offset": 4979, - "selector": "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c" - }, - { - "offset": 4951, - "selector": "0x21cdf9aedfed41bc4485ae779fda471feca12075d9127a0fc70ac6b3b3d9c30" - }, - { - "offset": 4749, - "selector": "0x29e211664c0b63c79638fbea474206ca74016b3e9a3dc4f9ac300ffd8bdf2cd" - }, - { - "offset": 5007, - "selector": "0x2d4c8ea4c8fb9f571d1f6f9b7692fff8e5ceaf73b1df98e7da8c1109b39ae9a" - }, - { - "offset": 3576, - "selector": "0x2e3fe88dce63950b23b7e6722c7db320036e484f62e238e573a7bd47623925c" - }, - { - "offset": 4844, - "selector": "0x2e4263afad30923c891518314c3c95dbe830a16874e8abc5777a9a20b54c76e" - }, - { - "offset": 4184, - "selector": "0x2e6ac22a3db917e01e9578e58d0fb4a62900dc236c6e2b1a2f4608d5ba2892b" - }, - { - "offset": 3878, - "selector": "0x30105034d5800a3c0345821011267bf85c0f7c0ec15f87a8365ddcb4c6d7632" - }, - { - "offset": 4122, - "selector": "0x327bfdf8e5449597c3bd96e8ca4523c06933fcf8a347ddf8c992210de351c76" - }, - { - "offset": 3723, - "selector": "0x32e515e407797d56da7e86b1b00d354f7b7ac51cd7d9289dee44c6c29581782" - }, - { - "offset": 3690, - "selector": "0x34cd279f1c4532e33e6b1c151b7d98c0f0ccdcf6cfec9882874ba196ded3a8c" - }, - { - "offset": 4713, - "selector": "0x34e45f1a39063678f3d4c888e6fa7fd9f96160b4bebf14bf5f54845ead7fb79" - }, - { - "offset": 3773, - "selector": "0x353ad1b041e37aa7ab682ae5c0ac964b73623fd5c7362cda245d7fd2085d24b" - }, - { - "offset": 4782, - "selector": "0x361458367e696363fbcc70777d07ebbd2394e89fd0adcaf147faccd1d294d60" - }, - { - "offset": 3666, - "selector": "0x3bf8db3f4ac7cd4ce3fbef148e1a6605871b3b6a66db5374b7fa5585df46677" - } - ], - "L1_HANDLER": [] - }, - "program": { - "attributes": [ - { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "end_pc": 297, - "flow_tracking_data": { - "ap_tracking": { - "group": 25, - "offset": 6 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 295, - "value": "Ownable: caller is the zero address" - }, - { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "end_pc": 298, - "flow_tracking_data": { - "ap_tracking": { - "group": 25, - "offset": 8 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 297, - "value": "Ownable: caller is not the owner" - }, - { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "end_pc": 311, - "flow_tracking_data": { - "ap_tracking": { - "group": 27, - "offset": 0 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 308, - "value": "Ownable: new owner is the zero address" - }, - { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.assert_uint256_le" - ], - "end_pc": 555, - "flow_tracking_data": { - "ap_tracking": { - "group": 45, - "offset": 50 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 553, - "value": "assert_uint256_le failed" - }, - { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165", - "openzeppelin.introspection.erc165.library.ERC165.register_interface" - ], - "end_pc": 620, - "flow_tracking_data": { - "ap_tracking": { - "group": 50, - "offset": 0 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 615, - "value": "ERC165: invalid interface id" - }, - { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.add" - ], - "end_pc": 669, - "flow_tracking_data": { - "ap_tracking": { - "group": 52, - "offset": 35 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 667, - "value": "SafeUint256: addition overflow" - }, - { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "end_pc": 694, - "flow_tracking_data": { - "ap_tracking": { - "group": 53, - "offset": 60 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 692, - "value": "SafeUint256: subtraction overflow" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.balance_of" - ], - "end_pc": 1088, - "flow_tracking_data": { - "ap_tracking": { - "group": 78, - "offset": 0 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1085, - "value": "ERC721: balance query for the zero address" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.owner_of" - ], - "end_pc": 1100, - "flow_tracking_data": { - "ap_tracking": { - "group": 79, - "offset": 0 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1095, - "value": "ERC721: token_id is not a valid Uint256" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.owner_of" - ], - "end_pc": 1109, - "flow_tracking_data": { - "ap_tracking": { - "group": 79, - "offset": 74 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1107, - "value": "ERC721: owner query for nonexistent token" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.get_approved" - ], - "end_pc": 1119, - "flow_tracking_data": { - "ap_tracking": { - "group": 80, - "offset": 0 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1114, - "value": "ERC721: token_id is not a valid Uint256" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.get_approved" - ], - "end_pc": 1128, - "flow_tracking_data": { - "ap_tracking": { - "group": 81, - "offset": 0 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1126, - "value": "ERC721: approved query for nonexistent token" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "end_pc": 1149, - "flow_tracking_data": { - "ap_tracking": { - "group": 83, - "offset": 0 - }, - "reference_ids": {} - }, - "name": "error_mesage", - "start_pc": 1144, - "value": "ERC721: token_id is not a valid Uint256" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "end_pc": 1154, - "flow_tracking_data": { - "ap_tracking": { - "group": 83, - "offset": 12 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1152, - "value": "ERC721: cannot approve from the zero address" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "end_pc": 1164, - "flow_tracking_data": { - "ap_tracking": { - "group": 83, - "offset": 82 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1161, - "value": "ERC721: approval to current owner" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "end_pc": 1188, - "flow_tracking_data": { - "ap_tracking": { - "group": 83, - "offset": 155 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1186, - "value": "ERC721: approve caller is not owner nor approved for all" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "end_pc": 1206, - "flow_tracking_data": { - "ap_tracking": { - "group": 86, - "offset": 6 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1203, - "value": "ERC721: either the caller or operator is the zero address" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "end_pc": 1210, - "flow_tracking_data": { - "ap_tracking": { - "group": 86, - "offset": 9 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1206, - "value": "ERC721: approve to caller" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "end_pc": 1216, - "flow_tracking_data": { - "ap_tracking": { - "group": 86, - "offset": 14 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1210, - "value": "ERC721: approved is not a Cairo boolean" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "end_pc": 1242, - "flow_tracking_data": { - "ap_tracking": { - "group": 87, - "offset": 1 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1237, - "value": "ERC721: token_id is not a valid Uint256" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "end_pc": 1257, - "flow_tracking_data": { - "ap_tracking": { - "group": 88, - "offset": 0 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1254, - "value": "ERC721: either is not approved or the caller is the zero address" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "end_pc": 1277, - "flow_tracking_data": { - "ap_tracking": { - "group": 90, - "offset": 1 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1272, - "value": "ERC721: token_id is not a valid Uint256" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "end_pc": 1292, - "flow_tracking_data": { - "ap_tracking": { - "group": 91, - "offset": 0 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1289, - "value": "ERC721: either is not approved or the caller is the zero address" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner" - ], - "end_pc": 1323, - "flow_tracking_data": { - "ap_tracking": { - "group": 93, - "offset": 99 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1322, - "value": "ERC721: caller is not the token owner" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "end_pc": 1338, - "flow_tracking_data": { - "ap_tracking": { - "group": 95, - "offset": 0 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1336, - "value": "ERC721: token id does not exist" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "end_pc": 1447, - "flow_tracking_data": { - "ap_tracking": { - "group": 99, - "offset": 87 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1446, - "value": "ERC721: transfer from incorrect owner" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "end_pc": 1450, - "flow_tracking_data": { - "ap_tracking": { - "group": 99, - "offset": 87 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1447, - "value": "ERC721: cannot transfer to the zero address" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._safe_transfer" - ], - "end_pc": 1529, - "flow_tracking_data": { - "ap_tracking": { - "group": 101, - "offset": 0 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1527, - "value": "ERC721: transfer to non ERC721Receiver implementer" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "end_pc": 1538, - "flow_tracking_data": { - "ap_tracking": { - "group": 102, - "offset": 0 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1533, - "value": "ERC721: token_id is not a valid Uint256" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "end_pc": 1541, - "flow_tracking_data": { - "ap_tracking": { - "group": 102, - "offset": 6 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1538, - "value": "ERC721: cannot mint to the zero address" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "end_pc": 1550, - "flow_tracking_data": { - "ap_tracking": { - "group": 102, - "offset": 88 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1548, - "value": "ERC721: token already minted" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "end_pc": 1595, - "flow_tracking_data": { - "ap_tracking": { - "group": 103, - "offset": 0 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1590, - "value": "ERC721: token_id is not a valid Uint256" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "end_pc": 1674, - "flow_tracking_data": { - "ap_tracking": { - "group": 105, - "offset": 0 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1672, - "value": "ERC721: transfer to non ERC721Receiver implementer" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index" - ], - "end_pc": 2001, - "flow_tracking_data": { - "ap_tracking": { - "group": 123, - "offset": 82 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 1999, - "value": "ERC721Enumerable: global index out of bounds" - }, - { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "end_pc": 2031, - "flow_tracking_data": { - "ap_tracking": { - "group": 124, - "offset": 124 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 2029, - "value": "ERC721Enumerable: owner index out of bounds" - }, - { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "end_pc": 3100, - "flow_tracking_data": { - "ap_tracking": { - "group": 201, - "offset": 83 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 3098, - "value": "ERC721: tokenURI query for nonexistent token" - }, - { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "end_pc": 3406, - "flow_tracking_data": { - "ap_tracking": { - "group": 218, - "offset": 0 - }, - "reference_ids": { - "sheet.library._assert_is_allowed.address": 57 - } - }, - "name": "error_message", - "start_pc": 3399, - "value": "mint: {address} is not allowed" - }, - { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_does_not_exceed_allocation" - ], - "end_pc": 3436, - "flow_tracking_data": { - "ap_tracking": { - "group": 219, - "offset": 115 - }, - "reference_ids": { - "sheet.library._assert_does_not_exceed_allocation.address": 59, - "sheet.library._assert_does_not_exceed_allocation.allocation": 58 - } - }, - "name": "error_message", - "start_pc": 3429, - "value": "mint: user {address} exceeds allocation {allocation}" - }, - { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_open" - ], - "end_pc": 3448, - "flow_tracking_data": { - "ap_tracking": { - "group": 220, - "offset": 0 - }, - "reference_ids": {} - }, - "name": "error_mesage", - "start_pc": 3441, - "value": "Mint is not open" - }, - { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "end_pc": 3856, - "flow_tracking_data": { - "ap_tracking": { - "group": 270, - "offset": 12 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 3847, - "value": "setCell: tokenId does not exist" - }, - { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "end_pc": 3867, - "flow_tracking_data": { - "ap_tracking": { - "group": 270, - "offset": 91 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 3856, - "value": "setCell: caller is not owner" - }, - { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "end_pc": 4156, - "flow_tracking_data": { - "ap_tracking": { - "group": 300, - "offset": 0 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 4141, - "value": "Token out of grid" - }, - { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "end_pc": 4228, - "flow_tracking_data": { - "ap_tracking": { - "group": 305, - "offset": 0 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 4213, - "value": "Token out of grid" - } - ], - "builtins": [ - "pedersen", - "range_check" - ], - "compiler_version": "0.11.0.2", - "data": [ - "0x40780017fff7fff", - "0x1", - "0x208b7fff7fff7ffe", - "0x400380007ffb7ffc", - "0x400380017ffb7ffd", - "0x482680017ffb8000", - "0x3", - "0x480280027ffb8000", - "0x208b7fff7fff7ffe", - "0x20780017fff7ffd", - "0x3", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480080007fff8000", - "0x400080007ffd7fff", - "0x482480017ffd8001", - "0x1", - "0x482480017ffd8001", - "0x1", - "0xa0680017fff7ffe", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffb", - "0x402a7ffc7ffd7fff", - "0x208b7fff7fff7ffe", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x43616c6c436f6e7472616374", - "0x400280007ff97fff", - "0x400380017ff97ffa", - "0x400380027ff97ffb", - "0x400380037ff97ffc", - "0x400380047ff97ffd", - "0x482680017ff98000", - "0x7", - "0x480280057ff98000", - "0x480280067ff98000", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x47657443616c6c657241646472657373", - "0x400280007ffd7fff", - "0x482680017ffd8000", - "0x2", - "0x480280017ffd8000", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x53746f7261676552656164", - "0x400280007ffc7fff", - "0x400380017ffc7ffd", - "0x482680017ffc8000", - "0x3", - "0x480280027ffc8000", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x53746f726167655772697465", - "0x400280007ffb7fff", - "0x400380017ffb7ffc", - "0x400380027ffb7ffd", - "0x482680017ffb8000", - "0x3", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x456d69744576656e74", - "0x400280007ff97fff", - "0x400380017ff97ffa", - "0x400380027ff97ffb", - "0x400380037ff97ffc", - "0x400380047ff97ffd", - "0x482680017ff98000", - "0x5", - "0x208b7fff7fff7ffe", - "0x20780017fff7ffd", - "0x4", - "0x400780017fff7ffd", - "0x1", - "0x208b7fff7fff7ffe", - "0x48297ffd80007ffc", - "0x20680017fff7fff", - "0x4", - "0x402780017ffc7ffc", - "0x1", - "0x208b7fff7fff7ffe", - "0x400380007ffc7ffd", - "0x482680017ffc8000", - "0x1", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x48297ffc80007ffd", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffb", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x3ffffffffffffffffffffffffffffff", - "0x480280017ffc8000", - "0x48307fff80007ffe", - "0x400280027ffc7fff", - "0x480280017ffc8000", - "0x484480017fff8000", - "0x100000000000000000000000000000000", - "0x480280007ffc8000", - "0x40317fff7ffe7ffd", - "0x482680017ffc8000", - "0x3", - "0x208b7fff7fff7ffe", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x484480017fff8000", - "0x2aaaaaaaaaaaab05555555555555556", - "0x48307fff7ffd8000", - "0x480280027ffb8000", - "0x480280037ffb8000", - "0x484480017fff8000", - "0x4000000000000088000000000000001", - "0x48307fff7ffd8000", - "0xa0680017fff8000", - "0xe", - "0x480680017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x48287ffc80007fff", - "0x40307ffc7ff87fff", - "0x48297ffd80007ffc", - "0x482680017ffd8000", - "0x1", - "0x48507fff7ffe8000", - "0x40507ff97ff57fff", - "0x482680017ffb8000", - "0x4", - "0x208b7fff7fff7ffe", - "0xa0680017fff8000", - "0xc", - "0x480680017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x48287ffd80007fff", - "0x48327fff7ffc8000", - "0x40307ffa7ff67fff", - "0x48527ffe7ffc8000", - "0x40507ff97ff57fff", - "0x482680017ffb8000", - "0x4", - "0x208b7fff7fff7ffe", - "0x40317ffd7ff97ffd", - "0x48297ffc80007ffd", - "0x48527fff7ffc8000", - "0x40507ffb7ff77fff", - "0x40780017fff7fff", - "0x2", - "0x482680017ffb8000", - "0x4", - "0x208b7fff7fff7ffe", - "0x48297ffd80007ffc", - "0x20680017fff7fff", - "0x4", - "0x402780017ffc7ffc", - "0x1", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffcc", - "0x208b7fff7fff7ffe", - "0x480280017ffa8000", - "0x48287ffd80007fff", - "0x48487ffc7fff8000", - "0x480280007ffa8000", - "0x40317fff7ffe7ffb", - "0x482680017ffa8000", - "0x2", - "0x480280007ffa8000", - "0x482680017ffc8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffad", - "0x480680017fff8000", - "0x2", - "0x48487ffd7fff8000", - "0x48127ffd7fff8000", - "0x480280017ffa8000", - "0x482480017ffd8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffa4", - "0x480280017ffa8000", - "0x48127ffe7fff8000", - "0x48287ffd80007ffe", - "0x480280007ffa8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x20680017fff7fff", - "0x10", - "0x480a7ffc7fff8000", - "0x482680017ffd8000", - "0x11000000000000000000000000000000000000000000000101", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff9b", - "0x480680017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x48127ffe7fff8000", - "0x48287ffd80007ffe", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff95", - "0x482680017ffd8000", - "0x11000000000000000000000000000000000000000000000101", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x20680017fff7fff", - "0xc", - "0x40780017fff7fff", - "0xa", - "0x480680017fff8000", - "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeff", - "0x480a7ffc7fff8000", - "0x48287ffd80007ffe", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff86", - "0x10780017fff7fff", - "0x8", - "0x40780017fff7fff", - "0xb", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff7e", - "0x480a7ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x2", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff1e", - "0x40137fff7fff8000", - "0x480680017fff8000", - "0x1390fd803c110ac71730ece1decfc34eb1d0088e295d4f1b125dda1e0c5b9ff", - "0x4002800080007fff", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff18", - "0x40137fff7fff8001", - "0x4003800080017ffc", - "0x4003800180017ffd", - "0x4826800180018000", - "0x2", - "0x480a7ffa7fff8000", - "0x480680017fff8000", - "0x1", - "0x480a80007fff8000", - "0x4828800180007ffc", - "0x480a80017fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff47", - "0x480a7ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x2bd557f4ba80dfabefabe45e9b2dd35db1b9a78e96c72bc2b69b655ce47a930", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffa", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff28", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff22", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x24", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0xc", - "0x48127ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff01", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff20", - "0x40127ffd7fff7ff7", - "0x48127ffc7fff8000", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffcf", - "0x208b7fff7fff7ffe", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff12", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe6", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x3", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffec", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffc4", - "0x48127ffd7fff8000", - "0x48127ffe7fff8000", - "0x48127fe77fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff93", - "0x48127ffe7fff8000", - "0x48127fe37fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x20780017fff7ffd", - "0x5", - "0x480680017fff8000", - "0x0", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x1", - "0x208b7fff7fff7ffe", - "0xa0680017fff8000", - "0xa", - "0x400380007ffc7ffd", - "0x40780017fff7fff", - "0x14", - "0x482680017ffc8000", - "0x1", - "0x480680017fff8000", - "0x1", - "0x208b7fff7fff7ffe", - "0xa0680017fff8000", - "0xe", - "0x484680017ffd8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x482480017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x400280007ffc7fff", - "0x40780017fff7fff", - "0x11", - "0x482680017ffc8000", - "0x1", - "0x480680017fff8000", - "0x0", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480680017fff8000", - "0x100000000000000000000000000000000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffeef", - "0x480680017fff8000", - "0x0", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x48297ffc80007ffd", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffde", - "0x208b7fff7fff7ffe", - "0xa0680017fff8000", - "0xc", - "0x40780017fff7fff", - "0x6", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffede", - "0x480680017fff8000", - "0x1", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffd7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff03", - "0x480680017fff8000", - "0x0", - "0x208b7fff7fff7ffe", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe82", - "0x482680017ffd8000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe68", - "0x48307fff7ffe8000", - "0x208b7fff7fff7ffe", - "0x400380007ffb7ffc", - "0x400380017ffb7ffd", - "0x482680017ffb8000", - "0x2", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x4", - "0x404b800280028002", - "0x404b800380038003", - "0x482a7ffc7ffa8000", - "0x4846800180028000", - "0x100000000000000000000000000000000", - "0x40327fff80007ffe", - "0x482a7ffd7ffb8000", - "0x482880027fff8000", - "0x4846800180038000", - "0x100000000000000000000000000000000", - "0x40327fff80017ffe", - "0x480a7ff97fff8000", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffec", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x480a80037fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x2", - "0x4846800180018000", - "0x10000000000000000", - "0x40337fff80007ffd", - "0x400380007ffc8000", - "0x480680017fff8000", - "0xffffffffffffffff", - "0x4828800080007fff", - "0x400280017ffc7fff", - "0x400380027ffc8001", - "0x482680017ffc8000", - "0x3", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x208b7fff7fff7ffe", - "0x48297ffd80007ffb", - "0x20680017fff7fff", - "0x9", - "0x480a7ff97fff8000", - "0x482680017ffa8000", - "0x1", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffb0", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x482680017ffb8000", - "0x1", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffa9", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffeb", - "0x480680017fff8000", - "0x1", - "0x48127ffd7fff8000", - "0x48307ffd80007ffe", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0xffffffffffffffffffffffffffffffff", - "0x480680017fff8000", - "0xffffffffffffffffffffffffffffffff", - "0x480a7ffb7fff8000", - "0x48287ffc80007ffd", - "0x48287ffd80007ffd", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff6", - "0x480680017fff8000", - "0x1", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffad", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffef", - "0x48127ffd7fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff9d", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x48297ffd80007ffb", - "0x20680017fff7fff", - "0x4", - "0x10780017fff7fff", - "0x6", - "0x480a7ff97fff8000", - "0x480680017fff8000", - "0x0", - "0x208b7fff7fff7ffe", - "0x48297ffc80007ffa", - "0x20680017fff7fff", - "0x4", - "0x10780017fff7fff", - "0x6", - "0x480a7ff97fff8000", - "0x480680017fff8000", - "0x0", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480680017fff8000", - "0x1", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffb3", - "0x400680017fff7fff", - "0x1", - "0x48127ffe7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480680017fff8000", - "0x10f6bdc8f69644775581b157f06334cb94ae302da4f6d09656c9a31f092cff6", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffdd3", - "0x480a7ffc7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe85", - "0x48127fe17fff8000", - "0x48127ffd7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff0", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffdeb", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe2", - "0x480a7ff97fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffde4", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffe00365a", - "0x20680017fff7fff", - "0x8", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480680017fff8000", - "0x1", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd8", - "0x208b7fff7fff7ffe", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0xffffffff", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffde2", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x1", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd8", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd8a", - "0x40137fff7fff8000", - "0x4003800080007ffd", - "0x4826800180008000", - "0x1", - "0x480a7ffa7fff8000", - "0x480a7ffc7fff8000", - "0x480680017fff8000", - "0x29e211664c0b63c79638fbea474206ca74016b3e9a3dc4f9ac300ffd8bdf2cd", - "0x4828800080007ffc", - "0x480a80007fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd97", - "0x482480017fff8000", - "0x1", - "0x40307ffe7ffd7fff", - "0x48127ffc7fff8000", - "0x480a7ffb7fff8000", - "0x480080007ffc8000", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff0f", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff0b", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff0a", - "0x400680017fff7fff", - "0x0", - "0x480a7ff77fff8000", - "0x480a7ff87fff8000", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x0", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffef6", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffef2", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff28", - "0x400680017fff7fff", - "0x1", - "0x48127ffe7fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff42", - "0x480a7ff77fff8000", - "0x480a7ff87fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x3", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd3c", - "0x40137fff7fff8000", - "0x4003800080007ff8", - "0x4003800180007ff9", - "0x4003800280007ffa", - "0x4003800380007ffb", - "0x4003800480007ffc", - "0x400380007ff67ffc", - "0x402780017ff68001", - "0x1", - "0x4826800180008000", - "0x5", - "0x40297ffc7fff8002", - "0x4826800180008000", - "0x5", - "0x480a7ffd7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd33", - "0x480a7ff57fff8000", - "0x480a7ff77fff8000", - "0x480680017fff8000", - "0xfa119a8fafc6f1a02deb36fe5efbcc4929ef2021e50cf1cb6d1a780ccd009b", - "0x4829800080008002", - "0x480a80007fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd3b", - "0x482480017fff8000", - "0x1", - "0x40307ffe7ffd7fff", - "0x48127ffc7fff8000", - "0x480a80017fff8000", - "0x480080007ffc8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x2", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd17", - "0x40137fff7fff8000", - "0x480680017fff8000", - "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9", - "0x4002800080007fff", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd11", - "0x40137fff7fff8001", - "0x4003800080017ffa", - "0x4003800180017ffb", - "0x4003800280017ffc", - "0x4003800380017ffd", - "0x4826800180018000", - "0x4", - "0x480a7ff87fff8000", - "0x480680017fff8000", - "0x1", - "0x480a80007fff8000", - "0x4828800180007ffc", - "0x480a80017fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd3e", - "0x480a7ff97fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x2", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffcfc", - "0x40137fff7fff8000", - "0x480680017fff8000", - "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff", - "0x4002800080007fff", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffcf6", - "0x40137fff7fff8001", - "0x4003800080017ffa", - "0x4003800180017ffb", - "0x4003800280017ffc", - "0x4003800380017ffd", - "0x4826800180018000", - "0x4", - "0x480a7ff87fff8000", - "0x480680017fff8000", - "0x1", - "0x480a80007fff8000", - "0x4828800180007ffc", - "0x480a80017fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd23", - "0x480a7ff97fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x2", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffce1", - "0x40137fff7fff8000", - "0x480680017fff8000", - "0x6ad9ed7b6318f1bcffefe19df9aeb40d22c36bed567e1925a5ccde0536edd", - "0x4002800080007fff", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffcdb", - "0x40137fff7fff8001", - "0x4003800080017ffb", - "0x4003800180017ffc", - "0x4003800280017ffd", - "0x4826800180018000", - "0x3", - "0x480a7ff97fff8000", - "0x480680017fff8000", - "0x1", - "0x480a80007fff8000", - "0x4828800180007ffc", - "0x480a80017fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd09", - "0x480a7ffa7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x3a762f04043ed52ed42b61e4ad2e367163f5a928ef94f71121e68d78b8a00df", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffa", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffcea", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffce4", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x144d444467c1a7848e62c72fd678f9225602bf41005c66940ee2373705d90a2", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffa", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffcd3", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480680017fff8000", - "0x19eba13c2ffadbed69e7a3ff4399447db5f0f1deff605072b123c3d33e5e300", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc99", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc96", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd48", - "0x48127fe17fff8000", - "0x48127ffd7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffec", - "0x480a7ff97fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffcad", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffdd", - "0x480a7ff87fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffca5", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480680017fff8000", - "0x3bbfaec36427c06f699125e4eedffd9148420983ff94e5284a9087e22050b79", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc6b", - "0x480a7ffc7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd1d", - "0x48127fe17fff8000", - "0x48127ffd7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff0", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc83", - "0x48127ffe7fff8000", - "0x482480017ff78000", - "0x1", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc7e", - "0x48127ffe7fff8000", - "0x48127fee7fff8000", - "0x48127fee7fff8000", - "0x48127ff57fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffdc", - "0x480a7ff87fff8000", - "0x48127ffe7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc76", - "0x482480017ff88000", - "0x1", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc71", - "0x48127ff07fff8000", - "0x48127ff07fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480680017fff8000", - "0x2618225f6ac4a00b9635ed0e036ea1db17cf353e7ad948e882dbbca50565fbd", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc37", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc34", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffce6", - "0x48127fe17fff8000", - "0x48127ffd7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffec", - "0x480a7ff97fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc4b", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffdd", - "0x480a7ff87fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc43", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480680017fff8000", - "0x350efce99c55a2fbf8c09cde498fd24d686f21a900621778cd59ed10f4ae843", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc09", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc06", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffcb8", - "0x48127fe17fff8000", - "0x48127ffd7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffec", - "0x480a7ff97fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc1d", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffdd", - "0x480a7ff87fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc15", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff22", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff30", - "0x480680017fff8000", - "0x80ac58cd", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe38", - "0x480680017fff8000", - "0x5b5e139f", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe34", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff04", - "0x208b7fff7fff7ffe", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc09", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff60", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd54", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x48127ffd7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff28", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffbf4", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd41", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x48127ffd7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x10e", - "0x400680017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff6e", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff94", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd23", - "0x480a7ff97fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffba8", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffbc7", - "0x48127ffc7fff8000", - "0x480a7ff87fff8000", - "0x48127ff57fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffef2", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffbc2", - "0x48307ffb80007fb5", - "0x20680017fff7fff", - "0xe", - "0x48127ff77fff8000", - "0x48127ff77fff8000", - "0x48127ff77fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0xf2", - "0x48127ffe7fff8000", - "0x48127ffc7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x48127ff77fff8000", - "0x48127ff77fff8000", - "0x48127ff77fff8000", - "0x48127ff77fff8000", - "0x48127fb07fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff69", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffba5", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0xdd", - "0x48127ffe7fff8000", - "0x48127ffc7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffb75", - "0x48487ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffb93", - "0x48127ffc7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffb94", - "0x480680017fff8000", - "0x1", - "0x48287ffd80007fff", - "0x480680017fff8000", - "0x0", - "0x40527ffe7ffd7fff", - "0x48127ff37fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x48127ff17fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff52", - "0x48127ffd7fff8000", - "0x48127ffe7fff8000", - "0x48127faf7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe52", - "0x48127ffe7fff8000", - "0x48127fe27fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x480a7ff97fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffcc6", - "0x480a7ff87fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffb4b", - "0x40137fff7fff8000", - "0x480a7ff77fff8000", - "0x48127ffd7fff8000", - "0x48127ff77fff8000", - "0x480a80007fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x4b", - "0x48527fff80008000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffb60", - "0x48127ffa7fff8000", - "0x48127ff87fff8000", - "0x48127ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0xaf", - "0x48127ffe7fff8000", - "0x48127ffc7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x480a7ff77fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffca3", - "0x480a7ff67fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffb28", - "0x40137fff7fff8000", - "0x480a7ff57fff8000", - "0x48127ffd7fff8000", - "0x48127ff77fff8000", - "0x480a80007fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x28", - "0x48527fff80008000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffb3d", - "0x48127ffa7fff8000", - "0x48127ff87fff8000", - "0x48127ff97fff8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0xd1", - "0x48127ffe7fff8000", - "0x48127ffc7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc80", - "0x480a7ffa7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffb05", - "0x48127ffe7fff8000", - "0x480a7ff97fff8000", - "0x48127ff77fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff20", - "0x40127fff7fff7fa8", - "0x48127ffd7fff8000", - "0x48127ffb7fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x480a7ff97fff8000", - "0x480a7ff87fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x3c", - "0x400680017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff09", - "0x40137fff7fff8000", - "0x48297ffb80008000", - "0x20680017fff7fff", - "0x8", - "0x48127ffc7fff8000", - "0x48127ffa7fff8000", - "0x48127ffb7fff8000", - "0x480680017fff8000", - "0x1", - "0x208b7fff7fff7ffe", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff0b", - "0x48287ffb80007fff", - "0x20680017fff7fff", - "0x8", - "0x48127ffc7fff8000", - "0x48127ffa7fff8000", - "0x48127ffb7fff8000", - "0x480680017fff8000", - "0x1", - "0x208b7fff7fff7ffe", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x480a80007fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff11", - "0x482480017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x20680017fff7fff", - "0x8", - "0x48127ffc7fff8000", - "0x48127ffa7fff8000", - "0x48127ffb7fff8000", - "0x480680017fff8000", - "0x1", - "0x208b7fff7fff7ffe", - "0x48127ffc7fff8000", - "0x48127ffa7fff8000", - "0x48127ffb7fff8000", - "0x480680017fff8000", - "0x0", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe02", - "0x20680017fff7fff", - "0x8", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x208b7fff7fff7ffe", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x1", - "0x208b7fff7fff7ffe", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe5d", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffeb7", - "0x48127ffc7fff8000", - "0x48127ffd7fff8000", - "0x48127ffd7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd6b", - "0x48127ffe7fff8000", - "0x48127fe07fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff77fff8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffea4", - "0x400a7ffa7fff7fff", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffa9f", - "0x48127ff97fff8000", - "0x48127ff97fff8000", - "0x48127ff97fff8000", - "0x480680017fff8000", - "0x0", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd7", - "0x480a7ffa7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffdf0", - "0x480680017fff8000", - "0x1", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffcea", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x480a7ffa7fff8000", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffdf6", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffddf", - "0x480680017fff8000", - "0x1", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffcc2", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x480a7ffb7fff8000", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffde5", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffdb0", - "0x48127ffd7fff8000", - "0x48127ffe7fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd09", - "0x48127ffe7fff8000", - "0x48127fe17fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff57fff8000", - "0x480a7ff67fff8000", - "0x480a7ff77fff8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffb3", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x7a", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffa50", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffb9e", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffa44", - "0x480a7ff97fff8000", - "0x480a7ff87fff8000", - "0x48127ffa7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff69", - "0x400680017fff7fff", - "0x0", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd92", - "0x480680017fff8000", - "0x1", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc75", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x480a7ffb7fff8000", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd98", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd63", - "0x48127ffd7fff8000", - "0x48127ffe7fff8000", - "0x480680017fff8000", - "0x0", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffcbb", - "0x48127fe27fff8000", - "0x48127ffd7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x0", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffb65", - "0x480a7ffa7fff8000", - "0x480a7ff97fff8000", - "0x48127ffd7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe08", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff3f", - "0x48127f417fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd58", - "0x480680017fff8000", - "0x1", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc52", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127e6c7fff8000", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd5e", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd28", - "0x48127ffd7fff8000", - "0x48127ffe7fff8000", - "0x48127dea7fff8000", - "0x480680017fff8000", - "0x0", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc80", - "0x48127fe27fff8000", - "0x48127ffd7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff57fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff9b6", - "0x48127ffe7fff8000", - "0x480a7ff77fff8000", - "0x480a7ff97fff8000", - "0x480680017fff8000", - "0x150b7a02", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffbff", - "0x482480017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x20680017fff7fff", - "0x15", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480a7ff97fff8000", - "0x48127fe17fff8000", - "0x480a7ff87fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc3e", - "0x400680017fff7fff", - "0x150b7a02", - "0x48127ffd7fff8000", - "0x480a7ff67fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x1", - "0x208b7fff7fff7ffe", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480a7ff97fff8000", - "0x480680017fff8000", - "0xa66bd575", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffbe1", - "0x48127ffd7fff8000", - "0x480a7ff67fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x262d01c4ea0ba5224219c45caec496441066662f6d51da63f7a7184ad4d7beb", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffa", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff986", - "0x48127ffe7fff8000", - "0x482480017ff78000", - "0x1", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff981", - "0x48127ffe7fff8000", - "0x48127fee7fff8000", - "0x48127fee7fff8000", - "0x48127ff57fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe7", - "0x480a7ff97fff8000", - "0x48127ffe7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff97a", - "0x482480017ff88000", - "0x1", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff975", - "0x48127ff07fff8000", - "0x48127ff07fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480680017fff8000", - "0xf11411b81c9239cfac89f17700199691be25bd01ff084beac5a58ae0f3a116", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff93b", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff938", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff9ea", - "0x48127fe17fff8000", - "0x48127ffd7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffec", - "0x480a7ff97fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff94f", - "0x48127ffe7fff8000", - "0x482480017ff78000", - "0x1", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff94a", - "0x48127ffe7fff8000", - "0x48127fee7fff8000", - "0x48127fee7fff8000", - "0x48127ff57fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd7", - "0x480a7ff77fff8000", - "0x48127ffe7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff941", - "0x482480017ff88000", - "0x1", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff93c", - "0x48127ff07fff8000", - "0x48127ff07fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480680017fff8000", - "0x2b0c4bfff42b5530b077c974b25c0efd9f26ebb99ff749ef9462b69c6569843", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff902", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff8ff", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff9b1", - "0x48127fe17fff8000", - "0x48127ffd7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffec", - "0x480a7ff97fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff916", - "0x48127ffe7fff8000", - "0x482480017ff78000", - "0x1", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff911", - "0x48127ffe7fff8000", - "0x48127fee7fff8000", - "0x48127fee7fff8000", - "0x48127ff57fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd7", - "0x480a7ff77fff8000", - "0x48127ffe7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff908", - "0x482480017ff88000", - "0x1", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff903", - "0x48127ff07fff8000", - "0x48127ff07fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480680017fff8000", - "0x22dde6bfc6a0294f0be56e2261b1d20d98b72a06f6f327c202666e645a9b64", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff8c9", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff8c6", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff8c3", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff975", - "0x48127fe17fff8000", - "0x48127ffd7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe8", - "0x480a7ff87fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff8d9", - "0x48127ffe7fff8000", - "0x482480017ff78000", - "0x1", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff8d4", - "0x48127ffe7fff8000", - "0x48127fee7fff8000", - "0x48127fee7fff8000", - "0x48127ff57fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff77fff8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd2", - "0x480a7ff67fff8000", - "0x48127ffe7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff8ca", - "0x482480017ff88000", - "0x1", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff8c5", - "0x48127ff07fff8000", - "0x48127ff07fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480680017fff8000", - "0xb07881c3aa5eae500f7a20fc4f14798fc96eb5dbedba83d1c10500b7188c53", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff88b", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff888", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff93a", - "0x48127fe17fff8000", - "0x48127ffd7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffec", - "0x480a7ff97fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff89f", - "0x48127ffe7fff8000", - "0x482480017ff78000", - "0x1", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff89a", - "0x48127ffe7fff8000", - "0x48127fee7fff8000", - "0x48127fee7fff8000", - "0x48127ff57fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd7", - "0x480a7ff77fff8000", - "0x48127ffe7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff891", - "0x482480017ff88000", - "0x1", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff88c", - "0x48127ff07fff8000", - "0x48127ff07fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x780e9d63", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffab5", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffee9", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x0", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff9dd", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x48127ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff1", - "0x48127ffd7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff9fc", - "0x400680017fff7fff", - "0x1", - "0x48127fd37fff8000", - "0x48127fd37fff8000", - "0x48127ffc7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff01", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x0", - "0x480a7ffa7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff9c0", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x48127ffd7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc5a", - "0x48127ffd7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff9de", - "0x400680017fff7fff", - "0x1", - "0x48127fd37fff8000", - "0x48127fd37fff8000", - "0x48127ffc7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff57", - "0x208b7fff7fff7ffe", - "0x480a7ff77fff8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0xdc", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0xbd", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffccb", - "0x208b7fff7fff7ffe", - "0x480a7ff57fff8000", - "0x480a7ff67fff8000", - "0x480a7ff77fff8000", - "0x480a7ff87fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0xc8", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0xa9", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffcd8", - "0x208b7fff7fff7ffe", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x25", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x94", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffdcd", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ff97fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc0f", - "0x48127ffd7fff8000", - "0x48127ffb7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x99", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x24", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffdec", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ff97fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe53", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe99", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x48127fb77fff8000", - "0x48127fb77fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffecc", - "0x48127f727fff8000", - "0x48127f727fff8000", - "0x480680017fff8000", - "0x1", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffa2c", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe52", - "0x48127ffe7fff8000", - "0x48127ffc7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x6", - "0x480a7ffa7fff8000", - "0x480a7ff97fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe34", - "0x480680017fff8000", - "0x1", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffa30", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe95", - "0x40137ffe7fff8000", - "0x40137fff7fff8001", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127faf7fff8000", - "0x48127faf7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe53", - "0x40137ffe7fff8002", - "0x40137fff7fff8003", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127f637fff8000", - "0x48127f637fff8000", - "0x480680017fff8000", - "0x0", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe5b", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x0", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe8c", - "0x48127ed57fff8000", - "0x48127ed57fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe18", - "0x40137ffd7fff8004", - "0x40137ffe7fff8005", - "0x48127ebb7fff8000", - "0x48127ebb7fff8000", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff968", - "0x20680017fff7fff", - "0x15", - "0x480a80047fff8000", - "0x480a80057fff8000", - "0x48127ffc7fff8000", - "0x480a80027fff8000", - "0x480a80037fff8000", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe75", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x480a80027fff8000", - "0x480a80037fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe36", - "0x48127ffe7fff8000", - "0x48127ffc7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480a80057fff8000", - "0x480a80047fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ff87fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffb7a", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x480a7ffb7fff8000", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe94", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x48127fab7fff8000", - "0x48127fab7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffec8", - "0x48127ffe7fff8000", - "0x48127ffc7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x6", - "0x480a7ff97fff8000", - "0x480a7ff87fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffb5e", - "0x480680017fff8000", - "0x1", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff9be", - "0x40137ffe7fff8000", - "0x40137fff7fff8001", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe98", - "0x40137ffb7fff8002", - "0x40137ffc7fff8003", - "0x40137ffe7fff8004", - "0x40137fff7fff8005", - "0x48127ffd7fff8000", - "0x480a80047fff8000", - "0x480a80057fff8000", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff913", - "0x482480017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x20680017fff7fff", - "0x1a", - "0x480a80027fff8000", - "0x480a80037fff8000", - "0x48127ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x0", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe93", - "0x480a7ffb7fff8000", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x480680017fff8000", - "0x0", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe50", - "0x48127ffe7fff8000", - "0x48127ffc7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480a80027fff8000", - "0x480a80037fff8000", - "0x48127ffb7fff8000", - "0x480a7ffb7fff8000", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe2e", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x480a7ffb7fff8000", - "0x480a80047fff8000", - "0x480a80057fff8000", - "0x48127ff87fff8000", - "0x48127ff87fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe3a", - "0x48127fad7fff8000", - "0x48127fad7fff8000", - "0x480a80047fff8000", - "0x480a80057fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe6e", - "0x48127ffe7fff8000", - "0x48127ffc7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x3", - "0x402b7ffb80007ffc", - "0x20780017fff8000", - "0x5", - "0x480a7ffa7fff8000", - "0x480a7ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x4846800180008000", - "0x2aaaaaaaaaaaab0555555555555555555555555555555555555555555555556", - "0x20780017fff8002", - "0x7", - "0x400380007ffa8001", - "0x482680017ffa8000", - "0x1", - "0x10780017fff7fff", - "0x3", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x482680017ffc8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x480a80017fff8000", - "0x48127ffb7fff8000", - "0x480a7ffd7fff8000", - "0x480a80027fff8000", - "0x1104800180018000", - "0x3", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x2", - "0x480280007ff78000", - "0x484480017fff8000", - "0x3", - "0x48327fff7ff88001", - "0x4800800280007fff", - "0x482680017ff78000", - "0x1", - "0x400180007ffe7ffa", - "0x400380007ffc7ffa", - "0x400180017ffe8000", - "0x400380017ffc8000", - "0x20780017fff8001", - "0xf", - "0x480080007fff8000", - "0x482480017fff8000", - "0x1", - "0x484480017fff8000", - "0x3", - "0x48307fff7ffb8002", - "0x4000800180017ff9", - "0x4800800280018000", - "0x4001800080007ffa", - "0x482480017ffa8001", - "0x1", - "0xa0680017fff7ffd", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff6", - "0x40317ffe80007ff9", - "0x480080007fff8000", - "0x48287ff780007ffe", - "0x400280027ffc7ffb", - "0x48317fff80007ffb", - "0x20680017fff7fff", - "0x7", - "0x482480017ffc8000", - "0x1", - "0x482680017ffc8000", - "0x3", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x20780017fff7ffd", - "0xe", - "0x482680017ffa8000", - "0x1", - "0x48307fff80007ffe", - "0x400080017ff97fff", - "0x482480017ff98000", - "0x2", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x48127ffa7fff8000", - "0x48127ff87fff8000", - "0x10780017fff7fff", - "0xc", - "0x482480017ffb8000", - "0x1", - "0x480a7ffa7fff8000", - "0x48127ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff709", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x48127fe37fff8000", - "0x48127fe17fff8000", - "0x482680017ffc8000", - "0x3", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffbc", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x400380007ffc7ffd", - "0x400380017ffc8000", - "0x400380027ffc8000", - "0x482680017ffc8000", - "0x3", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x400380007ffb7ffc", - "0x400380027ffb7ffd", - "0x482680017ffb8000", - "0x3", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", - "0x40137fff7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480a80007fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff83", - "0x48127ffe7fff8000", - "0x480a80007fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x3", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffea", - "0x40137ffe7fff8000", - "0x40137fff7fff8001", - "0x40137ffd7fff8002", - "0x4829800080008001", - "0x480a80007fff8000", - "0x484480017ffe8000", - "0x2aaaaaaaaaaaab0555555555555555555555555555555555555555555555556", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x6", - "0x480a80027fff8000", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x208b7fff7fff7ffe", - "0x20780017fff7ffc", - "0x3", - "0x208b7fff7fff7ffe", - "0x400380017ffb7ffd", - "0x482680017ffb8000", - "0x3", - "0x482680017ffc8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff8", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff623", - "0x40137fff7fff8000", - "0x4003800080007ffb", - "0x4003800180007ffc", - "0x4003800280007ffd", - "0x4826800180008000", - "0x3", - "0x480a7ff87fff8000", - "0x480a7ffa7fff8000", - "0x480680017fff8000", - "0x226ad7e84c1fe08eb4c525ed93cccadf9517670341304571e66f7c4f95cbe54", - "0x4828800080007ffc", - "0x480a80007fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff62e", - "0x480080007fff8000", - "0x400280007ff97fff", - "0x482480017ffe8000", - "0x1", - "0x480080007ffd8000", - "0x48307fff7ffe8000", - "0x40307ffb7ffa7fff", - "0x48127ff97fff8000", - "0x482680017ff98000", - "0x1", - "0x480080007ff98000", - "0x482480017ff88000", - "0x1", - "0x208b7fff7fff7ffe", - "0x480a7ff77fff8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x2a", - "0x48287ffb80007fff", - "0x20680017fff7fff", - "0x8", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x480680017fff8000", - "0x1", - "0x208b7fff7fff7ffe", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x480680017fff8000", - "0x0", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff76e", - "0x482480017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x20680017fff7fff", - "0x9", - "0x480a7ffa7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff5e5", - "0x10780017fff7fff", - "0x7", - "0x480a7ffa7fff8000", - "0x480a7ffd7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff5de", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x0", - "0x20780017fff7ffc", - "0x7", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480280007ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffdb", - "0x480a7ff87fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x482680017ffc8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x482680017ffd8000", - "0x1", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffea", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x2", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff5b9", - "0x40137fff7fff8000", - "0x480680017fff8000", - "0x17085574e1c42492e9895381192414748882d65fdfc58190010fd4ad12b9bee", - "0x4002800080007fff", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff5b3", - "0x40137fff7fff8001", - "0x4003800080017ffb", - "0x4003800180017ffc", - "0x4003800280017ffd", - "0x4826800180018000", - "0x3", - "0x480a7ff97fff8000", - "0x480680017fff8000", - "0x1", - "0x480a80007fff8000", - "0x4828800180007ffc", - "0x480a80017fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff5e1", - "0x480a7ffa7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x3db98c277ad1506f258354ce31a5a0de8a45d41f9442611b6d927ee7763b960", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffa", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff5c2", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff5bc", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x44c9531167581fe2dd1e59b476ec4a394bc01804f1f135efbeeb21b5396bc7", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffa", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff5a4", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff59e", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x35e8e634877bbb5c9907eb6b57090687409bba90ac09f4252480e5e256242f7", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffa", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff586", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff580", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480680017fff8000", - "0x12ccf5b33005c4de327e0df3d0727e3255aedbad20cb85c8c2589a1f99c21df", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff546", - "0x480a7ffc7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff5f8", - "0x48127fe17fff8000", - "0x48127ffd7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff0", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff55e", - "0x48127ffe7fff8000", - "0x482480017ff78000", - "0x1", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff559", - "0x48127ffe7fff8000", - "0x482480017ff08000", - "0x2", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff554", - "0x48127ffe7fff8000", - "0x48127fe77fff8000", - "0x48127fe77fff8000", - "0x48127fee7fff8000", - "0x48127ff47fff8000", - "0x48127ffa7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd6", - "0x480a7ff77fff8000", - "0x48127ffe7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff54b", - "0x482480017ff88000", - "0x1", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff546", - "0x482480017ff28000", - "0x2", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff541", - "0x48127fea7fff8000", - "0x48127fea7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480680017fff8000", - "0x367068c387e60d6333f2217e3f1d26deb2254c21fb93e70c54632d6e387dcdc", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff507", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff504", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff5b6", - "0x48127fe17fff8000", - "0x48127ffd7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffec", - "0x480a7ff97fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff51b", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffdd", - "0x480a7ff87fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff513", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x3313fccdc1fbf6d484442a55907126871bafe1c11074ea072b3b44413096b2c", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffa", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff4fb", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff4f5", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x480a7ff67fff8000", - "0x480a7ff77fff8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff95", - "0x400780017fff8000", - "0x0", - "0x480a7ff97fff8000", - "0x480a80007fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x107", - "0x48127ffa7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffa7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffeea", - "0x48127ffe7fff8000", - "0x48127fdf7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x4", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffa08", - "0x20680017fff7fff", - "0xf", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff492", - "0x48127ff97fff8000", - "0x48127ff97fff8000", - "0x48127ff97fff8000", - "0x480680017fff8000", - "0x100000000000000000000000000000000", - "0x480680017fff8000", - "0x0", - "0x480680017fff8000", - "0x0", - "0x48127ff97fff8000", - "0x208b7fff7fff7ffe", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff49", - "0x40137ffd7fff8000", - "0x40137ffe7fff8001", - "0x40137fff7fff8002", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff47c", - "0x40137fff7fff8003", - "0x48127ff77fff8000", - "0x48127ff77fff8000", - "0x48127ff77fff8000", - "0x480a7ffd7fff8000", - "0x480a80027fff8000", - "0x480a80037fff8000", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0xee", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x48127ff97fff8000", - "0x48127ff97fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480680017fff8000", - "0x1", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0xfb", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff7d0", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127fb67fff8000", - "0x480a7ffd7fff8000", - "0x48127ffa7fff8000", - "0x48127fb57fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x0", - "0x48297ffc80007ffd", - "0x20680017fff7fff", - "0x9", - "0x480a7ff77fff8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff77fff8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffbf8", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x480a7ffb7fff8000", - "0x48127ffa7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffcf", - "0x480680017fff8000", - "0x3", - "0x48487ffd7fff8000", - "0x48327fff7ffa8000", - "0x400080007fff7ffa", - "0x480680017fff8000", - "0x3", - "0x48487ffd7fff8000", - "0x482480017fff8000", - "0x1", - "0x48327fff7ffa8000", - "0x400080007fff7ff7", - "0x480680017fff8000", - "0x3", - "0x48487ffd7fff8000", - "0x482480017fff8000", - "0x2", - "0x48327fff7ffa8000", - "0x400080007fff7ff4", - "0x48127fee7fff8000", - "0x48127fee7fff8000", - "0x48127fee7fff8000", - "0x480a7ffa7fff8000", - "0x48127fed7fff8000", - "0x480a7ffc7fff8000", - "0x482680017ffd8000", - "0x1", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffcb", - "0x208b7fff7fff7ffe", - "0x480a7ff87fff8000", - "0x480a7ff77fff8000", - "0x480a7ff97fff8000", - "0x1104800180018000", - "0x182", - "0x48127ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff434", - "0x48127ffe7fff8000", - "0x48127ff77fff8000", - "0x48127ff77fff8000", - "0x48127ffc7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x132", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffea3", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127fe57fff8000", - "0x48127ffb7fff8000", - "0x1104800180018000", - "0x14d", - "0x48127ffd7fff8000", - "0x48127ffb7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc15", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x4", - "0x480a7ffa7fff8000", - "0x480a7ff97fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff95b", - "0x400680017fff7fff", - "0x1", - "0x480680017fff8000", - "0xffffffffffffffffffffffffffffffff", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd9b", - "0x40137fff7fff8000", - "0x48127ff87fff8000", - "0x48127ff87fff8000", - "0x48127ff87fff8000", - "0x480a80007fff8000", - "0x480680017fff8000", - "0x1", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x74", - "0x40137ffb7fff8001", - "0x40137ffa7fff8002", - "0x40137fff7fff8003", - "0x48127ffc7fff8000", - "0x480a80007fff8000", - "0x48127ffb7fff8000", - "0x480680017fff8000", - "0xffffffffffffffffffffffffffffffff", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd8a", - "0x480a80017fff8000", - "0x480a80027fff8000", - "0x48127ffe7fff8000", - "0x48127ffa7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff800", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe29", - "0x48127ffc7fff8000", - "0x48127ffd7fff8000", - "0x48127ffd7fff8000", - "0x480a7ffc7fff8000", - "0x480a80037fff8000", - "0x48127fe37fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd98", - "0x48127fdd7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x1", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffee8", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffee0", - "0x208b7fff7fff7ffe", - "0x48297ffb80007ffc", - "0x20680017fff7fff", - "0x9", - "0x480a7ff77fff8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff77fff8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480280007ffd8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffead", - "0x480a7ffa7fff8000", - "0x482680017ffb8000", - "0x1", - "0x480a7ffc7fff8000", - "0x482680017ffd8000", - "0x1", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe9", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x480a7ffb7fff8000", - "0x48127ffa7fff8000", - "0x208b7fff7fff7ffe", - "0x48297ffd80007ffb", - "0x20680017fff7fff", - "0x9", - "0x480a7ff77fff8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff77fff8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe7e", - "0x482a7ffd7ffc8000", - "0x400080007fff7ffe", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x482680017ffd8000", - "0x1", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe6", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x6", - "0x20780017fff7ffc", - "0x9", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffcf3", - "0x40137ffe7fff8000", - "0x482480017fff8000", - "0x800000000000010ffffffffffffffff00000000000000000000000000000002", - "0x20680017fff7fff", - "0x4", - "0x10780017fff7fff", - "0x9", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a80007fff8000", - "0x480a7ffc7fff8000", - "0x48127ff97fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffea7", - "0x40137fff7fff8001", - "0x40137ffe7fff8002", - "0x40137ffd7fff8003", - "0x482480017ffc8000", - "0x800000000000010ffffffffffffffff00000000000000000000000000000001", - "0x20680017fff7fff", - "0xe", - "0x480a80007fff8000", - "0x480a7ffd7fff8000", - "0x480a80037fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffcdc", - "0x48127ff27fff8000", - "0x48127ff27fff8000", - "0x48127ff27fff8000", - "0x48127ffc7fff8000", - "0x480a7ffc7fff8000", - "0x480a80037fff8000", - "0x208b7fff7fff7ffe", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff48a", - "0x48127fdd7fff8000", - "0x48127fdd7fff8000", - "0x48127ffc7fff8000", - "0x480a80007fff8000", - "0x48127ffb7fff8000", - "0x48127fdb7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffc1", - "0x40137fff7fff8004", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff322", - "0x40137fff7fff8005", - "0x48127ff77fff8000", - "0x48127ff77fff8000", - "0x48127ff77fff8000", - "0x480a80017fff8000", - "0x480a80057fff8000", - "0x48127ff57fff8000", - "0x480a80027fff8000", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x15", - "0x48127ff97fff8000", - "0x480a80047fff8000", - "0x480a80037fff8000", - "0x48127ffc7fff8000", - "0x48127ff97fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff328", - "0x48127ff37fff8000", - "0x480a7ffd7fff8000", - "0x480080007ffd8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffcae", - "0x48127ff77fff8000", - "0x48127fe87fff8000", - "0x48127fe87fff8000", - "0x48127ffc7fff8000", - "0x480a7ffc7fff8000", - "0x480080007ff48000", - "0x208b7fff7fff7ffe", - "0x48297ffc80007ffd", - "0x20680017fff7fff", - "0xa", - "0x480a7ff67fff8000", - "0x480a7ff77fff8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x482a7ffd7ff98000", - "0x482a7ffd7ff98000", - "0x480080007fff8000", - "0x480a7ff87fff8000", - "0x480080007ffc8000", - "0x480680017fff8000", - "0x2", - "0x482480017ffc8000", - "0x1", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff38c", - "0x480a7ff67fff8000", - "0x480a7ff77fff8000", - "0x48127ffb7fff8000", - "0x480a7ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ff97fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff81", - "0x482a7ffd7ffa8000", - "0x400080007fff7ffe", - "0x48127ff97fff8000", - "0x48127ff97fff8000", - "0x48127ff97fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x48127ff77fff8000", - "0x480a7ffc7fff8000", - "0x482680017ffd8000", - "0x1", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd8", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x2", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffce2", - "0x480a7ff87fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd4d", - "0x40137fff7fff8000", - "0x480a80007fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff41b", - "0x40137fff7fff8001", - "0x48127ff87fff8000", - "0x48127ff87fff8000", - "0x48127ff87fff8000", - "0x48127fe17fff8000", - "0x480a80007fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffcb8", - "0x484880017fff8000", - "0x480680017fff8000", - "0x1", - "0x4828800180007fff", - "0x480680017fff8000", - "0x1", - "0x40307ffe7ffc7fff", - "0x48127ff87fff8000", - "0x48127ff87fff8000", - "0x48127ff87fff8000", - "0x480a7ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff400", - "0x40137fff7fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff6e1", - "0x48127ffd7fff8000", - "0x48127ffd7fff8000", - "0x482680017ffd8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff41c", - "0x484880007fff8000", - "0x480680017fff8000", - "0x1", - "0x4828800080007fff", - "0x480680017fff8000", - "0x1", - "0x40307ffe7ffc7fff", - "0x48127fd77fff8000", - "0x48127fd77fff8000", - "0x48127ff87fff8000", - "0x480a7ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffdb9", - "0x400680017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x3c0ba99f1a18bcdc81fcbcb6b4f15a9a6725f937075aed6fac107ffcb147068", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffa", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff2a6", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff2a0", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x3f28e19e02f4f0ceb4624dfba7436532332027a62545bb87ac4ffb965ff488e", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffa", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff288", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff282", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff374", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffc", - "0x4826800180008000", - "0x1", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff1", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff35b", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x1", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff3", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff32e", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffcba", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x1", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff1", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc95", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffc", - "0x4826800180008000", - "0x1", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff1", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff2f5", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff7f", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x1", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff1", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff5a", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffc", - "0x4826800180008000", - "0x1", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff1", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff2bc", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc0c", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x1", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff1", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffbe7", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffc", - "0x4826800180008000", - "0x1", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff1", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff283", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffbf1", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x1", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff1", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff268", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd94", - "0x208b7fff7fff7ffe", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff5", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff251", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd85", - "0x208b7fff7fff7ffe", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff5", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffb9e", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffc", - "0x4826800180008000", - "0x1", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff1", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x0", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff2b4", - "0x480a7ff67fff8000", - "0x480a7ff77fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff667", - "0x400680017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127fac7fff8000", - "0x48127fac7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff533", - "0x48127ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff10e", - "0x40127fff7fff7ff9", - "0x48127ffe7fff8000", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc23", - "0x208b7fff7fff7ffe", - "0x480280027ffb8000", - "0x480280037ffd8000", - "0x400080007ffe7fff", - "0x482680017ffd8000", - "0x4", - "0x480280037ffd8000", - "0x48307fff7ffe8000", - "0x402a7ffd7ffc7fff", - "0x480280027ffb8000", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x482480017ffd8000", - "0x1", - "0x480280007ffd8000", - "0x480280017ffd8000", - "0x480280027ffd8000", - "0x480280037ffd8000", - "0x482680017ffd8000", - "0x4", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffc9", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc1c", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x3", - "0x4003800080007ff9", - "0x4003800180007ffa", - "0x4003800280007ffb", - "0x400380007ffd7ffb", - "0x402780017ffd8001", - "0x1", - "0x4826800180008000", - "0x3", - "0x40297ffb7fff8002", - "0x4826800180008000", - "0x3", - "0x480a7ffc7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff0b0", - "0x480a80017fff8000", - "0x4829800080008002", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x2", - "0x482680017ffd8000", - "0x1", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffdc", - "0x40137ff97fff8000", - "0x40137ffa7fff8001", - "0x48127ffb7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffde", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x6", - "0x480680017fff8000", - "0xffffffffffffffffffffffffffffffff", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffa3f", - "0x40137fff7fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a80007fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc19", - "0x40137ffd7fff8001", - "0x40137ffe7fff8002", - "0x40137fff7fff8003", - "0x40137ff97fff8004", - "0x40137ffa7fff8005", - "0x48127ffb7fff8000", - "0x480a80007fff8000", - "0x48127ffa7fff8000", - "0x480680017fff8000", - "0xffffffffffffffffffffffffffffffff", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffa2e", - "0x480a80047fff8000", - "0x480a80057fff8000", - "0x48127ffb7fff8000", - "0x480a80017fff8000", - "0x480a80027fff8000", - "0x480a80037fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffa", - "0x4003800180007ffb", - "0x4003800280007ffc", - "0x4826800180008000", - "0x3", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x1", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffce", - "0x48127ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffec", - "0x48127ff27fff8000", - "0x48127ff27fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffbf", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffc", - "0x4826800180008000", - "0x1", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x1", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe6", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x6", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff025", - "0x40137fff7fff8000", - "0x480680017fff8000", - "0xffffffffffffffffffffffffffffffff", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff9d8", - "0x40137fff7fff8001", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff7d0", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x48127ff97fff8000", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffbc3", - "0x40137fff7fff8002", - "0x40137ffd7fff8003", - "0x40137ffa7fff8004", - "0x40137ffb7fff8005", - "0x48127ffc7fff8000", - "0x480a80017fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0xffffffffffffffffffffffffffffffff", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff9c0", - "0x480a80047fff8000", - "0x480a80057fff8000", - "0x48127ffb7fff8000", - "0x480a80027fff8000", - "0x480a80037fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x3", - "0x4003800080007ffb", - "0x400380007ffd7ffb", - "0x402780017ffd8001", - "0x1", - "0x4826800180008000", - "0x1", - "0x484680017ffb8000", - "0x3", - "0x40317fff7ffe8002", - "0x4826800180008000", - "0x1", - "0x480a7ffc7fff8000", - "0x484680017ffb8000", - "0x3", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffeff6", - "0x480a80017fff8000", - "0x4829800080008002", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x2", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffbb", - "0x40137ffb7fff8000", - "0x40137ffc7fff8001", - "0x48127ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff87fff8000", - "0x480a7ff77fff8000", - "0x480a7ff97fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd70", - "0x484480017fff8000", - "0xf", - "0x48127ffd7fff8000", - "0x480a7ffa7fff8000", - "0x482480017ffd8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff01e", - "0x400780017fff7ffb", - "0x0", - "0x48127ff27fff8000", - "0x48127ff07fff8000", - "0x48127ffd7fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffbaa", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffefbc", - "0x48127ffb7fff8000", - "0x48127ff97fff8000", - "0x48127ffa7fff8000", - "0x480a7ffa7fff8000", - "0x480680017fff8000", - "0x100000000000000000000000000000000", - "0x480680017fff8000", - "0x0", - "0x480680017fff8000", - "0x0", - "0x48127ff87fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffaf4", - "0x48127ffe7fff8000", - "0x48127ffc7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480280027ffb8000", - "0x480280027ffd8000", - "0x400080007ffe7fff", - "0x482680017ffd8000", - "0x3", - "0x480280027ffd8000", - "0x48307fff7ffe8000", - "0x402a7ffd7ffc7fff", - "0x480280027ffb8000", - "0x480280017ffb8000", - "0x480280007ffb8000", - "0x482480017ffd8000", - "0x1", - "0x480280007ffd8000", - "0x480280017ffd8000", - "0x480280027ffd8000", - "0x482680017ffd8000", - "0x3", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffc4", - "0x40780017fff7fff", - "0x1", - "0x48127ffd7fff8000", - "0x48127ffb7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff47fff8000", - "0x480a7ff37fff8000", - "0x480a7ff57fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd28", - "0x484480017fff8000", - "0xf", - "0x48127ffd7fff8000", - "0x480a7ff67fff8000", - "0x482480017ffd8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffefd6", - "0x400780017fff7ff7", - "0x0", - "0x48127ff27fff8000", - "0x48127ff07fff8000", - "0x48127ffd7fff8000", - "0x480a7ff67fff8000", - "0x480a7ff77fff8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffb62", - "0x48127ffe7fff8000", - "0x48127ffc7fff8000", - "0x48127ffd7fff8000", - "0x480a7ff67fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffab1", - "0x48127ffe7fff8000", - "0x48127ffc7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480280027ffb8000", - "0x480280027ffd8000", - "0x400080007ffe7fff", - "0x482680017ffd8000", - "0x3", - "0x480280027ffd8000", - "0x48307fff7ffe8000", - "0x480280027ffb8000", - "0x480080027ffe8000", - "0x400080017ffe7fff", - "0x482480017ffd8000", - "0x3", - "0x480080027ffc8000", - "0x48307fff7ffe8000", - "0x402a7ffd7ffc7fff", - "0x480280027ffb8000", - "0x480280017ffb8000", - "0x480280007ffb8000", - "0x482480017ffd8000", - "0x2", - "0x480280007ffd8000", - "0x480280017ffd8000", - "0x480280027ffd8000", - "0x482680017ffd8000", - "0x3", - "0x480080007ff28000", - "0x480080017ff18000", - "0x480080027ff08000", - "0x482480017fef8000", - "0x3", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffbd", - "0x40780017fff7fff", - "0x1", - "0x48127ffd7fff8000", - "0x48127ffb7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ff97fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffb49", - "0x48127ffc7fff8000", - "0x48127ffa7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x3", - "0x4003800080007ffb", - "0x400380007ffd7ffb", - "0x402780017ffd8001", - "0x1", - "0x4826800180008000", - "0x1", - "0x40297ffb7fff8002", - "0x4826800180008000", - "0x1", - "0x480a7ffc7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffef2c", - "0x480a80017fff8000", - "0x4829800080008002", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x2", - "0x482680017ffd8000", - "0x2", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x480280017ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd7", - "0x40137ffb7fff8000", - "0x40137ffc7fff8001", - "0x48127ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffdf", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x1106", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff09b", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x81", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x68", - "0x74", - "0x74", - "0x70", - "0x73", - "0x3a", - "0x2f", - "0x2f", - "0x72", - "0x61", - "0x77", - "0x2e", - "0x67", - "0x69", - "0x74", - "0x68", - "0x75", - "0x62", - "0x75", - "0x73", - "0x65", - "0x72", - "0x63", - "0x6f", - "0x6e", - "0x74", - "0x65", - "0x6e", - "0x74", - "0x2e", - "0x63", - "0x6f", - "0x6d", - "0x2f", - "0x74", - "0x68", - "0x65", - "0x2d", - "0x63", - "0x61", - "0x6e", - "0x64", - "0x79", - "0x2d", - "0x73", - "0x68", - "0x6f", - "0x70", - "0x2f", - "0x73", - "0x74", - "0x61", - "0x72", - "0x6b", - "0x73", - "0x68", - "0x65", - "0x65", - "0x74", - "0x2d", - "0x6d", - "0x6f", - "0x6e", - "0x6f", - "0x72", - "0x65", - "0x70", - "0x6f", - "0x2f", - "0x6d", - "0x61", - "0x69", - "0x6e", - "0x2f", - "0x70", - "0x61", - "0x63", - "0x6b", - "0x61", - "0x67", - "0x65", - "0x73", - "0x2f", - "0x73", - "0x74", - "0x61", - "0x72", - "0x6b", - "0x73", - "0x68", - "0x65", - "0x65", - "0x74", - "0x2d", - "0x63", - "0x61", - "0x69", - "0x72", - "0x6f", - "0x2f", - "0x64", - "0x75", - "0x73", - "0x74", - "0x5f", - "0x70", - "0x69", - "0x6c", - "0x6f", - "0x74", - "0x73", - "0x2f", - "0x63", - "0x6f", - "0x6e", - "0x74", - "0x72", - "0x61", - "0x63", - "0x74", - "0x5f", - "0x75", - "0x72", - "0x69", - "0x2e", - "0x6a", - "0x73", - "0x6f", - "0x6e", - "0x40780017fff7fff", - "0x3", - "0x4003800080007ffb", - "0x400380007ffd7ffb", - "0x402780017ffd8001", - "0x1", - "0x4826800180008000", - "0x1", - "0x40297ffb7fff8002", - "0x4826800180008000", - "0x1", - "0x480a7ffc7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffee76", - "0x480a80017fff8000", - "0x4829800080008002", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x2", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff5c", - "0x40137ffb7fff8000", - "0x40137ffc7fff8001", - "0x48127ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe3", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff57fff8000", - "0x480a7ff67fff8000", - "0x480a7ff77fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffbd2", - "0x400680017fff7fff", - "0x0", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff26d", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff5f4", - "0x480a7ffa7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffef5b", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff8d0", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff8eb", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff8ac", - "0x480680017fff8000", - "0x1", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffbc4", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x6", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x480280017ffd8000", - "0x480280027ffd8000", - "0x480280037ffd8000", - "0x480280047ffd8000", - "0x480280057ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd4", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffb9a", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffc", - "0x4826800180008000", - "0x1", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff1", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff5b1", - "0x48127ffc7fff8000", - "0x48127ffa7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffb", - "0x4003800180007ffc", - "0x4826800180008000", - "0x2", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x402b7ffd7ffc7ffd", - "0x480280017ffb8000", - "0x480280007ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe8", - "0x48127ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff0", - "0x48127ff47fff8000", - "0x48127ff27fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ff97fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff591", - "0x48127ffc7fff8000", - "0x48127ffa7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffb", - "0x4003800180007ffc", - "0x4826800180008000", - "0x2", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x2", - "0x402a7ffd7ffc7fff", - "0x480280017ffb8000", - "0x480280007ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x480280017ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe2", - "0x48127ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffec", - "0x48127ff47fff8000", - "0x48127ff27fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ff87fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff583", - "0x48127ffc7fff8000", - "0x48127ffa7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffb", - "0x4003800180007ffc", - "0x4826800180008000", - "0x2", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x3", - "0x402a7ffd7ffc7fff", - "0x480280017ffb8000", - "0x480280007ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x480280017ffd8000", - "0x480280027ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x48127ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffeb", - "0x48127ff47fff8000", - "0x48127ff27fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffefd6", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffc", - "0x4826800180008000", - "0x1", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x1", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffea", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x44757374792050696c6f7473", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffc", - "0x4826800180008000", - "0x1", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff1", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x44535450", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffc", - "0x4826800180008000", - "0x1", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff1", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff15f", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffb", - "0x4003800180007ffc", - "0x4826800180008000", - "0x2", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x1", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe9", - "0x48127ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x48127ff37fff8000", - "0x48127ff37fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff145", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffc", - "0x4826800180008000", - "0x1", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x2", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x480280017ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe8", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff134", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffc", - "0x4826800180008000", - "0x1", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x2", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x480280017ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe8", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff126", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffc", - "0x4826800180008000", - "0x1", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x2", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x480280017ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe8", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff109", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x3", - "0x402a7ffd7ffc7fff", - "0x480280017ffb8000", - "0x480280007ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x480280017ffd8000", - "0x480280027ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffef", - "0x40780017fff7fff", - "0x1", - "0x48127ffd7fff8000", - "0x48127ffb7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff125", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x2", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x480280017ffd8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff1", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff77fff8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff450", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x4", - "0x402a7ffd7ffc7fff", - "0x480280017ffb8000", - "0x480280007ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x480280017ffd8000", - "0x480280027ffd8000", - "0x480280037ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x40780017fff7fff", - "0x1", - "0x48127ffd7fff8000", - "0x48127ffb7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff57fff8000", - "0x480a7ff67fff8000", - "0x480a7ff77fff8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff443", - "0x208b7fff7fff7ffe", - "0x480280027ffb8000", - "0x480280047ffd8000", - "0x400080007ffe7fff", - "0x482680017ffd8000", - "0x5", - "0x480280047ffd8000", - "0x48307fff7ffe8000", - "0x402a7ffd7ffc7fff", - "0x480280027ffb8000", - "0x480280017ffb8000", - "0x480280007ffb8000", - "0x482480017ffd8000", - "0x1", - "0x480280007ffd8000", - "0x480280017ffd8000", - "0x480280027ffd8000", - "0x480280037ffd8000", - "0x480280047ffd8000", - "0x482680017ffd8000", - "0x5", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe1", - "0x40780017fff7fff", - "0x1", - "0x48127ffd7fff8000", - "0x48127ffb7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ff87fff8000", - "0x480a7ffa7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffed31", - "0x48127ffe7fff8000", - "0x48127ffc7fff8000", - "0x48127ffd7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff42c", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x3", - "0x402a7ffd7ffc7fff", - "0x480280017ffb8000", - "0x480280007ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x480280017ffd8000", - "0x480280027ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffea", - "0x40780017fff7fff", - "0x1", - "0x48127ffd7fff8000", - "0x48127ffb7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff109", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff41e", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x2", - "0x402a7ffd7ffc7fff", - "0x480280017ffb8000", - "0x480280007ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x480280017ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x40780017fff7fff", - "0x1", - "0x48127ffd7fff8000", - "0x48127ffb7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe" - ], - "debug_info": { - "file_contents": { - "autogen/starknet/arg_processor/001e7e7ada5970d5cd7e7b9fbe70b3d18a0e22c2451b74c773c532e003bf9599.cairo": "// Create a reference to tokenId as felt*.\nlet __calldata_tmp: felt* = cast(&tokenId, felt*);\nassert [__calldata_ptr + 0] = [__calldata_tmp + 0];\nassert [__calldata_ptr + 1] = [__calldata_tmp + 1];\nlet __calldata_ptr = __calldata_ptr + 2;\n", - "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo": "assert [cast(fp + (-4), felt*)] = __calldata_actual_size;\n", - "autogen/starknet/arg_processor/038c0cb4ed8fb3662b2204f7a3dad52bb6fd1aceaf040c7093bf2d59c5e90d2e.cairo": "let __calldata_arg_root = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/06e5a14f93bc3fcb38f775bb6be32ec075a9ef033df7521d51e3a5a3fb688ccb.cairo": "let __calldata_arg_max = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/075e4ad17c5c33f2000b89f716344a0dc5939a8c778eaecf5d50aad0b8c8f6a4.cairo": "assert [__calldata_ptr] = id;\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/0f6247d8ffdacc049a6789184a88aa3d8ff5ca077cd837063ce067f132dc586d.cairo": "// Create a reference to ret_value.tokenId as felt*.\nlet __return_value_tmp: felt* = cast(&ret_value.tokenId, felt*);\nassert [__return_value_ptr + 0] = [__return_value_tmp + 0];\nassert [__return_value_ptr + 1] = [__return_value_tmp + 1];\nlet __return_value_ptr = __return_value_ptr + 2;\n", - "autogen/starknet/arg_processor/10f4ffaf96982a2fff2ff72dc2d3b1a8878257148aab4051a8f2ef7f16687f01.cairo": "assert [__return_value_ptr] = ret_value.address;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/128c2321f9070588a8d11dc60a4b2c6a3b0b1a97919597936f0847381384bd91.cairo": "let __calldata_arg_tokenId = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/138fbb2581468edec2beca8ce38fccac384aeb4b51fe6af3126d17a00f09f61e.cairo": "let __calldata_arg_contractAddress = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/1457c154551db44c95111acc1c07961afd1fa1086353a081a57220df823025a2.cairo": "assert [__return_value_ptr] = ret_value.n_row;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/1921cf80c34685bda7c52d95e53497e74d914798938b1491cfcf9359bff14cc8.cairo": "assert [__return_value_ptr] = ret_value.cells_len;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/1c69c7efe008948007bb96a7ffcf593eef2281114be5664acdb2aab9fdcaff9f.cairo": "let __return_value_arg_data_uri_len = [__return_value_ptr];\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/211305a4982e84dee745bdcf06176fa172dde0d5d206f753a2e0d4a223d668e4.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = ret_value.cells_len;\n// Store the updated range_check_ptr as a local variable to keep it available after\n// the memcpy.\nlocal range_check_ptr = range_check_ptr + 1;\n// Keep a reference to __return_value_ptr.\nlet __return_value_ptr_copy = __return_value_ptr;\n// Store the updated __return_value_ptr as a local variable to keep it available after\n// the memcpy.\nlocal __return_value_ptr: felt* = __return_value_ptr + ret_value.cells_len * 3;\nmemcpy(\n dst=__return_value_ptr_copy,\n src=ret_value.cells,\n len=ret_value.cells_len * 3);\n", - "autogen/starknet/arg_processor/2670bb539ede27446c75876e41bcf9ef5cab09b9eec143f3986635a545b089ab.cairo": "assert [__calldata_ptr] = to;\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/280c0a864fa1758c1c68a2dbf7db54c26c78c0212241fc0ab68100cf9886a85a.cairo": "assert [__calldata_ptr] = interfaceId;\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/293368f3a0e12cfcf22314a31e13b9801e95a5b8b2b71822a2fbbdf5a01ea795.cairo": "assert [__return_value_ptr] = ret_value.res;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/2d2a59588c2058016ad4194dc37ffe15f61d7d7faa733af03df5d625b7049362.cairo": "let __return_value_arg_selector = [__return_value_ptr];\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/33df6e1bcfab0c2b721012401630ed459af24510751c21dc2cea42d959db9ca9.cairo": "assert [__return_value_ptr] = ret_value.contractAddress;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/361efcca75a31f4c299c46d8d625210e368f481380cc3fa32a6d87e5dbe7e45c.cairo": "assert [__return_value_ptr] = ret_value.value;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/3635b1d7caa543a52376beeb37a143262ea6ffdf923d8e3676d9b27787e943c8.cairo": "assert [__return_value_ptr] = ret_value.symbol;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/36bb2f0e50d9623bedb46d800f874e3225ca779427bfe225ce6bc8586f2087bd.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = ret_value.cell_calldata_len;\n// Store the updated range_check_ptr as a local variable to keep it available after\n// the memcpy.\nlocal range_check_ptr = range_check_ptr + 1;\n// Keep a reference to __return_value_ptr.\nlet __return_value_ptr_copy = __return_value_ptr;\n// Store the updated __return_value_ptr as a local variable to keep it available after\n// the memcpy.\nlocal __return_value_ptr: felt* = __return_value_ptr + ret_value.cell_calldata_len * 1;\nmemcpy(\n dst=__return_value_ptr_copy,\n src=ret_value.cell_calldata,\n len=ret_value.cell_calldata_len * 1);\n", - "autogen/starknet/arg_processor/3766ca78b7221666e5286be6b1bea607d51c54e82b2b7db68735ed38d00f7732.cairo": "assert [__calldata_ptr] = approved;\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/39e07c9c78c5d65e4021222b6cb180405c183c5369648ce6703b11444f98e3ea.cairo": "assert [__return_value_ptr] = ret_value.contractURI_len;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/3df93897a3d5ba5292d0e14e5ec6fc5a7b4e70846d4b45d9e0d60ead1a53339e.cairo": "let __calldata_arg_approved = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/3e93b8906c329e7a5c33e020ce7a5a9c542c4444955be98eec5fcbef545a8662.cairo": "let __calldata_arg_value = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/3fa00a8d2ef4ad5733642f8c5f3a225f5ee5fd306a52e47a3de0f3e4a53969e9.cairo": "assert [__return_value_ptr] = ret_value.root;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/445d818b0524d35ae3e73b7abec41731d1445f0ce6866ec5a3a8a871521799a0.cairo": "assert [__calldata_ptr] = newOwner;\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/450f0509800d3afb78e5f375ff7b17115e6b5d0fd7e2bff94c78fdb15f5f2d10.cairo": "let __calldata_arg_new_owner = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/46897e8d1eeb70f43de97768fc576e67eb909a92fef3afcd8593de4462cb359f.cairo": "assert [__calldata_ptr] = contract_address;\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/4f1f3aa0a6fec21a155d7e953cd34daa7ca48450bbb80f627eb4f8df9f25922a.cairo": "let __calldata_arg_data_len = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/5462c9ea522f66a6a8b3de2f37f244c7074893fe5c8d0b413046098a1ccfc2ce.cairo": "assert [__return_value_ptr] = ret_value.token_uri_len;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/5acfd8e875f992ccc9524eb75bc3cf4970bff0987c9ed04b83bdbe0bdb94c8b5.cairo": "assert [__calldata_ptr] = data_len;\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/5c10028f67364b153272aa9b4cbc0fb78920a40fab821ac7257b0069e0773b49.cairo": "assert [__return_value_ptr] = ret_value.success;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/5f6f38b703e229f570e2da89310885489d239999dac5c644617b668e9f79038b.cairo": "// Create a reference to ret_value.cell as felt*.\nlet __return_value_tmp: felt* = cast(&ret_value.cell, felt*);\nassert [__return_value_ptr + 0] = [__return_value_tmp + 0];\nassert [__return_value_ptr + 1] = [__return_value_tmp + 1];\nassert [__return_value_ptr + 2] = [__return_value_tmp + 2];\nlet __return_value_ptr = __return_value_ptr + 3;\n", - "autogen/starknet/arg_processor/5f7cff0f0869183ab81c52dd23cebe852fdd2ffd08dec74a7e76d81c9d544ed2.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = data_len;\n// Store the updated range_check_ptr as a local variable to keep it available after\n// the memcpy.\nlocal range_check_ptr = range_check_ptr + 1;\n// Keep a reference to __calldata_ptr.\nlet __calldata_ptr_copy = __calldata_ptr;\n// Store the updated __calldata_ptr as a local variable to keep it available after\n// the memcpy.\nlocal __calldata_ptr: felt* = __calldata_ptr + data_len * 1;\nmemcpy(\n dst=__calldata_ptr_copy,\n src=data,\n len=data_len * 1);\n", - "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo": "let __calldata_arg_tokenId = [\n cast(__calldata_ptr, starkware.cairo.common.uint256.Uint256*)];\nlet __calldata_ptr = __calldata_ptr + 2;\n", - "autogen/starknet/arg_processor/6450610d0d553c149684e3d6d36a5d949ffe368d7692d99cec27ac08c51ad845.cairo": "assert [__return_value_ptr] = ret_value.isApproved;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/6f345e20daf86e05c346aa1f6a9eeaa296a59eb71a12784c017d25ed5b25ff32.cairo": "assert [__return_value_ptr] = ret_value.name;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/708f2877a5fc05dca278266df4d8e2025597a78068ffd64385f0ef27ab208871.cairo": "let __calldata_arg_interfaceId = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/718aa2ac933a14995b4c0da5118692224afa83ebc1cf2b531694a3e835400de0.cairo": "assert [__calldata_ptr] = name;\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/721e180cb3ac704934655c034d4d45bf2d0ab4353d430b4f2bbda2a388c131b2.cairo": "let __calldata_arg_merkle_root = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/74a3369943c8d7518ff17d6d8cb3e9a3785e7db4bcf995a7ffbf3a439df0343b.cairo": "assert [__return_value_ptr] = ret_value.approved;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/7e247556a8b9bc505c1e503bda1dbcb424caa8925f45ae18cdde008e8b84b376.cairo": "assert [__calldata_ptr] = owner;\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/7e872b5a76cfa33336e13e83d342763f36bad8be8a18be69e78776b449847f1a.cairo": "let __calldata_arg_cellCalldata_len = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/7e8d4187d234f1ad9572c7c76c7fcab338d2159e013bdd9bfc0f771a29c04f92.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = __calldata_arg_cellCalldata_len;\nlet range_check_ptr = range_check_ptr + 1;\n// Create the reference.\nlet __calldata_arg_cellCalldata = cast(__calldata_ptr, felt*);\n// Use 'tempvar' instead of 'let' to avoid repeating this computation for the\n// following arguments.\ntempvar __calldata_ptr = __calldata_ptr + __calldata_arg_cellCalldata_len * 1;\n", - "autogen/starknet/arg_processor/84a24514c1fc47c938055c9b8b555ae76e193c3fe4f1a6a3391748432a916688.cairo": "assert [__calldata_ptr] = value;\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/8ca78f1082aaedcf62c13aff4dffe5943aa04164c60cb6d9f03916c0319201df.cairo": "let __return_value_arg_success = [__return_value_ptr];\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = ret_value.token_uri_len;\n// Store the updated range_check_ptr as a local variable to keep it available after\n// the memcpy.\nlocal range_check_ptr = range_check_ptr + 1;\n// Keep a reference to __return_value_ptr.\nlet __return_value_ptr_copy = __return_value_ptr;\n// Store the updated __return_value_ptr as a local variable to keep it available after\n// the memcpy.\nlocal __return_value_ptr: felt* = __return_value_ptr + ret_value.token_uri_len * 1;\nmemcpy(\n dst=__return_value_ptr_copy,\n src=ret_value.token_uri,\n len=ret_value.token_uri_len * 1);\n", - "autogen/starknet/arg_processor/90d39885368c3e7097e50bfd1ab7069fc16a5b7a0aacb507eaa76c5ff838c93e.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = __return_value_arg_data_uri_len;\nlet range_check_ptr = range_check_ptr + 1;\n// Create the reference.\nlet __return_value_arg_data_uri = cast(__return_value_ptr, felt*);\n// Use 'tempvar' instead of 'let' to avoid repeating this computation for the\n// following arguments.\ntempvar __return_value_ptr = __return_value_ptr + __return_value_arg_data_uri_len * 1;\n", - "autogen/starknet/arg_processor/96447016176d161dae83f414c4d3e33e78856e0ef69bc33f8d419f1c9b90f9c5.cairo": "assert retdata_size = __return_value_actual_size;\n", - "autogen/starknet/arg_processor/9822619206729a9eadcae854c851238a68f93e9dbd956bc4fa147da27ae12e2e.cairo": "// Create a reference to ret_value.totalSupply as felt*.\nlet __return_value_tmp: felt* = cast(&ret_value.totalSupply, felt*);\nassert [__return_value_ptr + 0] = [__return_value_tmp + 0];\nassert [__return_value_ptr + 1] = [__return_value_tmp + 1];\nlet __return_value_ptr = __return_value_ptr + 2;\n", - "autogen/starknet/arg_processor/99058c0781745b3c0332799d723549974cbf489b623dde03906204304de60803.cairo": "let __calldata_arg_symbol = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/991f62016c321db1ce050da1566d298118c65229306c26d6cd25e91286a63d4b.cairo": "let __calldata_arg_proof_len = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/a98a36d6a206700a5fdb61e2bbb1beffba5cbd4bdfdab9d3af5254d2a0b5137a.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = ret_value.contractURI_len;\n// Store the updated range_check_ptr as a local variable to keep it available after\n// the memcpy.\nlocal range_check_ptr = range_check_ptr + 1;\n// Keep a reference to __return_value_ptr.\nlet __return_value_ptr_copy = __return_value_ptr;\n// Store the updated __return_value_ptr as a local variable to keep it available after\n// the memcpy.\nlocal __return_value_ptr: felt* = __return_value_ptr + ret_value.contractURI_len * 1;\nmemcpy(\n dst=__return_value_ptr_copy,\n src=ret_value.contractURI,\n len=ret_value.contractURI_len * 1);\n", - "autogen/starknet/arg_processor/accb388bcbbace5b6218198851efaad2a781c1339e305a37fab51afe90a3194a.cairo": "let __return_value_actual_size = __return_value_ptr - cast(retdata, felt*);\n", - "autogen/starknet/arg_processor/ad6bf90c88bb84c90b568cfe0e89ce22c3213011f6c9cc8bf0b75066ae521c26.cairo": "assert [__calldata_ptr] = from_;\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/ae93e6f6d7f86189a001cc0e74584f97c7f1eac8e0ab1a1d6be76deb397bb0c0.cairo": "let __calldata_arg_n_row = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/b02ddc13e06346668d980e18c0fec90f17036d195bf95d21ac18e846a0a129f3.cairo": "assert [__return_value_ptr] = ret_value.owner;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/b19b7bf952f10d75c6d6d48c16be4d0aa794947e7c7409b4e5d1fff596b961ac.cairo": "let __calldata_arg_cell_calldata_len = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/b2cf08f23bd6d74eeb872bed49d06f4a7518757c8955198bd7ce9a52a9cf0046.cairo": "assert [__calldata_ptr] = token_id;\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/c28d01f4036658535ed1f26a855ca481100f6b9fa5c266733e27ba2dce390d91.cairo": "let __calldata_arg_operator = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo": "let __calldata_actual_size = __calldata_ptr - cast([cast(fp + (-3), felt**)], felt*);\n", - "autogen/starknet/arg_processor/c78355ecc2754d55946f2925c4c255af62ef2b2ddba4e3e4e975bebf3d66daa1.cairo": "let __calldata_arg_renderer_address = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/c8edcb1cbb2b70f99346c0510efba5a82524d6fbe8558629ad05a45a84efd25b.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = __calldata_arg_proof_len;\nlet range_check_ptr = range_check_ptr + 1;\n// Create the reference.\nlet __calldata_arg_proof = cast(__calldata_ptr, felt*);\n// Use 'tempvar' instead of 'let' to avoid repeating this computation for the\n// following arguments.\ntempvar __calldata_ptr = __calldata_ptr + __calldata_arg_proof_len * 1;\n", - "autogen/starknet/arg_processor/cf9d155a82359872fd6c3831de72477dc112f8fe156e1c50035a0d8fc012189b.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = __calldata_arg_cell_calldata_len;\nlet range_check_ptr = range_check_ptr + 1;\n// Create the reference.\nlet __calldata_arg_cell_calldata = cast(__calldata_ptr, felt*);\n// Use 'tempvar' instead of 'let' to avoid repeating this computation for the\n// following arguments.\ntempvar __calldata_ptr = __calldata_ptr + __calldata_arg_cell_calldata_len * 1;\n", - "autogen/starknet/arg_processor/d1f8dd5812766c8b9a93481fc66a39d49b601278b5c44556f4c0881f1ef1608f.cairo": "let __calldata_arg_index = [\n cast(__calldata_ptr, starkware.cairo.common.uint256.Uint256*)];\nlet __calldata_ptr = __calldata_ptr + 2;\n", - "autogen/starknet/arg_processor/d68c2b8787e4e85a0788ba04df9230f6e6b1f9240af8998fd1d7acac9fe8e6db.cairo": "assert [__calldata_ptr] = operator;\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/d7daa544e246461a936b5ac82f5344c08a96429550ee8026ea086c8d8ed93006.cairo": "let __calldata_arg_address = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/dceaabc265216c0ff87c509d90446554648ec4d692c521cda952464d1fc22972.cairo": "let __calldata_arg_to = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/df39236eab78c921af48d719316dc25209f5ba97dc94936a936f353a674f3486.cairo": "let __calldata_arg_from_ = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/e0af26f9fbe513562e2133164d694cbff092c47bbb4efa182711421f0c0cc5d3.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = __calldata_arg_data_len;\nlet range_check_ptr = range_check_ptr + 1;\n// Create the reference.\nlet __calldata_arg_data = cast(__calldata_ptr, felt*);\n// Use 'tempvar' instead of 'let' to avoid repeating this computation for the\n// following arguments.\ntempvar __calldata_ptr = __calldata_ptr + __calldata_arg_data_len * 1;\n", - "autogen/starknet/arg_processor/e1eb73cd870ec466294c3700e77817cf3c039ac1384882ddb76383eb87a5da90.cairo": "let __calldata_arg_name = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/e2129a0023ce5f9e4c3de1d6fb100b2688dccff4a2ed2082db4a311f35c53e21.cairo": "assert [__calldata_ptr] = previousOwner;\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/e276a8bfa422a700d63781b00d1ac04d0496d9b70b1f051710b53e01fffe130c.cairo": "assert [__return_value_ptr] = ret_value.max;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/e35382e271586e2ad95e0c2b81d70c0cfb65ce154855d90ea95dcf9e76667535.cairo": "let __calldata_arg_max_per_wallet = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/f013cc89754bf613d36aa163a5014b518987d20a85394ebbe3c47c5cdb0a38b1.cairo": "// Create a reference to ret_value.balance as felt*.\nlet __return_value_tmp: felt* = cast(&ret_value.balance, felt*);\nassert [__return_value_ptr + 0] = [__return_value_tmp + 0];\nassert [__return_value_ptr + 1] = [__return_value_tmp + 1];\nlet __return_value_ptr = __return_value_ptr + 2;\n", - "autogen/starknet/arg_processor/f204bba64347870893c4affbf57c4cff6fc02af3b0ac400d4d3ba5c273c8059c.cairo": "assert [__return_value_ptr] = ret_value.cell_calldata_len;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/f6a4d9ae897caf37cefd18f7c8da7eee73157818279359aadee282f0fe59cdbc.cairo": "let __calldata_arg_owner = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/contract_interface/ICellRenderer/token_uri/41262dba046518ea626ceadddf9bdd89ee1cb488a62fdf8cc47232b6ce4027bb.cairo": "func token_uri{syscall_ptr: felt*, range_check_ptr}(\n contract_address: felt) {\n}\n", - "autogen/starknet/contract_interface/ICellRenderer/token_uri/63dec979b849c8d317c85f20bf92c57762e3a959db375d2edb42d111867dcba1.cairo": "\nreturn (data_uri_len=__return_value_arg_data_uri_len, data_uri=__return_value_arg_data_uri,);\n", - "autogen/starknet/contract_interface/ICellRenderer/token_uri/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo": "\nalloc_locals;\nlet (local calldata_ptr_start: felt*) = alloc();\nlet __calldata_ptr = calldata_ptr_start;\n", - "autogen/starknet/contract_interface/ICellRenderer/token_uri/e1e41e9022bda39c4617b9e4e338140cde71000402172e9b2b9c9fdc807617dc.cairo": "\nlet (retdata_size, retdata) = call_contract(\n contract_address=contract_address,\n function_selector=TOKEN_URI_SELECTOR,\n calldata_size=__calldata_ptr - calldata_ptr_start,\n calldata=calldata_ptr_start);\n", - "autogen/starknet/contract_interface/IERC165/supportsInterface/18abb29d0a089e1c243e4bd2b316687e6162b3321c14733ee37389da5d8b074f.cairo": "\nreturn (success=__return_value_arg_success,);\n", - "autogen/starknet/contract_interface/IERC165/supportsInterface/2a1791e6eb36480300e6de9be3cf0c73e2bf0096fbe6995a9e4600da5d0240a4.cairo": "func supportsInterface{syscall_ptr: felt*, range_check_ptr}(\n contract_address: felt) {\n}\n", - "autogen/starknet/contract_interface/IERC165/supportsInterface/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo": "\nalloc_locals;\nlet (local calldata_ptr_start: felt*) = alloc();\nlet __calldata_ptr = calldata_ptr_start;\n", - "autogen/starknet/contract_interface/IERC165/supportsInterface/f50ea4a37616147e889ba1b747383d1afbdef44f9e4713bc1859b7607cc3c796.cairo": "\nlet (retdata_size, retdata) = call_contract(\n contract_address=contract_address,\n function_selector=SUPPORTSINTERFACE_SELECTOR,\n calldata_size=__calldata_ptr - calldata_ptr_start,\n calldata=calldata_ptr_start);\n", - "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/15cc68dcffa081f990a115434ffe958c4bde04186a7f9f51e10c68f8fafad966.cairo": "\nlet (retdata_size, retdata) = call_contract(\n contract_address=contract_address,\n function_selector=ONERC721RECEIVED_SELECTOR,\n calldata_size=__calldata_ptr - calldata_ptr_start,\n calldata=calldata_ptr_start);\n", - "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo": "\nalloc_locals;\nlet (local calldata_ptr_start: felt*) = alloc();\nlet __calldata_ptr = calldata_ptr_start;\n", - "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/7867481925aec1465158cbaa62d2d4fc603e34734d22c5e07da7379a4d0d3f0e.cairo": "func onERC721Received{syscall_ptr: felt*, range_check_ptr}(\n contract_address: felt) {\n}\n", - "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/eacb58a12700a3c997996f81c85f24b3de75e21f5c5811cc3b2470465a1aa212.cairo": "\nreturn (selector=__return_value_arg_selector,);\n", - "autogen/starknet/event/Approval/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo": "emit_event(keys_len=1, keys=__keys_ptr, data_len=__calldata_ptr - __data_ptr, data=__data_ptr);\nreturn ();\n", - "autogen/starknet/event/Approval/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo": "alloc_locals;\nlet (local __keys_ptr: felt*) = alloc();\nassert [__keys_ptr] = SELECTOR;\nlet (local __data_ptr: felt*) = alloc();\nlet __calldata_ptr = __data_ptr;\n", - "autogen/starknet/event/Approval/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo": "func emit{syscall_ptr: felt*, range_check_ptr}() {\n}\n", - "autogen/starknet/event/ApprovalForAll/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo": "emit_event(keys_len=1, keys=__keys_ptr, data_len=__calldata_ptr - __data_ptr, data=__data_ptr);\nreturn ();\n", - "autogen/starknet/event/ApprovalForAll/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo": "alloc_locals;\nlet (local __keys_ptr: felt*) = alloc();\nassert [__keys_ptr] = SELECTOR;\nlet (local __data_ptr: felt*) = alloc();\nlet __calldata_ptr = __data_ptr;\n", - "autogen/starknet/event/ApprovalForAll/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo": "func emit{syscall_ptr: felt*, range_check_ptr}() {\n}\n", - "autogen/starknet/event/CellUpdated/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo": "emit_event(keys_len=1, keys=__keys_ptr, data_len=__calldata_ptr - __data_ptr, data=__data_ptr);\nreturn ();\n", - "autogen/starknet/event/CellUpdated/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo": "alloc_locals;\nlet (local __keys_ptr: felt*) = alloc();\nassert [__keys_ptr] = SELECTOR;\nlet (local __data_ptr: felt*) = alloc();\nlet __calldata_ptr = __data_ptr;\n", - "autogen/starknet/event/CellUpdated/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo": "func emit{syscall_ptr: felt*, range_check_ptr}() {\n}\n", - "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo": "emit_event(keys_len=1, keys=__keys_ptr, data_len=__calldata_ptr - __data_ptr, data=__data_ptr);\nreturn ();\n", - "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo": "alloc_locals;\nlet (local __keys_ptr: felt*) = alloc();\nassert [__keys_ptr] = SELECTOR;\nlet (local __data_ptr: felt*) = alloc();\nlet __calldata_ptr = __data_ptr;\n", - "autogen/starknet/event/OwnershipTransferred/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo": "func emit{syscall_ptr: felt*, range_check_ptr}() {\n}\n", - "autogen/starknet/event/Transfer/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo": "emit_event(keys_len=1, keys=__keys_ptr, data_len=__calldata_ptr - __data_ptr, data=__data_ptr);\nreturn ();\n", - "autogen/starknet/event/Transfer/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo": "alloc_locals;\nlet (local __keys_ptr: felt*) = alloc();\nassert [__keys_ptr] = SELECTOR;\nlet (local __data_ptr: felt*) = alloc();\nlet __calldata_ptr = __data_ptr;\n", - "autogen/starknet/event/Transfer/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo": "func emit{syscall_ptr: felt*, range_check_ptr}() {\n}\n", - "autogen/starknet/external/approve/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo": "let ret_value = __wrapped_func{pedersen_ptr=pedersen_ptr, syscall_ptr=syscall_ptr, range_check_ptr=range_check_ptr}(to=__calldata_arg_to, tokenId=__calldata_arg_tokenId,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/approve/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/approve/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/approve/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/approve/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/balanceOf/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/balanceOf/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/balanceOf/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/balanceOf/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/balanceOf/e284e4e5d868a363d8b6a6cb098d9657778060e55c5be38c8c67b1857b1926cc.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(owner=__calldata_arg_owner,);\nlet (range_check_ptr, retdata_size, retdata) = balanceOf_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/burn/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/burn/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/burn/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/burn/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/burn/eaf4d781176f2c7f8e24c490df96b0bc54d4e6b6ef7b6749ba2322b4fdcc923a.cairo": "let ret_value = __wrapped_func{pedersen_ptr=pedersen_ptr, syscall_ptr=syscall_ptr, range_check_ptr=range_check_ptr}(tokenId=__calldata_arg_tokenId,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/closeMint/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/closeMint/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}();\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/closeMint/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/closeMint/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/closeMint/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/contractURI/3c9b92c0973b74bf396b0131dcaac8f957a6f0700183164a2207ddd5fa7fe277.cairo": "func contractURI() -> (syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*) {\n alloc_locals;\n}\n", - "autogen/starknet/external/contractURI/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/contractURI/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/contractURI/acba12aa8a66bb92372f5fdd79fc376f71f4b521ee6979ba2e3213be2ff11068.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}();\nlet (range_check_ptr, retdata_size, retdata) = contractURI_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/contractURI/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/contractURI/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/getApproved/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/getApproved/835e657df1ee968194eed5f3c9b857e397b684d36f56ec8a7b26cb299a6be11f.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(tokenId=__calldata_arg_tokenId,);\nlet (range_check_ptr, retdata_size, retdata) = getApproved_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/getApproved/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/getApproved/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/getApproved/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/getCell/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/getCell/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/getCell/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/getCell/b9f082c9f793d6f80f66b8a110e326ab27269a523c2aa107129eed9fa07085f2.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(tokenId=__calldata_arg_tokenId,);\nlet (range_check_ptr, retdata_size, retdata) = getCell_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/getCell/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/getCell/fc5657cf51bd050c7a3c8729ca7f6e7cfabf2530b3ff0492dd4d28b5d2976ebb.cairo": "func getCell() -> (syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*) {\n alloc_locals;\n}\n", - "autogen/starknet/external/getCellRenderer/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/getCellRenderer/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/getCellRenderer/ad0970b7c612f5c2245a4fd1a68988d1dca7e1deee86e0b02cc4780b6294c9d7.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}();\nlet (range_check_ptr, retdata_size, retdata) = getCellRenderer_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/getCellRenderer/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/getCellRenderer/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/getMaxPerWallet/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/getMaxPerWallet/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/getMaxPerWallet/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/getMaxPerWallet/ceb6999ac1e0d9e3ce90cae3d8b161ded5f8cd083d4cb07d602d4d0dfb9793ea.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}();\nlet (range_check_ptr, retdata_size, retdata) = getMaxPerWallet_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/getMaxPerWallet/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/getMerkleRoot/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/getMerkleRoot/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/getMerkleRoot/9ec40c6ab1532b67d6b3241da7f0fc2a824d63002b85dbc8e7b345e400aebd93.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}();\nlet (range_check_ptr, retdata_size, retdata) = getMerkleRoot_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/getMerkleRoot/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/getMerkleRoot/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/getNRow/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/getNRow/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/getNRow/a9a0b7c56f536deaaeff58255052c75aa43e29bc9e7cce54223f1ba64c55e736.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}();\nlet (range_check_ptr, retdata_size, retdata) = getNRow_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/getNRow/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/getNRow/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/initialize/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/initialize/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/initialize/98fffa3d7b20f8a177d79ca985c017c6105a8f832599cc3392d95ef2cfd87a05.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(name=__calldata_arg_name, symbol=__calldata_arg_symbol, owner=__calldata_arg_owner, merkle_root=__calldata_arg_merkle_root, max_per_wallet=__calldata_arg_max_per_wallet, renderer_address=__calldata_arg_renderer_address,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/initialize/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/initialize/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/isApprovedForAll/28e6449b750a764997de3246d5af785f29a76b7b369ce53a25f4614d960a20f3.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(owner=__calldata_arg_owner, operator=__calldata_arg_operator,);\nlet (range_check_ptr, retdata_size, retdata) = isApprovedForAll_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/isApprovedForAll/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/isApprovedForAll/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/isApprovedForAll/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/isApprovedForAll/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/is_initialized/50c3501112c017187b4c12bebdfd953af0bc789f5dc55376df4d428435913d0e.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}();\nlet (range_check_ptr, retdata_size, retdata) = is_initialized_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/is_initialized/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/is_initialized/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/is_initialized/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/is_initialized/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/mintAndSetPublic/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/mintAndSetPublic/8d28e230e489bc8d7b9f205ad15790d268dd96b367ed23a515f6d462c885a511.cairo": "let ret_value = __wrapped_func{pedersen_ptr=pedersen_ptr, syscall_ptr=syscall_ptr, range_check_ptr=range_check_ptr}(tokenId=__calldata_arg_tokenId, proof_len=__calldata_arg_proof_len, proof=__calldata_arg_proof, contractAddress=__calldata_arg_contractAddress, value=__calldata_arg_value, cellCalldata_len=__calldata_arg_cellCalldata_len, cellCalldata=__calldata_arg_cellCalldata,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/mintAndSetPublic/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/mintAndSetPublic/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/mintAndSetPublic/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/mintOwner/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo": "let ret_value = __wrapped_func{pedersen_ptr=pedersen_ptr, syscall_ptr=syscall_ptr, range_check_ptr=range_check_ptr}(to=__calldata_arg_to, tokenId=__calldata_arg_tokenId,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/mintOwner/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/mintOwner/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/mintOwner/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/mintOwner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/mintPublic/03792f53710bdf1b4f13130505d4195b48cad96eb41b093c9596524ebfb1aea6.cairo": "let ret_value = __wrapped_func{pedersen_ptr=pedersen_ptr, syscall_ptr=syscall_ptr, range_check_ptr=range_check_ptr}(tokenId=__calldata_arg_tokenId, proof_len=__calldata_arg_proof_len, proof=__calldata_arg_proof,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/mintPublic/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/mintPublic/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/mintPublic/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/mintPublic/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/name/3034a84ffbc2cc9a83b0bdb0bf6aadae87a5c63f8544f4bc76a18d60221f0e94.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}();\nlet (range_check_ptr, retdata_size, retdata) = name_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/name/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/name/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/name/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/name/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/openMint/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/openMint/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}();\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/openMint/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/openMint/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/openMint/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/owner/613a24dd6fa1e6c043f44c3b480cfa5d629bfe6891f43b0ff9ba79b40a6c8e9e.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}();\nlet (range_check_ptr, retdata_size, retdata) = owner_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/owner/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/owner/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/owner/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/owner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/ownerOf/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/ownerOf/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/ownerOf/b0b45230936b2f4ec6e384bea3a984e2819816dfc8b4e03dac3539fcc1c0dc60.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(tokenId=__calldata_arg_tokenId,);\nlet (range_check_ptr, retdata_size, retdata) = ownerOf_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/ownerOf/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/ownerOf/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/renderCell/146e356956f1b5b1ec5d9c2427e96b5918bf0557e0b6f7ad743096649056d836.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(tokenId=__calldata_arg_tokenId,);\nlet (range_check_ptr, retdata_size, retdata) = renderCell_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/renderCell/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/renderCell/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/renderCell/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/renderCell/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/renderCellValue/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/renderCellValue/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/renderCellValue/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/renderCellValue/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/renderCellValue/f5e623291f93f5721b4e366de1f2f5345d268b1d1b1dd5b6b0411cd83a1a1988.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(tokenId=__calldata_arg_tokenId,);\nlet (range_check_ptr, retdata_size, retdata) = renderCellValue_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/renderGrid/2ea9c7f0441b228ee60fde547a6f592088d6be14cedb6f979f2f4e15977f79ea.cairo": "func renderGrid() -> (syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*) {\n alloc_locals;\n}\n", - "autogen/starknet/external/renderGrid/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/renderGrid/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/renderGrid/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/renderGrid/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/renderGrid/e893877178a8e3e6a487467e13267cb6540bc108f9ef40dde6e8760c2ce03e6d.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}();\nlet (range_check_ptr, retdata_size, retdata) = renderGrid_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/return/balanceOf/6be46755be2f937558932379e9c42b1ab153e2ba499cd66beb178511b2106ad9.cairo": "func balanceOf_encode_return(ret_value: (balance: starkware.cairo.common.uint256.Uint256), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/contractURI/b04c73e7705bedc8f1f7443e51be7624df9567d66b186004fbcf68937ec0909c.cairo": "func contractURI_encode_return(ret_value: (contractURI_len: felt, contractURI: felt*), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/getApproved/dc5d90a8417d0a28ffeb92cb7cbd7f0e5af1af69279ff1bda88fa7a837af50d3.cairo": "func getApproved_encode_return(ret_value: (approved: felt), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/getCell/45b3c8aa5973e07cb910131aed3aef1456e8199a31086ed15bad4bcb607a4d71.cairo": "func getCell_encode_return(ret_value: (contractAddress: felt, value: felt, cell_calldata_len: felt, cell_calldata: felt*), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/getCellRenderer/32ed84cc62db75f1e784f477fb8a01720540a0a2f04e442b873ca26adef8a14d.cairo": "func getCellRenderer_encode_return(ret_value: (address: felt), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/getMaxPerWallet/d2ee4d3b1583586a9c7911079b8ad0e4c03e4dff239e0bd34696827d233e32ba.cairo": "func getMaxPerWallet_encode_return(ret_value: (max: felt), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/getMerkleRoot/495cd1b94c09dee8983a036b9556d859b3656107157b2238179ca9efde6ed739.cairo": "func getMerkleRoot_encode_return(ret_value: (root: felt), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/getNRow/eb44c31645a89509f2704ee875f3b8ebd83dcd8f7c527e17259323fc74e20827.cairo": "func getNRow_encode_return(ret_value: (n_row: felt), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/isApprovedForAll/38789844dce484b974dbd524d5dc5d79b5898ffc6c946c5e91ff04055990eef0.cairo": "func isApprovedForAll_encode_return(ret_value: (isApproved: felt), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/is_initialized/c99ceecf6e21396d4a0ce3c69131d8c5d452cab3b90a24cd92a2105bd59d7aa7.cairo": "func is_initialized_encode_return(ret_value: (res: felt), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/name/c8fcd0b2b3f24b16bed33f1349d99fe0bde24b7764fe1bdc31d37b9ddca24adc.cairo": "func name_encode_return(ret_value: (name: felt), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/owner/c1ea7b1e827d8c158fe70e5d717faa1b8c13dd7db70cc1edeadb514de355a1bc.cairo": "func owner_encode_return(ret_value: (owner: felt), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/ownerOf/e26804beb30ff3fdad1596e68c20c0df03519fc5def143a2feb768126371681c.cairo": "func ownerOf_encode_return(ret_value: (owner: felt), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/renderCell/519b9d1185b56b8b78dd1f832f4829e22be687880e347646a4023068e141c8d6.cairo": "func renderCell_encode_return(ret_value: (cell: sheet.library.CellRendered), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/renderCellValue/5178822e53bcca72dafc5ab7de86f8a9c6086d257f9e71100782acd0b5bff53e.cairo": "func renderCellValue_encode_return(ret_value: (value: felt), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/renderGrid/fe9a6a1bcaa57ee30a381bd9a108817459a6bd115cb6e4fe27d4c45a53d5294c.cairo": "func renderGrid_encode_return(ret_value: (cells_len: felt, cells: sheet.library.CellRendered*), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/supportsInterface/40b33230f82887d6ee6ba7936c0fcb15006d084631250a62d0c39394fb5b7629.cairo": "func supportsInterface_encode_return(ret_value: (success: felt), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/symbol/a0ae85480af0490479ac55aa0fb10c479d3c551bd5d0b449dafe97eed061cca1.cairo": "func symbol_encode_return(ret_value: (symbol: felt), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/tokenByIndex/6c9b4477e48860e369406084e6d163095309287e22bedb8c84c1ffe7fdaa93c9.cairo": "func tokenByIndex_encode_return(ret_value: (tokenId: starkware.cairo.common.uint256.Uint256), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/tokenOfOwnerByIndex/c5cd611a0f2954a3db08f801163c417bcf50c88f70287322178f6feb818c2683.cairo": "func tokenOfOwnerByIndex_encode_return(ret_value: (tokenId: starkware.cairo.common.uint256.Uint256), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/tokenURI/fb2afe9383e6d6e4c510e54ea324f398df586428973a4c0745d97d759227d96c.cairo": "func tokenURI_encode_return(ret_value: (token_uri_len: felt, token_uri: felt*), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/totalSupply/eeeda446bdea67b39cd9f67678f4dfc35c6c1d0744df18691bf4ede77f67f604.cairo": "func totalSupply_encode_return(ret_value: (totalSupply: starkware.cairo.common.uint256.Uint256), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/safeTransferFrom/2b49474f1011f9d58397f6c4fb411d470fd935a4210c29898caaad0c7ad72623.cairo": "let ret_value = __wrapped_func{pedersen_ptr=pedersen_ptr, syscall_ptr=syscall_ptr, range_check_ptr=range_check_ptr}(from_=__calldata_arg_from_, to=__calldata_arg_to, tokenId=__calldata_arg_tokenId, data_len=__calldata_arg_data_len, data=__calldata_arg_data,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/safeTransferFrom/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/safeTransferFrom/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/safeTransferFrom/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/safeTransferFrom/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/setApprovalForAll/36d3b3d1e829d7c23b24cbbecc8b2addd27fb9b3d959fca94c45d76a0c77f32d.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(operator=__calldata_arg_operator, approved=__calldata_arg_approved,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/setApprovalForAll/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/setApprovalForAll/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/setApprovalForAll/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/setApprovalForAll/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/setCell/4283afad5f046e779f9086ab343c3867291282e0a5a6a5743aa6762671e022a9.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(tokenId=__calldata_arg_tokenId, contractAddress=__calldata_arg_contractAddress, value=__calldata_arg_value, cell_calldata_len=__calldata_arg_cell_calldata_len, cell_calldata=__calldata_arg_cell_calldata,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/setCell/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/setCell/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/setCell/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/setCell/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/setCellRenderer/0659a254e8c454b3c657c5278489e4243b32c053e1167867ca4c539b977e7a36.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(address=__calldata_arg_address,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/setCellRenderer/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/setCellRenderer/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/setCellRenderer/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/setCellRenderer/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/setMaxPerWallet/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/setMaxPerWallet/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/setMaxPerWallet/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/setMaxPerWallet/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/setMaxPerWallet/e308d249203f5705a190f059b56eb14752af6a01867f138740d0ff96dacabd43.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(max=__calldata_arg_max,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/setMerkleRoot/161aaf3a5af5c303dbefacf522ccca3916f71a0b81c07d23f94176863241c379.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(root=__calldata_arg_root,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/setMerkleRoot/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/setMerkleRoot/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/setMerkleRoot/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/setMerkleRoot/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/setNRow/039da8e30c366ab0cf35f9186a0bed5471fd3233c0d8c5f9d81c668743f087b3.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(n_row=__calldata_arg_n_row,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/setNRow/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/setNRow/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/setNRow/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/setNRow/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/supportsInterface/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/supportsInterface/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/supportsInterface/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/supportsInterface/bca8209c591df9f65b13800fe22999fe396aef7f2e9ee72505ad6a9793c5916d.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(interfaceId=__calldata_arg_interfaceId,);\nlet (range_check_ptr, retdata_size, retdata) = supportsInterface_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/supportsInterface/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/symbol/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/symbol/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/symbol/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/symbol/d8aa55fbbc45562d781915a1c7930fc50b33d8bd29db7102b5c44cbfd8b54639.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}();\nlet (range_check_ptr, retdata_size, retdata) = symbol_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/symbol/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/tokenByIndex/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/tokenByIndex/764d32c547e6047601bca718c9c34d89ceb4a36da87d3814e62b7924e8a28eda.cairo": "let ret_value = __wrapped_func{pedersen_ptr=pedersen_ptr, syscall_ptr=syscall_ptr, range_check_ptr=range_check_ptr}(index=__calldata_arg_index,);\nlet (range_check_ptr, retdata_size, retdata) = tokenByIndex_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/tokenByIndex/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/tokenByIndex/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/tokenByIndex/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/tokenOfOwnerByIndex/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/tokenOfOwnerByIndex/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/tokenOfOwnerByIndex/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/tokenOfOwnerByIndex/bcfb5e1fff2b0d63e3f507cf619efd30405ebe178d0663eb8b95f3e0572d1ca5.cairo": "let ret_value = __wrapped_func{pedersen_ptr=pedersen_ptr, syscall_ptr=syscall_ptr, range_check_ptr=range_check_ptr}(owner=__calldata_arg_owner, index=__calldata_arg_index,);\nlet (range_check_ptr, retdata_size, retdata) = tokenOfOwnerByIndex_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/tokenOfOwnerByIndex/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/tokenURI/42e9e406a0e7dbd46b7b1448ce8da1ca2e3fdc14d84af0c1d0d4fdb56a52a5f4.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(tokenId=__calldata_arg_tokenId,);\nlet (range_check_ptr, retdata_size, retdata) = tokenURI_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/tokenURI/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/tokenURI/86cf3ce3e78b1f08bd517752a6b6deed16efd89e5728b638ff9485a43d30a598.cairo": "func tokenURI() -> (syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*) {\n alloc_locals;\n}\n", - "autogen/starknet/external/tokenURI/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/tokenURI/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/tokenURI/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/totalSupply/5b54c430df10b729ecc10b3e860410c6829f116d1a34b32e8415fa1ac24c16d8.cairo": "let ret_value = __wrapped_func{pedersen_ptr=pedersen_ptr, syscall_ptr=syscall_ptr, range_check_ptr=range_check_ptr}();\nlet (range_check_ptr, retdata_size, retdata) = totalSupply_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/totalSupply/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/totalSupply/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/totalSupply/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/totalSupply/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/transferFrom/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/transferFrom/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/transferFrom/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/transferFrom/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/transferFrom/ebf9f2690eeffee22f3d99ab5430147a11d0a2aa047472f5b737d6d09ce13c6e.cairo": "let ret_value = __wrapped_func{pedersen_ptr=pedersen_ptr, syscall_ptr=syscall_ptr, range_check_ptr=range_check_ptr}(from_=__calldata_arg_from_, to=__calldata_arg_to, tokenId=__calldata_arg_tokenId,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/transferOwnership/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/transferOwnership/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/transferOwnership/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(new_owner=__calldata_arg_new_owner,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/transferOwnership/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/storage_var/ERC165_supported_interfaces/decl.cairo": "namespace ERC165_supported_interfaces {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(interface_id: felt) -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n interface_id: felt\n ) -> (is_supported: felt) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n interface_id: felt, value: felt\n ) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo": "namespace ERC165_supported_interfaces {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(interface_id: felt) -> (res: felt) {\n let res = 479559987705328862372362947504386080106579713470203672197513890426980061174;\n let (res) = hash2{hash_ptr=pedersen_ptr}(res, cast(&interface_id, felt*)[0]);\n let (res) = normalize_address(addr=res);\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n interface_id: felt\n ) -> (is_supported: felt) {\n let (storage_addr) = addr(interface_id);\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n interface_id: felt, value: felt\n ) {\n let (storage_addr) = addr(interface_id);\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}", - "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo": "namespace ERC721Enumerable_all_tokens {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(index: Uint256) -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(index: Uint256) -> (\n token_id: Uint256\n ) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n index: Uint256, value: Uint256\n ) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo": "namespace ERC721Enumerable_all_tokens {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(index: Uint256) -> (res: felt) {\n let res = 425948655246834951023382595567403326392147733879151049994459729835523809558;\n let (res) = hash2{hash_ptr=pedersen_ptr}(res, cast(&index, felt*)[0]);\n let (res) = hash2{hash_ptr=pedersen_ptr}(res, cast(&index, felt*)[1]);\n let (res) = normalize_address(addr=res);\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(index: Uint256) -> (\n token_id: Uint256\n ) {\n let (storage_addr) = addr(index);\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n let (__storage_var_temp1) = storage_read(address=storage_addr + 1);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n tempvar __storage_var_temp1: felt = __storage_var_temp1;\n return ([cast(&__storage_var_temp0, Uint256*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n index: Uint256, value: Uint256\n ) {\n let (storage_addr) = addr(index);\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n storage_write(address=storage_addr + 1, value=[cast(&value, felt) + 1]);\n return ();\n }\n}", - "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/decl.cairo": "namespace ERC721Enumerable_all_tokens_index {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(token_id: Uint256) -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n token_id: Uint256\n ) -> (index: Uint256) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n token_id: Uint256, value: Uint256\n ) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo": "namespace ERC721Enumerable_all_tokens_index {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(token_id: Uint256) -> (res: felt) {\n let res = 1216948699083389372761620393074310578140236810850808160611125698991729580099;\n let (res) = hash2{hash_ptr=pedersen_ptr}(res, cast(&token_id, felt*)[0]);\n let (res) = hash2{hash_ptr=pedersen_ptr}(res, cast(&token_id, felt*)[1]);\n let (res) = normalize_address(addr=res);\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n token_id: Uint256\n ) -> (index: Uint256) {\n let (storage_addr) = addr(token_id);\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n let (__storage_var_temp1) = storage_read(address=storage_addr + 1);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n tempvar __storage_var_temp1: felt = __storage_var_temp1;\n return ([cast(&__storage_var_temp0, Uint256*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n token_id: Uint256, value: Uint256\n ) {\n let (storage_addr) = addr(token_id);\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n storage_write(address=storage_addr + 1, value=[cast(&value, felt) + 1]);\n return ();\n }\n}", - "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo": "namespace ERC721Enumerable_all_tokens_len {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (\n total_supply: Uint256\n ) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: Uint256) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo": "namespace ERC721Enumerable_all_tokens_len {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 1079213035913931897056332105495109524451856058442083615283114591834346453995;\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (\n total_supply: Uint256\n ) {\n let (storage_addr) = addr();\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n let (__storage_var_temp1) = storage_read(address=storage_addr + 1);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n tempvar __storage_var_temp1: felt = __storage_var_temp1;\n return ([cast(&__storage_var_temp0, Uint256*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: Uint256) {\n let (storage_addr) = addr();\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n storage_write(address=storage_addr + 1, value=[cast(&value, felt) + 1]);\n return ();\n }\n}", - "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo": "namespace ERC721Enumerable_owned_tokens {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(owner: felt, index: Uint256) -> (\n res: felt\n ) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n owner: felt, index: Uint256\n ) -> (token_id: Uint256) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n owner: felt, index: Uint256, value: Uint256\n ) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo": "namespace ERC721Enumerable_owned_tokens {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(owner: felt, index: Uint256) -> (\n res: felt\n ) {\n let res = 61604307129196780118296711543584917649281122988081132028062811618121784164;\n let (res) = hash2{hash_ptr=pedersen_ptr}(res, cast(&owner, felt*)[0]);\n let (res) = hash2{hash_ptr=pedersen_ptr}(res, cast(&index, felt*)[0]);\n let (res) = hash2{hash_ptr=pedersen_ptr}(res, cast(&index, felt*)[1]);\n let (res) = normalize_address(addr=res);\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n owner: felt, index: Uint256\n ) -> (token_id: Uint256) {\n let (storage_addr) = addr(owner, index);\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n let (__storage_var_temp1) = storage_read(address=storage_addr + 1);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n tempvar __storage_var_temp1: felt = __storage_var_temp1;\n return ([cast(&__storage_var_temp0, Uint256*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n owner: felt, index: Uint256, value: Uint256\n ) {\n let (storage_addr) = addr(owner, index);\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n storage_write(address=storage_addr + 1, value=[cast(&value, felt) + 1]);\n return ();\n }\n}", - "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo": "namespace ERC721Enumerable_owned_tokens_index {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(token_id: Uint256) -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n token_id: Uint256\n ) -> (index: Uint256) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n token_id: Uint256, value: Uint256\n ) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo": "namespace ERC721Enumerable_owned_tokens_index {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(token_id: Uint256) -> (res: felt) {\n let res = 311796791401713537503427708838646807392281481788909959602639719990132509779;\n let (res) = hash2{hash_ptr=pedersen_ptr}(res, cast(&token_id, felt*)[0]);\n let (res) = hash2{hash_ptr=pedersen_ptr}(res, cast(&token_id, felt*)[1]);\n let (res) = normalize_address(addr=res);\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n token_id: Uint256\n ) -> (index: Uint256) {\n let (storage_addr) = addr(token_id);\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n let (__storage_var_temp1) = storage_read(address=storage_addr + 1);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n tempvar __storage_var_temp1: felt = __storage_var_temp1;\n return ([cast(&__storage_var_temp0, Uint256*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n token_id: Uint256, value: Uint256\n ) {\n let (storage_addr) = addr(token_id);\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n storage_write(address=storage_addr + 1, value=[cast(&value, felt) + 1]);\n return ();\n }\n}", - "autogen/starknet/storage_var/ERC721_balances/decl.cairo": "namespace ERC721_balances {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(account: felt) -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(account: felt) -> (\n balance: Uint256\n ) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n account: felt, value: Uint256\n ) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/ERC721_balances/impl.cairo": "namespace ERC721_balances {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(account: felt) -> (res: felt) {\n let res = 1689070751711682002574449661976975431205580400605311704759272493176844520313;\n let (res) = hash2{hash_ptr=pedersen_ptr}(res, cast(&account, felt*)[0]);\n let (res) = normalize_address(addr=res);\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(account: felt) -> (\n balance: Uint256\n ) {\n let (storage_addr) = addr(account);\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n let (__storage_var_temp1) = storage_read(address=storage_addr + 1);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n tempvar __storage_var_temp1: felt = __storage_var_temp1;\n return ([cast(&__storage_var_temp0, Uint256*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n account: felt, value: Uint256\n ) {\n let (storage_addr) = addr(account);\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n storage_write(address=storage_addr + 1, value=[cast(&value, felt) + 1]);\n return ();\n }\n}", - "autogen/starknet/storage_var/ERC721_name/decl.cairo": "namespace ERC721_name {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (name: felt) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/ERC721_name/impl.cairo": "namespace ERC721_name {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 1652684853864905172544337095254754697509410599464472831863256033323469373663;\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (name: felt) {\n let (storage_addr) = addr();\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let (storage_addr) = addr();\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}", - "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo": "namespace ERC721_operator_approvals {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(owner: felt, operator: felt) -> (\n res: felt\n ) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n owner: felt, operator: felt\n ) -> (is_approved: felt) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n owner: felt, operator: felt, value: felt\n ) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo": "namespace ERC721_operator_approvals {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(owner: felt, operator: felt) -> (\n res: felt\n ) {\n let res = 1499941398251932938145434100423974784112539485970179630262769564930032724035;\n let (res) = hash2{hash_ptr=pedersen_ptr}(res, cast(&owner, felt*)[0]);\n let (res) = hash2{hash_ptr=pedersen_ptr}(res, cast(&operator, felt*)[0]);\n let (res) = normalize_address(addr=res);\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n owner: felt, operator: felt\n ) -> (is_approved: felt) {\n let (storage_addr) = addr(owner, operator);\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n owner: felt, operator: felt, value: felt\n ) {\n let (storage_addr) = addr(owner, operator);\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}", - "autogen/starknet/storage_var/ERC721_owners/decl.cairo": "namespace ERC721_owners {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(token_id: Uint256) -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n token_id: Uint256\n ) -> (owner: felt) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n token_id: Uint256, value: felt\n ) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/ERC721_owners/impl.cairo": "namespace ERC721_owners {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(token_id: Uint256) -> (res: felt) {\n let res = 732758942413505530596855626420601171651165063220406830197835351730705261312;\n let (res) = hash2{hash_ptr=pedersen_ptr}(res, cast(&token_id, felt*)[0]);\n let (res) = hash2{hash_ptr=pedersen_ptr}(res, cast(&token_id, felt*)[1]);\n let (res) = normalize_address(addr=res);\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n token_id: Uint256\n ) -> (owner: felt) {\n let (storage_addr) = addr(token_id);\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n token_id: Uint256, value: felt\n ) {\n let (storage_addr) = addr(token_id);\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}", - "autogen/starknet/storage_var/ERC721_symbol/decl.cairo": "namespace ERC721_symbol {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (symbol: felt) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/ERC721_symbol/impl.cairo": "namespace ERC721_symbol {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 573923459913003082056231149040220796427044997268401212428888364214688518306;\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (symbol: felt) {\n let (storage_addr) = addr();\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let (storage_addr) = addr();\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}", - "autogen/starknet/storage_var/ERC721_token_approvals/decl.cairo": "namespace ERC721_token_approvals {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(token_id: Uint256) -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n token_id: Uint256\n ) -> (approved: felt) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n token_id: Uint256, value: felt\n ) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo": "namespace ERC721_token_approvals {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(token_id: Uint256) -> (res: felt) {\n let res = 1076908112970844878973126643644898770413526557587041289723434576783586254781;\n let (res) = hash2{hash_ptr=pedersen_ptr}(res, cast(&token_id, felt*)[0]);\n let (res) = hash2{hash_ptr=pedersen_ptr}(res, cast(&token_id, felt*)[1]);\n let (res) = normalize_address(addr=res);\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n token_id: Uint256\n ) -> (approved: felt) {\n let (storage_addr) = addr(token_id);\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n token_id: Uint256, value: felt\n ) {\n let (storage_addr) = addr(token_id);\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}", - "autogen/starknet/storage_var/Ownable_owner/decl.cairo": "namespace Ownable_owner {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (owner: felt) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/Ownable_owner/impl.cairo": "namespace Ownable_owner {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 1239149872729906871793169171313897310809028090219849129902089947133222824240;\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (owner: felt) {\n let (storage_addr) = addr();\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let (storage_addr) = addr();\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}", - "autogen/starknet/storage_var/Sheet_cell/decl.cairo": "namespace Sheet_cell {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(id: felt) -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(id: felt) -> (\n cell_data: CellData\n ) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n id: felt, value: CellData\n ) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/Sheet_cell/impl.cairo": "namespace Sheet_cell {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(id: felt) -> (res: felt) {\n let res = 531485239653522858590374929777261088186370096163524664202939382659265864159;\n let (res) = hash2{hash_ptr=pedersen_ptr}(res, cast(&id, felt*)[0]);\n let (res) = normalize_address(addr=res);\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(id: felt) -> (\n cell_data: CellData\n ) {\n let (storage_addr) = addr(id);\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n let (__storage_var_temp1) = storage_read(address=storage_addr + 1);\n let (__storage_var_temp2) = storage_read(address=storage_addr + 2);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n tempvar __storage_var_temp1: felt = __storage_var_temp1;\n tempvar __storage_var_temp2: felt = __storage_var_temp2;\n return ([cast(&__storage_var_temp0, CellData*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n id: felt, value: CellData\n ) {\n let (storage_addr) = addr(id);\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n storage_write(address=storage_addr + 1, value=[cast(&value, felt) + 1]);\n storage_write(address=storage_addr + 2, value=[cast(&value, felt) + 2]);\n return ();\n }\n}", - "autogen/starknet/storage_var/Sheet_cell_calldata/decl.cairo": "namespace Sheet_cell_calldata {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(id: felt, index: felt) -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n id: felt, index: felt\n ) -> (value: felt) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n id: felt, index: felt, value: felt\n ) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo": "namespace Sheet_cell_calldata {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(id: felt, index: felt) -> (res: felt) {\n let res = 1538968984242064233142751984656641889085841840397100448476378201159432133852;\n let (res) = hash2{hash_ptr=pedersen_ptr}(res, cast(&id, felt*)[0]);\n let (res) = hash2{hash_ptr=pedersen_ptr}(res, cast(&index, felt*)[0]);\n let (res) = normalize_address(addr=res);\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n id: felt, index: felt\n ) -> (value: felt) {\n let (storage_addr) = addr(id, index);\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n id: felt, index: felt, value: felt\n ) {\n let (storage_addr) = addr(id, index);\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}", - "autogen/starknet/storage_var/Sheet_cell_renderer/decl.cairo": "namespace Sheet_cell_renderer {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (\n address: felt\n ) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo": "namespace Sheet_cell_renderer {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 1744932361213995496184783512748924600834631307981846227036945661186302785888;\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (\n address: felt\n ) {\n let (storage_addr) = addr();\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let (storage_addr) = addr();\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}", - "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo": "namespace Sheet_is_mint_open {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo": "namespace Sheet_is_mint_open {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 1443954384954672340063016508770740888865139325238685197512734853477845003052;\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let (storage_addr) = addr();\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let (storage_addr) = addr();\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}", - "autogen/starknet/storage_var/Sheet_max_per_wallet/decl.cairo": "namespace Sheet_max_per_wallet {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (max: felt) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo": "namespace Sheet_max_per_wallet {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 1524004894486671999300417239700726541524143124141885038369930069964419646199;\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (max: felt) {\n let (storage_addr) = addr();\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let (storage_addr) = addr();\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}", - "autogen/starknet/storage_var/Sheet_merkle_root/decl.cairo": "namespace Sheet_merkle_root {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (root: felt) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo": "namespace Sheet_merkle_root {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 121535090929030722653266216788291698371285888970737918297740923934734904263;\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (root: felt) {\n let (storage_addr) = addr();\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let (storage_addr) = addr();\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}", - "autogen/starknet/storage_var/_n_row/decl.cairo": "namespace _n_row {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (n_row: felt) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/_n_row/impl.cairo": "namespace _n_row {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 1785496281015494153207894051784513323908038005600239446184254367578055461006;\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (n_row: felt) {\n let (storage_addr) = addr();\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let (storage_addr) = addr();\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}", - "autogen/starknet/storage_var/initialized/decl.cairo": "namespace initialized {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/initialized/impl.cairo": "namespace initialized {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 1697461057326310581967816530165551571743938660869987744467005324703617544296;\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let (storage_addr) = addr();\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let (storage_addr) = addr();\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}" - }, - "instruction_locations": { - "0": { - "accessible_scopes": [ - "starkware.cairo.common.alloc", - "starkware.cairo.common.alloc.alloc" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/alloc.cairo" - }, - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 12, - "end_line": 4, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/alloc.cairo" - }, - "start_col": 5, - "start_line": 4 - } - }, - "2": { - "accessible_scopes": [ - "starkware.cairo.common.alloc", - "starkware.cairo.common.alloc.alloc" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 5, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/alloc.cairo" - }, - "start_col": 5, - "start_line": 5 - } - }, - "3": { - "accessible_scopes": [ - "starkware.cairo.common.hash", - "starkware.cairo.common.hash.hash2" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 14, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "start_col": 5, - "start_line": 14 - } - }, - "4": { - "accessible_scopes": [ - "starkware.cairo.common.hash", - "starkware.cairo.common.hash.hash2" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "start_col": 5, - "start_line": 15 - } - }, - "5": { - "accessible_scopes": [ - "starkware.cairo.common.hash", - "starkware.cairo.common.hash.hash2" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "start_col": 5, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'hash_ptr' in:" - ], - "start_col": 12, - "start_line": 13 - }, - "While expanding the reference 'hash_ptr' in:" - ], - "start_col": 20, - "start_line": 17 - } - }, - "7": { - "accessible_scopes": [ - "starkware.cairo.common.hash", - "starkware.cairo.common.hash.hash2" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 16, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "start_col": 20, - "start_line": 18 - }, - "While expanding the reference 'result' in:" - ], - "start_col": 18, - "start_line": 16 - } - }, - "8": { - "accessible_scopes": [ - "starkware.cairo.common.hash", - "starkware.cairo.common.hash.hash2" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "start_col": 5, - "start_line": 18 - } - }, - "9": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 8 - } - }, - "11": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 9, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "12": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 41, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 12 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 23, - "end_line": 2, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'dst' in:" - ], - "start_col": 13, - "start_line": 2 - } - }, - "13": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 44, - "start_line": 13 - }, - "While expanding the reference 'src' in:" - ], - "start_col": 25, - "start_line": 2 - } - }, - "14": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 26, - "start_line": 17 - } - }, - "15": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 17 - } - }, - "16": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 22 - } - }, - "18": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 23 - } - }, - "20": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 27, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 24 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 44, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 29 - } - }, - "22": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 31 - } - }, - "23": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 26, - "end_line": 33, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 33 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 15, - "end_line": 34, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 34 - } - }, - "24": { - "accessible_scopes": [ - "starkware.cairo.lang.compiler.lib.registers", - "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 73, - "end_line": 7, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/lang/compiler/lib/registers.cairo" - }, - "start_col": 5, - "start_line": 7 - } - }, - "25": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.call_contract" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 18, - "start_line": 47 - } - }, - "27": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.call_contract" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 52, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 46 - } - }, - "28": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.call_contract" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 52, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 46 - } - }, - "29": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.call_contract" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 52, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 46 - } - }, - "30": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.call_contract" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 52, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 46 - } - }, - "31": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.call_contract" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 52, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 46 - } - }, - "32": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.call_contract" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 88, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 53 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 54, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 57, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 57 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 42 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 56 - } - }, - "34": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.call_contract" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 57, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 26, - "start_line": 57 - } - }, - "35": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.call_contract" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 73, - "end_line": 57, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 57, - "start_line": 57 - } - }, - "36": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.call_contract" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 57, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 57 - } - }, - "37": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 90, - "end_line": 202, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 63, - "start_line": 202 - } - }, - "39": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 92, - "end_line": 202, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 202 - } - }, - "40": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 93, - "end_line": 203, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 203 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 58, - "end_line": 204, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 205, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 205 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 204 - } - }, - "42": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 205, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 28, - "start_line": 205 - } - }, - "43": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 205, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 205 - } - }, - "44": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 354, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 58, - "start_line": 354 - } - }, - "46": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 354, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 354 - } - }, - "47": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 354, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 354 - } - }, - "48": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 87, - "end_line": 355, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 355 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 53, - "end_line": 357, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 358, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 358 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 357 - } - }, - "50": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 358, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 19, - "start_line": 358 - } - }, - "51": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 358, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 358 - } - }, - "52": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 372, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 18, - "start_line": 372 - } - }, - "54": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 373, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 371 - } - }, - "55": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 373, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 371 - } - }, - "56": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 373, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 371 - } - }, - "57": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 88, - "end_line": 374, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 374 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 54, - "end_line": 375, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 376 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 375 - } - }, - "59": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 376 - } - }, - "60": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 392, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 18, - "start_line": 392 - } - }, - "62": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 391 - } - }, - "63": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 391 - } - }, - "64": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 391 - } - }, - "65": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 391 - } - }, - "66": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 391 - } - }, - "67": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 85, - "end_line": 394, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 394 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 51, - "end_line": 395, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 396, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 396 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 390 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 395 - } - }, - "69": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 396, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 396 - } - }, - "70": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_not_zero" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 11, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 7 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 7, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 12 - } - }, - "72": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_not_zero" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 14, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 14 - } - }, - "74": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_not_zero" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 17 - } - }, - "75": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_not_equal" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 22 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 15, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 32 - } - }, - "76": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_not_equal" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 32 - } - }, - "78": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_not_equal" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 34, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 34 - } - }, - "80": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_not_equal" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 37 - } - }, - "81": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_nn" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 46, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 42 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 26, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 47 - } - }, - "82": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 48, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 49 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 41 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 48 - } - }, - "84": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 49 - } - }, - "85": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 54, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 54 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 41 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - } - }, - "86": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 54, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 15, - "start_line": 54 - } - }, - "87": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 54, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 54 - } - }, - "89": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 55, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 55 - } - }, - "90": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 106, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 97 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 50, - "end_line": 108, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 36, - "start_line": 108 - } - }, - "92": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 95, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 108, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 53, - "start_line": 108 - }, - "While expanding the reference 'high' in:" - ], - "start_col": 16, - "start_line": 95 - } - }, - "93": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 108, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 36, - "start_line": 108 - } - }, - "94": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 108, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 108 - } - }, - "95": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 95, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 113 - }, - "While expanding the reference 'high' in:" - ], - "start_col": 16, - "start_line": 95 - } - }, - "96": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 113 - } - }, - "98": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 94, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 35, - "start_line": 113 - }, - "While expanding the reference 'low' in:" - ], - "start_col": 15, - "start_line": 94 - } - }, - "99": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 113 - } - }, - "100": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 115, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 89, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 116, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 116 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 89 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 115 - } - }, - "102": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 116, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 116 - } - }, - "103": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 184, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 164 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 42, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 25, - "start_line": 186 - } - }, - "104": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 66, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 45, - "start_line": 186 - } - }, - "105": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 45, - "start_line": 186 - } - }, - "107": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 25, - "start_line": 186 - } - }, - "108": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 24, - "start_line": 187 - } - }, - "109": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 48, - "start_line": 187 - } - }, - "110": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 89, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 48, - "start_line": 187 - } - }, - "112": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 89, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 24, - "start_line": 187 - } - }, - "113": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 49, - "end_line": 196, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 196 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 42, - "end_line": 197, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 197 - } - }, - "115": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 23, - "start_line": 198 - } - }, - "117": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 22, - "start_line": 198 - } - }, - "118": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 198 - } - }, - "119": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 199, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 24, - "start_line": 199 - } - }, - "120": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 199, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 34, - "start_line": 199 - } - }, - "122": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 199, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 23, - "start_line": 199 - } - }, - "123": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 199, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 199 - } - }, - "124": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 188, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 200 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 154 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 188 - } - }, - "126": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 200 - } - }, - "127": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 49, - "end_line": 204, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 204 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 50, - "end_line": 205, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 205 - } - }, - "129": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 206, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 21, - "start_line": 206 - } - }, - "131": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 206, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 206 - } - }, - "132": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 207, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 22, - "start_line": 207 - } - }, - "133": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 207, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 207 - } - }, - "134": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 208, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 23, - "start_line": 208 - } - }, - "135": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 208, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 208 - } - }, - "136": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 188, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 209, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 209 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 154 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 188 - } - }, - "138": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 209, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 209 - } - }, - "139": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 31, - "end_line": 213, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 213 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 214, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 214 - } - }, - "140": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 215, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 28, - "start_line": 215 - } - }, - "141": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 215, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 23, - "start_line": 215 - } - }, - "142": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 215, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 215 - } - }, - "143": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 12, - "end_line": 216, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 216 - } - }, - "145": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 188, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 217, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 217 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 154 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 188 - } - }, - "147": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 217, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 217 - } - }, - "148": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_lt_felt" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 230, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 224 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 15, - "end_line": 231, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 231 - } - }, - "149": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_lt_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 231, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 231 - } - }, - "151": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_lt_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 233, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 233 - } - }, - "153": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_lt_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 223, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 235, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 235 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 154 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 223 - } - }, - "154": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_lt_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 223, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 235, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 235 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 38, - "start_line": 223 - } - }, - "155": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_lt_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 223, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 235, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 23, - "start_line": 235 - }, - "While expanding the reference 'b' in:" - ], - "start_col": 41, - "start_line": 223 - } - }, - "156": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_lt_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 235, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 235 - } - }, - "158": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_lt_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 236, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 236 - } - }, - "159": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.signed_div_rem" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 347, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 329 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 41, - "end_line": 327, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 348, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 349, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 349 - }, - "While expanding the reference 'q' in:" - ], - "start_col": 13, - "start_line": 348 - }, - "While expanding the reference 'biased_q' in:" - ], - "start_col": 20, - "start_line": 327 - } - }, - "160": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.signed_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 348, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 349, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 349 - }, - "While expanding the reference 'q' in:" - ], - "start_col": 13, - "start_line": 348 - } - }, - "161": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.signed_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 349, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 349 - } - }, - "162": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.signed_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 326, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 349, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 30, - "start_line": 349 - }, - "While expanding the reference 'r' in:" - ], - "start_col": 13, - "start_line": 326 - } - }, - "163": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.signed_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 349, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 349 - } - }, - "164": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.signed_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 328, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 350, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 350 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 328 - } - }, - "166": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.signed_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 326, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 350, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 15, - "start_line": 350 - }, - "While expanding the reference 'r' in:" - ], - "start_col": 13, - "start_line": 326 - } - }, - "167": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.signed_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 350, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 18, - "start_line": 350 - } - }, - "169": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.signed_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 350, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 350 - } - }, - "171": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.signed_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 351, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 25, - "start_line": 351 - } - }, - "173": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.signed_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 351, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 25, - "start_line": 351 - } - }, - "174": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.signed_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 350, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 351, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 351 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 350 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - } - }, - "175": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.signed_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 327, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 351, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 15, - "start_line": 351 - }, - "While expanding the reference 'biased_q' in:" - ], - "start_col": 20, - "start_line": 327 - } - }, - "176": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.signed_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 351, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 25, - "start_line": 351 - } - }, - "178": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.signed_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 351, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 351 - } - }, - "180": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.signed_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 327, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 348, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 13, - "start_line": 352 - }, - "While expanding the reference 'q' in:" - ], - "start_col": 13, - "start_line": 348 - }, - "While expanding the reference 'biased_q' in:" - ], - "start_col": 20, - "start_line": 327 - } - }, - "181": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.signed_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 351, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 325, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 352 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 325 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 351 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - } - }, - "182": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.signed_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 348, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 13, - "start_line": 352 - }, - "While expanding the reference 'q' in:" - ], - "start_col": 13, - "start_line": 348 - } - }, - "183": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.signed_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 326, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 16, - "start_line": 352 - }, - "While expanding the reference 'r' in:" - ], - "start_col": 13, - "start_line": 326 - } - }, - "184": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.signed_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 352 - } - }, - "185": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 5, - "start_line": 13 - } - }, - "187": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 5, - "start_line": 14 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 7, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 5, - "start_line": 22 - } - }, - "189": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 89, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 50, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 50 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 89 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - } - }, - "190": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 48, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 50, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 24, - "start_line": 50 - }, - "While expanding the reference 'x' in:" - ], - "start_col": 17, - "start_line": 48 - } - }, - "192": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 50, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 50 - } - }, - "194": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 24, - "start_line": 51 - }, - "While expanding the reference 'y' in:" - ], - "start_col": 18, - "start_line": 49 - } - }, - "196": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 89, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 50, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 89, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 51 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 89 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 50 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 89 - } - }, - "197": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 24, - "start_line": 51 - }, - "While expanding the reference 'y' in:" - ], - "start_col": 17, - "start_line": 49 - } - }, - "198": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 51 - } - }, - "200": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 52, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 21, - "start_line": 52 - } - }, - "202": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 52, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 52 - } - }, - "203": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 23 - } - }, - "205": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 57, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 24 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 11, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 25 - } - }, - "207": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 30, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 13, - "start_line": 30 - } - }, - "209": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 28, - "start_line": 32 - } - }, - "211": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 89, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 13, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 89 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - } - }, - "212": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 28, - "start_line": 32 - } - }, - "213": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 13, - "start_line": 32 - } - }, - "215": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 25 - } - }, - "217": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 26, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 13, - "start_line": 26 - } - }, - "219": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 89, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 13, - "start_line": 28 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 89 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - } - }, - "220": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 28, - "start_line": 28 - }, - "While expanding the reference 'addr' in:" - ], - "start_col": 41, - "start_line": 12 - } - }, - "221": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 13, - "start_line": 28 - } - }, - "223": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 34, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 21, - "start_line": 34 - }, - "While expanding the reference 'addr' in:" - ], - "start_col": 41, - "start_line": 12 - } - }, - "224": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 34, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 34 - } - }, - "225": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "227": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 33, - "start_line": 2 - } - }, - "229": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "230": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 23, - "start_line": 3 - } - }, - "232": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "233": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 33, - "start_line": 4 - } - }, - "235": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 6, - "start_line": 4 - } - }, - "236": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/e2129a0023ce5f9e4c3de1d6fb100b2688dccff4a2ed2082db4a311f35c53e21.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 27, - "start_line": 15 - }, - "While handling calldata argument 'previousOwner'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "237": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/445d818b0524d35ae3e73b7abec41731d1445f0ce6866ec5a3a8a871521799a0.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 48, - "start_line": 15 - }, - "While handling calldata argument 'newOwner'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "238": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/445d818b0524d35ae3e73b7abec41731d1445f0ce6866ec5a3a8a871521799a0.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 48, - "start_line": 15 - }, - "While handling calldata argument 'newOwner'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "240": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 1 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 390 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - } - }, - "241": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 21, - "start_line": 1 - } - }, - "243": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 29, - "start_line": 1 - }, - "While expanding the reference '__keys_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 12, - "start_line": 2 - } - }, - "244": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 50, - "start_line": 1 - } - }, - "245": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 84, - "start_line": 1 - }, - "While expanding the reference '__data_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 12, - "start_line": 4 - } - }, - "246": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "248": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - } - }, - "249": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "250": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "251": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "252": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "254": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "255": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 12 - } - }, - "256": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 12 - } - }, - "257": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - } - }, - "259": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 37, - "start_line": 14 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 12 - } - }, - "260": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 58, - "start_line": 14 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 13 - } - }, - "261": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 37, - "start_line": 14 - } - }, - "263": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 31, - "start_line": 16 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 14 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "264": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 32, - "start_line": 17 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 13 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "265": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 35, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 13 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "266": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 45, - "start_line": 19 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 14 - } - }, - "267": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 20 - } - }, - "268": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 23 - } - }, - "269": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 23 - } - }, - "270": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - } - }, - "272": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 23 - } - }, - "273": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 31, - "start_line": 25 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 24 - } - }, - "274": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 55, - "start_line": 25 - } - }, - "275": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - } - }, - "277": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 19 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "278": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 19 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "279": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - } - }, - "280": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 81 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 31 - } - }, - "281": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 50, - "start_line": 81 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 31 - } - }, - "282": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 85, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 93, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 78, - "start_line": 81 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 31 - } - }, - "283": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 29, - "start_line": 32 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 87, - "start_line": 31 - } - }, - "284": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 32 - } - }, - "286": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 33, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 33 - } - }, - "287": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 23, - "start_line": 41 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 56 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 28, - "start_line": 40 - } - }, - "288": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 74, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 23, - "start_line": 41 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 56 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 48, - "start_line": 40 - } - }, - "289": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 91, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 23, - "start_line": 41 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 56 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 76, - "start_line": 40 - } - }, - "290": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 23, - "start_line": 41 - } - }, - "292": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 24, - "start_line": 42 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 41 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 56 - } - }, - "293": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 24, - "start_line": 42 - } - }, - "295": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 44, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 13, - "start_line": 44 - } - }, - "297": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 13, - "start_line": 47 - } - }, - "298": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 49 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 28, - "start_line": 40 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 42 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - } - }, - "299": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 49 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 48, - "start_line": 40 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 41 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 56 - } - }, - "300": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 91, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 49 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 76, - "start_line": 40 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 41 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 56 - } - }, - "301": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 49 - } - }, - "302": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 57, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 16, - "start_line": 57 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 56 - } - }, - "303": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 57, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 16, - "start_line": 57 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 56 - } - }, - "304": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 57, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 16, - "start_line": 57 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 56 - } - }, - "305": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 57, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 16, - "start_line": 57 - } - }, - "307": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 57, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 57 - } - }, - "308": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 61, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 64, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 29, - "start_line": 64 - }, - "While expanding the reference 'new_owner' in:" - ], - "start_col": 9, - "start_line": 61 - } - }, - "309": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 64, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 13, - "start_line": 64 - } - }, - "311": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 66 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 28, - "start_line": 40 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 29, - "start_line": 60 - } - }, - "312": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 66 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 48, - "start_line": 40 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 49, - "start_line": 60 - } - }, - "313": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 92, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 91, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 66 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 76, - "start_line": 40 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 77, - "start_line": 60 - } - }, - "314": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 66 - } - }, - "316": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 61, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 67, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 29, - "start_line": 67 - }, - "While expanding the reference 'new_owner' in:" - ], - "start_col": 9, - "start_line": 61 - } - }, - "317": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 67, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 67 - } - }, - "319": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 68, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 68 - } - }, - "320": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 38, - "start_line": 84 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 56 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 81 - } - }, - "321": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 76, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 38, - "start_line": 84 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 56 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 50, - "start_line": 81 - } - }, - "322": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 93, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 38, - "start_line": 84 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 56 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 78, - "start_line": 81 - } - }, - "323": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 38, - "start_line": 84 - } - }, - "325": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 85 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 19 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 38, - "start_line": 84 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 56 - } - }, - "326": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 85 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 19 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 84 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 56 - } - }, - "327": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 85 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 19 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 38, - "start_line": 84 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 56 - } - }, - "328": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 82, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 29, - "start_line": 85 - }, - "While expanding the reference 'new_owner' in:" - ], - "start_col": 9, - "start_line": 82 - } - }, - "329": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 85 - } - }, - "331": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 86 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 85 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 19 - } - }, - "332": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 86 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 85 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 19 - } - }, - "333": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 35, - "start_line": 86 - }, - "While expanding the reference 'previous_owner' in:" - ], - "start_col": 14, - "start_line": 84 - } - }, - "334": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 82, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 51, - "start_line": 86 - }, - "While expanding the reference 'new_owner' in:" - ], - "start_col": 9, - "start_line": 82 - } - }, - "335": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 86 - } - }, - "337": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 87, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 87 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 81 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 86 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - } - }, - "338": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 87, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 87 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 50, - "start_line": 81 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 9, - "start_line": 85 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 19 - } - }, - "339": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 93, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 87, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 87 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 78, - "start_line": 81 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 86 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - } - }, - "340": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 87, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 87 - } - }, - "341": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_not_zero" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 8 - } - }, - "343": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_not_zero" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 9, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 16, - "start_line": 9 - } - }, - "345": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_not_zero" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 9, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "346": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_not_zero" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 12, - "start_line": 12 - } - }, - "348": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_not_zero" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 12 - } - }, - "349": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 84, - "end_line": 19, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 19 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 40, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 20 - } - }, - "351": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 21 - } - }, - "352": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 22 - } - }, - "354": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 23 - } - }, - "356": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 12, - "start_line": 24 - } - }, - "358": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 24 - } - }, - "359": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 91, - "end_line": 27, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 27 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 48, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 28 - } - }, - "361": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 33, - "start_line": 29 - } - }, - "363": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 32, - "start_line": 29 - } - }, - "365": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 29 - } - }, - "366": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 30, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 30 - } - }, - "368": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 31 - } - }, - "370": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 12, - "start_line": 32 - } - }, - "372": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 32 - } - }, - "373": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 35 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 154 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 18 - } - }, - "374": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 20, - "start_line": 35 - } - }, - "376": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 30, - "start_line": 35 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 29, - "start_line": 18 - } - }, - "377": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 35 - } - }, - "379": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 12, - "start_line": 36 - } - }, - "381": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 36 - } - }, - "382": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 43, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 12, - "start_line": 43 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 42 - } - }, - "383": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 43, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 18, - "start_line": 43 - } - }, - "384": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 43, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 12, - "start_line": 43 - } - }, - "386": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 43, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 43 - } - }, - "387": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le_felt" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 70, - "end_line": 80, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 80 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 34, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 81 - } - }, - "389": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 12, - "end_line": 82, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 82 - } - }, - "391": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 79, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 83, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 83 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 154 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 79 - } - }, - "392": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 79, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 83, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 20, - "start_line": 83 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 34, - "start_line": 79 - } - }, - "393": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 79, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 83, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 23, - "start_line": 83 - }, - "While expanding the reference 'b' in:" - ], - "start_col": 37, - "start_line": 79 - } - }, - "394": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 83, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 83 - } - }, - "396": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 12, - "start_line": 84 - } - }, - "398": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 84 - } - }, - "399": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 79, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 223, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 87, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 87 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 223 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 79 - } - }, - "400": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 79, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 87, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 20, - "start_line": 87 - }, - "While expanding the reference 'b' in:" - ], - "start_col": 37, - "start_line": 79 - } - }, - "401": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 79, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 87, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 23, - "start_line": 87 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 34, - "start_line": 79 - } - }, - "402": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 87, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 87 - } - }, - "404": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 88, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 12, - "start_line": 88 - } - }, - "406": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 88, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 88 - } - }, - "407": { - "accessible_scopes": [ - "starkware.cairo.common.registers", - "starkware.cairo.common.registers.get_label_location" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/registers.cairo" - }, - "start_col": 23, - "start_line": 22 - } - }, - "409": { - "accessible_scopes": [ - "starkware.cairo.common.registers", - "starkware.cairo.common.registers.get_label_location" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/registers.cairo" - }, - "start_col": 27, - "start_line": 25 - } - }, - "411": { - "accessible_scopes": [ - "starkware.cairo.common.registers", - "starkware.cairo.common.registers.get_label_location" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/registers.cairo" - }, - "start_col": 17, - "start_line": 25 - } - }, - "412": { - "accessible_scopes": [ - "starkware.cairo.common.registers", - "starkware.cairo.common.registers.get_label_location" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/registers.cairo" - }, - "start_col": 5, - "start_line": 25 - } - }, - "413": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_check" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 22 - } - }, - "414": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_check" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 23 - } - }, - "415": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_check" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 25 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 24 - } - }, - "417": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_check" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 25 - } - }, - "418": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 32 - } - }, - "420": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_add" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 36 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 46, - "end_line": 43, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 43 - } - }, - "421": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 44, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 44 - } - }, - "422": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 46, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 22, - "start_line": 46 - } - }, - "423": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 46, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 38, - "start_line": 46 - } - }, - "425": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 46, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 46 - } - }, - "426": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 23, - "start_line": 47 - } - }, - "427": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 23, - "start_line": 47 - } - }, - "428": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 71, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 53, - "start_line": 47 - } - }, - "430": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 47 - } - }, - "431": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 48, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 48 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 31 - } - }, - "432": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 33, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 48, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 19, - "start_line": 48 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 11, - "start_line": 33 - } - }, - "433": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 33, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 48, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 19, - "start_line": 48 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 11, - "start_line": 33 - } - }, - "434": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 48, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 48 - } - }, - "436": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 33, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 50, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 13, - "start_line": 50 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 11, - "start_line": 33 - } - }, - "437": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 33, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 50, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 13, - "start_line": 50 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 11, - "start_line": 33 - } - }, - "438": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 50, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 18, - "start_line": 50 - }, - "While expanding the reference 'carry_high' in:" - ], - "start_col": 11, - "start_line": 35 - } - }, - "439": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 50, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 50 - } - }, - "440": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.split_64" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 56 - } - }, - "442": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.split_64" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 63, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 60 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 39, - "end_line": 64, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 22, - "start_line": 64 - } - }, - "444": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.split_64" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 64, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 64 - } - }, - "445": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.split_64" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 65, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 65 - } - }, - "446": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.split_64" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 36, - "start_line": 66 - } - }, - "448": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.split_64" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 36, - "start_line": 66 - } - }, - "449": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.split_64" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 66 - } - }, - "450": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.split_64" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 67, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 67 - } - }, - "451": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.split_64" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 68, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 55, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 69, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 69 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 15, - "start_line": 55 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 68 - } - }, - "453": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.split_64" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 57, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 69, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 13, - "start_line": 69 - }, - "While expanding the reference 'low' in:" - ], - "start_col": 11, - "start_line": 57 - } - }, - "454": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.split_64" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 58, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 69, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 18, - "start_line": 69 - }, - "While expanding the reference 'high' in:" - ], - "start_col": 11, - "start_line": 58 - } - }, - "455": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.split_64" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 69, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 69 - } - }, - "456": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_lt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 9, - "start_line": 134 - } - }, - "457": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_lt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 134 - } - }, - "459": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_lt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 133, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 135, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 17, - "start_line": 135 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 42 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 133 - } - }, - "460": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_lt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 135, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 23, - "start_line": 135 - } - }, - "462": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_lt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 135, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 34, - "start_line": 135 - } - }, - "463": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_lt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 135, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 17, - "start_line": 135 - } - }, - "465": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_lt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 135, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 9, - "start_line": 135 - } - }, - "466": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_lt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 133, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 13, - "start_line": 137 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 42 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 133 - } - }, - "467": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_lt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 19, - "start_line": 137 - } - }, - "469": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_lt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 31, - "start_line": 137 - } - }, - "470": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_lt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 13, - "start_line": 137 - } - }, - "472": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_lt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 137 - } - }, - "473": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 133, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 149, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 20, - "start_line": 149 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 133 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 148 - } - }, - "474": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 149, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 33, - "start_line": 149 - }, - "While expanding the reference 'b' in:" - ], - "start_col": 46, - "start_line": 148 - } - }, - "475": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 149, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 33, - "start_line": 149 - }, - "While expanding the reference 'b' in:" - ], - "start_col": 46, - "start_line": 148 - } - }, - "476": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 149, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 38, - "start_line": 149 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 34, - "start_line": 148 - } - }, - "477": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 149, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 38, - "start_line": 149 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 34, - "start_line": 148 - } - }, - "478": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 149, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 20, - "start_line": 149 - } - }, - "480": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 150, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 17, - "start_line": 150 - } - }, - "482": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 133, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 149, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 150, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 150 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 148 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 149 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 133 - } - }, - "483": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 150, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 17, - "start_line": 150 - } - }, - "484": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 150, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 150 - } - }, - "485": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_not" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 29, - "start_line": 285 - } - }, - "487": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_not" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 52, - "start_line": 285 - } - }, - "489": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_not" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 72, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 285 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 284 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 284 - } - }, - "490": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_not" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 29, - "start_line": 285 - } - }, - "491": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_not" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 52, - "start_line": 285 - } - }, - "492": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_not" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 285 - } - }, - "493": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_neg" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 290, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 291, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 21, - "start_line": 291 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 284 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 290 - } - }, - "494": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_neg" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 290, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 291, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 33, - "start_line": 291 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 35, - "start_line": 290 - } - }, - "495": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_neg" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 290, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 291, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 33, - "start_line": 291 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 35, - "start_line": 290 - } - }, - "496": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_neg" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 291, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 21, - "start_line": 291 - } - }, - "498": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_neg" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 292, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 53, - "start_line": 292 - } - }, - "500": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_neg" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 292, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 61, - "start_line": 292 - } - }, - "502": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_neg" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 292, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 20, - "start_line": 292 - } - }, - "504": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_neg" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 292, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 290, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 293, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 293 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 290 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 292 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 31 - } - }, - "505": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_neg" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 292, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 293, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 17, - "start_line": 293 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 10, - "start_line": 292 - } - }, - "506": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_neg" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 292, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 293, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 17, - "start_line": 293 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 10, - "start_line": 292 - } - }, - "507": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_neg" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 293, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 293 - } - }, - "508": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_sub" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 348, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 290, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 349, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 19, - "start_line": 349 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 290 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 348 - } - }, - "509": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_sub" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 348, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 349, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 31, - "start_line": 349 - }, - "While expanding the reference 'b' in:" - ], - "start_col": 47, - "start_line": 348 - } - }, - "510": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_sub" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 348, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 349, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 31, - "start_line": 349 - }, - "While expanding the reference 'b' in:" - ], - "start_col": 47, - "start_line": 348 - } - }, - "511": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_sub" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 349, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 19, - "start_line": 349 - } - }, - "513": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_sub" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 290, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 349, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 350, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 20, - "start_line": 350 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 31 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 19, - "start_line": 349 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 290 - } - }, - "514": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_sub" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 348, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 350, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 32, - "start_line": 350 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 35, - "start_line": 348 - } - }, - "515": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_sub" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 348, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 350, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 32, - "start_line": 350 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 35, - "start_line": 348 - } - }, - "516": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_sub" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 349, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 350, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 35, - "start_line": 350 - }, - "While expanding the reference 'b_neg' in:" - ], - "start_col": 10, - "start_line": 349 - } - }, - "517": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_sub" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 349, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 350, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 35, - "start_line": 350 - }, - "While expanding the reference 'b_neg' in:" - ], - "start_col": 10, - "start_line": 349 - } - }, - "518": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_sub" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 350, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 20, - "start_line": 350 - } - }, - "520": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_sub" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 350, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 348, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 351, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 351 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 348 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 350 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 31 - } - }, - "521": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_sub" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 350, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 351, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 17, - "start_line": 351 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 10, - "start_line": 350 - } - }, - "522": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_sub" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 350, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 351, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 17, - "start_line": 351 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 10, - "start_line": 350 - } - }, - "523": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_sub" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 351, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 351 - } - }, - "524": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_eq" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 358, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 9, - "start_line": 358 - } - }, - "525": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_eq" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 358, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 358 - } - }, - "527": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_eq" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 358, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 358 - } - }, - "529": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_eq" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 357, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 357, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 359, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 9, - "start_line": 359 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 357 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 357 - } - }, - "530": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_eq" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 359, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 21, - "start_line": 359 - } - }, - "532": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_eq" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 359, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 9, - "start_line": 359 - } - }, - "533": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_eq" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 361, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 9, - "start_line": 361 - } - }, - "534": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_eq" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 361, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 361 - } - }, - "536": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_eq" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 361, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 361 - } - }, - "538": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_eq" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 357, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 357, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 362, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 9, - "start_line": 362 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 357 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 357 - } - }, - "539": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_eq" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 362, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 21, - "start_line": 362 - } - }, - "541": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_eq" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 362, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 9, - "start_line": 362 - } - }, - "542": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_eq" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 357, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 357, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 364, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 364 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 357 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 357 - } - }, - "543": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_eq" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 364, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 17, - "start_line": 364 - } - }, - "545": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_eq" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 364, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 364 - } - }, - "546": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.assert_uint256_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 499, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 500, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 17, - "start_line": 500 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 148 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 499 - } - }, - "547": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.assert_uint256_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 499, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 500, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 28, - "start_line": 500 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 41, - "start_line": 499 - } - }, - "548": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.assert_uint256_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 499, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 500, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 28, - "start_line": 500 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 41, - "start_line": 499 - } - }, - "549": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.assert_uint256_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 499, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 500, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 31, - "start_line": 500 - }, - "While expanding the reference 'b' in:" - ], - "start_col": 53, - "start_line": 499 - } - }, - "550": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.assert_uint256_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 499, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 500, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 31, - "start_line": 500 - }, - "While expanding the reference 'b' in:" - ], - "start_col": 53, - "start_line": 499 - } - }, - "551": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.assert_uint256_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 500, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 17, - "start_line": 500 - } - }, - "553": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.assert_uint256_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 502, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 9, - "start_line": 502 - } - }, - "555": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.assert_uint256_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 500, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 499, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 504, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 504 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 499 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 500 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 148 - } - }, - "556": { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.assert_uint256_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 504, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "start_col": 5, - "start_line": 504 - } - }, - "557": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 36, - "start_line": 9 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "558": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 94, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 50, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "560": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 84, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 55, - "start_line": 9 - } - }, - "561": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 85, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - } - }, - "563": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 21, - "start_line": 10 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "564": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 44, - "start_line": 10 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 9 - } - }, - "565": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 21, - "start_line": 10 - } - }, - "567": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 9, - "start_line": 11 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 9 - } - }, - "568": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 9, - "start_line": 11 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 10 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - } - }, - "569": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 21, - "start_line": 11 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 10 - } - }, - "570": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 9, - "start_line": 11 - } - }, - "571": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 30, - "start_line": 17 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 14 - } - }, - "572": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 30, - "start_line": 17 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 14 - } - }, - "573": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 35, - "start_line": 17 - }, - "While expanding the reference 'interface_id' in:" - ], - "start_col": 9, - "start_line": 15 - } - }, - "574": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 30, - "start_line": 17 - } - }, - "576": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 37, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 14 - } - }, - "577": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 58, - "start_line": 18 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 17 - } - }, - "578": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 37, - "start_line": 18 - } - }, - "580": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 31, - "start_line": 20 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 18 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "581": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 32, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 17 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "582": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 22, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 35, - "start_line": 22 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 17 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "583": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 45, - "start_line": 23 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 18 - } - }, - "584": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 9, - "start_line": 24 - } - }, - "585": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 30, - "start_line": 30 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 27 - } - }, - "586": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 30, - "start_line": 30 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 27 - } - }, - "587": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 35, - "start_line": 30 - }, - "While expanding the reference 'interface_id' in:" - ], - "start_col": 9, - "start_line": 28 - } - }, - "588": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 30, - "start_line": 30 - } - }, - "590": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 9, - "start_line": 31 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 27 - } - }, - "591": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 31, - "start_line": 31 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 30 - } - }, - "592": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 55, - "start_line": 31 - } - }, - "593": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 9, - "start_line": 31 - } - }, - "595": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 9, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 30 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "596": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 9, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 30 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "597": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces", - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/impl.cairo" - }, - "start_col": 9, - "start_line": 32 - } - }, - "598": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165", - "openzeppelin.introspection.erc165.library.ERC165.supports_interface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "start_col": 13, - "start_line": 20 - } - }, - "600": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165", - "openzeppelin.introspection.erc165.library.ERC165.supports_interface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "start_col": 9, - "start_line": 20 - } - }, - "602": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165", - "openzeppelin.introspection.erc165.library.ERC165.supports_interface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "start_col": 13, - "start_line": 21 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 29, - "start_line": 17 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 29, - "start_line": 17 - } - }, - "603": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165", - "openzeppelin.introspection.erc165.library.ERC165.supports_interface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "start_col": 13, - "start_line": 21 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 49, - "start_line": 17 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 49, - "start_line": 17 - } - }, - "604": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165", - "openzeppelin.introspection.erc165.library.ERC165.supports_interface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 92, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "parent_location": [ - { - "end_col": 92, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "start_col": 13, - "start_line": 21 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 77, - "start_line": 17 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 77, - "start_line": 17 - } - }, - "605": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165", - "openzeppelin.introspection.erc165.library.ERC165.supports_interface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "start_col": 29, - "start_line": 21 - } - }, - "607": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165", - "openzeppelin.introspection.erc165.library.ERC165.supports_interface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "start_col": 13, - "start_line": 21 - } - }, - "608": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165", - "openzeppelin.introspection.erc165.library.ERC165.supports_interface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/decl.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "start_col": 30, - "start_line": 25 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 29, - "start_line": 17 - } - }, - "609": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165", - "openzeppelin.introspection.erc165.library.ERC165.supports_interface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/decl.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "start_col": 30, - "start_line": 25 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 49, - "start_line": 17 - } - }, - "610": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165", - "openzeppelin.introspection.erc165.library.ERC165.supports_interface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 92, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/decl.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "start_col": 30, - "start_line": 25 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 77, - "start_line": 17 - } - }, - "611": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165", - "openzeppelin.introspection.erc165.library.ERC165.supports_interface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "start_col": 63, - "start_line": 25 - }, - "While expanding the reference 'interface_id' in:" - ], - "start_col": 9, - "start_line": 18 - } - }, - "612": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165", - "openzeppelin.introspection.erc165.library.ERC165.supports_interface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 76, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "start_col": 30, - "start_line": 25 - } - }, - "614": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165", - "openzeppelin.introspection.erc165.library.ERC165.supports_interface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 26, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "start_col": 9, - "start_line": 26 - } - }, - "615": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165", - "openzeppelin.introspection.erc165.library.ERC165.register_interface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 30, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 33, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "start_col": 30, - "start_line": 33 - }, - "While expanding the reference 'interface_id' in:" - ], - "start_col": 9, - "start_line": 30 - } - }, - "616": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165", - "openzeppelin.introspection.erc165.library.ERC165.register_interface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 33, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "start_col": 44, - "start_line": 33 - } - }, - "618": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165", - "openzeppelin.introspection.erc165.library.ERC165.register_interface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 33, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "start_col": 13, - "start_line": 33 - } - }, - "620": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165", - "openzeppelin.introspection.erc165.library.ERC165.register_interface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/decl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "start_col": 9, - "start_line": 35 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 29, - "start_line": 29 - } - }, - "621": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165", - "openzeppelin.introspection.erc165.library.ERC165.register_interface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/decl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "start_col": 9, - "start_line": 35 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 49, - "start_line": 29 - } - }, - "622": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165", - "openzeppelin.introspection.erc165.library.ERC165.register_interface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 92, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC165_supported_interfaces/decl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "start_col": 9, - "start_line": 35 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 77, - "start_line": 29 - } - }, - "623": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165", - "openzeppelin.introspection.erc165.library.ERC165.register_interface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 30, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "start_col": 43, - "start_line": 35 - }, - "While expanding the reference 'interface_id' in:" - ], - "start_col": 9, - "start_line": 30 - } - }, - "624": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165", - "openzeppelin.introspection.erc165.library.ERC165.register_interface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "start_col": 57, - "start_line": 35 - } - }, - "626": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165", - "openzeppelin.introspection.erc165.library.ERC165.register_interface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "start_col": 9, - "start_line": 35 - } - }, - "628": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.library", - "openzeppelin.introspection.erc165.library.ERC165", - "openzeppelin.introspection.erc165.library.ERC165.register_interface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "start_col": 9, - "start_line": 36 - } - }, - "629": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "631": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 41, - "start_line": 3 - } - }, - "633": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 6, - "start_line": 3 - } - }, - "634": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/280c0a864fa1758c1c68a2dbf7db54c26c78c0212241fc0ab68100cf9886a85a.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "start_col": 28, - "start_line": 8 - }, - "While handling calldata argument 'interfaceId'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "635": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/280c0a864fa1758c1c68a2dbf7db54c26c78c0212241fc0ab68100cf9886a85a.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/f50ea4a37616147e889ba1b747383d1afbdef44f9e4713bc1859b7607cc3c796.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 19, - "start_line": 5 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 28, - "start_line": 8 - }, - "While handling calldata argument 'interfaceId'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "637": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/2a1791e6eb36480300e6de9be3cf0c73e2bf0096fbe6995a9e4600da5d0240a4.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/f50ea4a37616147e889ba1b747383d1afbdef44f9e4713bc1859b7607cc3c796.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 42 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 24, - "start_line": 1 - } - }, - "638": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/2a1791e6eb36480300e6de9be3cf0c73e2bf0096fbe6995a9e4600da5d0240a4.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/f50ea4a37616147e889ba1b747383d1afbdef44f9e4713bc1859b7607cc3c796.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 22, - "start_line": 3 - }, - "While expanding the reference 'contract_address' in:" - ], - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 5, - "start_line": 2 - } - }, - "639": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/f50ea4a37616147e889ba1b747383d1afbdef44f9e4713bc1859b7607cc3c796.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 23, - "start_line": 4 - } - }, - "641": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/f50ea4a37616147e889ba1b747383d1afbdef44f9e4713bc1859b7607cc3c796.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 19, - "start_line": 5 - } - }, - "642": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/f50ea4a37616147e889ba1b747383d1afbdef44f9e4713bc1859b7607cc3c796.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 14, - "start_line": 6 - }, - "While expanding the reference 'calldata_ptr_start' in:" - ], - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 12, - "start_line": 3 - } - }, - "643": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/f50ea4a37616147e889ba1b747383d1afbdef44f9e4713bc1859b7607cc3c796.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - } - }, - "645": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/8ca78f1082aaedcf62c13aff4dffe5943aa04164c60cb6d9f03916c0319201df.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/accb388bcbbace5b6218198851efaad2a781c1339e305a37fab51afe90a3194a.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/96447016176d161dae83f414c4d3e33e78856e0ef69bc33f8d419f1c9b90f9c5.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "start_col": 10, - "start_line": 8 - }, - "While handling return values of" - ], - "start_col": 23, - "start_line": 1 - }, - "While expanding the reference '__return_value_actual_size' in:" - ], - "start_col": 10, - "start_line": 8 - }, - "While handling return values of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 51, - "start_line": 8 - }, - "While handling return value 'success'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "647": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/96447016176d161dae83f414c4d3e33e78856e0ef69bc33f8d419f1c9b90f9c5.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "start_col": 10, - "start_line": 8 - }, - "While handling return values of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "648": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/f50ea4a37616147e889ba1b747383d1afbdef44f9e4713bc1859b7607cc3c796.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/2a1791e6eb36480300e6de9be3cf0c73e2bf0096fbe6995a9e4600da5d0240a4.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/18abb29d0a089e1c243e4bd2b316687e6162b3321c14733ee37389da5d8b074f.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 24, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 42 - } - }, - "649": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/2a1791e6eb36480300e6de9be3cf0c73e2bf0096fbe6995a9e4600da5d0240a4.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/2a1791e6eb36480300e6de9be3cf0c73e2bf0096fbe6995a9e4600da5d0240a4.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/18abb29d0a089e1c243e4bd2b316687e6162b3321c14733ee37389da5d8b074f.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "650": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/8ca78f1082aaedcf62c13aff4dffe5943aa04164c60cb6d9f03916c0319201df.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/18abb29d0a089e1c243e4bd2b316687e6162b3321c14733ee37389da5d8b074f.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 17, - "start_line": 2 - }, - "While expanding the reference '__return_value_arg_success' in:" - ], - "start_col": 51, - "start_line": 8 - }, - "While handling return value 'success'" - ], - "start_col": 34, - "start_line": 1 - } - }, - "651": { - "accessible_scopes": [ - "openzeppelin.introspection.erc165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165", - "openzeppelin.introspection.erc165.IERC165.IERC165.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/18abb29d0a089e1c243e4bd2b316687e6162b3321c14733ee37389da5d8b074f.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "652": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 26, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 23 - } - }, - "653": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 26, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 23, - "start_line": 26 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 9, - "start_line": 24 - } - }, - "654": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 26, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 23, - "start_line": 26 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 9, - "start_line": 24 - } - }, - "655": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 26, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 9, - "start_line": 26 - } - }, - "657": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 27, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 23, - "start_line": 27 - }, - "While expanding the reference 'b' in:" - ], - "start_col": 21, - "start_line": 24 - } - }, - "658": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 27, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 23, - "start_line": 27 - }, - "While expanding the reference 'b' in:" - ], - "start_col": 21, - "start_line": 24 - } - }, - "659": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 27, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 9, - "start_line": 27 - } - }, - "661": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 53, - "start_line": 28 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 9, - "start_line": 24 - } - }, - "662": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 53, - "start_line": 28 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 9, - "start_line": 24 - } - }, - "663": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 56, - "start_line": 28 - }, - "While expanding the reference 'b' in:" - ], - "start_col": 21, - "start_line": 24 - } - }, - "664": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 56, - "start_line": 28 - }, - "While expanding the reference 'b' in:" - ], - "start_col": 21, - "start_line": 24 - } - }, - "665": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 41, - "start_line": 28 - } - }, - "667": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 30, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 13, - "start_line": 30 - } - }, - "669": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 9, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 14, - "start_line": 23 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 14, - "start_line": 23 - } - }, - "670": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 9, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 23 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 23 - } - }, - "671": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 77, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 9, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 23 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 41, - "start_line": 28 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 31 - } - }, - "672": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 19, - "start_line": 32 - }, - "While expanding the reference 'c' in:" - ], - "start_col": 14, - "start_line": 28 - } - }, - "673": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 19, - "start_line": 32 - }, - "While expanding the reference 'c' in:" - ], - "start_col": 14, - "start_line": 28 - } - }, - "674": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.add" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 9, - "start_line": 32 - } - }, - "675": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 9, - "start_line": 40 - } - }, - "677": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 9, - "start_line": 41 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 37 - } - }, - "678": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 38, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 23, - "start_line": 41 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 9, - "start_line": 38 - } - }, - "679": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 38, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 23, - "start_line": 41 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 9, - "start_line": 38 - } - }, - "680": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 9, - "start_line": 41 - } - }, - "682": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 38, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 23, - "start_line": 42 - }, - "While expanding the reference 'b' in:" - ], - "start_col": 21, - "start_line": 38 - } - }, - "683": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 38, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 23, - "start_line": 42 - }, - "While expanding the reference 'b' in:" - ], - "start_col": 21, - "start_line": 38 - } - }, - "684": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 9, - "start_line": 42 - } - }, - "686": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 38, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 43, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 34, - "start_line": 43 - }, - "While expanding the reference 'b' in:" - ], - "start_col": 21, - "start_line": 38 - } - }, - "687": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 38, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 43, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 34, - "start_line": 43 - }, - "While expanding the reference 'b' in:" - ], - "start_col": 21, - "start_line": 38 - } - }, - "688": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 38, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 43, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 37, - "start_line": 43 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 9, - "start_line": 38 - } - }, - "689": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 38, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 43, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 37, - "start_line": 43 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 9, - "start_line": 38 - } - }, - "690": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 43, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 23, - "start_line": 43 - } - }, - "692": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 45, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 13, - "start_line": 45 - } - }, - "694": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 43, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 348, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 28, - "start_line": 47 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 348 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 43 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 148 - } - }, - "695": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 38, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 40, - "start_line": 47 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 9, - "start_line": 38 - } - }, - "696": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 38, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 40, - "start_line": 47 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 9, - "start_line": 38 - } - }, - "697": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 38, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 43, - "start_line": 47 - }, - "While expanding the reference 'b' in:" - ], - "start_col": 21, - "start_line": 38 - } - }, - "698": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 38, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 43, - "start_line": 47 - }, - "While expanding the reference 'b' in:" - ], - "start_col": 21, - "start_line": 38 - } - }, - "699": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 28, - "start_line": 47 - } - }, - "701": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 48, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 9, - "start_line": 48 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 37 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 37 - } - }, - "702": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 48, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 9, - "start_line": 48 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 37, - "start_line": 37 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 37, - "start_line": 37 - } - }, - "703": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 348, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 48, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 9, - "start_line": 48 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 37 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 28, - "start_line": 47 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 348 - } - }, - "704": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 48, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 19, - "start_line": 48 - }, - "While expanding the reference 'c' in:" - ], - "start_col": 14, - "start_line": 47 - } - }, - "705": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 48, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 19, - "start_line": 48 - }, - "While expanding the reference 'c' in:" - ], - "start_col": 14, - "start_line": 47 - } - }, - "706": { - "accessible_scopes": [ - "openzeppelin.security.safemath.library", - "openzeppelin.security.safemath.library.SafeUint256", - "openzeppelin.security.safemath.library.SafeUint256.sub_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 48, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "start_col": 9, - "start_line": 48 - } - }, - "707": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 10, - "start_line": 10 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "709": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 10, - "start_line": 10 - }, - "While handling contract interface function:" - ], - "start_col": 41, - "start_line": 3 - } - }, - "711": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 10, - "start_line": 10 - }, - "While handling contract interface function:" - ], - "start_col": 6, - "start_line": 3 - } - }, - "712": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/d68c2b8787e4e85a0788ba04df9230f6e6b1f9240af8998fd1d7acac9fe8e6db.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 11, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 9, - "start_line": 11 - }, - "While handling calldata argument 'operator'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "713": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/ad6bf90c88bb84c90b568cfe0e89ce22c3213011f6c9cc8bf0b75066ae521c26.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 11, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 25, - "start_line": 11 - }, - "While handling calldata argument 'from_'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "714": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/001e7e7ada5970d5cd7e7b9fbe70b3d18a0e22c2451b74c773c532e003bf9599.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 11, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 38, - "start_line": 11 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 1, - "start_line": 3 - } - }, - "715": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/arg_processor/001e7e7ada5970d5cd7e7b9fbe70b3d18a0e22c2451b74c773c532e003bf9599.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 11, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 38, - "start_line": 11 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 1, - "start_line": 4 - } - }, - "716": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/5acfd8e875f992ccc9524eb75bc3cf4970bff0987c9ed04b83bdbe0bdb94c8b5.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 11, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 56, - "start_line": 11 - }, - "While handling calldata argument 'data_len'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "717": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/5f7cff0f0869183ab81c52dd23cebe852fdd2ffd08dec74a7e76d81c9d544ed2.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 11, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 72, - "start_line": 11 - }, - "While handling calldata argument 'data'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "718": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/5f7cff0f0869183ab81c52dd23cebe852fdd2ffd08dec74a7e76d81c9d544ed2.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 11, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 72, - "start_line": 11 - }, - "While handling calldata argument 'data'" - ], - "start_col": 1, - "start_line": 5 - } - }, - "720": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/5acfd8e875f992ccc9524eb75bc3cf4970bff0987c9ed04b83bdbe0bdb94c8b5.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 11, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/5f7cff0f0869183ab81c52dd23cebe852fdd2ffd08dec74a7e76d81c9d544ed2.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 11, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 72, - "start_line": 11 - }, - "While handling calldata argument 'data'" - ], - "start_col": 31, - "start_line": 10 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 56, - "start_line": 11 - }, - "While handling calldata argument 'data_len'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "722": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/5f7cff0f0869183ab81c52dd23cebe852fdd2ffd08dec74a7e76d81c9d544ed2.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 11, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 72, - "start_line": 11 - }, - "While handling calldata argument 'data'" - ], - "start_col": 1, - "start_line": 10 - } - }, - "723": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/5acfd8e875f992ccc9524eb75bc3cf4970bff0987c9ed04b83bdbe0bdb94c8b5.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 11, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/arg_processor/5f7cff0f0869183ab81c52dd23cebe852fdd2ffd08dec74a7e76d81c9d544ed2.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 11, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/arg_processor/5f7cff0f0869183ab81c52dd23cebe852fdd2ffd08dec74a7e76d81c9d544ed2.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 11, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 72, - "start_line": 11 - }, - "While handling calldata argument 'data'" - ], - "start_col": 9, - "start_line": 12 - }, - "While expanding the reference '__calldata_ptr_copy' in:" - ], - "start_col": 72, - "start_line": 11 - }, - "While handling calldata argument 'data'" - ], - "start_col": 27, - "start_line": 7 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 56, - "start_line": 11 - }, - "While handling calldata argument 'data_len'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "725": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 83, - "end_line": 11, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/arg_processor/5f7cff0f0869183ab81c52dd23cebe852fdd2ffd08dec74a7e76d81c9d544ed2.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 11, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 72, - "start_line": 11 - }, - "While handling calldata argument 'data'" - ], - "start_col": 9, - "start_line": 13 - }, - "While expanding the reference 'data' in:" - ], - "start_col": 72, - "start_line": 11 - } - }, - "726": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 70, - "end_line": 11, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/5f7cff0f0869183ab81c52dd23cebe852fdd2ffd08dec74a7e76d81c9d544ed2.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 11, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 72, - "start_line": 11 - }, - "While handling calldata argument 'data'" - ], - "start_col": 9, - "start_line": 14 - }, - "While expanding the reference 'data_len' in:" - ], - "start_col": 56, - "start_line": 11 - } - }, - "727": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/5f7cff0f0869183ab81c52dd23cebe852fdd2ffd08dec74a7e76d81c9d544ed2.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 11, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 72, - "start_line": 11 - }, - "While handling calldata argument 'data'" - ], - "start_col": 1, - "start_line": 11 - } - }, - "729": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/7867481925aec1465158cbaa62d2d4fc603e34734d22c5e07da7379a4d0d3f0e.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/15cc68dcffa081f990a115434ffe958c4bde04186a7f9f51e10c68f8fafad966.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 10, - "start_line": 10 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 42 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 10 - }, - "While handling contract interface function:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "730": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/7867481925aec1465158cbaa62d2d4fc603e34734d22c5e07da7379a4d0d3f0e.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/15cc68dcffa081f990a115434ffe958c4bde04186a7f9f51e10c68f8fafad966.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 10, - "start_line": 10 - }, - "While handling contract interface function:" - ], - "start_col": 22, - "start_line": 3 - }, - "While expanding the reference 'contract_address' in:" - ], - "start_col": 10, - "start_line": 10 - }, - "While handling contract interface function:" - ], - "start_col": 5, - "start_line": 2 - } - }, - "731": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/15cc68dcffa081f990a115434ffe958c4bde04186a7f9f51e10c68f8fafad966.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 10, - "start_line": 10 - }, - "While handling contract interface function:" - ], - "start_col": 23, - "start_line": 4 - } - }, - "733": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/15cc68dcffa081f990a115434ffe958c4bde04186a7f9f51e10c68f8fafad966.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 10, - "start_line": 10 - }, - "While handling contract interface function:" - ], - "start_col": 19, - "start_line": 5 - } - }, - "734": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/15cc68dcffa081f990a115434ffe958c4bde04186a7f9f51e10c68f8fafad966.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 10, - "start_line": 10 - }, - "While handling contract interface function:" - ], - "start_col": 14, - "start_line": 6 - }, - "While expanding the reference 'calldata_ptr_start' in:" - ], - "start_col": 10, - "start_line": 10 - }, - "While handling contract interface function:" - ], - "start_col": 12, - "start_line": 3 - } - }, - "735": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/15cc68dcffa081f990a115434ffe958c4bde04186a7f9f51e10c68f8fafad966.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 10, - "start_line": 10 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - } - }, - "737": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/2d2a59588c2058016ad4194dc37ffe15f61d7d7faa733af03df5d625b7049362.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/accb388bcbbace5b6218198851efaad2a781c1339e305a37fab51afe90a3194a.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/96447016176d161dae83f414c4d3e33e78856e0ef69bc33f8d419f1c9b90f9c5.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 10, - "start_line": 10 - }, - "While handling return values of" - ], - "start_col": 23, - "start_line": 1 - }, - "While expanding the reference '__return_value_actual_size' in:" - ], - "start_col": 10, - "start_line": 10 - }, - "While handling return values of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 11, - "start_line": 12 - }, - "While handling return value 'selector'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "739": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/96447016176d161dae83f414c4d3e33e78856e0ef69bc33f8d419f1c9b90f9c5.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 10, - "start_line": 10 - }, - "While handling return values of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "740": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/15cc68dcffa081f990a115434ffe958c4bde04186a7f9f51e10c68f8fafad966.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/7867481925aec1465158cbaa62d2d4fc603e34734d22c5e07da7379a4d0d3f0e.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/eacb58a12700a3c997996f81c85f24b3de75e21f5c5811cc3b2470465a1aa212.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 10, - "start_line": 10 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 10 - }, - "While handling contract interface function:" - ], - "start_col": 23, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 10 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 42 - } - }, - "741": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/5f7cff0f0869183ab81c52dd23cebe852fdd2ffd08dec74a7e76d81c9d544ed2.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 11, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/7867481925aec1465158cbaa62d2d4fc603e34734d22c5e07da7379a4d0d3f0e.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/eacb58a12700a3c997996f81c85f24b3de75e21f5c5811cc3b2470465a1aa212.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 10, - "start_line": 10 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 10 - }, - "While handling contract interface function:" - ], - "start_col": 43, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 72, - "start_line": 11 - }, - "While handling calldata argument 'data'" - ], - "start_col": 7, - "start_line": 5 - } - }, - "742": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/2d2a59588c2058016ad4194dc37ffe15f61d7d7faa733af03df5d625b7049362.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/eacb58a12700a3c997996f81c85f24b3de75e21f5c5811cc3b2470465a1aa212.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 10, - "start_line": 10 - }, - "While handling contract interface function:" - ], - "start_col": 18, - "start_line": 2 - }, - "While expanding the reference '__return_value_arg_selector' in:" - ], - "start_col": 11, - "start_line": 12 - }, - "While handling return value 'selector'" - ], - "start_col": 35, - "start_line": 1 - } - }, - "743": { - "accessible_scopes": [ - "openzeppelin.token.erc721.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/eacb58a12700a3c997996f81c85f24b3de75e21f5c5811cc3b2470465a1aa212.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "start_col": 10, - "start_line": 10 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "744": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Transfer", - "openzeppelin.token.erc721.library.Transfer.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Transfer/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "746": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Transfer", - "openzeppelin.token.erc721.library.Transfer.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/Transfer/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 33, - "start_line": 2 - } - }, - "748": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Transfer", - "openzeppelin.token.erc721.library.Transfer.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/Transfer/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "749": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Transfer", - "openzeppelin.token.erc721.library.Transfer.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/event/Transfer/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 23, - "start_line": 3 - } - }, - "751": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Transfer", - "openzeppelin.token.erc721.library.Transfer.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/event/Transfer/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "752": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Transfer", - "openzeppelin.token.erc721.library.Transfer.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/event/Transfer/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 33, - "start_line": 4 - } - }, - "754": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Transfer", - "openzeppelin.token.erc721.library.Transfer.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/event/Transfer/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 6, - "start_line": 4 - } - }, - "755": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Transfer", - "openzeppelin.token.erc721.library.Transfer.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/ad6bf90c88bb84c90b568cfe0e89ce22c3213011f6c9cc8bf0b75066ae521c26.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 15, - "start_line": 28 - }, - "While handling calldata argument 'from_'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "756": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Transfer", - "openzeppelin.token.erc721.library.Transfer.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/2670bb539ede27446c75876e41bcf9ef5cab09b9eec143f3986635a545b089ab.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 28, - "start_line": 28 - }, - "While handling calldata argument 'to'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "757": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Transfer", - "openzeppelin.token.erc721.library.Transfer.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/001e7e7ada5970d5cd7e7b9fbe70b3d18a0e22c2451b74c773c532e003bf9599.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 38, - "start_line": 28 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 1, - "start_line": 3 - } - }, - "758": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Transfer", - "openzeppelin.token.erc721.library.Transfer.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/arg_processor/001e7e7ada5970d5cd7e7b9fbe70b3d18a0e22c2451b74c773c532e003bf9599.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 38, - "start_line": 28 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 1, - "start_line": 4 - } - }, - "759": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Transfer", - "openzeppelin.token.erc721.library.Transfer.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/001e7e7ada5970d5cd7e7b9fbe70b3d18a0e22c2451b74c773c532e003bf9599.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Transfer/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 38, - "start_line": 28 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 22, - "start_line": 5 - } - }, - "761": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Transfer", - "openzeppelin.token.erc721.library.Transfer.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Transfer/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Transfer/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 1 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 390 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - } - }, - "762": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Transfer", - "openzeppelin.token.erc721.library.Transfer.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Transfer/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 21, - "start_line": 1 - } - }, - "764": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Transfer", - "openzeppelin.token.erc721.library.Transfer.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/Transfer/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Transfer/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 29, - "start_line": 1 - }, - "While expanding the reference '__keys_ptr' in:" - ], - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 12, - "start_line": 2 - } - }, - "765": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Transfer", - "openzeppelin.token.erc721.library.Transfer.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Transfer/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 50, - "start_line": 1 - } - }, - "766": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Transfer", - "openzeppelin.token.erc721.library.Transfer.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/event/Transfer/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Transfer/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 84, - "start_line": 1 - }, - "While expanding the reference '__data_ptr' in:" - ], - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 12, - "start_line": 4 - } - }, - "767": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Transfer", - "openzeppelin.token.erc721.library.Transfer.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Transfer/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "769": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Transfer", - "openzeppelin.token.erc721.library.Transfer.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Transfer/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Transfer/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/Transfer/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - } - }, - "770": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Transfer", - "openzeppelin.token.erc721.library.Transfer.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/Transfer/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "771": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Approval", - "openzeppelin.token.erc721.library.Approval.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Approval/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "773": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Approval", - "openzeppelin.token.erc721.library.Approval.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/Approval/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 33, - "start_line": 2 - } - }, - "775": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Approval", - "openzeppelin.token.erc721.library.Approval.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/Approval/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "776": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Approval", - "openzeppelin.token.erc721.library.Approval.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/event/Approval/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 23, - "start_line": 3 - } - }, - "778": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Approval", - "openzeppelin.token.erc721.library.Approval.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/event/Approval/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "779": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Approval", - "openzeppelin.token.erc721.library.Approval.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/event/Approval/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 33, - "start_line": 4 - } - }, - "781": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Approval", - "openzeppelin.token.erc721.library.Approval.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/event/Approval/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 6, - "start_line": 4 - } - }, - "782": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Approval", - "openzeppelin.token.erc721.library.Approval.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/7e247556a8b9bc505c1e503bda1dbcb424caa8925f45ae18cdde008e8b84b376.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 15, - "start_line": 32 - }, - "While handling calldata argument 'owner'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "783": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Approval", - "openzeppelin.token.erc721.library.Approval.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/3766ca78b7221666e5286be6b1bea607d51c54e82b2b7db68735ed38d00f7732.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 28, - "start_line": 32 - }, - "While handling calldata argument 'approved'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "784": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Approval", - "openzeppelin.token.erc721.library.Approval.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/001e7e7ada5970d5cd7e7b9fbe70b3d18a0e22c2451b74c773c532e003bf9599.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 44, - "start_line": 32 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 1, - "start_line": 3 - } - }, - "785": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Approval", - "openzeppelin.token.erc721.library.Approval.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/arg_processor/001e7e7ada5970d5cd7e7b9fbe70b3d18a0e22c2451b74c773c532e003bf9599.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 44, - "start_line": 32 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 1, - "start_line": 4 - } - }, - "786": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Approval", - "openzeppelin.token.erc721.library.Approval.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/001e7e7ada5970d5cd7e7b9fbe70b3d18a0e22c2451b74c773c532e003bf9599.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Approval/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 44, - "start_line": 32 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 22, - "start_line": 5 - } - }, - "788": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Approval", - "openzeppelin.token.erc721.library.Approval.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Approval/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Approval/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 1 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 390 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - } - }, - "789": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Approval", - "openzeppelin.token.erc721.library.Approval.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Approval/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 21, - "start_line": 1 - } - }, - "791": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Approval", - "openzeppelin.token.erc721.library.Approval.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/Approval/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Approval/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 29, - "start_line": 1 - }, - "While expanding the reference '__keys_ptr' in:" - ], - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 12, - "start_line": 2 - } - }, - "792": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Approval", - "openzeppelin.token.erc721.library.Approval.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Approval/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 50, - "start_line": 1 - } - }, - "793": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Approval", - "openzeppelin.token.erc721.library.Approval.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/event/Approval/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Approval/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 84, - "start_line": 1 - }, - "While expanding the reference '__data_ptr' in:" - ], - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 12, - "start_line": 4 - } - }, - "794": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Approval", - "openzeppelin.token.erc721.library.Approval.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Approval/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "796": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Approval", - "openzeppelin.token.erc721.library.Approval.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Approval/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Approval/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/Approval/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - } - }, - "797": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.Approval", - "openzeppelin.token.erc721.library.Approval.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/Approval/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "798": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ApprovalForAll", - "openzeppelin.token.erc721.library.ApprovalForAll.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "800": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ApprovalForAll", - "openzeppelin.token.erc721.library.ApprovalForAll.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 33, - "start_line": 2 - } - }, - "802": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ApprovalForAll", - "openzeppelin.token.erc721.library.ApprovalForAll.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "803": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ApprovalForAll", - "openzeppelin.token.erc721.library.ApprovalForAll.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 23, - "start_line": 3 - } - }, - "805": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ApprovalForAll", - "openzeppelin.token.erc721.library.ApprovalForAll.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "806": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ApprovalForAll", - "openzeppelin.token.erc721.library.ApprovalForAll.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 33, - "start_line": 4 - } - }, - "808": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ApprovalForAll", - "openzeppelin.token.erc721.library.ApprovalForAll.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 6, - "start_line": 4 - } - }, - "809": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ApprovalForAll", - "openzeppelin.token.erc721.library.ApprovalForAll.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/7e247556a8b9bc505c1e503bda1dbcb424caa8925f45ae18cdde008e8b84b376.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 21, - "start_line": 36 - }, - "While handling calldata argument 'owner'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "810": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ApprovalForAll", - "openzeppelin.token.erc721.library.ApprovalForAll.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/d68c2b8787e4e85a0788ba04df9230f6e6b1f9240af8998fd1d7acac9fe8e6db.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 34, - "start_line": 36 - }, - "While handling calldata argument 'operator'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "811": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ApprovalForAll", - "openzeppelin.token.erc721.library.ApprovalForAll.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/3766ca78b7221666e5286be6b1bea607d51c54e82b2b7db68735ed38d00f7732.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 50, - "start_line": 36 - }, - "While handling calldata argument 'approved'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "812": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ApprovalForAll", - "openzeppelin.token.erc721.library.ApprovalForAll.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/3766ca78b7221666e5286be6b1bea607d51c54e82b2b7db68735ed38d00f7732.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 50, - "start_line": 36 - }, - "While handling calldata argument 'approved'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "814": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ApprovalForAll", - "openzeppelin.token.erc721.library.ApprovalForAll.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 1 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 390 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - } - }, - "815": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ApprovalForAll", - "openzeppelin.token.erc721.library.ApprovalForAll.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 21, - "start_line": 1 - } - }, - "817": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ApprovalForAll", - "openzeppelin.token.erc721.library.ApprovalForAll.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 29, - "start_line": 1 - }, - "While expanding the reference '__keys_ptr' in:" - ], - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 12, - "start_line": 2 - } - }, - "818": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ApprovalForAll", - "openzeppelin.token.erc721.library.ApprovalForAll.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 50, - "start_line": 1 - } - }, - "819": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ApprovalForAll", - "openzeppelin.token.erc721.library.ApprovalForAll.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 84, - "start_line": 1 - }, - "While expanding the reference '__data_ptr' in:" - ], - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 12, - "start_line": 4 - } - }, - "820": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ApprovalForAll", - "openzeppelin.token.erc721.library.ApprovalForAll.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "822": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ApprovalForAll", - "openzeppelin.token.erc721.library.ApprovalForAll.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - } - }, - "823": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ApprovalForAll", - "openzeppelin.token.erc721.library.ApprovalForAll.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "824": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "825": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "826": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "828": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "829": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 12 - } - }, - "830": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 12 - } - }, - "831": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - } - }, - "833": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 37, - "start_line": 14 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 12 - } - }, - "834": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 58, - "start_line": 14 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 13 - } - }, - "835": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 37, - "start_line": 14 - } - }, - "837": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 31, - "start_line": 16 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 14 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "838": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 32, - "start_line": 17 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 13 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "839": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 35, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 13 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "840": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 45, - "start_line": 19 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 14 - } - }, - "841": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 9, - "start_line": 20 - } - }, - "842": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 23 - } - }, - "843": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 23 - } - }, - "844": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - } - }, - "846": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 23 - } - }, - "847": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 31, - "start_line": 25 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 24 - } - }, - "848": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 55, - "start_line": 25 - } - }, - "849": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - } - }, - "851": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 19 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "852": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 19 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "853": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_name", - "openzeppelin.token.erc721.library.ERC721_name.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - } - }, - "854": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_symbol", - "openzeppelin.token.erc721.library.ERC721_symbol.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "855": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_symbol", - "openzeppelin.token.erc721.library.ERC721_symbol.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "856": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_symbol", - "openzeppelin.token.erc721.library.ERC721_symbol.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 94, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "858": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_symbol", - "openzeppelin.token.erc721.library.ERC721_symbol.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "859": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_symbol", - "openzeppelin.token.erc721.library.ERC721_symbol.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 23 - } - }, - "860": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_symbol", - "openzeppelin.token.erc721.library.ERC721_symbol.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 23 - } - }, - "861": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_symbol", - "openzeppelin.token.erc721.library.ERC721_symbol.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - } - }, - "863": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_symbol", - "openzeppelin.token.erc721.library.ERC721_symbol.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 23 - } - }, - "864": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_symbol", - "openzeppelin.token.erc721.library.ERC721_symbol.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/impl.cairo" - }, - "start_col": 31, - "start_line": 25 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 24 - } - }, - "865": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_symbol", - "openzeppelin.token.erc721.library.ERC721_symbol.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/impl.cairo" - }, - "start_col": 55, - "start_line": 25 - } - }, - "866": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_symbol", - "openzeppelin.token.erc721.library.ERC721_symbol.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - } - }, - "868": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_symbol", - "openzeppelin.token.erc721.library.ERC721_symbol.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 19 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "869": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_symbol", - "openzeppelin.token.erc721.library.ERC721_symbol.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 19 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "870": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_symbol", - "openzeppelin.token.erc721.library.ERC721_symbol.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_symbol/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - } - }, - "871": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 36, - "start_line": 9 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "872": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 94, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 50, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "874": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 55, - "start_line": 9 - } - }, - "875": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - } - }, - "877": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 55, - "start_line": 10 - } - }, - "878": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 21, - "start_line": 10 - } - }, - "880": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 21, - "start_line": 11 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "881": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 44, - "start_line": 11 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 10 - } - }, - "882": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 21, - "start_line": 11 - } - }, - "884": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 9, - "start_line": 12 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 10 - } - }, - "885": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 9, - "start_line": 12 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 11 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - } - }, - "886": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 21, - "start_line": 12 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 11 - } - }, - "887": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 9, - "start_line": 12 - } - }, - "888": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 30, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 15 - } - }, - "889": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 30, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 15 - } - }, - "890": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 35, - "start_line": 18 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 16 - } - }, - "891": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 35, - "start_line": 18 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 16 - } - }, - "892": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 30, - "start_line": 18 - } - }, - "894": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 37, - "start_line": 19 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 15 - } - }, - "895": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 58, - "start_line": 19 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 18 - } - }, - "896": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 37, - "start_line": 19 - } - }, - "898": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 31, - "start_line": 21 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 19 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "899": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 22, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 32, - "start_line": 22 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 18 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "900": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 35, - "start_line": 23 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 18 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "901": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 45, - "start_line": 24 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 19 - } - }, - "902": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - } - }, - "903": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 30, - "start_line": 31 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 28 - } - }, - "904": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 30, - "start_line": 31 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 28 - } - }, - "905": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 29, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 35, - "start_line": 31 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 29 - } - }, - "906": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 29, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 35, - "start_line": 31 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 29 - } - }, - "907": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 30, - "start_line": 31 - } - }, - "909": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 9, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 28 - } - }, - "910": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 31, - "start_line": 32 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 31 - } - }, - "911": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 55, - "start_line": 32 - } - }, - "912": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 9, - "start_line": 32 - } - }, - "914": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 9, - "start_line": 33 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 31 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "915": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 9, - "start_line": 33 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 31 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "916": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_owners", - "openzeppelin.token.erc721.library.ERC721_owners.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/impl.cairo" - }, - "start_col": 9, - "start_line": 33 - } - }, - "917": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 36, - "start_line": 9 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "918": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 50, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "920": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 55, - "start_line": 9 - } - }, - "921": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - } - }, - "923": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 21, - "start_line": 10 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "924": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 44, - "start_line": 10 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 9 - } - }, - "925": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 21, - "start_line": 10 - } - }, - "927": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 9, - "start_line": 11 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 9 - } - }, - "928": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 9, - "start_line": 11 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 10 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - } - }, - "929": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 21, - "start_line": 11 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 10 - } - }, - "930": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 9, - "start_line": 11 - } - }, - "931": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 30, - "start_line": 17 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 14 - } - }, - "932": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 30, - "start_line": 17 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 14 - } - }, - "933": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 93, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 35, - "start_line": 17 - }, - "While expanding the reference 'account' in:" - ], - "start_col": 80, - "start_line": 14 - } - }, - "934": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 30, - "start_line": 17 - } - }, - "936": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 37, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 14 - } - }, - "937": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 58, - "start_line": 18 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 17 - } - }, - "938": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 37, - "start_line": 18 - } - }, - "940": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 37, - "start_line": 19 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 18 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "941": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 74, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 58, - "start_line": 19 - } - }, - "943": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 37, - "start_line": 19 - } - }, - "945": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 31, - "start_line": 21 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 19 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "946": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 22, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 32, - "start_line": 22 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 17 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "947": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 35, - "start_line": 23 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 17 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "948": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 45, - "start_line": 24 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 18 - } - }, - "949": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 45, - "start_line": 25 - }, - "While expanding the reference '__storage_var_temp1' in:" - ], - "start_col": 14, - "start_line": 19 - } - }, - "950": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - } - }, - "951": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 29, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 30, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 29 - } - }, - "952": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 29, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 30, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 29 - } - }, - "953": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 35, - "start_line": 32 - }, - "While expanding the reference 'account' in:" - ], - "start_col": 9, - "start_line": 30 - } - }, - "954": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 30, - "start_line": 32 - } - }, - "956": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 29, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 9, - "start_line": 33 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 29 - } - }, - "957": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 31, - "start_line": 33 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 32 - } - }, - "958": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 55, - "start_line": 33 - } - }, - "959": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 9, - "start_line": 33 - } - }, - "961": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 31, - "start_line": 34 - } - }, - "963": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 55, - "start_line": 34 - } - }, - "964": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 9, - "start_line": 34 - } - }, - "966": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 35, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 9, - "start_line": 35 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 32 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "967": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 35, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 9, - "start_line": 35 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 32 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "968": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_balances", - "openzeppelin.token.erc721.library.ERC721_balances.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 35, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/impl.cairo" - }, - "start_col": 9, - "start_line": 35 - } - }, - "969": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 36, - "start_line": 9 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "970": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 50, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "972": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 55, - "start_line": 9 - } - }, - "973": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - } - }, - "975": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 55, - "start_line": 10 - } - }, - "976": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 21, - "start_line": 10 - } - }, - "978": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 21, - "start_line": 11 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "979": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 44, - "start_line": 11 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 10 - } - }, - "980": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 21, - "start_line": 11 - } - }, - "982": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 9, - "start_line": 12 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 10 - } - }, - "983": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 9, - "start_line": 12 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 11 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - } - }, - "984": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 21, - "start_line": 12 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 11 - } - }, - "985": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 9, - "start_line": 12 - } - }, - "986": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 30, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 15 - } - }, - "987": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 30, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 15 - } - }, - "988": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 35, - "start_line": 18 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 16 - } - }, - "989": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 35, - "start_line": 18 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 16 - } - }, - "990": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 30, - "start_line": 18 - } - }, - "992": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 37, - "start_line": 19 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 15 - } - }, - "993": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 58, - "start_line": 19 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 18 - } - }, - "994": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 37, - "start_line": 19 - } - }, - "996": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 31, - "start_line": 21 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 19 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "997": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 22, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 32, - "start_line": 22 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 18 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "998": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 35, - "start_line": 23 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 18 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "999": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 45, - "start_line": 24 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 19 - } - }, - "1000": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - } - }, - "1001": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 30, - "start_line": 31 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 28 - } - }, - "1002": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 30, - "start_line": 31 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 28 - } - }, - "1003": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 29, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 35, - "start_line": 31 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 29 - } - }, - "1004": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 29, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 35, - "start_line": 31 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 29 - } - }, - "1005": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 30, - "start_line": 31 - } - }, - "1007": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 9, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 28 - } - }, - "1008": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 31, - "start_line": 32 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 31 - } - }, - "1009": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 55, - "start_line": 32 - } - }, - "1010": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 9, - "start_line": 32 - } - }, - "1012": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 9, - "start_line": 33 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 31 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "1013": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 9, - "start_line": 33 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 31 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "1014": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_token_approvals", - "openzeppelin.token.erc721.library.ERC721_token_approvals.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/impl.cairo" - }, - "start_col": 9, - "start_line": 33 - } - }, - "1015": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 36, - "start_line": 11 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "1016": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 50, - "start_line": 11 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 10 - } - }, - "1018": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 55, - "start_line": 11 - } - }, - "1019": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 21, - "start_line": 11 - } - }, - "1021": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 55, - "start_line": 12 - } - }, - "1022": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 21, - "start_line": 12 - } - }, - "1024": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 21, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "1025": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 44, - "start_line": 13 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 12 - } - }, - "1026": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 21, - "start_line": 13 - } - }, - "1028": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 9, - "start_line": 14 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 12 - } - }, - "1029": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 9, - "start_line": 14 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 13 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - } - }, - "1030": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 21, - "start_line": 14 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 13 - } - }, - "1031": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 9, - "start_line": 14 - } - }, - "1032": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 30, - "start_line": 20 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 17 - } - }, - "1033": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 30, - "start_line": 20 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 17 - } - }, - "1034": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 35, - "start_line": 20 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 9, - "start_line": 18 - } - }, - "1035": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 42, - "start_line": 20 - }, - "While expanding the reference 'operator' in:" - ], - "start_col": 22, - "start_line": 18 - } - }, - "1036": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 30, - "start_line": 20 - } - }, - "1038": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 37, - "start_line": 21 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 17 - } - }, - "1039": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 58, - "start_line": 21 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 20 - } - }, - "1040": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 37, - "start_line": 21 - } - }, - "1042": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 31, - "start_line": 23 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 21 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "1043": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 32, - "start_line": 24 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 20 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "1044": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 35, - "start_line": 25 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 20 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "1045": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 45, - "start_line": 26 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 21 - } - }, - "1046": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 9, - "start_line": 27 - } - }, - "1047": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 30, - "start_line": 33 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 30 - } - }, - "1048": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 30, - "start_line": 33 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 30 - } - }, - "1049": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 35, - "start_line": 33 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 9, - "start_line": 31 - } - }, - "1050": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 42, - "start_line": 33 - }, - "While expanding the reference 'operator' in:" - ], - "start_col": 22, - "start_line": 31 - } - }, - "1051": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 30, - "start_line": 33 - } - }, - "1053": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 9, - "start_line": 34 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 30 - } - }, - "1054": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 31, - "start_line": 34 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 33 - } - }, - "1055": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 55, - "start_line": 34 - } - }, - "1056": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 9, - "start_line": 34 - } - }, - "1058": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 35, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 9, - "start_line": 35 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 23 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 33 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "1059": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 35, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 9, - "start_line": 35 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 23 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 33 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "1060": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721_operator_approvals", - "openzeppelin.token.erc721.library.ERC721_operator_approvals.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 35, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/impl.cairo" - }, - "start_col": 9, - "start_line": 35 - } - }, - "1061": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 76, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/decl.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 79, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 79 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 19 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 76 - } - }, - "1062": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 76, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/decl.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 79, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 79 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 19 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 76 - } - }, - "1063": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 85, - "end_line": 76, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/decl.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 79, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 79 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 19 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 76 - } - }, - "1064": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 77, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 79, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 27, - "start_line": 79 - }, - "While expanding the reference 'name' in:" - ], - "start_col": 9, - "start_line": 77 - } - }, - "1065": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 79, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 79 - } - }, - "1067": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 77, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 80, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 29, - "start_line": 80 - }, - "While expanding the reference 'symbol' in:" - ], - "start_col": 21, - "start_line": 77 - } - }, - "1068": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 80, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 80 - } - }, - "1070": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 35, - "start_line": 81 - } - }, - "1072": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 81 - } - }, - "1074": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 82, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 35, - "start_line": 82 - } - }, - "1076": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 82, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 82 - } - }, - "1078": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 83, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 83 - } - }, - "1079": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.name" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 90, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/decl.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 16, - "start_line": 91 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 90 - } - }, - "1080": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.name" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 90, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/decl.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 16, - "start_line": 91 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 90 - } - }, - "1081": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.name" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 90, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_name/decl.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 16, - "start_line": 91 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 90 - } - }, - "1082": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.name" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 16, - "start_line": 91 - } - }, - "1084": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.name" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 91 - } - }, - "1085": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.balance_of" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 101, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 104, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 29, - "start_line": 104 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 9, - "start_line": 101 - } - }, - "1086": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.balance_of" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 104, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 104 - } - }, - "1088": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.balance_of" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 106, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 16, - "start_line": 106 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 21, - "start_line": 100 - } - }, - "1089": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.balance_of" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 106, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 16, - "start_line": 106 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 41, - "start_line": 100 - } - }, - "1090": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.balance_of" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 84, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 106, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 16, - "start_line": 106 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 69, - "start_line": 100 - } - }, - "1091": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.balance_of" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 101, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 106, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 37, - "start_line": 106 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 9, - "start_line": 101 - } - }, - "1092": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.balance_of" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 106, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 16, - "start_line": 106 - } - }, - "1094": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.balance_of" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 106, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 106 - } - }, - "1095": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.owner_of" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 113 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 109 - } - }, - "1096": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.owner_of" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 110, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 27, - "start_line": 113 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 110 - } - }, - "1097": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.owner_of" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 110, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 27, - "start_line": 113 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 110 - } - }, - "1098": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.owner_of" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 113 - } - }, - "1100": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.owner_of" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 115, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 115 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 109 - } - }, - "1101": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.owner_of" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 115, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 115 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 109 - } - }, - "1102": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.owner_of" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 115, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 115 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 13, - "start_line": 113 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 21 - } - }, - "1103": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.owner_of" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 110, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 115, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 42, - "start_line": 115 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 110 - } - }, - "1104": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.owner_of" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 110, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 115, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 42, - "start_line": 115 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 110 - } - }, - "1105": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.owner_of" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 115, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 115 - } - }, - "1107": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.owner_of" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 117, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 117 - } - }, - "1109": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.owner_of" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 115, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 119, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 119 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 109 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 115 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "1110": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.owner_of" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 115, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 119, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 119 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 109 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 115 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "1111": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.owner_of" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 115, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 119, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 119 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 109 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 115 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "1112": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.owner_of" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 115, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 119, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 119 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 14, - "start_line": 115 - } - }, - "1113": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.owner_of" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 119, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 119 - } - }, - "1114": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.get_approved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 122, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 126, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 126 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 122 - } - }, - "1115": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.get_approved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 126, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 27, - "start_line": 126 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 123 - } - }, - "1116": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.get_approved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 126, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 27, - "start_line": 126 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 123 - } - }, - "1117": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.get_approved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 126, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 126 - } - }, - "1119": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.get_approved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 122, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 128, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 22, - "start_line": 128 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 311 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 122 - } - }, - "1120": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.get_approved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 122, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 128, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 22, - "start_line": 128 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 311 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 122 - } - }, - "1121": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.get_approved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 126, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 128, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 22, - "start_line": 128 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 311 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 13, - "start_line": 126 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 21 - } - }, - "1122": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.get_approved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 128, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 30, - "start_line": 128 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 123 - } - }, - "1123": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.get_approved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 128, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 30, - "start_line": 128 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 123 - } - }, - "1124": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.get_approved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 128, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 22, - "start_line": 128 - } - }, - "1126": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.get_approved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 130, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 130 - } - }, - "1128": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.get_approved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 128, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 133, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 16, - "start_line": 133 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 128 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 311 - } - }, - "1129": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.get_approved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 128, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 133, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 16, - "start_line": 133 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 22, - "start_line": 128 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 311 - } - }, - "1130": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.get_approved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 128, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 133, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 16, - "start_line": 133 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 22, - "start_line": 128 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 311 - } - }, - "1131": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.get_approved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 133, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 44, - "start_line": 133 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 123 - } - }, - "1132": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.get_approved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 133, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 44, - "start_line": 133 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 123 - } - }, - "1133": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.get_approved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 133, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 16, - "start_line": 133 - } - }, - "1135": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.get_approved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 133, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 133 - } - }, - "1136": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.is_approved_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 136, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 16, - "start_line": 139 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 15 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 136 - } - }, - "1137": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.is_approved_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 76, - "end_line": 136, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 16, - "start_line": 139 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 15 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 50, - "start_line": 136 - } - }, - "1138": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.is_approved_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 93, - "end_line": 136, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 16, - "start_line": 139 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 15 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 78, - "start_line": 136 - } - }, - "1139": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.is_approved_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 47, - "start_line": 139 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 9, - "start_line": 137 - } - }, - "1140": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.is_approved_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 54, - "start_line": 139 - }, - "While expanding the reference 'operator' in:" - ], - "start_col": 22, - "start_line": 137 - } - }, - "1141": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.is_approved_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 16, - "start_line": 139 - } - }, - "1143": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.is_approved_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 139 - } - }, - "1144": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 162, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 162 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 158 - } - }, - "1145": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 162, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 27, - "start_line": 162 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 159 - } - }, - "1146": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 162, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 27, - "start_line": 162 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 159 - } - }, - "1147": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 162, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 162 - } - }, - "1149": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 166, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 24, - "start_line": 166 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 46, - "start_line": 158 - } - }, - "1150": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 166, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 24, - "start_line": 166 - } - }, - "1152": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 168, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 168 - } - }, - "1154": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 166, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 172 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 166 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - } - }, - "1155": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 172 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 18, - "start_line": 158 - } - }, - "1156": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 162, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 172 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 13, - "start_line": 162 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 21 - } - }, - "1157": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 42, - "start_line": 172 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 159 - } - }, - "1158": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 42, - "start_line": 172 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 159 - } - }, - "1159": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 172 - } - }, - "1161": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 174, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 37, - "start_line": 174 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 9, - "start_line": 159 - } - }, - "1162": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 174, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 174 - } - }, - "1164": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 179, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 179 - } - }, - "1165": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 179, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 179 - } - }, - "1167": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 322, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 180 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 322 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 172 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "1168": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 322, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 180 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 322 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 172 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "1169": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 322, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 180 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 322 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 172 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "1170": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 22, - "start_line": 180 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 9, - "start_line": 159 - } - }, - "1171": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 26, - "start_line": 180 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 159 - } - }, - "1172": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 26, - "start_line": 180 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 159 - } - }, - "1173": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 180 - } - }, - "1175": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 322, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 181, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 181 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 18, - "start_line": 158 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 13, - "start_line": 180 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 322 - } - }, - "1176": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 322, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 181, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 181 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 46, - "start_line": 158 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 13, - "start_line": 180 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 322 - } - }, - "1177": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 322, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 181, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 181 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 158 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 13, - "start_line": 180 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 322 - } - }, - "1178": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 181, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 181 - } - }, - "1179": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 183, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 33, - "start_line": 183 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 15 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 172 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "1180": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 183, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 33, - "start_line": 183 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 15 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 172 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "1181": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 183, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 33, - "start_line": 183 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 15 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 172 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "1182": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 183, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 64, - "start_line": 183 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 14, - "start_line": 172 - } - }, - "1183": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 166, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 77, - "end_line": 183, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 71, - "start_line": 183 - }, - "While expanding the reference 'caller' in:" - ], - "start_col": 14, - "start_line": 166 - } - }, - "1184": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 183, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 33, - "start_line": 183 - } - }, - "1186": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 17, - "start_line": 185 - } - }, - "1188": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 183, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 322, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 187 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 322 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 183 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 15 - } - }, - "1189": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 183, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 322, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 187 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 322 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 33, - "start_line": 183 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 15 - } - }, - "1190": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 183, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 322, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 187 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 322 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 33, - "start_line": 183 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 15 - } - }, - "1191": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 22, - "start_line": 187 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 9, - "start_line": 159 - } - }, - "1192": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 26, - "start_line": 187 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 159 - } - }, - "1193": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 26, - "start_line": 187 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 159 - } - }, - "1194": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 187 - } - }, - "1196": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 322, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 188, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 188 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 18, - "start_line": 158 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 13, - "start_line": 187 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 322 - } - }, - "1197": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 322, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 188, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 188 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 46, - "start_line": 158 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 13, - "start_line": 187 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 322 - } - }, - "1198": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 322, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 188, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 188 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 158 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 13, - "start_line": 187 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 322 - } - }, - "1199": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 188, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 188 - } - }, - "1200": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 196, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 24, - "start_line": 196 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 31, - "start_line": 192 - } - }, - "1201": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 196, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 24, - "start_line": 196 - } - }, - "1203": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 29, - "start_line": 198 - } - }, - "1204": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 198 - } - }, - "1206": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 196, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 207, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 30, - "start_line": 207 - }, - "While expanding the reference 'caller' in:" - ], - "start_col": 14, - "start_line": 196 - } - }, - "1207": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 193, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 207, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 38, - "start_line": 207 - }, - "While expanding the reference 'operator' in:" - ], - "start_col": 9, - "start_line": 193 - } - }, - "1208": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 207, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 207 - } - }, - "1210": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 212, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 32, - "start_line": 212 - } - }, - "1212": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 212, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 32, - "start_line": 212 - } - }, - "1213": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 212, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 48, - "start_line": 212 - } - }, - "1215": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 212, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 212 - } - }, - "1216": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 196, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 89, - "end_line": 215, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 215 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 23 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 196 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - } - }, - "1217": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 89, - "end_line": 215, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 215 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 23 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 51, - "start_line": 192 - } - }, - "1218": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 94, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 89, - "end_line": 215, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 215 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 23 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 79, - "start_line": 192 - } - }, - "1219": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 196, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 215, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 47, - "start_line": 215 - }, - "While expanding the reference 'caller' in:" - ], - "start_col": 14, - "start_line": 196 - } - }, - "1220": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 193, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 72, - "end_line": 215, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 64, - "start_line": 215 - }, - "While expanding the reference 'operator' in:" - ], - "start_col": 9, - "start_line": 193 - } - }, - "1221": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 193, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 88, - "end_line": 215, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 80, - "start_line": 215 - }, - "While expanding the reference 'approved' in:" - ], - "start_col": 25, - "start_line": 193 - } - }, - "1222": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 89, - "end_line": 215, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 215 - } - }, - "1224": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 89, - "end_line": 215, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 216, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 216 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 215 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 23 - } - }, - "1225": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 89, - "end_line": 215, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 216, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 216 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 215 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 23 - } - }, - "1226": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 196, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 216, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 29, - "start_line": 216 - }, - "While expanding the reference 'caller' in:" - ], - "start_col": 14, - "start_line": 196 - } - }, - "1227": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 193, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 216, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 37, - "start_line": 216 - }, - "While expanding the reference 'operator' in:" - ], - "start_col": 9, - "start_line": 193 - } - }, - "1228": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 193, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 216, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 47, - "start_line": 216 - }, - "While expanding the reference 'approved' in:" - ], - "start_col": 25, - "start_line": 193 - } - }, - "1229": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 216, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 216 - } - }, - "1231": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 216, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 217, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 217 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 31, - "start_line": 192 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 216 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - } - }, - "1232": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_operator_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 89, - "end_line": 215, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 77, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 217, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 217 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 51, - "start_line": 192 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 9, - "start_line": 215 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 23 - } - }, - "1233": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/ApprovalForAll/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 216, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 217, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 217 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 79, - "start_line": 192 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 216 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 36 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - } - }, - "1234": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 217, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 217 - } - }, - "1235": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 223, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 223 - } - }, - "1237": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 87, - "end_line": 220, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 225, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 225 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 72, - "start_line": 220 - } - }, - "1238": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 221, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 225, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 27, - "start_line": 225 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 221 - } - }, - "1239": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 221, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 225, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 27, - "start_line": 225 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 221 - } - }, - "1240": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 225, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 225 - } - }, - "1242": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 70, - "end_line": 220, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 227, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 24, - "start_line": 227 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 52, - "start_line": 220 - } - }, - "1243": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 227, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 24, - "start_line": 227 - } - }, - "1245": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 227, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 227, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 14, - "start_line": 227 - }, - "While auto generating local variable for 'caller'." - ], - "start_col": 14, - "start_line": 227 - } - }, - "1246": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 220, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 228, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 27, - "start_line": 228 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 32, - "start_line": 283 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 24, - "start_line": 220 - } - }, - "1247": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 227, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 228, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 27, - "start_line": 228 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 60, - "start_line": 283 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 227 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - } - }, - "1248": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 225, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 228, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 27, - "start_line": 228 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 80, - "start_line": 283 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 13, - "start_line": 225 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 21 - } - }, - "1249": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 227, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 227, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 228, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 49, - "start_line": 228 - }, - "While expanding the reference 'caller' in:" - ], - "start_col": 14, - "start_line": 227 - }, - "While auto generating local variable for 'caller'." - ], - "start_col": 14, - "start_line": 227 - } - }, - "1250": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 221, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 228, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 57, - "start_line": 228 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 221 - } - }, - "1251": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 221, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 228, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 57, - "start_line": 228 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 221 - } - }, - "1252": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 66, - "end_line": 228, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 27, - "start_line": 228 - } - }, - "1254": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 231, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 29, - "start_line": 231 - } - }, - "1255": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 231, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 231 - } - }, - "1257": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 228, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 331, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 239, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 239 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 331 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 27, - "start_line": 228 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 60, - "start_line": 283 - } - }, - "1258": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 228, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 331, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 239, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 239 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 40, - "start_line": 331 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 27, - "start_line": 228 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 32, - "start_line": 283 - } - }, - "1259": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 228, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 331, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 239, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 239 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 331 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 228 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 80, - "start_line": 283 - } - }, - "1260": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 221, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 239, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 19, - "start_line": 239 - }, - "While expanding the reference 'from_' in:" - ], - "start_col": 9, - "start_line": 221 - } - }, - "1261": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 221, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 239, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 26, - "start_line": 239 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 22, - "start_line": 221 - } - }, - "1262": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 221, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 239, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 30, - "start_line": 239 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 221 - } - }, - "1263": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 221, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 239, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 30, - "start_line": 239 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 221 - } - }, - "1264": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 239, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 239 - } - }, - "1266": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 66, - "end_line": 331, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 239, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 220, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 240, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 240 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 24, - "start_line": 220 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 9, - "start_line": 239 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 40, - "start_line": 331 - } - }, - "1267": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 331, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 239, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 220, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 240, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 240 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 52, - "start_line": 220 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 239 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 331 - } - }, - "1268": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 83, - "end_line": 331, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 239, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 87, - "end_line": 220, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 240, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 240 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 72, - "start_line": 220 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 239 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 331 - } - }, - "1269": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 240, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 240 - } - }, - "1270": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 246, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 246 - } - }, - "1272": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 92, - "end_line": 243, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 248, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 248 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 77, - "start_line": 243 - } - }, - "1273": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 244, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 248, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 27, - "start_line": 248 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 244 - } - }, - "1274": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 244, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 248, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 27, - "start_line": 248 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 244 - } - }, - "1275": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 248, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 248 - } - }, - "1277": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 243, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 250, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 24, - "start_line": 250 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 57, - "start_line": 243 - } - }, - "1278": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 250, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 24, - "start_line": 250 - } - }, - "1280": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 250, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 250, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 14, - "start_line": 250 - }, - "While auto generating local variable for 'caller'." - ], - "start_col": 14, - "start_line": 250 - } - }, - "1281": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 243, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 251, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 27, - "start_line": 251 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 32, - "start_line": 283 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 29, - "start_line": 243 - } - }, - "1282": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 250, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 251, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 27, - "start_line": 251 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 60, - "start_line": 283 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 250 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - } - }, - "1283": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 248, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 251, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 27, - "start_line": 251 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 80, - "start_line": 283 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 13, - "start_line": 248 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 21 - } - }, - "1284": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 250, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 250, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 251, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 49, - "start_line": 251 - }, - "While expanding the reference 'caller' in:" - ], - "start_col": 14, - "start_line": 250 - }, - "While auto generating local variable for 'caller'." - ], - "start_col": 14, - "start_line": 250 - } - }, - "1285": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 244, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 251, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 57, - "start_line": 251 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 244 - } - }, - "1286": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 244, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 251, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 57, - "start_line": 251 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 244 - } - }, - "1287": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 66, - "end_line": 251, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 27, - "start_line": 251 - } - }, - "1289": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 254, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 29, - "start_line": 254 - } - }, - "1290": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 254, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 254 - } - }, - "1292": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 251, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 363, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 262, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 262 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 363 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 27, - "start_line": 251 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 60, - "start_line": 283 - } - }, - "1293": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 251, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 71, - "end_line": 363, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 262, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 262 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 45, - "start_line": 363 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 27, - "start_line": 251 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 32, - "start_line": 283 - } - }, - "1294": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 251, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 88, - "end_line": 363, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 262, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 262 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 73, - "start_line": 363 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 251 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 80, - "start_line": 283 - } - }, - "1295": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 244, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 262, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 24, - "start_line": 262 - }, - "While expanding the reference 'from_' in:" - ], - "start_col": 9, - "start_line": 244 - } - }, - "1296": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 244, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 262, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 31, - "start_line": 262 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 22, - "start_line": 244 - } - }, - "1297": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 244, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 262, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 35, - "start_line": 262 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 244 - } - }, - "1298": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 244, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 262, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 35, - "start_line": 262 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 244 - } - }, - "1299": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 244, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 262, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 45, - "start_line": 262 - }, - "While expanding the reference 'data_len' in:" - ], - "start_col": 51, - "start_line": 244 - } - }, - "1300": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 244, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 262, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 55, - "start_line": 262 - }, - "While expanding the reference 'data' in:" - ], - "start_col": 67, - "start_line": 244 - } - }, - "1301": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 262, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 262 - } - }, - "1303": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 71, - "end_line": 363, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 262, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 243, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 263, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 263 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 29, - "start_line": 243 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 9, - "start_line": 262 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 45, - "start_line": 363 - } - }, - "1304": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 363, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 262, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 243, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 263, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 263 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 57, - "start_line": 243 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 262 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 363 - } - }, - "1305": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 88, - "end_line": 363, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 262, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 92, - "end_line": 243, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 263, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 263 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 77, - "start_line": 243 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 262 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 73, - "start_line": 363 - } - }, - "1306": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 263, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 263 - } - }, - "1307": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 97, - "end_line": 270, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 273, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 273 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 82, - "start_line": 270 - } - }, - "1308": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 271, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 273, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 273 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 271 - } - }, - "1309": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 271, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 273, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 273 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 271 - } - }, - "1310": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 273, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 273 - } - }, - "1312": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 270, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 274, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 24, - "start_line": 274 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 62, - "start_line": 270 - } - }, - "1313": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 274, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 24, - "start_line": 274 - } - }, - "1315": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 274, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 275, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 275 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 109 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 274 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - } - }, - "1316": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 270, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 275, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 275 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 109 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 270 - } - }, - "1317": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 273, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 275, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 275 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 109 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 273 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 21 - } - }, - "1318": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 271, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 275, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 32, - "start_line": 275 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 271 - } - }, - "1319": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 271, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 275, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 32, - "start_line": 275 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 271 - } - }, - "1320": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 275, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 275 - } - }, - "1322": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 278, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 278 - } - }, - "1323": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 275, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 270, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 280, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 280 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 270 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 275 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 109 - } - }, - "1324": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 275, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 270, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 280, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 280 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 62, - "start_line": 270 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 275 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 109 - } - }, - "1325": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 275, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 97, - "end_line": 270, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 280, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 280 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 82, - "start_line": 270 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 275 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 109 - } - }, - "1326": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 280, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 280 - } - }, - "1327": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 286, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 286 - } - }, - "1329": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 288, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 22, - "start_line": 288 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 311 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 60, - "start_line": 283 - } - }, - "1330": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 288, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 22, - "start_line": 288 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 311 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 32, - "start_line": 283 - } - }, - "1331": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 288, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 22, - "start_line": 288 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 311 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 80, - "start_line": 283 - } - }, - "1332": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 288, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 30, - "start_line": 288 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 24, - "start_line": 284 - } - }, - "1333": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 288, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 30, - "start_line": 288 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 24, - "start_line": 284 - } - }, - "1334": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 288, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 22, - "start_line": 288 - } - }, - "1336": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 290, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 290 - } - }, - "1338": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 288, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 293, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 293 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 109 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 288 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 311 - } - }, - "1339": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 288, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 293, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 293 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 109 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 22, - "start_line": 288 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 311 - } - }, - "1340": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 288, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 293, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 293 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 109 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 22, - "start_line": 288 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 311 - } - }, - "1341": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 293, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 32, - "start_line": 293 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 24, - "start_line": 284 - } - }, - "1342": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 293, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 32, - "start_line": 293 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 24, - "start_line": 284 - } - }, - "1343": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 293, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 293 - } - }, - "1345": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 293, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 293, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 14, - "start_line": 293 - }, - "While auto generating local variable for 'owner'." - ], - "start_col": 14, - "start_line": 293 - } - }, - "1346": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 294, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 294 - } - }, - "1347": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 294, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 294 - } - }, - "1349": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 293, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 295, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 295 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 32, - "start_line": 283 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 293 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 109 - } - }, - "1350": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 293, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 295, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 295 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 60, - "start_line": 283 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 293 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 109 - } - }, - "1351": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 293, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 295, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 295 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 80, - "start_line": 283 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 293 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 109 - } - }, - "1352": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 295, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 20, - "start_line": 295 - } - }, - "1354": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 295, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 295 - } - }, - "1355": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 293, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 122, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 298, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 31, - "start_line": 298 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 122 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 293 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 109 - } - }, - "1356": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 293, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 122, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 298, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 31, - "start_line": 298 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 122 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 293 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 109 - } - }, - "1357": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 293, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 122, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 298, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 31, - "start_line": 298 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 122 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 293 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 109 - } - }, - "1358": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 298, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 44, - "start_line": 298 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 24, - "start_line": 284 - } - }, - "1359": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 298, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 44, - "start_line": 298 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 24, - "start_line": 284 - } - }, - "1360": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 298, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 31, - "start_line": 298 - } - }, - "1362": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 299, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 299 - } - }, - "1363": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 299, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 299 - } - }, - "1365": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 122, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 298, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 300 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 32, - "start_line": 283 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 31, - "start_line": 298 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 122 - } - }, - "1366": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 122, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 298, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 300 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 60, - "start_line": 283 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 31, - "start_line": 298 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 122 - } - }, - "1367": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 122, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 298, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 300 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 80, - "start_line": 283 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 31, - "start_line": 298 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 122 - } - }, - "1368": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 20, - "start_line": 300 - } - }, - "1370": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 300 - } - }, - "1371": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 122, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 298, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 136, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 303, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 29, - "start_line": 303 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 136 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 31, - "start_line": 298 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 122 - } - }, - "1372": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 122, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 298, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 136, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 303, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 29, - "start_line": 303 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 50, - "start_line": 136 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 31, - "start_line": 298 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 122 - } - }, - "1373": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 122, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 298, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 93, - "end_line": 136, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 303, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 29, - "start_line": 303 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 78, - "start_line": 136 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 31, - "start_line": 298 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 122 - } - }, - "1374": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 293, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 293, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 303, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 49, - "start_line": 303 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 14, - "start_line": 293 - }, - "While auto generating local variable for 'owner'." - ], - "start_col": 14, - "start_line": 293 - } - }, - "1375": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 303, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 56, - "start_line": 303 - }, - "While expanding the reference 'spender' in:" - ], - "start_col": 9, - "start_line": 284 - } - }, - "1376": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 303, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 29, - "start_line": 303 - } - }, - "1378": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 304, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 304 - } - }, - "1380": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 304, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 304 - } - }, - "1382": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 76, - "end_line": 136, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 303, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 305, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 305 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 32, - "start_line": 283 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 29, - "start_line": 303 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 50, - "start_line": 136 - } - }, - "1383": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 136, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 303, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 305, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 305 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 60, - "start_line": 283 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 29, - "start_line": 303 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 136 - } - }, - "1384": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 93, - "end_line": 136, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 303, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 305, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 305 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 80, - "start_line": 283 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 29, - "start_line": 303 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 78, - "start_line": 136 - } - }, - "1385": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 305, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 20, - "start_line": 305 - } - }, - "1387": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 305, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 305 - } - }, - "1388": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 76, - "end_line": 136, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 303, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 308, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 308 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 32, - "start_line": 283 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 29, - "start_line": 303 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 50, - "start_line": 136 - } - }, - "1389": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 136, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 303, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 308, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 308 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 60, - "start_line": 283 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 29, - "start_line": 303 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 136 - } - }, - "1390": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 93, - "end_line": 136, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 303, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 308, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 308 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 80, - "start_line": 283 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 29, - "start_line": 303 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 78, - "start_line": 136 - } - }, - "1391": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 308, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 16, - "start_line": 308 - } - }, - "1393": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 308, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 308 - } - }, - "1394": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._exists" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 314, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 24, - "start_line": 314 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 311 - } - }, - "1395": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._exists" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 314, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 24, - "start_line": 314 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 311 - } - }, - "1396": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._exists" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 314, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 24, - "start_line": 314 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 311 - } - }, - "1397": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._exists" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 312, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 314, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 43, - "start_line": 314 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 312 - } - }, - "1398": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._exists" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 312, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 314, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 43, - "start_line": 314 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 312 - } - }, - "1399": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._exists" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 314, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 24, - "start_line": 314 - } - }, - "1401": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._exists" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 315, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 315 - } - }, - "1403": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._exists" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 314, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 316, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 316 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 311 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 314 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "1404": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._exists" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 314, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 316, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 316 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 311 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 24, - "start_line": 314 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "1405": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._exists" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 314, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 316, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 316 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 311 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 314 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "1406": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._exists" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 316, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 20, - "start_line": 316 - } - }, - "1408": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._exists" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 316, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 316 - } - }, - "1409": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._exists" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 314, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 319, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 319 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 311 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 314 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "1410": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._exists" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 314, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 319, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 319 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 311 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 24, - "start_line": 314 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "1411": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._exists" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 314, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 319, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 319 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 311 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 314 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "1412": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._exists" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 319, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 16, - "start_line": 319 - } - }, - "1414": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._exists" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 319, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 319 - } - }, - "1415": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 322, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 325, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 325 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 322 - } - }, - "1416": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 322, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 325, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 325 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 322 - } - }, - "1417": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 322, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_token_approvals/decl.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 325, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 325 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 322 - } - }, - "1418": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 323, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 325, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 38, - "start_line": 325 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 323 - } - }, - "1419": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 323, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 325, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 38, - "start_line": 325 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 323 - } - }, - "1420": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 323, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 325, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 48, - "start_line": 325 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 9, - "start_line": 323 - } - }, - "1421": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 325, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 325 - } - }, - "1423": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 323, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 326, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 32, - "start_line": 326 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 323 - } - }, - "1424": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 323, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 326, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 32, - "start_line": 326 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 323 - } - }, - "1425": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 326, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 326 - } - }, - "1427": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 326, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Approval/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 327, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 327 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 326 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 109 - } - }, - "1428": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 326, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Approval/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 327, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 327 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 326 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 109 - } - }, - "1429": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 326, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 327, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 327 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 14, - "start_line": 326 - } - }, - "1430": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 323, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 327, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 30, - "start_line": 327 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 9, - "start_line": 323 - } - }, - "1431": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 323, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 327, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 34, - "start_line": 327 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 323 - } - }, - "1432": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 323, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 327, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 34, - "start_line": 327 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 323 - } - }, - "1433": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 327, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 327 - } - }, - "1435": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Approval/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 327, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 322, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 328, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 328 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 322 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 327 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - } - }, - "1436": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 326, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 322, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 328, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 328 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 322 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 326 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 109 - } - }, - "1437": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Approval/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 327, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 322, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 328, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 328 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 322 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 327 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 32 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - } - }, - "1438": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 328, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 328 - } - }, - "1439": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 331, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 335, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 335 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 109 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 331 - } - }, - "1440": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 66, - "end_line": 331, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 335, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 335 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 109 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 40, - "start_line": 331 - } - }, - "1441": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 83, - "end_line": 331, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 335, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 335 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 109 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 331 - } - }, - "1442": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 332, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 335, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 32, - "start_line": 335 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 332 - } - }, - "1443": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 332, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 335, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 32, - "start_line": 335 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 332 - } - }, - "1444": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 335, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 335 - } - }, - "1446": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 337, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 337 - } - }, - "1447": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 332, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 341, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 29, - "start_line": 341 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 22, - "start_line": 332 - } - }, - "1448": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 341, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 341 - } - }, - "1450": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 335, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 322, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 345, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 345 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 322 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 335 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 109 - } - }, - "1451": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 335, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 322, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 345, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 345 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 322 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 335 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 109 - } - }, - "1452": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 335, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 322, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 345, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 345 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 322 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 335 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 109 - } - }, - "1453": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 345, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 18, - "start_line": 345 - } - }, - "1455": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 332, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 345, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 21, - "start_line": 345 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 332 - } - }, - "1456": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 332, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 345, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 21, - "start_line": 345 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 332 - } - }, - "1457": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 345, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 345 - } - }, - "1459": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 332, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 348, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 48, - "start_line": 348 - }, - "While expanding the reference 'from_' in:" - ], - "start_col": 9, - "start_line": 332 - } - }, - "1460": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 348, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 27, - "start_line": 348 - } - }, - "1462": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 349, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 76, - "start_line": 349 - } - }, - "1464": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 349, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 79, - "start_line": 349 - } - }, - "1466": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 349, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 38, - "start_line": 349 - } - }, - "1468": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 349, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 350, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 350 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 38, - "start_line": 349 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 37 - } - }, - "1469": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 349, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 350, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 350 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 349 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 37, - "start_line": 37 - } - }, - "1470": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 349, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 350, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 350 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 38, - "start_line": 349 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 37 - } - }, - "1471": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 332, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 350, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 31, - "start_line": 350 - }, - "While expanding the reference 'from_' in:" - ], - "start_col": 9, - "start_line": 332 - } - }, - "1472": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 349, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 350, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 38, - "start_line": 350 - }, - "While expanding the reference 'new_balance' in:" - ], - "start_col": 14, - "start_line": 349 - } - }, - "1473": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 349, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 350, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 38, - "start_line": 350 - }, - "While expanding the reference 'new_balance' in:" - ], - "start_col": 14, - "start_line": 349 - } - }, - "1474": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 350, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 350 - } - }, - "1476": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 332, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 353, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 51, - "start_line": 353 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 22, - "start_line": 332 - } - }, - "1477": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 353, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 30, - "start_line": 353 - } - }, - "1479": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 354, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 76, - "start_line": 354 - } - }, - "1481": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 354, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 79, - "start_line": 354 - } - }, - "1483": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 354, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 38, - "start_line": 354 - } - }, - "1485": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 354, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 355, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 355 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 38, - "start_line": 354 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 14, - "start_line": 23 - } - }, - "1486": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 354, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 355, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 355 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 354 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 23 - } - }, - "1487": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 354, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 355, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 355 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 38, - "start_line": 354 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 23 - } - }, - "1488": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 332, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 355, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 31, - "start_line": 355 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 22, - "start_line": 332 - } - }, - "1489": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 354, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 355, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 35, - "start_line": 355 - }, - "While expanding the reference 'new_balance' in:" - ], - "start_col": 14, - "start_line": 354 - } - }, - "1490": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 354, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 355, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 35, - "start_line": 355 - }, - "While expanding the reference 'new_balance' in:" - ], - "start_col": 14, - "start_line": 354 - } - }, - "1491": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 355, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 355 - } - }, - "1493": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 332, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 358, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 29, - "start_line": 358 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 332 - } - }, - "1494": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 332, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 358, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 29, - "start_line": 358 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 332 - } - }, - "1495": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 332, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 358, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 39, - "start_line": 358 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 22, - "start_line": 332 - } - }, - "1496": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 358, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 358 - } - }, - "1498": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 358, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Transfer/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 359, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 359 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 358 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - } - }, - "1499": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 358, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Transfer/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 359, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 359 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 358 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - } - }, - "1500": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 332, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 359, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 359 - }, - "While expanding the reference 'from_' in:" - ], - "start_col": 9, - "start_line": 332 - } - }, - "1501": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 332, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 359, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 30, - "start_line": 359 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 22, - "start_line": 332 - } - }, - "1502": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 332, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 359, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 34, - "start_line": 359 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 332 - } - }, - "1503": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 332, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 359, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 34, - "start_line": 359 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 332 - } - }, - "1504": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 359, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 359 - } - }, - "1506": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Transfer/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 359, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 331, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 360, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 360 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 331 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 359 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - } - }, - "1507": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 358, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 331, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 360, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 360 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 40, - "start_line": 331 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 9, - "start_line": 358 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - } - }, - "1508": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Transfer/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 359, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 331, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 360, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 360 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 331 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 359 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - } - }, - "1509": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 360, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 360 - } - }, - "1510": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._safe_transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 363, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 331, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 366, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 366 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 331 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 363 - } - }, - "1511": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._safe_transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 71, - "end_line": 363, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 331, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 366, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 366 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 40, - "start_line": 331 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 45, - "start_line": 363 - } - }, - "1512": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._safe_transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 88, - "end_line": 363, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 331, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 366, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 366 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 331 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 73, - "start_line": 363 - } - }, - "1513": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._safe_transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 364, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 366, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 19, - "start_line": 366 - }, - "While expanding the reference 'from_' in:" - ], - "start_col": 9, - "start_line": 364 - } - }, - "1514": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._safe_transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 364, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 366, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 26, - "start_line": 366 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 22, - "start_line": 364 - } - }, - "1515": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._safe_transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 364, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 366, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 30, - "start_line": 366 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 364 - } - }, - "1516": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._safe_transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 364, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 366, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 30, - "start_line": 366 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 364 - } - }, - "1517": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._safe_transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 366, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 366 - } - }, - "1519": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._safe_transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 364, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 368, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 49, - "start_line": 368 - }, - "While expanding the reference 'from_' in:" - ], - "start_col": 9, - "start_line": 364 - } - }, - "1520": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._safe_transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 364, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 368, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 56, - "start_line": 368 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 22, - "start_line": 364 - } - }, - "1521": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._safe_transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 364, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 368, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 60, - "start_line": 368 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 364 - } - }, - "1522": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._safe_transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 364, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 368, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 60, - "start_line": 368 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 364 - } - }, - "1523": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._safe_transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 364, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 368, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 70, - "start_line": 368 - }, - "While expanding the reference 'data_len' in:" - ], - "start_col": 51, - "start_line": 364 - } - }, - "1524": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._safe_transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 364, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 368, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 80, - "start_line": 368 - }, - "While expanding the reference 'data' in:" - ], - "start_col": 67, - "start_line": 364 - } - }, - "1525": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._safe_transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 85, - "end_line": 368, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 25, - "start_line": 368 - } - }, - "1527": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._safe_transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 370 - } - }, - "1529": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._safe_transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 453, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 368, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 363, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 372, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 372 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 363 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 368 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 453 - } - }, - "1530": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._safe_transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 76, - "end_line": 453, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 368, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 71, - "end_line": 363, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 372, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 372 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 45, - "start_line": 363 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 25, - "start_line": 368 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 50, - "start_line": 453 - } - }, - "1531": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._safe_transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 93, - "end_line": 453, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 368, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 88, - "end_line": 363, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 372, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 372 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 73, - "start_line": 363 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 25, - "start_line": 368 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 78, - "start_line": 453 - } - }, - "1532": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._safe_transfer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 372, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 372 - } - }, - "1533": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 375, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 379, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 379 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 375 - } - }, - "1534": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 379, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 27, - "start_line": 379 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 376 - } - }, - "1535": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 379, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 27, - "start_line": 379 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 376 - } - }, - "1536": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 379, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 379 - } - }, - "1538": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 382, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 29, - "start_line": 382 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 9, - "start_line": 376 - } - }, - "1539": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 382, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 382 - } - }, - "1541": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 375, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 386, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 22, - "start_line": 386 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 311 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 44, - "start_line": 375 - } - }, - "1542": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 375, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 386, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 22, - "start_line": 386 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 311 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 16, - "start_line": 375 - } - }, - "1543": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 379, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 386, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 22, - "start_line": 386 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 311 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 13, - "start_line": 379 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 21 - } - }, - "1544": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 386, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 30, - "start_line": 386 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 376 - } - }, - "1545": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 386, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 30, - "start_line": 386 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 376 - } - }, - "1546": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 386, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 22, - "start_line": 386 - } - }, - "1548": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 388, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 388 - } - }, - "1550": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 386, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 391, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 34, - "start_line": 391 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 386 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 311 - } - }, - "1551": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 386, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 391, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 34, - "start_line": 391 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 22, - "start_line": 386 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 311 - } - }, - "1552": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 386, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 391, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 34, - "start_line": 391 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 22, - "start_line": 386 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 311 - } - }, - "1553": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 391, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 55, - "start_line": 391 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 9, - "start_line": 376 - } - }, - "1554": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 391, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 34, - "start_line": 391 - } - }, - "1556": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 392, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 71, - "start_line": 392 - } - }, - "1558": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 392, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 74, - "start_line": 392 - } - }, - "1560": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 392, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 38, - "start_line": 392 - } - }, - "1562": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 77, - "end_line": 392, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 393 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 38, - "start_line": 392 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 14, - "start_line": 23 - } - }, - "1563": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 77, - "end_line": 392, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 393 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 392 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 23 - } - }, - "1564": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 77, - "end_line": 392, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 393 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 38, - "start_line": 392 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 23 - } - }, - "1565": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 31, - "start_line": 393 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 9, - "start_line": 376 - } - }, - "1566": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 392, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 35, - "start_line": 393 - }, - "While expanding the reference 'new_balance' in:" - ], - "start_col": 14, - "start_line": 392 - } - }, - "1567": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 392, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 35, - "start_line": 393 - }, - "While expanding the reference 'new_balance' in:" - ], - "start_col": 14, - "start_line": 392 - } - }, - "1568": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 393 - } - }, - "1570": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 394, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 29, - "start_line": 394 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 376 - } - }, - "1571": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 394, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 29, - "start_line": 394 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 376 - } - }, - "1572": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 394, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 39, - "start_line": 394 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 9, - "start_line": 376 - } - }, - "1573": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 394, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 394 - } - }, - "1575": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 394, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Transfer/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 395, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 395 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 394 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - } - }, - "1576": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 394, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Transfer/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 395, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 395 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 394 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - } - }, - "1577": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 395, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 395 - } - }, - "1579": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 395, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 26, - "start_line": 395 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 9, - "start_line": 376 - } - }, - "1580": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 395, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 30, - "start_line": 395 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 376 - } - }, - "1581": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 395, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 30, - "start_line": 395 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 376 - } - }, - "1582": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 395, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 395 - } - }, - "1584": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 394, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 375, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 396, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 396 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 16, - "start_line": 375 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 9, - "start_line": 394 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - } - }, - "1585": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Transfer/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 395, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 375, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 396, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 396 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 44, - "start_line": 375 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 395 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - } - }, - "1586": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Transfer/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 395, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 375, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 396, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 396 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 375 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 395 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - } - }, - "1587": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 396, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 396 - } - }, - "1588": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 415, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 415 - } - }, - "1590": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 414, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 417, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 417 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 414 - } - }, - "1591": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 414, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 417, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 27, - "start_line": 417 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 81, - "start_line": 414 - } - }, - "1592": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 414, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 417, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 27, - "start_line": 417 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 81, - "start_line": 414 - } - }, - "1593": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 417, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 417 - } - }, - "1595": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 414, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 419, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 419 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 109 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 44, - "start_line": 414 - } - }, - "1596": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 414, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 419, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 419 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 109 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 16, - "start_line": 414 - } - }, - "1597": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 417, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 419, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 419 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 109 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 13, - "start_line": 417 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 21 - } - }, - "1598": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 414, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 419, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 32, - "start_line": 419 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 81, - "start_line": 414 - } - }, - "1599": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 414, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 419, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 32, - "start_line": 419 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 81, - "start_line": 414 - } - }, - "1600": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 419, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 419 - } - }, - "1602": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 419, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 322, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 422, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 422 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 322 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 419 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 109 - } - }, - "1603": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 419, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 322, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 422, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 422 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 322 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 419 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 109 - } - }, - "1604": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 419, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 322, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 422, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 422 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 322 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 419 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 109 - } - }, - "1605": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 422, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 18, - "start_line": 422 - } - }, - "1607": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 414, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 422, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 21, - "start_line": 422 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 81, - "start_line": 414 - } - }, - "1608": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 414, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 422, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 21, - "start_line": 422 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 81, - "start_line": 414 - } - }, - "1609": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 422, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 422 - } - }, - "1611": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 419, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 425, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 55, - "start_line": 425 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 14, - "start_line": 419 - } - }, - "1612": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 425, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 34, - "start_line": 425 - } - }, - "1614": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 426, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 74, - "start_line": 426 - } - }, - "1616": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 426, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 77, - "start_line": 426 - } - }, - "1618": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 426, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 38, - "start_line": 426 - } - }, - "1620": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 426, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 427, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 427 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 38, - "start_line": 426 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 37 - } - }, - "1621": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 426, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 427, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 427 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 426 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 37, - "start_line": 37 - } - }, - "1622": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 426, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_balances/decl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 427, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 427 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 38, - "start_line": 426 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 37 - } - }, - "1623": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 419, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 427, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 31, - "start_line": 427 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 14, - "start_line": 419 - } - }, - "1624": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 426, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 427, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 38, - "start_line": 427 - }, - "While expanding the reference 'new_balance' in:" - ], - "start_col": 14, - "start_line": 426 - } - }, - "1625": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 426, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 427, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 38, - "start_line": 427 - }, - "While expanding the reference 'new_balance' in:" - ], - "start_col": 14, - "start_line": 426 - } - }, - "1626": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 427, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 427 - } - }, - "1628": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 414, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 430, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 29, - "start_line": 430 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 81, - "start_line": 414 - } - }, - "1629": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 414, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 430, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 29, - "start_line": 430 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 81, - "start_line": 414 - } - }, - "1630": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 430, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 39, - "start_line": 430 - } - }, - "1632": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 430, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 430 - } - }, - "1634": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 430, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Transfer/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 431, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 431 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 430 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - } - }, - "1635": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 430, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Transfer/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 431, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 431 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 430 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - } - }, - "1636": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 419, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 431, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 23, - "start_line": 431 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 14, - "start_line": 419 - } - }, - "1637": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 431, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 30, - "start_line": 431 - } - }, - "1639": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 414, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 431, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 33, - "start_line": 431 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 81, - "start_line": 414 - } - }, - "1640": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 414, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 431, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 33, - "start_line": 431 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 81, - "start_line": 414 - } - }, - "1641": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 431, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 431 - } - }, - "1643": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 430, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 414, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 432, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 432 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 16, - "start_line": 414 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 9, - "start_line": 430 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - } - }, - "1644": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Transfer/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 431, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 414, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 432, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 432 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 44, - "start_line": 414 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 431 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - } - }, - "1645": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/Transfer/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 431, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 414, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 432, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 432 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 414 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 431 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 28 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - } - }, - "1646": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library.ERC721", - "openzeppelin.token.erc721.library.ERC721._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 432, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 432 - } - }, - "1647": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 453, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 456, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 20, - "start_line": 456 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 453 - } - }, - "1648": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 456, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 20, - "start_line": 456 - } - }, - "1650": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 456, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/2a1791e6eb36480300e6de9be3cf0c73e2bf0096fbe6995a9e4600da5d0240a4.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 457, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 26, - "start_line": 457 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 24, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 456 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - } - }, - "1651": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 93, - "end_line": 453, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/2a1791e6eb36480300e6de9be3cf0c73e2bf0096fbe6995a9e4600da5d0240a4.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 457, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 26, - "start_line": 457 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 78, - "start_line": 453 - } - }, - "1652": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 454, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 457, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 52, - "start_line": 457 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 18, - "start_line": 454 - } - }, - "1653": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 457, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 56, - "start_line": 457 - } - }, - "1655": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 76, - "end_line": 457, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 26, - "start_line": 457 - } - }, - "1657": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 458, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 458 - } - }, - "1659": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 458, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 5, - "start_line": 458 - } - }, - "1661": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/2a1791e6eb36480300e6de9be3cf0c73e2bf0096fbe6995a9e4600da5d0240a4.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 457, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/7867481925aec1465158cbaa62d2d4fc603e34734d22c5e07da7379a4d0d3f0e.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 26, - "start_line": 459 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 10 - }, - "While handling contract interface function:" - ], - "start_col": 23, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 26, - "start_line": 457 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 24, - "start_line": 1 - } - }, - "1662": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/2a1791e6eb36480300e6de9be3cf0c73e2bf0096fbe6995a9e4600da5d0240a4.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 457, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/7867481925aec1465158cbaa62d2d4fc603e34734d22c5e07da7379a4d0d3f0e.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 26, - "start_line": 459 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 10 - }, - "While handling contract interface function:" - ], - "start_col": 43, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 26, - "start_line": 457 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "1663": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 454, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 460, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 460 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 18, - "start_line": 454 - } - }, - "1664": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 456, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 460, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 17, - "start_line": 460 - }, - "While expanding the reference 'caller' in:" - ], - "start_col": 10, - "start_line": 456 - } - }, - "1665": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 454, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 460, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 25, - "start_line": 460 - }, - "While expanding the reference 'from_' in:" - ], - "start_col": 5, - "start_line": 454 - } - }, - "1666": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 454, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 460, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 32, - "start_line": 460 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 28, - "start_line": 454 - } - }, - "1667": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 454, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 460, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 32, - "start_line": 460 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 28, - "start_line": 454 - } - }, - "1668": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 454, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 460, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 42, - "start_line": 460 - }, - "While expanding the reference 'data_len' in:" - ], - "start_col": 47, - "start_line": 454 - } - }, - "1669": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 74, - "end_line": 454, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 460, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 52, - "start_line": 460 - }, - "While expanding the reference 'data' in:" - ], - "start_col": 63, - "start_line": 454 - } - }, - "1670": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 26, - "start_line": 459 - } - }, - "1672": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 464, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 13, - "start_line": 464 - } - }, - "1674": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/7867481925aec1465158cbaa62d2d4fc603e34734d22c5e07da7379a4d0d3f0e.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 453, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 466, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 466 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 453 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 26, - "start_line": 459 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 10 - }, - "While handling contract interface function:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "1675": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 76, - "end_line": 453, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 453, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 466, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 466 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 50, - "start_line": 453 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 50, - "start_line": 453 - } - }, - "1676": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC721Receiver/onERC721Received/7867481925aec1465158cbaa62d2d4fc603e34734d22c5e07da7379a4d0d3f0e.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/IERC721Receiver.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 93, - "end_line": 453, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 466, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 466 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 78, - "start_line": 453 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 26, - "start_line": 459 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 10 - }, - "While handling contract interface function:" - ], - "start_col": 43, - "start_line": 1 - } - }, - "1677": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 466, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 25, - "start_line": 466 - } - }, - "1679": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 466, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 9, - "start_line": 466 - } - }, - "1680": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/2a1791e6eb36480300e6de9be3cf0c73e2bf0096fbe6995a9e4600da5d0240a4.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 457, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/2a1791e6eb36480300e6de9be3cf0c73e2bf0096fbe6995a9e4600da5d0240a4.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 469, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 24, - "start_line": 469 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 24, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 26, - "start_line": 457 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 24, - "start_line": 1 - } - }, - "1681": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/2a1791e6eb36480300e6de9be3cf0c73e2bf0096fbe6995a9e4600da5d0240a4.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 457, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/2a1791e6eb36480300e6de9be3cf0c73e2bf0096fbe6995a9e4600da5d0240a4.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 469, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 24, - "start_line": 469 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 26, - "start_line": 457 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "1682": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 454, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 469, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 50, - "start_line": 469 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 18, - "start_line": 454 - } - }, - "1683": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 469, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 54, - "start_line": 469 - } - }, - "1685": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 66, - "end_line": 469, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 24, - "start_line": 469 - } - }, - "1687": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/2a1791e6eb36480300e6de9be3cf0c73e2bf0096fbe6995a9e4600da5d0240a4.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 469, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 453, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 470, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 5, - "start_line": 470 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 453 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 469 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 24, - "start_line": 1 - } - }, - "1688": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 76, - "end_line": 453, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 453, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 470, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 5, - "start_line": 470 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 50, - "start_line": 453 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 50, - "start_line": 453 - } - }, - "1689": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IERC165/supportsInterface/2a1791e6eb36480300e6de9be3cf0c73e2bf0096fbe6995a9e4600da5d0240a4.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/IERC165.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 469, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 93, - "end_line": 453, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 470, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 5, - "start_line": 470 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 78, - "start_line": 453 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 469 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 8 - }, - "While handling contract interface function:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "1690": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 469, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 470, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 21, - "start_line": 470 - }, - "While expanding the reference 'is_account' in:" - ], - "start_col": 10, - "start_line": 469 - } - }, - "1691": { - "accessible_scopes": [ - "openzeppelin.token.erc721.library", - "openzeppelin.token.erc721.library._check_onERC721Received" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 470, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "start_col": 5, - "start_line": 470 - } - }, - "1692": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "1693": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "1694": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "1696": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "1697": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 30, - "start_line": 15 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 12 - } - }, - "1698": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 30, - "start_line": 15 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 12 - } - }, - "1699": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 30, - "start_line": 15 - } - }, - "1701": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 37, - "start_line": 16 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 12 - } - }, - "1702": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 58, - "start_line": 16 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 15 - } - }, - "1703": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 37, - "start_line": 16 - } - }, - "1705": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 37, - "start_line": 17 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 16 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "1706": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 74, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 58, - "start_line": 17 - } - }, - "1708": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 37, - "start_line": 17 - } - }, - "1710": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 31, - "start_line": 19 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 17 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "1711": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 32, - "start_line": 20 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 15 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "1712": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 35, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 15 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "1713": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 22, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 45, - "start_line": 22 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 16 - } - }, - "1714": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 45, - "start_line": 23 - }, - "While expanding the reference '__storage_var_temp1' in:" - ], - "start_col": 14, - "start_line": 17 - } - }, - "1715": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 9, - "start_line": 24 - } - }, - "1716": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 30, - "start_line": 28 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 27 - } - }, - "1717": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 30, - "start_line": 28 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 27 - } - }, - "1718": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 30, - "start_line": 28 - } - }, - "1720": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 29, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 9, - "start_line": 29 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 27 - } - }, - "1721": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 29, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 31, - "start_line": 29 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 28 - } - }, - "1722": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 29, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 55, - "start_line": 29 - } - }, - "1723": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 29, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 9, - "start_line": 29 - } - }, - "1725": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 31, - "start_line": 30 - } - }, - "1727": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 55, - "start_line": 30 - } - }, - "1728": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 9, - "start_line": 30 - } - }, - "1730": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 9, - "start_line": 31 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 28 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "1731": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 9, - "start_line": 31 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 28 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "1732": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/impl.cairo" - }, - "start_col": 9, - "start_line": 31 - } - }, - "1733": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 36, - "start_line": 9 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "1734": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 94, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 50, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "1736": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 55, - "start_line": 9 - } - }, - "1737": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - } - }, - "1739": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 55, - "start_line": 10 - } - }, - "1740": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 21, - "start_line": 10 - } - }, - "1742": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 21, - "start_line": 11 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "1743": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 44, - "start_line": 11 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 10 - } - }, - "1744": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 21, - "start_line": 11 - } - }, - "1746": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 9, - "start_line": 12 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 10 - } - }, - "1747": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 9, - "start_line": 12 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 11 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - } - }, - "1748": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 21, - "start_line": 12 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 11 - } - }, - "1749": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 9, - "start_line": 12 - } - }, - "1750": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 30, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 15 - } - }, - "1751": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 30, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 15 - } - }, - "1752": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 94, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 35, - "start_line": 18 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 80, - "start_line": 15 - } - }, - "1753": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 94, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 35, - "start_line": 18 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 80, - "start_line": 15 - } - }, - "1754": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 30, - "start_line": 18 - } - }, - "1756": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 37, - "start_line": 19 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 15 - } - }, - "1757": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 58, - "start_line": 19 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 18 - } - }, - "1758": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 37, - "start_line": 19 - } - }, - "1760": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 37, - "start_line": 20 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 19 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "1761": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 74, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 58, - "start_line": 20 - } - }, - "1763": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 37, - "start_line": 20 - } - }, - "1765": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 22, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 31, - "start_line": 22 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 20 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "1766": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 32, - "start_line": 23 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 18 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "1767": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 35, - "start_line": 24 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 18 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "1768": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 45, - "start_line": 25 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 19 - } - }, - "1769": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 45, - "start_line": 26 - }, - "While expanding the reference '__storage_var_temp1' in:" - ], - "start_col": 14, - "start_line": 20 - } - }, - "1770": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 9, - "start_line": 27 - } - }, - "1771": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 30, - "start_line": 33 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 30 - } - }, - "1772": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 30, - "start_line": 33 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 30 - } - }, - "1773": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 35, - "start_line": 33 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 9, - "start_line": 31 - } - }, - "1774": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 35, - "start_line": 33 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 9, - "start_line": 31 - } - }, - "1775": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 30, - "start_line": 33 - } - }, - "1777": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 9, - "start_line": 34 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 30 - } - }, - "1778": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 31, - "start_line": 34 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 33 - } - }, - "1779": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 55, - "start_line": 34 - } - }, - "1780": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 9, - "start_line": 34 - } - }, - "1782": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 35, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 31, - "start_line": 35 - } - }, - "1784": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 35, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 55, - "start_line": 35 - } - }, - "1785": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 35, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 9, - "start_line": 35 - } - }, - "1787": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 36, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 9, - "start_line": 36 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 33 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "1788": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 36, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 9, - "start_line": 36 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 33 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "1789": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 36, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/impl.cairo" - }, - "start_col": 9, - "start_line": 36 - } - }, - "1790": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 36, - "start_line": 9 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "1791": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 50, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "1793": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 55, - "start_line": 9 - } - }, - "1794": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - } - }, - "1796": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 55, - "start_line": 10 - } - }, - "1797": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 21, - "start_line": 10 - } - }, - "1799": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 21, - "start_line": 11 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "1800": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 44, - "start_line": 11 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 10 - } - }, - "1801": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 21, - "start_line": 11 - } - }, - "1803": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 9, - "start_line": 12 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 10 - } - }, - "1804": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 9, - "start_line": 12 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 11 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - } - }, - "1805": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 21, - "start_line": 12 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 11 - } - }, - "1806": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 9, - "start_line": 12 - } - }, - "1807": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 30, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 15 - } - }, - "1808": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 30, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 15 - } - }, - "1809": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 35, - "start_line": 18 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 16 - } - }, - "1810": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 35, - "start_line": 18 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 16 - } - }, - "1811": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 30, - "start_line": 18 - } - }, - "1813": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 37, - "start_line": 19 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 15 - } - }, - "1814": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 58, - "start_line": 19 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 18 - } - }, - "1815": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 37, - "start_line": 19 - } - }, - "1817": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 37, - "start_line": 20 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 19 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "1818": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 74, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 58, - "start_line": 20 - } - }, - "1820": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 37, - "start_line": 20 - } - }, - "1822": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 22, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 31, - "start_line": 22 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 20 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "1823": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 32, - "start_line": 23 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 18 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "1824": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 35, - "start_line": 24 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 18 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "1825": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 45, - "start_line": 25 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 19 - } - }, - "1826": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 45, - "start_line": 26 - }, - "While expanding the reference '__storage_var_temp1' in:" - ], - "start_col": 14, - "start_line": 20 - } - }, - "1827": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 9, - "start_line": 27 - } - }, - "1828": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 30, - "start_line": 33 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 30 - } - }, - "1829": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 30, - "start_line": 33 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 30 - } - }, - "1830": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 35, - "start_line": 33 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 31 - } - }, - "1831": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 35, - "start_line": 33 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 31 - } - }, - "1832": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 30, - "start_line": 33 - } - }, - "1834": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 9, - "start_line": 34 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 30 - } - }, - "1835": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 31, - "start_line": 34 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 33 - } - }, - "1836": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 55, - "start_line": 34 - } - }, - "1837": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 9, - "start_line": 34 - } - }, - "1839": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 35, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 31, - "start_line": 35 - } - }, - "1841": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 35, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 55, - "start_line": 35 - } - }, - "1842": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 35, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 9, - "start_line": 35 - } - }, - "1844": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 36, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 9, - "start_line": 36 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 33 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "1845": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 36, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 9, - "start_line": 36 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 33 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "1846": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 36, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/impl.cairo" - }, - "start_col": 9, - "start_line": 36 - } - }, - "1847": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 36, - "start_line": 11 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "1848": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 93, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 50, - "start_line": 11 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 10 - } - }, - "1850": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 55, - "start_line": 11 - } - }, - "1851": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 21, - "start_line": 11 - } - }, - "1853": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 55, - "start_line": 12 - } - }, - "1854": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 21, - "start_line": 12 - } - }, - "1856": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 55, - "start_line": 13 - } - }, - "1857": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 21, - "start_line": 13 - } - }, - "1859": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 21, - "start_line": 14 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "1860": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 44, - "start_line": 14 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 13 - } - }, - "1861": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 21, - "start_line": 14 - } - }, - "1863": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 9, - "start_line": 15 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 13 - } - }, - "1864": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 9, - "start_line": 15 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 14 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - } - }, - "1865": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 21, - "start_line": 15 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 14 - } - }, - "1866": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 9, - "start_line": 15 - } - }, - "1867": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 30, - "start_line": 21 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 18 - } - }, - "1868": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 30, - "start_line": 21 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 18 - } - }, - "1869": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 35, - "start_line": 21 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 9, - "start_line": 19 - } - }, - "1870": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 42, - "start_line": 21 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 22, - "start_line": 19 - } - }, - "1871": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 42, - "start_line": 21 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 22, - "start_line": 19 - } - }, - "1872": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 30, - "start_line": 21 - } - }, - "1874": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 22, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 37, - "start_line": 22 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 18 - } - }, - "1875": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 22, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 58, - "start_line": 22 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 21 - } - }, - "1876": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 22, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 37, - "start_line": 22 - } - }, - "1878": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 22, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 37, - "start_line": 23 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 22 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "1879": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 74, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 58, - "start_line": 23 - } - }, - "1881": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 37, - "start_line": 23 - } - }, - "1883": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 31, - "start_line": 25 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 23 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "1884": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 32, - "start_line": 26 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 21 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "1885": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 35, - "start_line": 27 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 21 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "1886": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 22, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 45, - "start_line": 28 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 22 - } - }, - "1887": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 29, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 45, - "start_line": 29 - }, - "While expanding the reference '__storage_var_temp1' in:" - ], - "start_col": 14, - "start_line": 23 - } - }, - "1888": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 9, - "start_line": 30 - } - }, - "1889": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 36, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 30, - "start_line": 36 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 33 - } - }, - "1890": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 36, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 30, - "start_line": 36 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 33 - } - }, - "1891": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 36, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 35, - "start_line": 36 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 9, - "start_line": 34 - } - }, - "1892": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 36, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 42, - "start_line": 36 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 22, - "start_line": 34 - } - }, - "1893": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 36, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 42, - "start_line": 36 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 22, - "start_line": 34 - } - }, - "1894": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 36, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 30, - "start_line": 36 - } - }, - "1896": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 37, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 9, - "start_line": 37 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 33 - } - }, - "1897": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 36, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 37, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 31, - "start_line": 37 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 36 - } - }, - "1898": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 37, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 55, - "start_line": 37 - } - }, - "1899": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 37, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 9, - "start_line": 37 - } - }, - "1901": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 38, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 31, - "start_line": 38 - } - }, - "1903": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 38, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 55, - "start_line": 38 - } - }, - "1904": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 38, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 9, - "start_line": 38 - } - }, - "1906": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 36, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 39, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 9, - "start_line": 39 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 23 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 36 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "1907": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 36, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 39, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 9, - "start_line": 39 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 23 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 36 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "1908": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 39, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/impl.cairo" - }, - "start_col": 9, - "start_line": 39 - } - }, - "1909": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 36, - "start_line": 9 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "1910": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 94, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 50, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "1912": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 55, - "start_line": 9 - } - }, - "1913": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - } - }, - "1915": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 55, - "start_line": 10 - } - }, - "1916": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 21, - "start_line": 10 - } - }, - "1918": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 21, - "start_line": 11 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "1919": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 44, - "start_line": 11 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 10 - } - }, - "1920": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 21, - "start_line": 11 - } - }, - "1922": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 9, - "start_line": 12 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 10 - } - }, - "1923": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 9, - "start_line": 12 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 11 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - } - }, - "1924": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 21, - "start_line": 12 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 11 - } - }, - "1925": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 9, - "start_line": 12 - } - }, - "1926": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 30, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 15 - } - }, - "1927": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 30, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 15 - } - }, - "1928": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 35, - "start_line": 18 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 16 - } - }, - "1929": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 35, - "start_line": 18 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 16 - } - }, - "1930": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 30, - "start_line": 18 - } - }, - "1932": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 37, - "start_line": 19 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 15 - } - }, - "1933": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 58, - "start_line": 19 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 18 - } - }, - "1934": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 37, - "start_line": 19 - } - }, - "1936": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 37, - "start_line": 20 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 19 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "1937": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 74, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 58, - "start_line": 20 - } - }, - "1939": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 37, - "start_line": 20 - } - }, - "1941": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 22, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 31, - "start_line": 22 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 20 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "1942": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 32, - "start_line": 23 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 18 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "1943": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 35, - "start_line": 24 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 18 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "1944": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 45, - "start_line": 25 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 19 - } - }, - "1945": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 45, - "start_line": 26 - }, - "While expanding the reference '__storage_var_temp1' in:" - ], - "start_col": 14, - "start_line": 20 - } - }, - "1946": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 9, - "start_line": 27 - } - }, - "1947": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 30, - "start_line": 33 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 30 - } - }, - "1948": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 30, - "start_line": 33 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 30 - } - }, - "1949": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 35, - "start_line": 33 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 31 - } - }, - "1950": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 35, - "start_line": 33 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 31 - } - }, - "1951": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 30, - "start_line": 33 - } - }, - "1953": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 9, - "start_line": 34 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 30 - } - }, - "1954": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 31, - "start_line": 34 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 33 - } - }, - "1955": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 55, - "start_line": 34 - } - }, - "1956": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 9, - "start_line": 34 - } - }, - "1958": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 35, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 31, - "start_line": 35 - } - }, - "1960": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 35, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 55, - "start_line": 35 - } - }, - "1961": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 35, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 9, - "start_line": 35 - } - }, - "1963": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 36, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 9, - "start_line": 36 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 33 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "1964": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 36, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 9, - "start_line": 36 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 33 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "1965": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 36, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/impl.cairo" - }, - "start_col": 9, - "start_line": 36 - } - }, - "1966": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 44, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 45, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 45 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 29, - "start_line": 29 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 44 - } - }, - "1967": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 44, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 45, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 45 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 49, - "start_line": 29 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 44 - } - }, - "1968": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 85, - "end_line": 44, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 92, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 45, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 45 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 77, - "start_line": 29 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 44 - } - }, - "1969": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 45, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 35, - "start_line": 45 - } - }, - "1971": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 45, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 45 - } - }, - "1973": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 46, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 46 - } - }, - "1974": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.total_supply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 16, - "start_line": 56 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 53 - } - }, - "1975": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.total_supply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 16, - "start_line": 56 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 53 - } - }, - "1976": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.total_supply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 16, - "start_line": 56 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 53 - } - }, - "1977": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.total_supply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 16, - "start_line": 56 - } - }, - "1979": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.total_supply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 56 - } - }, - "1980": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 62, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 62 - } - }, - "1982": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 88, - "end_line": 59, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 63, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 63 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 73, - "start_line": 59 - } - }, - "1983": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 63, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 23, - "start_line": 63 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 9, - "start_line": 60 - } - }, - "1984": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 63, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 23, - "start_line": 63 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 9, - "start_line": 60 - } - }, - "1985": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 63, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 63 - } - }, - "1987": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 59, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 65, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 30, - "start_line": 65 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 53 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 59 - } - }, - "1988": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 71, - "end_line": 59, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 65, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 30, - "start_line": 65 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 53 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 45, - "start_line": 59 - } - }, - "1989": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 63, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 65, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 30, - "start_line": 65 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 53 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 63 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 21 - } - }, - "1990": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 65, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 30, - "start_line": 65 - } - }, - "1992": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 65, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 133, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 23, - "start_line": 66 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 133 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 65 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 53 - } - }, - "1993": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 34, - "start_line": 66 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 9, - "start_line": 60 - } - }, - "1994": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 34, - "start_line": 66 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 9, - "start_line": 60 - } - }, - "1995": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 65, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 41, - "start_line": 66 - }, - "While expanding the reference 'len' in:" - ], - "start_col": 14, - "start_line": 65 - } - }, - "1996": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 65, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 41, - "start_line": 66 - }, - "While expanding the reference 'len' in:" - ], - "start_col": 14, - "start_line": 65 - } - }, - "1997": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 23, - "start_line": 66 - } - }, - "1999": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 68, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 13, - "start_line": 68 - } - }, - "2001": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 65, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 71, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 16, - "start_line": 71 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 65 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 53 - } - }, - "2002": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 65, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 71, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 16, - "start_line": 71 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 65 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 53 - } - }, - "2003": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 133, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 71, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 16, - "start_line": 71 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 66 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 133 - } - }, - "2004": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 71, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 49, - "start_line": 71 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 9, - "start_line": 60 - } - }, - "2005": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 71, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 49, - "start_line": 71 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 9, - "start_line": 60 - } - }, - "2006": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 71, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 16, - "start_line": 71 - } - }, - "2008": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 71, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 71 - } - }, - "2009": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 77, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 77 - } - }, - "2011": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 97, - "end_line": 74, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 78, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 78 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 82, - "start_line": 74 - } - }, - "2012": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 75, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 78, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 23, - "start_line": 78 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 22, - "start_line": 75 - } - }, - "2013": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 75, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 78, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 23, - "start_line": 78 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 22, - "start_line": 75 - } - }, - "2014": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 78, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 78 - } - }, - "2016": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 74, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 80, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 30, - "start_line": 80 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 21, - "start_line": 100 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 34, - "start_line": 74 - } - }, - "2017": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 74, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 80, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 30, - "start_line": 80 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 41, - "start_line": 100 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 54, - "start_line": 74 - } - }, - "2018": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 78, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 80, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 30, - "start_line": 80 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 69, - "start_line": 100 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 78 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 21 - } - }, - "2019": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 75, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 80, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 48, - "start_line": 80 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 9, - "start_line": 75 - } - }, - "2020": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 80, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 30, - "start_line": 80 - } - }, - "2022": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 84, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 80, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 133, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 23, - "start_line": 81 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 133 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 80 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 69, - "start_line": 100 - } - }, - "2023": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 75, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 34, - "start_line": 81 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 22, - "start_line": 75 - } - }, - "2024": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 75, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 34, - "start_line": 81 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 22, - "start_line": 75 - } - }, - "2025": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 80, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 41, - "start_line": 81 - }, - "While expanding the reference 'len' in:" - ], - "start_col": 14, - "start_line": 80 - } - }, - "2026": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 80, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 41, - "start_line": 81 - }, - "While expanding the reference 'len' in:" - ], - "start_col": 14, - "start_line": 80 - } - }, - "2027": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 23, - "start_line": 81 - } - }, - "2029": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 83, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 13, - "start_line": 83 - } - }, - "2031": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 80, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 16, - "start_line": 86 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 15 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 80 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 21, - "start_line": 100 - } - }, - "2032": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 80, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 16, - "start_line": 86 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 15 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 80 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 41, - "start_line": 100 - } - }, - "2033": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 133, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 16, - "start_line": 86 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 15 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 81 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 133 - } - }, - "2034": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 75, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 51, - "start_line": 86 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 9, - "start_line": 75 - } - }, - "2035": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 75, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 58, - "start_line": 86 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 22, - "start_line": 75 - } - }, - "2036": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 75, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 58, - "start_line": 86 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 22, - "start_line": 75 - } - }, - "2037": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 16, - "start_line": 86 - } - }, - "2039": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 86 - } - }, - "2040": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 92, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 95, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 95 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 180 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 24, - "start_line": 92 - } - }, - "2041": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 70, - "end_line": 92, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 95, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 95 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 180 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 52, - "start_line": 92 - } - }, - "2042": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 87, - "end_line": 92, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 95, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 95 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 180 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 72, - "start_line": 92 - } - }, - "2043": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 93, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 95, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 46, - "start_line": 95 - }, - "While expanding the reference 'from_' in:" - ], - "start_col": 9, - "start_line": 93 - } - }, - "2044": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 93, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 95, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 53, - "start_line": 95 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 93 - } - }, - "2045": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 93, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 95, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 53, - "start_line": 95 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 93 - } - }, - "2046": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 95, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 95 - } - }, - "2048": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 93, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 96, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 41, - "start_line": 96 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 22, - "start_line": 93 - } - }, - "2049": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 93, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 96, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 45, - "start_line": 96 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 93 - } - }, - "2050": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 93, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 96, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 45, - "start_line": 96 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 93 - } - }, - "2051": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 96, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 96 - } - }, - "2053": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 93, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 97, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 30, - "start_line": 97 - }, - "While expanding the reference 'from_' in:" - ], - "start_col": 9, - "start_line": 93 - } - }, - "2054": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 93, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 97, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 37, - "start_line": 97 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 22, - "start_line": 93 - } - }, - "2055": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 93, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 97, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 41, - "start_line": 97 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 93 - } - }, - "2056": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 93, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 97, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 41, - "start_line": 97 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 93 - } - }, - "2057": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 97, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 97 - } - }, - "2059": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 98, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 98 - } - }, - "2060": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 101, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 104, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 104 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 180 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 29, - "start_line": 101 - } - }, - "2061": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 101, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 104, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 104 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 180 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 57, - "start_line": 101 - } - }, - "2062": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 92, - "end_line": 101, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 104, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 104 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 180 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 77, - "start_line": 101 - } - }, - "2063": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 102, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 104, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 46, - "start_line": 104 - }, - "While expanding the reference 'from_' in:" - ], - "start_col": 9, - "start_line": 102 - } - }, - "2064": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 102, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 104, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 53, - "start_line": 104 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 102 - } - }, - "2065": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 102, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 104, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 53, - "start_line": 104 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 102 - } - }, - "2066": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 104, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 104 - } - }, - "2068": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 102, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 105, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 41, - "start_line": 105 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 22, - "start_line": 102 - } - }, - "2069": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 102, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 105, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 45, - "start_line": 105 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 102 - } - }, - "2070": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 102, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 105, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 45, - "start_line": 105 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 102 - } - }, - "2071": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 105, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 105 - } - }, - "2073": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 102, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 106, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 35, - "start_line": 106 - }, - "While expanding the reference 'from_' in:" - ], - "start_col": 9, - "start_line": 102 - } - }, - "2074": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 102, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 106, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 42, - "start_line": 106 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 22, - "start_line": 102 - } - }, - "2075": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 102, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 106, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 46, - "start_line": 106 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 102 - } - }, - "2076": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 102, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 106, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 46, - "start_line": 106 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 102 - } - }, - "2077": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 102, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 106, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 56, - "start_line": 106 - }, - "While expanding the reference 'data_len' in:" - ], - "start_col": 51, - "start_line": 102 - } - }, - "2078": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 102, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 106, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 66, - "start_line": 106 - }, - "While expanding the reference 'data' in:" - ], - "start_col": 67, - "start_line": 102 - } - }, - "2079": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 71, - "end_line": 106, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 106 - } - }, - "2081": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 107, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 107 - } - }, - "2082": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 114, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 117, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 117 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 137 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 16, - "start_line": 114 - } - }, - "2083": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 114, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 117, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 117 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 137 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 44, - "start_line": 114 - } - }, - "2084": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 114, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 117, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 117 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 137 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 114 - } - }, - "2085": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 115, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 117, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 46, - "start_line": 117 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 115 - } - }, - "2086": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 115, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 117, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 46, - "start_line": 117 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 115 - } - }, - "2087": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 117, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 117 - } - }, - "2089": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 115, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 118, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 41, - "start_line": 118 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 9, - "start_line": 115 - } - }, - "2090": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 115, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 118, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 45, - "start_line": 118 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 115 - } - }, - "2091": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 115, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 118, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 45, - "start_line": 118 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 115 - } - }, - "2092": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 118, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 118 - } - }, - "2094": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 115, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 119, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 22, - "start_line": 119 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 9, - "start_line": 115 - } - }, - "2095": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 115, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 119, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 26, - "start_line": 119 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 115 - } - }, - "2096": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 115, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 119, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 26, - "start_line": 119 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 19, - "start_line": 115 - } - }, - "2097": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 119, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 119 - } - }, - "2099": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 120, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 120 - } - }, - "2100": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 124, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 23, - "start_line": 124 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 109 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 44, - "start_line": 123 - } - }, - "2101": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 124, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 23, - "start_line": 124 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 109 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 16, - "start_line": 123 - } - }, - "2102": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 124, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 23, - "start_line": 124 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 109 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 123 - } - }, - "2103": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 124, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 39, - "start_line": 124 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 81, - "start_line": 123 - } - }, - "2104": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 124, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 39, - "start_line": 124 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 81, - "start_line": 123 - } - }, - "2105": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 124, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 23, - "start_line": 124 - } - }, - "2107": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 124, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 125 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 180 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 124 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 109 - } - }, - "2108": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 124, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 125 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 180 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 124 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 109 - } - }, - "2109": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 124, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 125 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 180 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 124 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 109 - } - }, - "2110": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 124, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 46, - "start_line": 125 - }, - "While expanding the reference 'from_' in:" - ], - "start_col": 14, - "start_line": 124 - } - }, - "2111": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 53, - "start_line": 125 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 81, - "start_line": 123 - } - }, - "2112": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 53, - "start_line": 125 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 81, - "start_line": 123 - } - }, - "2113": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 125 - } - }, - "2115": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 126, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 51, - "start_line": 126 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 81, - "start_line": 123 - } - }, - "2116": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 126, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 51, - "start_line": 126 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 81, - "start_line": 123 - } - }, - "2117": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 126, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 126 - } - }, - "2119": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 127, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 22, - "start_line": 127 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 81, - "start_line": 123 - } - }, - "2120": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 127, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 22, - "start_line": 127 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 81, - "start_line": 123 - } - }, - "2121": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 127, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 127 - } - }, - "2123": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 128, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 128 - } - }, - "2124": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 29, - "start_line": 139 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 137 - } - }, - "2125": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 29, - "start_line": 139 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 137 - } - }, - "2126": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 29, - "start_line": 139 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 137 - } - }, - "2127": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 29, - "start_line": 139 - } - }, - "2129": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 138, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 140, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 47, - "start_line": 140 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 3, - "start_line": 138 - } - }, - "2130": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 138, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 140, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 47, - "start_line": 140 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 3, - "start_line": 138 - } - }, - "2131": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 140, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 140 - } - }, - "2133": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 138, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 141, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 45, - "start_line": 141 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 3, - "start_line": 138 - } - }, - "2134": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 138, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 141, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 45, - "start_line": 141 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 3, - "start_line": 138 - } - }, - "2135": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 141, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 55, - "start_line": 141 - }, - "While expanding the reference 'supply' in:" - ], - "start_col": 10, - "start_line": 139 - } - }, - "2136": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 141, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 55, - "start_line": 141 - }, - "While expanding the reference 'supply' in:" - ], - "start_col": 10, - "start_line": 139 - } - }, - "2137": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 141, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 141 - } - }, - "2139": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 143, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 49, - "start_line": 143 - }, - "While expanding the reference 'supply' in:" - ], - "start_col": 10, - "start_line": 139 - } - }, - "2140": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 143, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 49, - "start_line": 143 - }, - "While expanding the reference 'supply' in:" - ], - "start_col": 10, - "start_line": 139 - } - }, - "2141": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 66, - "end_line": 143, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 65, - "start_line": 143 - } - }, - "2143": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 143, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 68, - "start_line": 143 - } - }, - "2145": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 71, - "end_line": 143, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 33, - "start_line": 143 - } - }, - "2147": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 144, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 144 - } - }, - "2149": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 144, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 145, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 145 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 137 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 144 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - } - }, - "2150": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 144, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 145, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 145 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 137 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 144 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - } - }, - "2151": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 144, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 145, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 145 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 137 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 144 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - } - }, - "2152": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 145, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 145 - } - }, - "2153": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 151, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 151 - } - }, - "2155": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 149, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 152, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 29, - "start_line": 152 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 149 - } - }, - "2156": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 149, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 152, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 29, - "start_line": 152 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 149 - } - }, - "2157": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 149, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 152, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 29, - "start_line": 152 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 149 - } - }, - "2158": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 152, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 29, - "start_line": 152 - } - }, - "2160": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 153, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 74, - "start_line": 153 - } - }, - "2162": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 153, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 77, - "start_line": 153 - } - }, - "2164": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 153, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 39, - "start_line": 153 - } - }, - "2166": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 153, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 34, - "start_line": 154 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 39, - "start_line": 153 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 37 - } - }, - "2167": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 153, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 34, - "start_line": 154 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 153 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 37, - "start_line": 37 - } - }, - "2168": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 153, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 34, - "start_line": 154 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 39, - "start_line": 153 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 37 - } - }, - "2169": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 150, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 73, - "start_line": 154 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 3, - "start_line": 150 - } - }, - "2170": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 150, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 73, - "start_line": 154 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 3, - "start_line": 150 - } - }, - "2171": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 34, - "start_line": 154 - } - }, - "2173": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 10, - "start_line": 154 - }, - "While auto generating local variable for 'token_index'." - ], - "start_col": 10, - "start_line": 154 - } - }, - "2174": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 10, - "start_line": 154 - }, - "While auto generating local variable for 'token_index'." - ], - "start_col": 10, - "start_line": 154 - } - }, - "2175": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 155, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 36, - "start_line": 155 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 34, - "start_line": 154 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "2176": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 155, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 36, - "start_line": 155 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 154 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "2177": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 155, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 36, - "start_line": 155 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 34, - "start_line": 154 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "2178": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 153, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 155, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 69, - "start_line": 155 - }, - "While expanding the reference 'last_token_index' in:" - ], - "start_col": 10, - "start_line": 153 - } - }, - "2179": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 153, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 155, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 69, - "start_line": 155 - }, - "While expanding the reference 'last_token_index' in:" - ], - "start_col": 10, - "start_line": 153 - } - }, - "2180": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 155, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 36, - "start_line": 155 - } - }, - "2182": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 155, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 155, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 10, - "start_line": 155 - }, - "While auto generating local variable for 'last_token_id'." - ], - "start_col": 10, - "start_line": 155 - } - }, - "2183": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 155, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 155, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 10, - "start_line": 155 - }, - "While auto generating local variable for 'last_token_id'." - ], - "start_col": 10, - "start_line": 155 - } - }, - "2184": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 155, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 71, - "end_line": 157, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 157 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 36, - "start_line": 155 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "2185": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 155, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 71, - "end_line": 157, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 157 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 155 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "2186": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 155, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 71, - "end_line": 157, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 157 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 36, - "start_line": 155 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "2187": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 153, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 157, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 39, - "start_line": 157 - }, - "While expanding the reference 'last_token_index' in:" - ], - "start_col": 10, - "start_line": 153 - } - }, - "2188": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 153, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 157, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 39, - "start_line": 157 - }, - "While expanding the reference 'last_token_index' in:" - ], - "start_col": 10, - "start_line": 153 - } - }, - "2189": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 66, - "end_line": 157, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 65, - "start_line": 157 - } - }, - "2191": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 157, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 68, - "start_line": 157 - } - }, - "2193": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 71, - "end_line": 157, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 157 - } - }, - "2195": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 150, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 45, - "start_line": 158 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 3, - "start_line": 150 - } - }, - "2196": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 150, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 45, - "start_line": 158 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 3, - "start_line": 150 - } - }, - "2197": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 63, - "start_line": 158 - } - }, - "2199": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 66, - "start_line": 158 - } - }, - "2201": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 158 - } - }, - "2203": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 153, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 43, - "start_line": 159 - }, - "While expanding the reference 'last_token_index' in:" - ], - "start_col": 10, - "start_line": 153 - } - }, - "2204": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 153, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 43, - "start_line": 159 - }, - "While expanding the reference 'last_token_index' in:" - ], - "start_col": 10, - "start_line": 153 - } - }, - "2205": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 159 - } - }, - "2207": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 159 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 5, - "start_line": 159 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - } - }, - "2208": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 159 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 5, - "start_line": 159 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - } - }, - "2209": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 153, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 161, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 33, - "start_line": 161 - }, - "While expanding the reference 'last_token_index' in:" - ], - "start_col": 10, - "start_line": 153 - } - }, - "2210": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 153, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 161, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 33, - "start_line": 161 - }, - "While expanding the reference 'last_token_index' in:" - ], - "start_col": 10, - "start_line": 153 - } - }, - "2211": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 161, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 51, - "start_line": 161 - }, - "While expanding the reference 'token_index' in:" - ], - "start_col": 10, - "start_line": 154 - }, - "While auto generating local variable for 'token_index'." - ], - "start_col": 10, - "start_line": 154 - } - }, - "2212": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 161, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 51, - "start_line": 161 - }, - "While expanding the reference 'token_index' in:" - ], - "start_col": 10, - "start_line": 154 - }, - "While auto generating local variable for 'token_index'." - ], - "start_col": 10, - "start_line": 154 - } - }, - "2213": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 161, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 22, - "start_line": 161 - } - }, - "2215": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 162, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 162 - } - }, - "2217": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 163, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 163 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 159 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 5, - "start_line": 159 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - } - }, - "2218": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 163, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 163 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 159 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 5, - "start_line": 159 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - } - }, - "2219": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 357, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 161, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 163, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 163 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 22, - "start_line": 161 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 357 - } - }, - "2220": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 155, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 155, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 163, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 49, - "start_line": 163 - }, - "While expanding the reference 'last_token_id' in:" - ], - "start_col": 10, - "start_line": 155 - }, - "While auto generating local variable for 'last_token_id'." - ], - "start_col": 10, - "start_line": 155 - } - }, - "2221": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 155, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 155, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 163, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 49, - "start_line": 163 - }, - "While expanding the reference 'last_token_id' in:" - ], - "start_col": 10, - "start_line": 155 - }, - "While auto generating local variable for 'last_token_id'." - ], - "start_col": 10, - "start_line": 155 - } - }, - "2222": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 163, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 64, - "start_line": 163 - }, - "While expanding the reference 'token_index' in:" - ], - "start_col": 10, - "start_line": 154 - }, - "While auto generating local variable for 'token_index'." - ], - "start_col": 10, - "start_line": 154 - } - }, - "2223": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 163, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 64, - "start_line": 163 - }, - "While expanding the reference 'token_index' in:" - ], - "start_col": 10, - "start_line": 154 - }, - "While auto generating local variable for 'token_index'." - ], - "start_col": 10, - "start_line": 154 - } - }, - "2224": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 76, - "end_line": 163, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 163 - } - }, - "2226": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 164, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 43, - "start_line": 164 - }, - "While expanding the reference 'token_index' in:" - ], - "start_col": 10, - "start_line": 154 - }, - "While auto generating local variable for 'token_index'." - ], - "start_col": 10, - "start_line": 154 - } - }, - "2227": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 164, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 43, - "start_line": 164 - }, - "While expanding the reference 'token_index' in:" - ], - "start_col": 10, - "start_line": 154 - }, - "While auto generating local variable for 'token_index'." - ], - "start_col": 10, - "start_line": 154 - } - }, - "2228": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 155, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 155, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 164, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 56, - "start_line": 164 - }, - "While expanding the reference 'last_token_id' in:" - ], - "start_col": 10, - "start_line": 155 - }, - "While auto generating local variable for 'last_token_id'." - ], - "start_col": 10, - "start_line": 155 - } - }, - "2229": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 155, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 155, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 164, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 56, - "start_line": 164 - }, - "While expanding the reference 'last_token_id' in:" - ], - "start_col": 10, - "start_line": 155 - }, - "While auto generating local variable for 'last_token_id'." - ], - "start_col": 10, - "start_line": 155 - } - }, - "2230": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 70, - "end_line": 164, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 164 - } - }, - "2232": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 164, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 149, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 165, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 165 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 149 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 9, - "start_line": 164 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - } - }, - "2233": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 164, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 149, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 165, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 165 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 149 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 164 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - } - }, - "2234": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 164, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 149, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 165, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 165 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 149 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 164 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - } - }, - "2235": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 165, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 165 - } - }, - "2236": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 149, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 167, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 167 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 149 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 159 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 5, - "start_line": 159 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - } - }, - "2237": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_all_tokens_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 149, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 167, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 167 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 149 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 159 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 5, - "start_line": 159 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - } - }, - "2238": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 357, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 161, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 149, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 167, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 167 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 149 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 22, - "start_line": 161 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 357 - } - }, - "2239": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 167, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 167 - } - }, - "2240": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 171, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 173, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 29, - "start_line": 173 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 21, - "start_line": 100 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 171 - } - }, - "2241": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 171, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 173, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 29, - "start_line": 173 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 41, - "start_line": 100 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 171 - } - }, - "2242": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 171, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 173, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 29, - "start_line": 173 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 69, - "start_line": 100 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 171 - } - }, - "2243": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 173, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 47, - "start_line": 173 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 3, - "start_line": 172 - } - }, - "2244": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 173, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 29, - "start_line": 173 - } - }, - "2246": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 173, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 174, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 174 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 23 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 29, - "start_line": 173 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 21, - "start_line": 100 - } - }, - "2247": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 173, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 174, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 174 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 23 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 29, - "start_line": 173 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 41, - "start_line": 100 - } - }, - "2248": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 84, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 173, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 174, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 174 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 23 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 29, - "start_line": 173 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 69, - "start_line": 100 - } - }, - "2249": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 174, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 41, - "start_line": 174 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 3, - "start_line": 172 - } - }, - "2250": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 173, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 174, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 45, - "start_line": 174 - }, - "While expanding the reference 'length' in:" - ], - "start_col": 10, - "start_line": 173 - } - }, - "2251": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 173, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 174, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 45, - "start_line": 174 - }, - "While expanding the reference 'length' in:" - ], - "start_col": 10, - "start_line": 173 - } - }, - "2252": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 174, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 53, - "start_line": 174 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 13, - "start_line": 172 - } - }, - "2253": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 174, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 53, - "start_line": 174 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 13, - "start_line": 172 - } - }, - "2254": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 174, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 174 - } - }, - "2256": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 175, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 47, - "start_line": 175 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 13, - "start_line": 172 - } - }, - "2257": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 175, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 47, - "start_line": 175 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 13, - "start_line": 172 - } - }, - "2258": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 173, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 175, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 57, - "start_line": 175 - }, - "While expanding the reference 'length' in:" - ], - "start_col": 10, - "start_line": 173 - } - }, - "2259": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 173, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 175, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 57, - "start_line": 175 - }, - "While expanding the reference 'length' in:" - ], - "start_col": 10, - "start_line": 173 - } - }, - "2260": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 175, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 175 - } - }, - "2262": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 175, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 171, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 176, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 176 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 171 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 175 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - } - }, - "2263": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 175, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 171, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 176, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 176 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 171 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 175 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - } - }, - "2264": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 175, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 171, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 176, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 176 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 171 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 175 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - } - }, - "2265": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 176, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 176 - } - }, - "2266": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 182, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 182 - } - }, - "2268": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 183, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 39, - "start_line": 183 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 21, - "start_line": 100 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 180 - } - }, - "2269": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 183, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 39, - "start_line": 183 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 41, - "start_line": 100 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 180 - } - }, - "2270": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 183, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 39, - "start_line": 183 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 69, - "start_line": 100 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 180 - } - }, - "2271": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 181, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 183, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 57, - "start_line": 183 - }, - "While expanding the reference 'from_' in:" - ], - "start_col": 3, - "start_line": 181 - } - }, - "2272": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 183, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 39, - "start_line": 183 - } - }, - "2274": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 76, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 75, - "start_line": 185 - } - }, - "2276": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 78, - "start_line": 185 - } - }, - "2278": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 30, - "start_line": 185 - } - }, - "2280": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 10, - "start_line": 185 - }, - "While auto generating local variable for 'last_token_index'." - ], - "start_col": 10, - "start_line": 185 - } - }, - "2281": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 10, - "start_line": 185 - }, - "While auto generating local variable for 'last_token_index'." - ], - "start_col": 10, - "start_line": 185 - } - }, - "2282": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 34, - "start_line": 186 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 185 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 37 - } - }, - "2283": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 34, - "start_line": 186 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 185 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 37, - "start_line": 37 - } - }, - "2284": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/security/safemath/library.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 34, - "start_line": 186 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 185 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 37 - } - }, - "2285": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 181, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 75, - "start_line": 186 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 16, - "start_line": 181 - } - }, - "2286": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 181, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 75, - "start_line": 186 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 16, - "start_line": 181 - } - }, - "2287": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 84, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 34, - "start_line": 186 - } - }, - "2289": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 34, - "start_line": 186 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 34, - "start_line": 186 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "2290": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 34, - "start_line": 186 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 34, - "start_line": 186 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "2291": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 10, - "start_line": 186 - }, - "While auto generating local variable for 'token_index'." - ], - "start_col": 10, - "start_line": 186 - } - }, - "2292": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 10, - "start_line": 186 - }, - "While auto generating local variable for 'token_index'." - ], - "start_col": 10, - "start_line": 186 - } - }, - "2293": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 357, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 189, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 22, - "start_line": 189 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 357 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 34, - "start_line": 186 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "2294": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 189, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 33, - "start_line": 189 - }, - "While expanding the reference 'token_index' in:" - ], - "start_col": 10, - "start_line": 186 - }, - "While auto generating local variable for 'token_index'." - ], - "start_col": 10, - "start_line": 186 - } - }, - "2295": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 189, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 33, - "start_line": 189 - }, - "While expanding the reference 'token_index' in:" - ], - "start_col": 10, - "start_line": 186 - }, - "While auto generating local variable for 'token_index'." - ], - "start_col": 10, - "start_line": 186 - } - }, - "2296": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 189, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 46, - "start_line": 189 - }, - "While expanding the reference 'last_token_index' in:" - ], - "start_col": 10, - "start_line": 185 - }, - "While auto generating local variable for 'last_token_index'." - ], - "start_col": 10, - "start_line": 185 - } - }, - "2297": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 189, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 46, - "start_line": 189 - }, - "While expanding the reference 'last_token_index' in:" - ], - "start_col": 10, - "start_line": 185 - }, - "While auto generating local variable for 'last_token_index'." - ], - "start_col": 10, - "start_line": 185 - } - }, - "2298": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 189, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 22, - "start_line": 189 - } - }, - "2300": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 190, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 190 - } - }, - "2302": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 190, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 190 - } - }, - "2304": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 191, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 191 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 34, - "start_line": 186 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 34, - "start_line": 186 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "2305": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 191, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 191 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 186 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 34, - "start_line": 186 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "2306": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 357, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 189, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 191, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 191 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 22, - "start_line": 189 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 357 - } - }, - "2307": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 181, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 191, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 51, - "start_line": 191 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 16, - "start_line": 181 - } - }, - "2308": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 181, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 191, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 51, - "start_line": 191 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 16, - "start_line": 181 - } - }, - "2309": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 70, - "end_line": 191, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 69, - "start_line": 191 - } - }, - "2311": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 73, - "end_line": 191, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 72, - "start_line": 191 - } - }, - "2313": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 191, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 191 - } - }, - "2315": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 181, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 45, - "start_line": 192 - }, - "While expanding the reference 'from_' in:" - ], - "start_col": 3, - "start_line": 181 - } - }, - "2316": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 52, - "start_line": 192 - }, - "While expanding the reference 'last_token_index' in:" - ], - "start_col": 10, - "start_line": 185 - }, - "While auto generating local variable for 'last_token_index'." - ], - "start_col": 10, - "start_line": 185 - } - }, - "2317": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 52, - "start_line": 192 - }, - "While expanding the reference 'last_token_index' in:" - ], - "start_col": 10, - "start_line": 185 - }, - "While auto generating local variable for 'last_token_index'." - ], - "start_col": 10, - "start_line": 185 - } - }, - "2318": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 78, - "start_line": 192 - } - }, - "2320": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 81, - "start_line": 192 - } - }, - "2322": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 84, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 192 - } - }, - "2324": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 193, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 193 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 180 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 9, - "start_line": 192 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 23 - } - }, - "2325": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 193, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 193 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 180 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 192 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 23 - } - }, - "2326": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 193, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 193 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 180 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 192 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 23 - } - }, - "2327": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 193, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 9, - "start_line": 193 - } - }, - "2328": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 197, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 36, - "start_line": 197 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 15 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 34, - "start_line": 186 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 34, - "start_line": 186 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "2329": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 197, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 36, - "start_line": 197 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 15 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 186 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 34, - "start_line": 186 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "2330": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 357, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 189, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 197, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 36, - "start_line": 197 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 15 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 22, - "start_line": 189 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 357 - } - }, - "2331": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 181, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 197, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 71, - "start_line": 197 - }, - "While expanding the reference 'from_' in:" - ], - "start_col": 3, - "start_line": 181 - } - }, - "2332": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 197, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 78, - "start_line": 197 - }, - "While expanding the reference 'last_token_index' in:" - ], - "start_col": 10, - "start_line": 185 - }, - "While auto generating local variable for 'last_token_index'." - ], - "start_col": 10, - "start_line": 185 - } - }, - "2333": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 197, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 78, - "start_line": 197 - }, - "While expanding the reference 'last_token_index' in:" - ], - "start_col": 10, - "start_line": 185 - }, - "While auto generating local variable for 'last_token_index'." - ], - "start_col": 10, - "start_line": 185 - } - }, - "2334": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 197, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 36, - "start_line": 197 - } - }, - "2336": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 197, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 198 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 23 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 36, - "start_line": 197 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 15 - } - }, - "2337": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 197, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 198 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 23 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 197 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 15 - } - }, - "2338": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 197, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens/decl.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 198 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 23 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 36, - "start_line": 197 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 15 - } - }, - "2339": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 181, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 41, - "start_line": 198 - }, - "While expanding the reference 'from_' in:" - ], - "start_col": 3, - "start_line": 181 - } - }, - "2340": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 48, - "start_line": 198 - }, - "While expanding the reference 'token_index' in:" - ], - "start_col": 10, - "start_line": 186 - }, - "While auto generating local variable for 'token_index'." - ], - "start_col": 10, - "start_line": 186 - } - }, - "2341": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 48, - "start_line": 198 - }, - "While expanding the reference 'token_index' in:" - ], - "start_col": 10, - "start_line": 186 - }, - "While auto generating local variable for 'token_index'." - ], - "start_col": 10, - "start_line": 186 - } - }, - "2342": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 197, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 61, - "start_line": 198 - }, - "While expanding the reference 'last_token_id' in:" - ], - "start_col": 10, - "start_line": 197 - } - }, - "2343": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 197, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 61, - "start_line": 198 - }, - "While expanding the reference 'last_token_id' in:" - ], - "start_col": 10, - "start_line": 197 - } - }, - "2344": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 198 - } - }, - "2346": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 197, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 199, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 47, - "start_line": 199 - }, - "While expanding the reference 'last_token_id' in:" - ], - "start_col": 10, - "start_line": 197 - } - }, - "2347": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 197, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 199, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 47, - "start_line": 199 - }, - "While expanding the reference 'last_token_id' in:" - ], - "start_col": 10, - "start_line": 197 - } - }, - "2348": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 73, - "end_line": 199, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 62, - "start_line": 199 - }, - "While expanding the reference 'token_index' in:" - ], - "start_col": 10, - "start_line": 186 - }, - "While auto generating local variable for 'token_index'." - ], - "start_col": 10, - "start_line": 186 - } - }, - "2349": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 73, - "end_line": 199, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 62, - "start_line": 199 - }, - "While expanding the reference 'token_index' in:" - ], - "start_col": 10, - "start_line": 186 - }, - "While auto generating local variable for 'token_index'." - ], - "start_col": 10, - "start_line": 186 - } - }, - "2350": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 74, - "end_line": 199, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 199 - } - }, - "2352": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 199, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 200 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 180 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 199 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - } - }, - "2353": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 199, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 200 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 180 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 199 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - } - }, - "2354": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721Enumerable_owned_tokens_index/decl.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 199, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 200 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 180 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 199 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - } - }, - "2355": { - "accessible_scopes": [ - "openzeppelin.token.erc721.enumerable.library", - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "start_col": 5, - "start_line": 200 - } - }, - "2356": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 27, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 27 - } - }, - "2358": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 27, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 28 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 56, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 29 - } - }, - "2359": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 31 - } - }, - "2361": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 30, - "end_line": 33, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 9, - "start_line": 33 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 33, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 34, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 9, - "start_line": 34 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 24 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 24 - } - }, - "2362": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 91, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 34, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 31, - "start_line": 34 - }, - "While expanding the reference 'squashed_dict' in:" - ], - "start_col": 65, - "start_line": 25 - } - }, - "2363": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 34, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 9, - "start_line": 34 - } - }, - "2364": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 38, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 26, - "start_line": 38 - } - }, - "2366": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 59, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 39 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 7, - "end_line": 62, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 62 - } - }, - "2368": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 65, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 9, - "start_line": 65 - } - }, - "2369": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 35, - "start_line": 66 - } - }, - "2371": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 62, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 62 - } - }, - "2373": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 63, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 35, - "start_line": 63 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 24 - } - }, - "2374": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 70, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 23, - "start_line": 70 - }, - "While expanding the reference 'dict_accesses' in:" - ], - "start_col": 5, - "start_line": 25 - } - }, - "2375": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 71, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 34, - "start_line": 71 - } - }, - "2377": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 72, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 13, - "start_line": 72 - }, - "While expanding the reference 'first_key' in:" - ], - "start_col": 11, - "start_line": 36 - } - }, - "2378": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 38, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 73, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 28, - "start_line": 73 - }, - "While expanding the reference 'n_accesses' in:" - ], - "start_col": 13, - "start_line": 38 - } - }, - "2379": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 91, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 74, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 23, - "start_line": 74 - }, - "While expanding the reference 'squashed_dict' in:" - ], - "start_col": 65, - "start_line": 25 - } - }, - "2380": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 75, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 18, - "start_line": 75 - }, - "While expanding the reference 'big_keys' in:" - ], - "start_col": 11, - "start_line": 37 - } - }, - "2381": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 6, - "end_line": 76, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 44, - "start_line": 68 - } - }, - "2383": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 26, - "end_line": 77, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 77 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 42, - "end_line": 78, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 78 - } - }, - "2384": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 110, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 110 - } - }, - "2386": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 130 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 53, - "end_line": 136, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 36, - "start_line": 136 - } - }, - "2387": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 25, - "start_line": 137 - } - }, - "2389": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 140, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 140 - } - }, - "2390": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 142, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 142 - } - }, - "2391": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 66, - "end_line": 143, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 143 - } - }, - "2393": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 146, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 146 - } - }, - "2394": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 149, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 149 - } - }, - "2395": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 151, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 151 - } - }, - "2396": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 152, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 152 - } - }, - "2397": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 68, - "end_line": 160, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 160 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 43, - "end_line": 161, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 161 - } - }, - "2399": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 175, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 171 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 77, - "end_line": 177, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 177 - } - }, - "2400": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 178, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 178 - } - }, - "2402": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 74, - "end_line": 179, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 179 - } - }, - "2404": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 180 - } - }, - "2405": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 184, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 184 - } - }, - "2406": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 185 - } - }, - "2407": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 188, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 188 - } - }, - "2408": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 191, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 191 - } - }, - "2410": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 78, - "end_line": 194, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 194 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 54, - "end_line": 195, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 195 - } - }, - "2412": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 50, - "end_line": 201, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 201 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 78, - "end_line": 202, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 202 - } - }, - "2413": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 203, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 203 - } - }, - "2414": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 205, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 31, - "start_line": 205 - } - }, - "2415": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 65, - "end_line": 206, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 206 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 49, - "end_line": 209, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 209 - } - }, - "2416": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 70, - "end_line": 212, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 34, - "start_line": 212 - } - }, - "2417": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 215, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 215 - } - }, - "2419": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 36, - "end_line": 216, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 9, - "start_line": 216 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 63, - "end_line": 211, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 217, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 33, - "start_line": 217 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 211 - } - }, - "2421": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 217, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 64, - "start_line": 217 - } - }, - "2423": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 97, - "end_line": 217, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 9, - "start_line": 217 - } - }, - "2424": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 12, - "end_line": 222, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 222 - } - }, - "2426": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 227, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 224 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 7, - "end_line": 229, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 229 - } - }, - "2428": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 236, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 48, - "start_line": 236 - } - }, - "2430": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 236, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 36, - "start_line": 236 - } - }, - "2431": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 236, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 9, - "start_line": 236 - } - }, - "2432": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 237, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 35, - "start_line": 237 - } - }, - "2434": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 103, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 238, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 33, - "start_line": 238 - }, - "While expanding the reference 'dict_accesses' in:" - ], - "start_col": 5, - "start_line": 103 - } - }, - "2435": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 104, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 239, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 44, - "start_line": 239 - }, - "While expanding the reference 'dict_accesses_end_minus1' in:" - ], - "start_col": 5, - "start_line": 104 - } - }, - "2436": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 221, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 240, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 28, - "start_line": 240 - }, - "While expanding the reference 'next_key' in:" - ], - "start_col": 20, - "start_line": 221 - } - }, - "2437": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 212, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 241, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 38, - "start_line": 241 - }, - "While expanding the reference 'remaining_accesses' in:" - ], - "start_col": 13, - "start_line": 212 - } - }, - "2438": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 229, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 229 - } - }, - "2440": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 211, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 230, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 40, - "start_line": 230 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 211 - } - }, - "2442": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 8, - "end_line": 105, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 230, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 59, - "start_line": 230 - }, - "While expanding the reference 'key' in:" - ], - "start_col": 5, - "start_line": 105 - } - }, - "2443": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 221, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 230, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 66, - "start_line": 230 - }, - "While expanding the reference 'next_key' in:" - ], - "start_col": 20, - "start_line": 221 - } - }, - "2444": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 230, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 9, - "start_line": 230 - } - }, - "2446": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 103, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 231, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 33, - "start_line": 231 - }, - "While expanding the reference 'dict_accesses' in:" - ], - "start_col": 5, - "start_line": 103 - } - }, - "2447": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 104, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 232, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 44, - "start_line": 232 - }, - "While expanding the reference 'dict_accesses_end_minus1' in:" - ], - "start_col": 5, - "start_line": 104 - } - }, - "2448": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 221, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 233, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 28, - "start_line": 233 - }, - "While expanding the reference 'next_key' in:" - ], - "start_col": 20, - "start_line": 221 - } - }, - "2449": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 212, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 234, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 38, - "start_line": 234 - }, - "While expanding the reference 'remaining_accesses' in:" - ], - "start_col": 13, - "start_line": 212 - } - }, - "2450": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 250, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 23, - "start_line": 250 - } - }, - "2452": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 108, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 251, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 18, - "start_line": 251 - }, - "While expanding the reference 'big_keys' in:" - ], - "start_col": 5, - "start_line": 108 - } - }, - "2453": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 6, - "end_line": 252, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 12, - "start_line": 244 - } - }, - "2455": { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 252, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "start_col": 5, - "start_line": 244 - } - }, - "2456": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_new" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 16, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 5, - "start_line": 9 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 12, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 5, - "start_line": 17 - } - }, - "2458": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_new" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 5, - "start_line": 18 - } - }, - "2459": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 5, - "start_line": 23 - } - }, - "2461": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_read" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 5, - "start_line": 25 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 23, - "end_line": 30, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 5, - "start_line": 30 - } - }, - "2462": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 5, - "start_line": 31 - } - }, - "2463": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 5, - "start_line": 32 - } - }, - "2464": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 33, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 34, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 5, - "start_line": 34 - }, - "While trying to retrieve the implicit argument 'dict_ptr' in:" - ], - "start_col": 16, - "start_line": 22 - }, - "While expanding the reference 'dict_ptr' in:" - ], - "start_col": 20, - "start_line": 33 - } - }, - "2466": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 34, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 19, - "start_line": 34 - }, - "While expanding the reference 'value' in:" - ], - "start_col": 11, - "start_line": 24 - } - }, - "2467": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 34, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 5, - "start_line": 34 - } - }, - "2468": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_write" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 44, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 5, - "start_line": 39 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 23, - "end_line": 45, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 5, - "start_line": 45 - } - }, - "2469": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 46, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 5, - "start_line": 46 - } - }, - "2470": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 38, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 48, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 5, - "start_line": 48 - }, - "While trying to retrieve the implicit argument 'dict_ptr' in:" - ], - "start_col": 17, - "start_line": 38 - }, - "While expanding the reference 'dict_ptr' in:" - ], - "start_col": 20, - "start_line": 47 - } - }, - "2472": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 48, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 5, - "start_line": 48 - } - }, - "2473": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_squash" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 5, - "start_line": 85 - } - }, - "2475": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_squash" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 96, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 5, - "start_line": 87 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 49, - "end_line": 97, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 39, - "start_line": 97 - } - }, - "2477": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_squash" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 97, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 10, - "start_line": 97 - } - }, - "2478": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_squash" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 26, - "end_line": 98, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 5, - "start_line": 98 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 33, - "end_line": 82, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 104, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 31, - "start_line": 100 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 24 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 82 - } - }, - "2479": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_squash" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 83, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 101, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 23, - "start_line": 101 - }, - "While expanding the reference 'dict_accesses_start' in:" - ], - "start_col": 5, - "start_line": 83 - } - }, - "2480": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_squash" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 83, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 102, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 27, - "start_line": 102 - }, - "While expanding the reference 'dict_accesses_end' in:" - ], - "start_col": 39, - "start_line": 83 - } - }, - "2481": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_squash" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 97, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 103, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 23, - "start_line": 103 - }, - "While expanding the reference 'squashed_dict_start' in:" - ], - "start_col": 16, - "start_line": 97 - } - }, - "2482": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_squash" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 6, - "end_line": 104, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 31, - "start_line": 100 - } - }, - "2484": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_squash" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 110, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 5, - "start_line": 106 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 33, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/squash_dict.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 104, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 82, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "parent_location": [ - { - "end_col": 91, - "end_line": 111, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 5, - "start_line": 111 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 82 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 31, - "start_line": 100 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 24 - } - }, - "2485": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_squash" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 97, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 111, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 33, - "start_line": 111 - }, - "While expanding the reference 'squashed_dict_start' in:" - ], - "start_col": 16, - "start_line": 97 - } - }, - "2486": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_squash" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "parent_location": [ - { - "end_col": 89, - "end_line": 111, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 72, - "start_line": 111 - }, - "While expanding the reference 'squashed_dict_end' in:" - ], - "start_col": 10, - "start_line": 100 - } - }, - "2487": { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_squash" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 91, - "end_line": 111, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "start_col": 5, - "start_line": 111 - } - }, - "2488": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_new" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 5, - "start_line": 9 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 12, - "end_line": 16, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 5, - "start_line": 16 - } - }, - "2490": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_new" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 5, - "start_line": 17 - } - }, - "2491": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 26, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 5, - "start_line": 26 - } - }, - "2493": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 82, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/dict.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 64, - "start_line": 27 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 82 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 28, - "start_line": 23 - } - }, - "2494": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 9, - "start_line": 28 - }, - "While expanding the reference 'dict_accesses_start' in:" - ], - "start_col": 5, - "start_line": 24 - } - }, - "2495": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 30, - "start_line": 28 - }, - "While expanding the reference 'dict_accesses_end' in:" - ], - "start_col": 39, - "start_line": 24 - } - }, - "2496": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 6, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 64, - "start_line": 27 - } - }, - "2498": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 27, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 10, - "start_line": 27 - } - }, - "2499": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 27, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 37, - "start_line": 27 - } - }, - "2500": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 30, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 5, - "start_line": 30 - } - }, - "2501": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 34, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 21, - "start_line": 34 - } - }, - "2502": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 27, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 33, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 29, - "start_line": 33 - }, - "While expanding the reference 'squashed_dict_start' in:" - ], - "start_col": 16, - "start_line": 27 - } - }, - "2503": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 34, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 20, - "start_line": 34 - } - }, - "2505": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 90, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 23, - "start_line": 35 - }, - "While expanding the reference 'default_value' in:" - ], - "start_col": 71, - "start_line": 24 - } - }, - "2506": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 6, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 5, - "start_line": 32 - } - }, - "2508": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 30, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "parent_location": [ - { - "end_col": 91, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 5, - "start_line": 37 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 28, - "start_line": 23 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 11, - "start_line": 30 - } - }, - "2509": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 27, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 33, - "start_line": 37 - }, - "While expanding the reference 'squashed_dict_start' in:" - ], - "start_col": 16, - "start_line": 27 - } - }, - "2510": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 27, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "parent_location": [ - { - "end_col": 89, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 72, - "start_line": 37 - }, - "While expanding the reference 'squashed_dict_end' in:" - ], - "start_col": 43, - "start_line": 27 - } - }, - "2511": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 91, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 5, - "start_line": 37 - } - }, - "2512": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 43, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 5, - "start_line": 43 - } - }, - "2514": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 44, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 9, - "start_line": 44 - } - }, - "2515": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 5, - "start_line": 47 - } - }, - "2516": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 9, - "start_line": 49 - } - }, - "2518": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 50, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 20, - "start_line": 50 - } - }, - "2520": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 76, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 23, - "start_line": 51 - }, - "While expanding the reference 'default_value' in:" - ], - "start_col": 57, - "start_line": 41 - } - }, - "2521": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 6, - "end_line": 52, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 12, - "start_line": 48 - } - }, - "2523": { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_finalize_inner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 52, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "start_col": 5, - "start_line": 48 - } - }, - "2524": { - "accessible_scopes": [ - "interfaces", - "interfaces.ICellRenderer", - "interfaces.ICellRenderer.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "2526": { - "accessible_scopes": [ - "interfaces", - "interfaces.ICellRenderer", - "interfaces.ICellRenderer.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 41, - "start_line": 3 - } - }, - "2528": { - "accessible_scopes": [ - "interfaces", - "interfaces.ICellRenderer", - "interfaces.ICellRenderer.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 6, - "start_line": 3 - } - }, - "2529": { - "accessible_scopes": [ - "interfaces", - "interfaces.ICellRenderer", - "interfaces.ICellRenderer.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/b2cf08f23bd6d74eeb872bed49d06f4a7518757c8955198bd7ce9a52a9cf0046.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 20, - "start_line": 6 - }, - "While handling calldata argument 'token_id'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "2530": { - "accessible_scopes": [ - "interfaces", - "interfaces.ICellRenderer", - "interfaces.ICellRenderer.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/84a24514c1fc47c938055c9b8b555ae76e193c3fe4f1a6a3391748432a916688.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 36, - "start_line": 6 - }, - "While handling calldata argument 'value'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "2531": { - "accessible_scopes": [ - "interfaces", - "interfaces.ICellRenderer", - "interfaces.ICellRenderer.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/718aa2ac933a14995b4c0da5118692224afa83ebc1cf2b531694a3e835400de0.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 49, - "start_line": 6 - }, - "While handling calldata argument 'name'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "2532": { - "accessible_scopes": [ - "interfaces", - "interfaces.ICellRenderer", - "interfaces.ICellRenderer.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/718aa2ac933a14995b4c0da5118692224afa83ebc1cf2b531694a3e835400de0.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/e1e41e9022bda39c4617b9e4e338140cde71000402172e9b2b9c9fdc807617dc.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 19, - "start_line": 5 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 49, - "start_line": 6 - }, - "While handling calldata argument 'name'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "2534": { - "accessible_scopes": [ - "interfaces", - "interfaces.ICellRenderer", - "interfaces.ICellRenderer.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/41262dba046518ea626ceadddf9bdd89ee1cb488a62fdf8cc47232b6ce4027bb.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/e1e41e9022bda39c4617b9e4e338140cde71000402172e9b2b9c9fdc807617dc.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 42 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 16, - "start_line": 1 - } - }, - "2535": { - "accessible_scopes": [ - "interfaces", - "interfaces.ICellRenderer", - "interfaces.ICellRenderer.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/41262dba046518ea626ceadddf9bdd89ee1cb488a62fdf8cc47232b6ce4027bb.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/e1e41e9022bda39c4617b9e4e338140cde71000402172e9b2b9c9fdc807617dc.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 22, - "start_line": 3 - }, - "While expanding the reference 'contract_address' in:" - ], - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 5, - "start_line": 2 - } - }, - "2536": { - "accessible_scopes": [ - "interfaces", - "interfaces.ICellRenderer", - "interfaces.ICellRenderer.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/e1e41e9022bda39c4617b9e4e338140cde71000402172e9b2b9c9fdc807617dc.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 23, - "start_line": 4 - } - }, - "2538": { - "accessible_scopes": [ - "interfaces", - "interfaces.ICellRenderer", - "interfaces.ICellRenderer.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/e1e41e9022bda39c4617b9e4e338140cde71000402172e9b2b9c9fdc807617dc.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 19, - "start_line": 5 - } - }, - "2539": { - "accessible_scopes": [ - "interfaces", - "interfaces.ICellRenderer", - "interfaces.ICellRenderer.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/e1e41e9022bda39c4617b9e4e338140cde71000402172e9b2b9c9fdc807617dc.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 14, - "start_line": 6 - }, - "While expanding the reference 'calldata_ptr_start' in:" - ], - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 12, - "start_line": 3 - } - }, - "2540": { - "accessible_scopes": [ - "interfaces", - "interfaces.ICellRenderer", - "interfaces.ICellRenderer.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/e1e41e9022bda39c4617b9e4e338140cde71000402172e9b2b9c9fdc807617dc.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - } - }, - "2542": { - "accessible_scopes": [ - "interfaces", - "interfaces.ICellRenderer", - "interfaces.ICellRenderer.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/1c69c7efe008948007bb96a7ffcf593eef2281114be5664acdb2aab9fdcaff9f.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 7, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/90d39885368c3e7097e50bfd1ab7069fc16a5b7a0aacb507eaa76c5ff838c93e.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 7, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 29, - "start_line": 7 - }, - "While handling return value 'data_uri'" - ], - "start_col": 28, - "start_line": 2 - }, - "While expanding the reference '__return_value_arg_data_uri_len' in:" - ], - "start_col": 9, - "start_line": 7 - }, - "While handling return value 'data_uri_len'" - ], - "start_col": 39, - "start_line": 1 - } - }, - "2543": { - "accessible_scopes": [ - "interfaces", - "interfaces.ICellRenderer", - "interfaces.ICellRenderer.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/90d39885368c3e7097e50bfd1ab7069fc16a5b7a0aacb507eaa76c5ff838c93e.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 7, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 29, - "start_line": 7 - }, - "While handling return value 'data_uri'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "2544": { - "accessible_scopes": [ - "interfaces", - "interfaces.ICellRenderer", - "interfaces.ICellRenderer.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/1c69c7efe008948007bb96a7ffcf593eef2281114be5664acdb2aab9fdcaff9f.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 7, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/90d39885368c3e7097e50bfd1ab7069fc16a5b7a0aacb507eaa76c5ff838c93e.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 7, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 29, - "start_line": 7 - }, - "While handling return value 'data_uri'" - ], - "start_col": 30, - "start_line": 8 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 9, - "start_line": 7 - }, - "While handling return value 'data_uri_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "2546": { - "accessible_scopes": [ - "interfaces", - "interfaces.ICellRenderer", - "interfaces.ICellRenderer.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/1c69c7efe008948007bb96a7ffcf593eef2281114be5664acdb2aab9fdcaff9f.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 7, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/90d39885368c3e7097e50bfd1ab7069fc16a5b7a0aacb507eaa76c5ff838c93e.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 7, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 29, - "start_line": 7 - }, - "While handling return value 'data_uri'" - ], - "start_col": 51, - "start_line": 8 - }, - "While expanding the reference '__return_value_arg_data_uri_len' in:" - ], - "start_col": 9, - "start_line": 7 - }, - "While handling return value 'data_uri_len'" - ], - "start_col": 39, - "start_line": 1 - } - }, - "2547": { - "accessible_scopes": [ - "interfaces", - "interfaces.ICellRenderer", - "interfaces.ICellRenderer.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/90d39885368c3e7097e50bfd1ab7069fc16a5b7a0aacb507eaa76c5ff838c93e.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 7, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 29, - "start_line": 7 - }, - "While handling return value 'data_uri'" - ], - "start_col": 30, - "start_line": 8 - } - }, - "2548": { - "accessible_scopes": [ - "interfaces", - "interfaces.ICellRenderer", - "interfaces.ICellRenderer.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/96447016176d161dae83f414c4d3e33e78856e0ef69bc33f8d419f1c9b90f9c5.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 6 - }, - "While handling return values of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "2549": { - "accessible_scopes": [ - "interfaces", - "interfaces.ICellRenderer", - "interfaces.ICellRenderer.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/e1e41e9022bda39c4617b9e4e338140cde71000402172e9b2b9c9fdc807617dc.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/41262dba046518ea626ceadddf9bdd89ee1cb488a62fdf8cc47232b6ce4027bb.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/63dec979b849c8d317c85f20bf92c57762e3a959db375d2edb42d111867dcba1.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 16, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 42 - } - }, - "2550": { - "accessible_scopes": [ - "interfaces", - "interfaces.ICellRenderer", - "interfaces.ICellRenderer.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/90d39885368c3e7097e50bfd1ab7069fc16a5b7a0aacb507eaa76c5ff838c93e.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 7, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/41262dba046518ea626ceadddf9bdd89ee1cb488a62fdf8cc47232b6ce4027bb.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/63dec979b849c8d317c85f20bf92c57762e3a959db375d2edb42d111867dcba1.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 36, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 29, - "start_line": 7 - }, - "While handling return value 'data_uri'" - ], - "start_col": 23, - "start_line": 3 - } - }, - "2552": { - "accessible_scopes": [ - "interfaces", - "interfaces.ICellRenderer", - "interfaces.ICellRenderer.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/1c69c7efe008948007bb96a7ffcf593eef2281114be5664acdb2aab9fdcaff9f.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 7, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/63dec979b849c8d317c85f20bf92c57762e3a959db375d2edb42d111867dcba1.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 22, - "start_line": 2 - }, - "While expanding the reference '__return_value_arg_data_uri_len' in:" - ], - "start_col": 9, - "start_line": 7 - }, - "While handling return value 'data_uri_len'" - ], - "start_col": 39, - "start_line": 1 - } - }, - "2553": { - "accessible_scopes": [ - "interfaces", - "interfaces.ICellRenderer", - "interfaces.ICellRenderer.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 66, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/90d39885368c3e7097e50bfd1ab7069fc16a5b7a0aacb507eaa76c5ff838c93e.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 7, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 91, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/63dec979b849c8d317c85f20bf92c57762e3a959db375d2edb42d111867dcba1.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 64, - "start_line": 2 - }, - "While expanding the reference '__return_value_arg_data_uri' in:" - ], - "start_col": 29, - "start_line": 7 - }, - "While handling return value 'data_uri'" - ], - "start_col": 35, - "start_line": 5 - } - }, - "2555": { - "accessible_scopes": [ - "interfaces", - "interfaces.ICellRenderer", - "interfaces.ICellRenderer.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 94, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/63dec979b849c8d317c85f20bf92c57762e3a959db375d2edb42d111867dcba1.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "2556": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree.merkle_verify" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 23, - "start_line": 15 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 26, - "start_line": 36 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 12 - } - }, - "2557": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree.merkle_verify" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 66, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 72, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 23, - "start_line": 15 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 46, - "start_line": 36 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 40, - "start_line": 12 - } - }, - "2558": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree.merkle_verify" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 83, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 89, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 23, - "start_line": 15 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 74, - "start_line": 36 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 12 - } - }, - "2559": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree.merkle_verify" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 43, - "start_line": 15 - }, - "While expanding the reference 'leaf' in:" - ], - "start_col": 5, - "start_line": 13 - } - }, - "2560": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree.merkle_verify" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 49, - "start_line": 15 - }, - "While expanding the reference 'proof_len' in:" - ], - "start_col": 29, - "start_line": 13 - } - }, - "2561": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree.merkle_verify" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 60, - "start_line": 15 - }, - "While expanding the reference 'proof' in:" - ], - "start_col": 46, - "start_line": 13 - } - }, - "2562": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree.merkle_verify" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 66, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 23, - "start_line": 15 - } - }, - "2564": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree.merkle_verify" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 9, - "start_line": 17 - } - }, - "2565": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree.merkle_verify" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 5, - "start_line": 17 - } - }, - "2567": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree.merkle_verify" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 9, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 12 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 15 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 26, - "start_line": 36 - } - }, - "2568": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree.merkle_verify" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 9, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 40, - "start_line": 12 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 15 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 46, - "start_line": 36 - } - }, - "2569": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree.merkle_verify" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 89, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 9, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 12 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 15 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 74, - "start_line": 36 - } - }, - "2570": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree.merkle_verify" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 17, - "start_line": 18 - } - }, - "2572": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree.merkle_verify" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 9, - "start_line": 18 - } - }, - "2573": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree.merkle_verify" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 9, - "start_line": 20 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 12 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 15 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 26, - "start_line": 36 - } - }, - "2574": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree.merkle_verify" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 9, - "start_line": 20 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 40, - "start_line": 12 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 15 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 46, - "start_line": 36 - } - }, - "2575": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree.merkle_verify" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 89, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 9, - "start_line": 20 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 12 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 15 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 74, - "start_line": 36 - } - }, - "2576": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree.merkle_verify" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 17, - "start_line": 20 - } - }, - "2578": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree.merkle_verify" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 9, - "start_line": 20 - } - }, - "2579": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._hash_sorted" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 79, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 14, - "start_line": 25 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 79 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 24 - } - }, - "2580": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._hash_sorted" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 25, - "start_line": 25 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 60, - "start_line": 24 - } - }, - "2581": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._hash_sorted" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 28, - "start_line": 25 - }, - "While expanding the reference 'b' in:" - ], - "start_col": 63, - "start_line": 24 - } - }, - "2582": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._hash_sorted" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 14, - "start_line": 25 - } - }, - "2584": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._hash_sorted" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 27, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 9, - "start_line": 27 - } - }, - "2586": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._hash_sorted" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 27, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 5, - "start_line": 27 - } - }, - "2588": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._hash_sorted" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 34, - "start_line": 28 - }, - "While expanding the reference 'hash_ptr' in:" - ], - "start_col": 19, - "start_line": 24 - } - }, - "2589": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._hash_sorted" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 44, - "start_line": 28 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 60, - "start_line": 24 - } - }, - "2590": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._hash_sorted" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 47, - "start_line": 28 - }, - "While expanding the reference 'b' in:" - ], - "start_col": 63, - "start_line": 24 - } - }, - "2591": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._hash_sorted" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 19, - "start_line": 28 - } - }, - "2593": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._hash_sorted" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 27, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 5, - "start_line": 27 - } - }, - "2595": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._hash_sorted" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 30, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 34, - "start_line": 30 - }, - "While expanding the reference 'hash_ptr' in:" - ], - "start_col": 19, - "start_line": 24 - } - }, - "2596": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._hash_sorted" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 30, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 44, - "start_line": 30 - }, - "While expanding the reference 'b' in:" - ], - "start_col": 63, - "start_line": 24 - } - }, - "2597": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._hash_sorted" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 30, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 47, - "start_line": 30 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 60, - "start_line": 24 - } - }, - "2598": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._hash_sorted" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 30, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 19, - "start_line": 30 - } - }, - "2600": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._hash_sorted" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 30, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 5, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'hash_ptr' in:" - ], - "start_col": 19, - "start_line": 24 - }, - "While expanding the reference 'hash_ptr' in:" - ], - "start_col": 34, - "start_line": 30 - } - }, - "2601": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._hash_sorted" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 79, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 5, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 24 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 14, - "start_line": 25 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 79 - } - }, - "2602": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._hash_sorted" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 30, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 13, - "start_line": 32 - }, - "While expanding the reference 'n' in:" - ], - "start_col": 14, - "start_line": 30 - } - }, - "2603": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._hash_sorted" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 5, - "start_line": 32 - } - }, - "2604": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._merkle_verify_body" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 39, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 5, - "start_line": 39 - } - }, - "2606": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._merkle_verify_body" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 5, - "start_line": 41 - } - }, - "2608": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._merkle_verify_body" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 9, - "start_line": 42 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 26, - "start_line": 36 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 26, - "start_line": 36 - } - }, - "2609": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._merkle_verify_body" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 72, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 9, - "start_line": 42 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 46, - "start_line": 36 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 46, - "start_line": 36 - } - }, - "2610": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._merkle_verify_body" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 89, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 89, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 9, - "start_line": 42 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 74, - "start_line": 36 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 74, - "start_line": 36 - } - }, - "2611": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._merkle_verify_body" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 17, - "start_line": 42 - }, - "While expanding the reference 'curr' in:" - ], - "start_col": 5, - "start_line": 37 - } - }, - "2612": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._merkle_verify_body" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 9, - "start_line": 42 - } - }, - "2613": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._merkle_verify_body" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 45, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 37, - "start_line": 45 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 46, - "start_line": 36 - } - }, - "2614": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._merkle_verify_body" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 89, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 45, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 15, - "start_line": 45 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 24 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 74, - "start_line": 36 - } - }, - "2615": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._merkle_verify_body" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 37, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 45, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 51, - "start_line": 45 - }, - "While expanding the reference 'curr' in:" - ], - "start_col": 5, - "start_line": 37 - } - }, - "2616": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._merkle_verify_body" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 45, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 57, - "start_line": 45 - } - }, - "2617": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._merkle_verify_body" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 45, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 15, - "start_line": 45 - } - }, - "2619": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._merkle_verify_body" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 17, - "start_line": 47 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 26, - "start_line": 36 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 26, - "start_line": 36 - } - }, - "2620": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._merkle_verify_body" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 45, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 72, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 17, - "start_line": 47 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 46, - "start_line": 36 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 37, - "start_line": 45 - } - }, - "2621": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._merkle_verify_body" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 45, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 89, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 17, - "start_line": 47 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 74, - "start_line": 36 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 15, - "start_line": 45 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 24 - } - }, - "2622": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._merkle_verify_body" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 45, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 37, - "start_line": 47 - }, - "While expanding the reference 'n' in:" - ], - "start_col": 10, - "start_line": 45 - } - }, - "2623": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._merkle_verify_body" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 40, - "start_line": 47 - } - }, - "2625": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._merkle_verify_body" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 55, - "start_line": 47 - } - }, - "2627": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._merkle_verify_body" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 17, - "start_line": 47 - } - }, - "2629": { - "accessible_scopes": [ - "utils.merkle_tree", - "utils.merkle_tree._merkle_verify_body" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 48, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "start_col": 5, - "start_line": 48 - } - }, - "2630": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.CellUpdated", - "sheet.library.CellUpdated.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "2632": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.CellUpdated", - "sheet.library.CellUpdated.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 33, - "start_line": 2 - } - }, - "2634": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.CellUpdated", - "sheet.library.CellUpdated.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "2635": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.CellUpdated", - "sheet.library.CellUpdated.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 23, - "start_line": 3 - } - }, - "2637": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.CellUpdated", - "sheet.library.CellUpdated.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "2638": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.CellUpdated", - "sheet.library.CellUpdated.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 33, - "start_line": 4 - } - }, - "2640": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.CellUpdated", - "sheet.library.CellUpdated.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 6, - "start_line": 4 - } - }, - "2641": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.CellUpdated", - "sheet.library.CellUpdated.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/075e4ad17c5c33f2000b89f716344a0dc5939a8c778eaecf5d50aad0b8c8f6a4.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 18, - "start_line": 24 - }, - "While handling calldata argument 'id'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "2642": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.CellUpdated", - "sheet.library.CellUpdated.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/84a24514c1fc47c938055c9b8b555ae76e193c3fe4f1a6a3391748432a916688.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 28, - "start_line": 24 - }, - "While handling calldata argument 'value'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "2643": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.CellUpdated", - "sheet.library.CellUpdated.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/46897e8d1eeb70f43de97768fc576e67eb909a92fef3afcd8593de4462cb359f.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 41, - "start_line": 24 - }, - "While handling calldata argument 'contract_address'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "2644": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.CellUpdated", - "sheet.library.CellUpdated.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/46897e8d1eeb70f43de97768fc576e67eb909a92fef3afcd8593de4462cb359f.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 41, - "start_line": 24 - }, - "While handling calldata argument 'contract_address'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "2646": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.CellUpdated", - "sheet.library.CellUpdated.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 1 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 390 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - } - }, - "2647": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.CellUpdated", - "sheet.library.CellUpdated.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 21, - "start_line": 1 - } - }, - "2649": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.CellUpdated", - "sheet.library.CellUpdated.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 29, - "start_line": 1 - }, - "While expanding the reference '__keys_ptr' in:" - ], - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 12, - "start_line": 2 - } - }, - "2650": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.CellUpdated", - "sheet.library.CellUpdated.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 50, - "start_line": 1 - } - }, - "2651": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.CellUpdated", - "sheet.library.CellUpdated.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 84, - "start_line": 1 - }, - "While expanding the reference '__data_ptr' in:" - ], - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 12, - "start_line": 4 - } - }, - "2652": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.CellUpdated", - "sheet.library.CellUpdated.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "2654": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.CellUpdated", - "sheet.library.CellUpdated.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - } - }, - "2655": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.CellUpdated", - "sheet.library.CellUpdated.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "2656": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "2657": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "2658": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "2660": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "2661": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 30, - "start_line": 15 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 12 - } - }, - "2662": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 30, - "start_line": 15 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 12 - } - }, - "2663": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 30, - "start_line": 15 - } - }, - "2665": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 37, - "start_line": 16 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 12 - } - }, - "2666": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 58, - "start_line": 16 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 15 - } - }, - "2667": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 37, - "start_line": 16 - } - }, - "2669": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 31, - "start_line": 18 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 16 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "2670": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 32, - "start_line": 19 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 15 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "2671": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 35, - "start_line": 20 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 15 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "2672": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 45, - "start_line": 21 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 16 - } - }, - "2673": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 22, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 9, - "start_line": 22 - } - }, - "2674": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 30, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 25 - } - }, - "2675": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 30, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 25 - } - }, - "2676": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 30, - "start_line": 26 - } - }, - "2678": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 9, - "start_line": 27 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 25 - } - }, - "2679": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 31, - "start_line": 27 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 26 - } - }, - "2680": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 55, - "start_line": 27 - } - }, - "2681": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 9, - "start_line": 27 - } - }, - "2683": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 9, - "start_line": 28 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 26 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "2684": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 9, - "start_line": 28 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 26 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "2685": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_renderer", - "sheet.library.Sheet_cell_renderer.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/impl.cairo" - }, - "start_col": 9, - "start_line": 28 - } - }, - "2686": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "2687": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "2688": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 94, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "2690": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "2691": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 12 - } - }, - "2692": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 12 - } - }, - "2693": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - } - }, - "2695": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 37, - "start_line": 14 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 12 - } - }, - "2696": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 58, - "start_line": 14 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 13 - } - }, - "2697": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 37, - "start_line": 14 - } - }, - "2699": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 31, - "start_line": 16 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 14 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "2700": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 32, - "start_line": 17 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 13 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "2701": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 35, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 13 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "2702": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 45, - "start_line": 19 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 14 - } - }, - "2703": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 9, - "start_line": 20 - } - }, - "2704": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 23 - } - }, - "2705": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 23 - } - }, - "2706": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - } - }, - "2708": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 23 - } - }, - "2709": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 31, - "start_line": 25 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 24 - } - }, - "2710": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 55, - "start_line": 25 - } - }, - "2711": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - } - }, - "2713": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 19 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "2714": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 19 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "2715": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_merkle_root", - "sheet.library.Sheet_merkle_root.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - } - }, - "2716": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "2717": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "2718": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "2720": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "2721": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 12 - } - }, - "2722": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 12 - } - }, - "2723": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - } - }, - "2725": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 37, - "start_line": 14 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 12 - } - }, - "2726": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 58, - "start_line": 14 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 13 - } - }, - "2727": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 37, - "start_line": 14 - } - }, - "2729": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 31, - "start_line": 16 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 14 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "2730": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 32, - "start_line": 17 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 13 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "2731": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 35, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 13 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "2732": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 45, - "start_line": 19 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 14 - } - }, - "2733": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 9, - "start_line": 20 - } - }, - "2734": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 23 - } - }, - "2735": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 23 - } - }, - "2736": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - } - }, - "2738": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 23 - } - }, - "2739": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 31, - "start_line": 25 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 24 - } - }, - "2740": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 55, - "start_line": 25 - } - }, - "2741": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - } - }, - "2743": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 19 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "2744": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 19 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "2745": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_max_per_wallet", - "sheet.library.Sheet_max_per_wallet.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - } - }, - "2746": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 36, - "start_line": 9 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "2747": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 94, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 50, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "2749": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 74, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 55, - "start_line": 9 - } - }, - "2750": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - } - }, - "2752": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 21, - "start_line": 10 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "2753": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 44, - "start_line": 10 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 9 - } - }, - "2754": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 21, - "start_line": 10 - } - }, - "2756": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 9, - "start_line": 11 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 9 - } - }, - "2757": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 9, - "start_line": 11 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 10 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - } - }, - "2758": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 21, - "start_line": 11 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 10 - } - }, - "2759": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 9, - "start_line": 11 - } - }, - "2760": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 30, - "start_line": 17 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 14 - } - }, - "2761": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 30, - "start_line": 17 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 14 - } - }, - "2762": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 88, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 35, - "start_line": 17 - }, - "While expanding the reference 'id' in:" - ], - "start_col": 80, - "start_line": 14 - } - }, - "2763": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 30, - "start_line": 17 - } - }, - "2765": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 37, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 14 - } - }, - "2766": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 58, - "start_line": 18 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 17 - } - }, - "2767": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 37, - "start_line": 18 - } - }, - "2769": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 37, - "start_line": 19 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 18 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "2770": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 74, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 58, - "start_line": 19 - } - }, - "2772": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 37, - "start_line": 19 - } - }, - "2774": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 37, - "start_line": 20 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 19 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "2775": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 74, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 58, - "start_line": 20 - } - }, - "2777": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 37, - "start_line": 20 - } - }, - "2779": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 22, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 31, - "start_line": 22 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 20 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "2780": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 32, - "start_line": 23 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 17 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "2781": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 35, - "start_line": 24 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 17 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "2782": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 45, - "start_line": 25 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 18 - } - }, - "2783": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 45, - "start_line": 26 - }, - "While expanding the reference '__storage_var_temp1' in:" - ], - "start_col": 14, - "start_line": 19 - } - }, - "2784": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 45, - "start_line": 27 - }, - "While expanding the reference '__storage_var_temp2' in:" - ], - "start_col": 14, - "start_line": 20 - } - }, - "2785": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 9, - "start_line": 28 - } - }, - "2786": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 30, - "start_line": 34 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 31 - } - }, - "2787": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 30, - "start_line": 34 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 31 - } - }, - "2788": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 35, - "start_line": 34 - }, - "While expanding the reference 'id' in:" - ], - "start_col": 9, - "start_line": 32 - } - }, - "2789": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 30, - "start_line": 34 - } - }, - "2791": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 35, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 9, - "start_line": 35 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 31 - } - }, - "2792": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 35, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 31, - "start_line": 35 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 34 - } - }, - "2793": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 35, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 55, - "start_line": 35 - } - }, - "2794": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 35, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 9, - "start_line": 35 - } - }, - "2796": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 36, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 31, - "start_line": 36 - } - }, - "2798": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 36, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 55, - "start_line": 36 - } - }, - "2799": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 36, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 9, - "start_line": 36 - } - }, - "2801": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 37, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 31, - "start_line": 37 - } - }, - "2803": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 37, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 55, - "start_line": 37 - } - }, - "2804": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 37, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 9, - "start_line": 37 - } - }, - "2806": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 38, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 9, - "start_line": 38 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 34 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "2807": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 34, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 38, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 9, - "start_line": 38 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 34 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "2808": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell", - "sheet.library.Sheet_cell.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 38, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/impl.cairo" - }, - "start_col": 9, - "start_line": 38 - } - }, - "2809": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 36, - "start_line": 9 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "2810": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 50, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "2812": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 74, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 55, - "start_line": 9 - } - }, - "2813": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - } - }, - "2815": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 55, - "start_line": 10 - } - }, - "2816": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 21, - "start_line": 10 - } - }, - "2818": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 21, - "start_line": 11 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "2819": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 44, - "start_line": 11 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 10 - } - }, - "2820": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 21, - "start_line": 11 - } - }, - "2822": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 9, - "start_line": 12 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 10 - } - }, - "2823": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 9, - "start_line": 12 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 11 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - } - }, - "2824": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 21, - "start_line": 12 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 11 - } - }, - "2825": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 9, - "start_line": 12 - } - }, - "2826": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/decl.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 30, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 15 - } - }, - "2827": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/decl.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 30, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 15 - } - }, - "2828": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 35, - "start_line": 18 - }, - "While expanding the reference 'id' in:" - ], - "start_col": 9, - "start_line": 16 - } - }, - "2829": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 39, - "start_line": 18 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 19, - "start_line": 16 - } - }, - "2830": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 30, - "start_line": 18 - } - }, - "2832": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 37, - "start_line": 19 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 15 - } - }, - "2833": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 58, - "start_line": 19 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 18 - } - }, - "2834": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 37, - "start_line": 19 - } - }, - "2836": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 31, - "start_line": 21 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 19 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "2837": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/decl.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 22, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 32, - "start_line": 22 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 18 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "2838": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/decl.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 35, - "start_line": 23 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 18 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "2839": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 45, - "start_line": 24 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 19 - } - }, - "2840": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - } - }, - "2841": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/decl.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 30, - "start_line": 31 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 28 - } - }, - "2842": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/decl.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 30, - "start_line": 31 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 28 - } - }, - "2843": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 29, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 35, - "start_line": 31 - }, - "While expanding the reference 'id' in:" - ], - "start_col": 9, - "start_line": 29 - } - }, - "2844": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 29, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 39, - "start_line": 31 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 19, - "start_line": 29 - } - }, - "2845": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 30, - "start_line": 31 - } - }, - "2847": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 9, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 28 - } - }, - "2848": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 31, - "start_line": 32 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 31 - } - }, - "2849": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 55, - "start_line": 32 - } - }, - "2850": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 9, - "start_line": 32 - } - }, - "2852": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/decl.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 9, - "start_line": 33 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 31 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "2853": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/decl.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 9, - "start_line": 33 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 31 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "2854": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_cell_calldata", - "sheet.library.Sheet_cell_calldata.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 33, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/impl.cairo" - }, - "start_col": 9, - "start_line": 33 - } - }, - "2855": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "2856": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "2857": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "2859": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "2860": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 12 - } - }, - "2861": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 12 - } - }, - "2862": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - } - }, - "2864": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 37, - "start_line": 14 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 12 - } - }, - "2865": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 58, - "start_line": 14 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 13 - } - }, - "2866": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 37, - "start_line": 14 - } - }, - "2868": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 31, - "start_line": 16 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 14 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "2869": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 32, - "start_line": 17 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 13 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "2870": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 35, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 13 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "2871": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 45, - "start_line": 19 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 14 - } - }, - "2872": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 9, - "start_line": 20 - } - }, - "2873": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 23 - } - }, - "2874": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 23 - } - }, - "2875": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - } - }, - "2877": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 23 - } - }, - "2878": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 31, - "start_line": 25 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 24 - } - }, - "2879": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 55, - "start_line": 25 - } - }, - "2880": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - } - }, - "2882": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 19 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "2883": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 19 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "2884": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet_is_mint_open", - "sheet.library.Sheet_is_mint_open.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - } - }, - "2885": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 98, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 98 - } - }, - "2887": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/decl.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 104, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 99 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 91 - } - }, - "2888": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/decl.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 104, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 99 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 91 - } - }, - "2889": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/decl.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 104, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 99 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 91 - } - }, - "2890": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 92, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 100 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 92 - } - }, - "2891": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 93, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 102, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 34, - "start_line": 102 - }, - "While expanding the reference 'contract_address' in:" - ], - "start_col": 9, - "start_line": 93 - } - }, - "2892": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 94, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 102, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 58, - "start_line": 102 - }, - "While expanding the reference 'value' in:" - ], - "start_col": 9, - "start_line": 94 - } - }, - "2893": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 95, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 102, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 78, - "start_line": 102 - }, - "While expanding the reference 'cell_calldata_len' in:" - ], - "start_col": 9, - "start_line": 95 - } - }, - "2894": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 104, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 99 - } - }, - "2896": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 105, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 105 - } - }, - "2898": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 92, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 106, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 32, - "start_line": 106 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 92 - } - }, - "2899": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 105, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 106, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 48, - "start_line": 106 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 15, - "start_line": 105 - } - }, - "2900": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 95, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 106, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 68, - "start_line": 106 - }, - "While expanding the reference 'cell_calldata_len' in:" - ], - "start_col": 9, - "start_line": 95 - } - }, - "2901": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 96, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 107, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 107 - }, - "While expanding the reference 'cell_calldata' in:" - ], - "start_col": 9, - "start_line": 96 - } - }, - "2902": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 108, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 106 - } - }, - "2904": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 248, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 108, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 109 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 106 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 248 - } - }, - "2905": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 250, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 108, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 109 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 106 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 250 - } - }, - "2906": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 106, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 26, - "start_line": 109 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 32, - "start_line": 106 - } - }, - "2907": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 94, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 36, - "start_line": 109 - }, - "While expanding the reference 'value' in:" - ], - "start_col": 9, - "start_line": 94 - } - }, - "2908": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 93, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 43, - "start_line": 109 - }, - "While expanding the reference 'contract_address' in:" - ], - "start_col": 9, - "start_line": 93 - } - }, - "2909": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 109 - } - }, - "2911": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 110, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 110 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 91 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 109 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - } - }, - "2912": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 249, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 108, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 110, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 110 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 91 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 9, - "start_line": 106 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 249 - } - }, - "2913": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/CellUpdated/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 110, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 110 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 91 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 109 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 24 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - } - }, - "2914": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.set_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 110, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 110 - } - }, - "2915": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 116, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 116 - } - }, - "2917": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 118, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 22, - "start_line": 118 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 311 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 113 - } - }, - "2918": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 118, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 22, - "start_line": 118 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 311 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 113 - } - }, - "2919": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 118, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 22, - "start_line": 118 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 311 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 113 - } - }, - "2920": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 114, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 117, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 118, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 37, - "start_line": 118 - }, - "While expanding the reference 'token_id_256' in:" - ], - "start_col": 36, - "start_line": 117 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 114 - } - }, - "2921": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 117, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 118, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 37, - "start_line": 118 - }, - "While expanding the reference 'token_id_256' in:" - ], - "start_col": 46, - "start_line": 117 - } - }, - "2923": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 118, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 22, - "start_line": 118 - } - }, - "2925": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 119, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 119 - } - }, - "2927": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 120, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 35, - "start_line": 120 - } - }, - "2929": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 118, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 121, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 121 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 113 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 118 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 311 - } - }, - "2930": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 118, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 121, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 121 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 113 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 22, - "start_line": 118 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 311 - } - }, - "2931": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 118, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 121, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 121 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 113 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 22, - "start_line": 118 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 311 - } - }, - "2932": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 121, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 21, - "start_line": 121 - } - }, - "2934": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 121, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 31, - "start_line": 121 - } - }, - "2936": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 121, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 34, - "start_line": 121 - } - }, - "2938": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 120, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 121, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 37, - "start_line": 121 - }, - "While expanding the reference 'calldata' in:" - ], - "start_col": 17, - "start_line": 120 - } - }, - "2939": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 121, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 121 - } - }, - "2940": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 118, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/decl.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 27, - "start_line": 123 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 118 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 311 - } - }, - "2941": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 118, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/decl.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 27, - "start_line": 123 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 22, - "start_line": 118 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 311 - } - }, - "2942": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 118, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/decl.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 27, - "start_line": 123 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 22, - "start_line": 118 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 311 - } - }, - "2943": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 114, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 43, - "start_line": 123 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 114 - } - }, - "2944": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 27, - "start_line": 123 - } - }, - "2946": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 14, - "start_line": 123 - }, - "While auto generating local variable for 'cell_data'." - ], - "start_col": 14, - "start_line": 123 - } - }, - "2947": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 14, - "start_line": 123 - }, - "While auto generating local variable for 'cell_data'." - ], - "start_col": 14, - "start_line": 123 - } - }, - "2948": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 14, - "start_line": 123 - }, - "While auto generating local variable for 'cell_data'." - ], - "start_col": 14, - "start_line": 123 - } - }, - "2949": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 126, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 39, - "start_line": 126 - } - }, - "2951": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 126, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 14, - "start_line": 126 - } - }, - "2952": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/decl.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 266, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 128, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 128 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 266 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 27, - "start_line": 123 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "2953": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/decl.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 267, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 128, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 128 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 267 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 27, - "start_line": 123 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "2954": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell/decl.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 123, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 268, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 128, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 128 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 268 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 123 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "2955": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 114, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 269, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 128, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 128 - }, - "While trying to retrieve the implicit argument 'token_id' in:" - ], - "start_col": 5, - "start_line": 269 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 114 - } - }, - "2956": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 124, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 270, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 128, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 128 - }, - "While trying to retrieve the implicit argument 'calldata_len' in:" - ], - "start_col": 5, - "start_line": 270 - }, - "While expanding the reference 'calldata_len' in:" - ], - "start_col": 28, - "start_line": 124 - } - }, - "2957": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 126, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 271, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 128, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 128 - }, - "While trying to retrieve the implicit argument 'calldata' in:" - ], - "start_col": 5, - "start_line": 271 - }, - "While expanding the reference 'calldata' in:" - ], - "start_col": 20, - "start_line": 126 - } - }, - "2958": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 128, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 27, - "start_line": 128 - } - }, - "2960": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 128, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 128 - } - }, - "2962": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 266, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 128, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 130, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 130 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 113 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 13, - "start_line": 128 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 266 - } - }, - "2963": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 267, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 128, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 130, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 130 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 113 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 13, - "start_line": 128 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 267 - } - }, - "2964": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 268, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 128, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 130, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 130 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 113 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 13, - "start_line": 128 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 268 - } - }, - "2965": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 130, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 17, - "start_line": 130 - } - }, - "2966": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 130, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 45, - "start_line": 130 - } - }, - "2967": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 270, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 128, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 130, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 62, - "start_line": 130 - }, - "While expanding the reference 'calldata_len' in:" - ], - "start_col": 13, - "start_line": 128 - }, - "While trying to update the implicit return value 'calldata_len' in:" - ], - "start_col": 5, - "start_line": 270 - } - }, - "2968": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 271, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 128, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 130, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 76, - "start_line": 130 - }, - "While expanding the reference 'calldata' in:" - ], - "start_col": 13, - "start_line": 128 - }, - "While trying to update the implicit return value 'calldata' in:" - ], - "start_col": 5, - "start_line": 271 - } - }, - "2969": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.get_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 130, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 130 - } - }, - "2970": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 23, - "start_line": 137 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 284 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 134 - } - }, - "2971": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 23, - "start_line": 137 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 285 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 29, - "start_line": 134 - } - }, - "2972": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 286, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 23, - "start_line": 137 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 286 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 57, - "start_line": 134 - } - }, - "2973": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 101, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 287, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 23, - "start_line": 137 - }, - "While trying to retrieve the implicit argument 'rendered_cells' in:" - ], - "start_col": 5, - "start_line": 287 - }, - "While expanding the reference 'rendered_cells' in:" - ], - "start_col": 74, - "start_line": 134 - } - }, - "2974": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 136, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 54, - "start_line": 137 - }, - "While expanding the reference 'true' in:" - ], - "start_col": 20, - "start_line": 136 - } - }, - "2976": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 135, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 60, - "start_line": 137 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 7, - "start_line": 135 - } - }, - "2977": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 23, - "start_line": 137 - } - }, - "2979": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 23, - "start_line": 139 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 137 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 284 - } - }, - "2980": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 23, - "start_line": 139 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 137 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 285 - } - }, - "2981": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 286, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 23, - "start_line": 139 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 137 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 286 - } - }, - "2982": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 135, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 138, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 42, - "start_line": 139 - }, - "While expanding the reference 'token_id_256' in:" - ], - "start_col": 36, - "start_line": 138 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 7, - "start_line": 135 - } - }, - "2983": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 138, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 42, - "start_line": 139 - }, - "While expanding the reference 'token_id_256' in:" - ], - "start_col": 46, - "start_line": 138 - } - }, - "2985": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 23, - "start_line": 139 - } - }, - "2987": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 71, - "end_line": 140, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 140 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 134 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 139 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "2988": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 71, - "end_line": 140, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 140 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 29, - "start_line": 134 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 139 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "2989": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/ERC721_owners/decl.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 72, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 71, - "end_line": 140, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 140 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 57, - "start_line": 134 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 139 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "2990": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 287, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 101, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 71, - "end_line": 140, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 140 - }, - "While trying to retrieve the implicit argument 'rendered_cells' in:" - ], - "start_col": 74, - "start_line": 134 - }, - "While expanding the reference 'rendered_cells' in:" - ], - "start_col": 23, - "start_line": 137 - }, - "While trying to update the implicit return value 'rendered_cells' in:" - ], - "start_col": 5, - "start_line": 287 - } - }, - "2991": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 135, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 140, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 33, - "start_line": 140 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 7, - "start_line": 135 - } - }, - "2992": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 139, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 140, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 49, - "start_line": 140 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 14, - "start_line": 139 - } - }, - "2993": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 137, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 140, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 62, - "start_line": 140 - }, - "While expanding the reference 'value' in:" - ], - "start_col": 14, - "start_line": 137 - } - }, - "2994": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 71, - "end_line": 140, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 140 - } - }, - "2995": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 154 - } - }, - "2997": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 155, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 155 - } - }, - "2998": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 155, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 155 - } - }, - "3000": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 147, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 147, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 156, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 156 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 147 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 147 - } - }, - "3001": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 156, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 156 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 9, - "start_line": 148 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 9, - "start_line": 148 - } - }, - "3002": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 149, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 149, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 156, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 156 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 149 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 149 - } - }, - "3003": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 150, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 150, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 156, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 156 - }, - "While trying to retrieve the implicit argument 'cells' in:" - ], - "start_col": 9, - "start_line": 150 - }, - "While expanding the reference 'cells' in:" - ], - "start_col": 9, - "start_line": 150 - } - }, - "3004": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 151, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 151, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 156, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 156 - }, - "While trying to retrieve the implicit argument 'rendered_cells' in:" - ], - "start_col": 9, - "start_line": 151 - }, - "While expanding the reference 'rendered_cells' in:" - ], - "start_col": 9, - "start_line": 151 - } - }, - "3005": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 152, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 152, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 156, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 156 - }, - "While trying to retrieve the implicit argument 'stop' in:" - ], - "start_col": 9, - "start_line": 152 - }, - "While expanding the reference 'stop' in:" - ], - "start_col": 9, - "start_line": 152 - } - }, - "3006": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 156, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 156 - } - }, - "3007": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 147, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 59, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 26, - "start_line": 158 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 59 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 147 - } - }, - "3008": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 71, - "end_line": 59, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 26, - "start_line": 158 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 45, - "start_line": 59 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 9, - "start_line": 148 - } - }, - "3009": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 149, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 88, - "end_line": 59, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 26, - "start_line": 158 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 73, - "start_line": 59 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 149 - } - }, - "3010": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 153, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 71, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 66, - "start_line": 158 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 7, - "start_line": 153 - } - }, - "3011": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 74, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 73, - "start_line": 158 - } - }, - "3013": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 76, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 26, - "start_line": 158 - } - }, - "3015": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 59, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 22, - "start_line": 159 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 134 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 26, - "start_line": 158 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 59 - } - }, - "3016": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 71, - "end_line": 59, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 22, - "start_line": 159 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 29, - "start_line": 134 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 26, - "start_line": 158 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 45, - "start_line": 59 - } - }, - "3017": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 88, - "end_line": 59, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 72, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 22, - "start_line": 159 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 57, - "start_line": 134 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 26, - "start_line": 158 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 73, - "start_line": 59 - } - }, - "3018": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 151, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 101, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 22, - "start_line": 159 - }, - "While trying to retrieve the implicit argument 'rendered_cells' in:" - ], - "start_col": 74, - "start_line": 134 - }, - "While expanding the reference 'rendered_cells' in:" - ], - "start_col": 9, - "start_line": 151 - } - }, - "3019": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 34, - "start_line": 159 - } - }, - "3020": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 22, - "start_line": 159 - } - }, - "3022": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 160, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 25, - "start_line": 160 - } - }, - "3024": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 160, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 25, - "start_line": 160 - } - }, - "3025": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 160, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 17, - "start_line": 160 - } - }, - "3026": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 160, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 160 - } - }, - "3027": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 160, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 25, - "start_line": 160 - } - }, - "3029": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 160, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 25, - "start_line": 160 - } - }, - "3030": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 160, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 16, - "start_line": 160 - } - }, - "3032": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 160, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 16, - "start_line": 160 - } - }, - "3033": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 160, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 160 - } - }, - "3034": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 160, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 25, - "start_line": 160 - } - }, - "3036": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 160, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 25, - "start_line": 160 - } - }, - "3037": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 160, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 16, - "start_line": 160 - } - }, - "3039": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 160, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 16, - "start_line": 160 - } - }, - "3040": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 160, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 160 - } - }, - "3041": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 147, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 161, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 16, - "start_line": 161 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 147 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 159 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 134 - } - }, - "3042": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 161, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 16, - "start_line": 161 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 9, - "start_line": 148 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 22, - "start_line": 159 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 29, - "start_line": 134 - } - }, - "3043": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 149, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 161, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 16, - "start_line": 161 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 149 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 22, - "start_line": 159 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 57, - "start_line": 134 - } - }, - "3044": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 150, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 150, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 161, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 16, - "start_line": 161 - }, - "While trying to retrieve the implicit argument 'cells' in:" - ], - "start_col": 9, - "start_line": 150 - }, - "While expanding the reference 'cells' in:" - ], - "start_col": 9, - "start_line": 150 - } - }, - "3045": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 101, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 159, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 151, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 161, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 16, - "start_line": 161 - }, - "While trying to retrieve the implicit argument 'rendered_cells' in:" - ], - "start_col": 9, - "start_line": 151 - }, - "While expanding the reference 'rendered_cells' in:" - ], - "start_col": 22, - "start_line": 159 - }, - "While trying to update the implicit return value 'rendered_cells' in:" - ], - "start_col": 74, - "start_line": 134 - } - }, - "3046": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 152, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 152, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 161, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 16, - "start_line": 161 - }, - "While trying to retrieve the implicit argument 'stop' in:" - ], - "start_col": 9, - "start_line": 152 - }, - "While expanding the reference 'stop' in:" - ], - "start_col": 9, - "start_line": 152 - } - }, - "3047": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 161, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 28, - "start_line": 161 - } - }, - "3049": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 161, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 16, - "start_line": 161 - } - }, - "3051": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.render_grid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 161, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 161 - } - }, - "3052": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 164, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 402, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 167, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 167 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 402 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 43, - "start_line": 164 - } - }, - "3053": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 164, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 402, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 167, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 167 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 402 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 164 - } - }, - "3054": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 164, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 402, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 167, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 167 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 402 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 164 - } - }, - "3055": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 167, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 167 - } - }, - "3057": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 402, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 167, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 168, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 25, - "start_line": 168 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 167 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 402 - } - }, - "3058": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 168, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 25, - "start_line": 168 - } - }, - "3060": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 168, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 170, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 170 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 376 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 168 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - } - }, - "3061": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 402, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 167, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 170, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 170 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 25, - "start_line": 376 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 9, - "start_line": 167 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 402 - } - }, - "3062": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 85, - "end_line": 402, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 167, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 170, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 170 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 376 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 167 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 402 - } - }, - "3063": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 170, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 170 - }, - "While trying to retrieve the implicit argument 'address' in:" - ], - "start_col": 70, - "start_line": 376 - }, - "While expanding the reference 'address' in:" - ], - "start_col": 14, - "start_line": 168 - } - }, - "3064": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 165, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 170, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 32, - "start_line": 170 - }, - "While expanding the reference 'proof_len' in:" - ], - "start_col": 28, - "start_line": 165 - } - }, - "3065": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 165, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 170, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 43, - "start_line": 170 - }, - "While expanding the reference 'proof' in:" - ], - "start_col": 45, - "start_line": 165 - } - }, - "3066": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 170, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 170 - } - }, - "3068": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 170, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/decl.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 171, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 36, - "start_line": 171 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 13, - "start_line": 170 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 376 - } - }, - "3069": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 170, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/decl.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 171, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 36, - "start_line": 171 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 13, - "start_line": 170 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 25, - "start_line": 376 - } - }, - "3070": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 170, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/decl.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 171, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 36, - "start_line": 171 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 13, - "start_line": 170 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 376 - } - }, - "3071": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 171, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 36, - "start_line": 171 - } - }, - "3073": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/decl.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 171, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 172 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 390 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 36, - "start_line": 171 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "3074": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/decl.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 171, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 172 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 25, - "start_line": 390 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 171 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "3075": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/decl.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 171, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 172 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 390 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 36, - "start_line": 171 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "3076": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 83, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 170, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 172 - }, - "While trying to retrieve the implicit argument 'address' in:" - ], - "start_col": 70, - "start_line": 390 - }, - "While expanding the reference 'address' in:" - ], - "start_col": 13, - "start_line": 170 - }, - "While trying to update the implicit return value 'address' in:" - ], - "start_col": 70, - "start_line": 376 - } - }, - "3077": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 171, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 48, - "start_line": 172 - }, - "While expanding the reference 'max_per_wallet' in:" - ], - "start_col": 18, - "start_line": 171 - } - }, - "3078": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 172 - } - }, - "3080": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 114, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 175, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 175 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 16, - "start_line": 114 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 13, - "start_line": 172 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 25, - "start_line": 390 - } - }, - "3081": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 114, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 175, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 175 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 44, - "start_line": 114 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 13, - "start_line": 172 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 390 - } - }, - "3082": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 114, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 175, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 175 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 114 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 13, - "start_line": 172 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 390 - } - }, - "3083": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 83, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 172, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 175, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 32, - "start_line": 175 - }, - "While expanding the reference 'address' in:" - ], - "start_col": 13, - "start_line": 172 - }, - "While trying to update the implicit return value 'address' in:" - ], - "start_col": 70, - "start_line": 390 - } - }, - "3084": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 165, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 175, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 41, - "start_line": 175 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 165 - } - }, - "3085": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 165, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 175, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 41, - "start_line": 175 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 165 - } - }, - "3086": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 175, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 175 - } - }, - "3088": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 176, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 176 - } - }, - "3089": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 182, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 182 - } - }, - "3091": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 66, - "end_line": 179, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 183, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 22, - "start_line": 183 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 311 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 48, - "start_line": 179 - } - }, - "3092": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 179, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 183, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 22, - "start_line": 183 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 311 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 20, - "start_line": 179 - } - }, - "3093": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 83, - "end_line": 179, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 183, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 22, - "start_line": 183 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 311 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 179 - } - }, - "3094": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 183, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 37, - "start_line": 183 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 180 - } - }, - "3095": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 180, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 183, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 37, - "start_line": 183 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 180 - } - }, - "3096": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 183, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 22, - "start_line": 183 - } - }, - "3098": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 185, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 185 - } - }, - "3100": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 88, - "end_line": 188, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 75, - "start_line": 188 - } - }, - "3102": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 89, - "end_line": 188, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 44, - "start_line": 188 - } - }, - "3104": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 188, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 14, - "start_line": 188 - } - }, - "3105": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 183, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 194, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 23, - "start_line": 192 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 284 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 183 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 311 - } - }, - "3106": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 183, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 194, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 23, - "start_line": 192 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 285 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 22, - "start_line": 183 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 311 - } - }, - "3107": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 183, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 286, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 194, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 23, - "start_line": 192 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 286 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 22, - "start_line": 183 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 311 - } - }, - "3108": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 188, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 189, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 51, - "start_line": 192 - }, - "While expanding the reference 'rendered_cells' in:" - ], - "start_col": 30, - "start_line": 189 - }, - "While expanding the reference 'rendered_cells_start' in:" - ], - "start_col": 20, - "start_line": 188 - } - }, - "3109": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 191, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 89, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 85, - "start_line": 192 - }, - "While expanding the reference 'true' in:" - ], - "start_col": 20, - "start_line": 191 - } - }, - "3111": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 193, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 193 - } - }, - "3112": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 194, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 23, - "start_line": 192 - } - }, - "3114": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 194, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 194, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 23, - "start_line": 192 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 285 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 23, - "start_line": 192 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 285 - } - }, - "3115": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 194, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 194, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 23, - "start_line": 192 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 284 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 23, - "start_line": 192 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 284 - } - }, - "3116": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 14, - "start_line": 192 - }, - "While auto generating local variable for 'value'." - ], - "start_col": 14, - "start_line": 192 - } - }, - "3117": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 286, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 194, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 197, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 78, - "start_line": 195 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 28, - "start_line": 23 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 192 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 286 - } - }, - "3118": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 188, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 196, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 196 - }, - "While expanding the reference 'rendered_cells_start' in:" - ], - "start_col": 20, - "start_line": 188 - } - }, - "3119": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 196, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 35, - "start_line": 196 - }, - "While expanding the reference 'rendered_cells' in:" - ], - "start_col": 51, - "start_line": 192 - } - }, - "3120": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 196, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 51, - "start_line": 196 - } - }, - "3122": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 197, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 78, - "start_line": 195 - } - }, - "3124": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 194, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 194, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 32, - "start_line": 198 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 192 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 285 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 23, - "start_line": 192 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 285 - } - }, - "3125": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 194, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 194, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 90, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 22, - "start_line": 200 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 90 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 192 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 284 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 23, - "start_line": 192 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 284 - } - }, - "3126": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 90, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 22, - "start_line": 200 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 90 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 17, - "start_line": 198 - } - }, - "3127": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 197, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 90, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 22, - "start_line": 200 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 90 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 78, - "start_line": 195 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 28, - "start_line": 23 - } - }, - "3128": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 22, - "start_line": 200 - } - }, - "3130": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 90, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/decl.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 201, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 34, - "start_line": 201 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 200 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 90 - } - }, - "3131": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 90, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/decl.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 201, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 34, - "start_line": 201 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 22, - "start_line": 200 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 90 - } - }, - "3132": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 90, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/decl.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 201, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 34, - "start_line": 201 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 22, - "start_line": 200 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 90 - } - }, - "3133": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 201, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 34, - "start_line": 201 - } - }, - "3135": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/decl.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 201, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/41262dba046518ea626ceadddf9bdd89ee1cb488a62fdf8cc47232b6ce4027bb.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 204, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 42, - "start_line": 202 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 16, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 34, - "start_line": 201 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "3136": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/decl.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 201, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/41262dba046518ea626ceadddf9bdd89ee1cb488a62fdf8cc47232b6ce4027bb.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 204, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 42, - "start_line": 202 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 36, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 34, - "start_line": 201 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "3137": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 201, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 203, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 203 - }, - "While expanding the reference 'renderer_address' in:" - ], - "start_col": 14, - "start_line": 201 - } - }, - "3138": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 203, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 31, - "start_line": 203 - } - }, - "3139": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 203, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 45, - "start_line": 203 - }, - "While expanding the reference 'value' in:" - ], - "start_col": 14, - "start_line": 192 - }, - "While auto generating local variable for 'value'." - ], - "start_col": 14, - "start_line": 192 - } - }, - "3140": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 203, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 52, - "start_line": 203 - }, - "While expanding the reference 'name' in:" - ], - "start_col": 14, - "start_line": 200 - } - }, - "3141": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 204, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 42, - "start_line": 202 - } - }, - "3143": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/decl.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 201, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 179, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 205, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 205 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 20, - "start_line": 179 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 201 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "3144": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/41262dba046518ea626ceadddf9bdd89ee1cb488a62fdf8cc47232b6ce4027bb.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 204, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 179, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 205, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 205 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 48, - "start_line": 179 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 42, - "start_line": 202 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 16, - "start_line": 1 - } - }, - "3145": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/ICellRenderer/token_uri/41262dba046518ea626ceadddf9bdd89ee1cb488a62fdf8cc47232b6ce4027bb.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 6, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 204, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 179, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 205, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 205 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 179 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 42, - "start_line": 202 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 6 - }, - "While handling contract interface function:" - ], - "start_col": 36, - "start_line": 1 - } - }, - "3146": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 202, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 205, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 17, - "start_line": 205 - }, - "While expanding the reference 'token_uri_len' in:" - ], - "start_col": 14, - "start_line": 202 - } - }, - "3147": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 202, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 205, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 32, - "start_line": 205 - }, - "While expanding the reference 'token_uri' in:" - ], - "start_col": 29, - "start_line": 202 - } - }, - "3148": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 205, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 205 - } - }, - "3149": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.open_mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 234, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 235, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 235 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 19 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 234 - } - }, - "3150": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.open_mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 66, - "end_line": 234, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 235, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 235 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 19 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 40, - "start_line": 234 - } - }, - "3151": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.open_mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 83, - "end_line": 234, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 235, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 235 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 19 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 234 - } - }, - "3152": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.open_mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 235, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 34, - "start_line": 235 - } - }, - "3154": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.open_mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 235, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 235 - } - }, - "3156": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.open_mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 236, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 236 - } - }, - "3157": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.close_mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 239, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 240, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 240 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 19 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 21, - "start_line": 239 - } - }, - "3158": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.close_mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 239, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 240, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 240 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 19 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 41, - "start_line": 239 - } - }, - "3159": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.close_mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 84, - "end_line": 239, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 240, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 240 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 19 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 69, - "start_line": 239 - } - }, - "3160": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.close_mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 240, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 34, - "start_line": 240 - } - }, - "3162": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.close_mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 240, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 240 - } - }, - "3164": { - "accessible_scopes": [ - "sheet.library", - "sheet.library.Sheet", - "sheet.library.Sheet.close_mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 241, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 241 - } - }, - "3165": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 255, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 30, - "start_line": 255 - } - }, - "3166": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 256, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 256 - } - }, - "3168": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 248, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 248, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 257, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 257 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 248 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 248 - } - }, - "3169": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 249, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 249, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 257, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 257 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 249 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 249 - } - }, - "3170": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 250, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 250, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 257, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 257 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 250 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 250 - } - }, - "3171": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 251, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 251, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 257, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 257 - }, - "While trying to retrieve the implicit argument 'token_id' in:" - ], - "start_col": 5, - "start_line": 251 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 5, - "start_line": 251 - } - }, - "3172": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 252, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 252, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 257, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 257 - }, - "While trying to retrieve the implicit argument 'index' in:" - ], - "start_col": 5, - "start_line": 252 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 5, - "start_line": 252 - } - }, - "3173": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 253, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 253, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 257, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 257 - }, - "While trying to retrieve the implicit argument 'calldata_len' in:" - ], - "start_col": 5, - "start_line": 253 - }, - "While expanding the reference 'calldata_len' in:" - ], - "start_col": 5, - "start_line": 253 - } - }, - "3174": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 257, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 257 - } - }, - "3175": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 248, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/decl.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 259, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 259 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 248 - } - }, - "3176": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 249, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/decl.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 259, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 259 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 249 - } - }, - "3177": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 250, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/decl.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 259, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 259 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 250 - } - }, - "3178": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 251, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 259, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 31, - "start_line": 259 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 5, - "start_line": 251 - } - }, - "3179": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 252, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 259, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 41, - "start_line": 259 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 5, - "start_line": 252 - } - }, - "3180": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 259, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 48, - "start_line": 259 - } - }, - "3181": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 259, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 259 - } - }, - "3183": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 251, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 251, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 261, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 261 - }, - "While trying to retrieve the implicit argument 'token_id' in:" - ], - "start_col": 5, - "start_line": 251 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 5, - "start_line": 251 - } - }, - "3184": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 260, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 261, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 25, - "start_line": 261 - }, - "While expanding the reference 'index_new' in:" - ], - "start_col": 21, - "start_line": 260 - } - }, - "3186": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 253, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 253, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 261, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 261 - }, - "While trying to retrieve the implicit argument 'calldata_len' in:" - ], - "start_col": 5, - "start_line": 253 - }, - "While expanding the reference 'calldata_len' in:" - ], - "start_col": 5, - "start_line": 253 - } - }, - "3187": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 261, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 36, - "start_line": 261 - } - }, - "3189": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 261, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 261 - } - }, - "3191": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 248, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 261, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 248, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 262, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 262 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 248 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 261 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 248 - } - }, - "3192": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 249, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 261, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 249, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 262, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 262 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 249 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 261 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 249 - } - }, - "3193": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 250, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 261, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 250, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 262, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 262 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 250 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 261 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 250 - } - }, - "3194": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 251, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 261, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 251, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 262, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 262 - }, - "While trying to retrieve the implicit argument 'token_id' in:" - ], - "start_col": 5, - "start_line": 251 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 5, - "start_line": 261 - }, - "While trying to update the implicit return value 'token_id' in:" - ], - "start_col": 5, - "start_line": 251 - } - }, - "3195": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 252, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 252, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 262, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 262 - }, - "While trying to retrieve the implicit argument 'index' in:" - ], - "start_col": 5, - "start_line": 252 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 5, - "start_line": 252 - } - }, - "3196": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 253, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 261, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 253, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 262, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 262 - }, - "While trying to retrieve the implicit argument 'calldata_len' in:" - ], - "start_col": 5, - "start_line": 253 - }, - "While expanding the reference 'calldata_len' in:" - ], - "start_col": 5, - "start_line": 261 - }, - "While trying to update the implicit return value 'calldata_len' in:" - ], - "start_col": 5, - "start_line": 253 - } - }, - "3197": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._set_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 262, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 262 - } - }, - "3198": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 273, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 30, - "start_line": 273 - } - }, - "3199": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 274, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 274 - } - }, - "3201": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 266, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 266, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 275, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 275 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 266 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 266 - } - }, - "3202": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 267, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 267, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 275, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 275 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 267 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 267 - } - }, - "3203": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 268, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 268, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 275, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 275 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 268 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 268 - } - }, - "3204": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 269, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 269, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 275, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 275 - }, - "While trying to retrieve the implicit argument 'token_id' in:" - ], - "start_col": 5, - "start_line": 269 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 5, - "start_line": 269 - } - }, - "3205": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 270, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 270, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 275, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 275 - }, - "While trying to retrieve the implicit argument 'calldata_len' in:" - ], - "start_col": 5, - "start_line": 270 - }, - "While expanding the reference 'calldata_len' in:" - ], - "start_col": 5, - "start_line": 270 - } - }, - "3206": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 271, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 271, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 275, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 275 - }, - "While trying to retrieve the implicit argument 'calldata' in:" - ], - "start_col": 5, - "start_line": 271 - }, - "While expanding the reference 'calldata' in:" - ], - "start_col": 5, - "start_line": 271 - } - }, - "3207": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 275, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 275 - } - }, - "3208": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 266, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/decl.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 277, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 26, - "start_line": 277 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 266 - } - }, - "3209": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 267, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/decl.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 277, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 26, - "start_line": 277 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 267 - } - }, - "3210": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 268, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/decl.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 277, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 26, - "start_line": 277 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 268 - } - }, - "3211": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 269, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 277, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 51, - "start_line": 277 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 5, - "start_line": 269 - } - }, - "3212": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 272, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 277, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 61, - "start_line": 277 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 3, - "start_line": 272 - } - }, - "3213": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 277, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 26, - "start_line": 277 - } - }, - "3215": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 278, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 12, - "start_line": 278 - } - }, - "3216": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 278, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 278 - } - }, - "3217": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/decl.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 277, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 266, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 279, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 279 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 266 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 26, - "start_line": 277 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "3218": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/decl.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 277, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 267, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 279, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 279 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 267 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 26, - "start_line": 277 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "3219": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_calldata/decl.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 277, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 268, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 279, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 279 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 268 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 26, - "start_line": 277 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "3220": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 269, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 269, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 279, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 279 - }, - "While trying to retrieve the implicit argument 'token_id' in:" - ], - "start_col": 5, - "start_line": 269 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 5, - "start_line": 269 - } - }, - "3221": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 270, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 270, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 279, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 279 - }, - "While trying to retrieve the implicit argument 'calldata_len' in:" - ], - "start_col": 5, - "start_line": 270 - }, - "While expanding the reference 'calldata_len' in:" - ], - "start_col": 5, - "start_line": 270 - } - }, - "3222": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 271, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 271, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 279, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 279 - }, - "While trying to retrieve the implicit argument 'calldata' in:" - ], - "start_col": 5, - "start_line": 271 - }, - "While expanding the reference 'calldata' in:" - ], - "start_col": 5, - "start_line": 271 - } - }, - "3223": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 279, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 19, - "start_line": 279 - } - }, - "3225": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 279, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 279 - } - }, - "3227": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._get_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 280, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 280 - } - }, - "3228": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 290, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 290 - } - }, - "3230": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 291, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 291 - } - }, - "3232": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 292, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 292 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 284 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 284 - } - }, - "3233": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 292, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 292 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 285 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 285 - } - }, - "3234": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 286, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 286, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 292, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 292 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 286 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 286 - } - }, - "3235": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 287, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 287, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 292, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 292 - }, - "While trying to retrieve the implicit argument 'rendered_cells' in:" - ], - "start_col": 5, - "start_line": 287 - }, - "While expanding the reference 'rendered_cells' in:" - ], - "start_col": 5, - "start_line": 287 - } - }, - "3236": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 288, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 288, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 292, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 292 - }, - "While trying to retrieve the implicit argument 'value_is_token_id' in:" - ], - "start_col": 5, - "start_line": 288 - }, - "While expanding the reference 'value_is_token_id' in:" - ], - "start_col": 5, - "start_line": 288 - } - }, - "3237": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 289, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 292, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 17, - "start_line": 292 - }, - "While expanding the reference 'value' in:" - ], - "start_col": 3, - "start_line": 289 - } - }, - "3238": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 292, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 292 - } - }, - "3239": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 287, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 295, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 46, - "start_line": 295 - }, - "While expanding the reference 'rendered_cells' in:" - ], - "start_col": 5, - "start_line": 287 - } - }, - "3240": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 289, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 295, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 62, - "start_line": 295 - }, - "While expanding the reference 'value' in:" - ], - "start_col": 3, - "start_line": 289 - } - }, - "3241": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 295, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 27, - "start_line": 295 - } - }, - "3243": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 295, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 295, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 46, - "start_line": 295 - }, - "While auto generating local variable for 'rendered_cells'." - ], - "start_col": 46, - "start_line": 295 - } - }, - "3244": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 296, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 296 - } - }, - "3246": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 296, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 296 - } - }, - "3248": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 296, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 296 - } - }, - "3250": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 297, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 297 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 284 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 284 - } - }, - "3251": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 297, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 297 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 285 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 285 - } - }, - "3252": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 286, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 286, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 297, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 297 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 286 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 286 - } - }, - "3253": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 295, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 295, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 287, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 297, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 297 - }, - "While trying to retrieve the implicit argument 'rendered_cells' in:" - ], - "start_col": 5, - "start_line": 287 - }, - "While expanding the reference 'rendered_cells' in:" - ], - "start_col": 46, - "start_line": 295 - }, - "While auto generating local variable for 'rendered_cells'." - ], - "start_col": 46, - "start_line": 295 - } - }, - "3254": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 288, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 288, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 297, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 297 - }, - "While trying to retrieve the implicit argument 'value_is_token_id' in:" - ], - "start_col": 5, - "start_line": 288 - }, - "While expanding the reference 'value_is_token_id' in:" - ], - "start_col": 5, - "start_line": 288 - } - }, - "3255": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 295, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 297, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 17, - "start_line": 297 - }, - "While expanding the reference 'stored_result' in:" - ], - "start_col": 10, - "start_line": 295 - } - }, - "3256": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 297, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 297 - } - }, - "3257": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 62, - "start_line": 300 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 113 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 284 - } - }, - "3258": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 62, - "start_line": 300 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 113 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 285 - } - }, - "3259": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 286, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 62, - "start_line": 300 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 113 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 286 - } - }, - "3260": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 289, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 77, - "start_line": 300 - }, - "While expanding the reference 'value' in:" - ], - "start_col": 3, - "start_line": 289 - } - }, - "3261": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 83, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 62, - "start_line": 300 - } - }, - "3263": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 50, - "start_line": 300 - }, - "While auto generating local variable for 'calldata'." - ], - "start_col": 50, - "start_line": 300 - } - }, - "3264": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 36, - "start_line": 300 - }, - "While auto generating local variable for 'calldata_len'." - ], - "start_col": 36, - "start_line": 300 - } - }, - "3265": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 28, - "start_line": 300 - }, - "While auto generating local variable for 'result'." - ], - "start_col": 28, - "start_line": 300 - } - }, - "3266": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 301, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 301 - } - }, - "3268": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 301, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 301 - } - }, - "3270": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 295, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 295, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 302, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 29, - "start_line": 302 - }, - "While expanding the reference 'rendered_cells' in:" - ], - "start_col": 46, - "start_line": 295 - }, - "While auto generating local variable for 'rendered_cells'." - ], - "start_col": 46, - "start_line": 295 - } - }, - "3271": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 289, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 302, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 45, - "start_line": 302 - }, - "While expanding the reference 'value' in:" - ], - "start_col": 3, - "start_line": 289 - } - }, - "3272": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 302, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 52, - "start_line": 302 - }, - "While expanding the reference 'result' in:" - ], - "start_col": 28, - "start_line": 300 - }, - "While auto generating local variable for 'result'." - ], - "start_col": 28, - "start_line": 300 - } - }, - "3273": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 302, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 302 - } - }, - "3275": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 303, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 303 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 284 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 62, - "start_line": 300 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 113 - } - }, - "3276": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 303, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 303 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 285 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 62, - "start_line": 300 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 113 - } - }, - "3277": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 286, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 303, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 303 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 286 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 300 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 113 - } - }, - "3278": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 302, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 287, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 303, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 303 - }, - "While trying to retrieve the implicit argument 'rendered_cells' in:" - ], - "start_col": 5, - "start_line": 287 - }, - "While expanding the reference 'rendered_cells' in:" - ], - "start_col": 29, - "start_line": 302 - } - }, - "3279": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 288, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 288, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 303, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 303 - }, - "While trying to retrieve the implicit argument 'value_is_token_id' in:" - ], - "start_col": 5, - "start_line": 288 - }, - "While expanding the reference 'value_is_token_id' in:" - ], - "start_col": 5, - "start_line": 288 - } - }, - "3280": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 303, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 17, - "start_line": 303 - }, - "While expanding the reference 'result' in:" - ], - "start_col": 28, - "start_line": 300 - }, - "While auto generating local variable for 'result'." - ], - "start_col": 28, - "start_line": 300 - } - }, - "3281": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 303, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 303 - } - }, - "3282": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 306, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 40, - "start_line": 306 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 300 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 113 - } - }, - "3283": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 306, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 46, - "start_line": 306 - }, - "While expanding the reference 'contract_address' in:" - ], - "start_col": 10, - "start_line": 300 - } - }, - "3284": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 306, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 40, - "start_line": 306 - } - }, - "3286": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 309, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 45, - "start_line": 307 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 284 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 62, - "start_line": 300 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 113 - } - }, - "3287": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 309, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 45, - "start_line": 307 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 285 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 62, - "start_line": 300 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 113 - } - }, - "3288": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 306, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 286, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 309, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 45, - "start_line": 307 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 286 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 40, - "start_line": 306 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 18 - } - }, - "3289": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 295, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 295, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 287, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 309, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 45, - "start_line": 307 - }, - "While trying to retrieve the implicit argument 'rendered_cells' in:" - ], - "start_col": 5, - "start_line": 287 - }, - "While expanding the reference 'rendered_cells' in:" - ], - "start_col": 46, - "start_line": 295 - }, - "While auto generating local variable for 'rendered_cells'." - ], - "start_col": 46, - "start_line": 295 - } - }, - "3290": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 306, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 308, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 27, - "start_line": 308 - }, - "While expanding the reference 'contract_address_is_token_id' in:" - ], - "start_col": 9, - "start_line": 306 - } - }, - "3291": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 309, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 7, - "start_line": 309 - }, - "While expanding the reference 'contract_address' in:" - ], - "start_col": 10, - "start_line": 300 - } - }, - "3292": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 309, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 45, - "start_line": 307 - } - }, - "3294": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 307, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 10, - "start_line": 307 - } - }, - "3295": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 310, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 44, - "start_line": 310 - } - }, - "3297": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 310, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 10, - "start_line": 310 - } - }, - "3298": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 309, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 328, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 9, - "end_line": 316, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 311 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 328 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 45, - "start_line": 307 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 284 - } - }, - "3299": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 309, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 329, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 9, - "end_line": 316, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 311 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 329 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 45, - "start_line": 307 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 285 - } - }, - "3300": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 286, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 309, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 330, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 9, - "end_line": 316, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 311 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 330 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 45, - "start_line": 307 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 286 - } - }, - "3301": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 312, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 22, - "start_line": 312 - }, - "While expanding the reference 'calldata' in:" - ], - "start_col": 50, - "start_line": 300 - }, - "While auto generating local variable for 'calldata'." - ], - "start_col": 50, - "start_line": 300 - } - }, - "3302": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 310, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 313, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 27, - "start_line": 313 - }, - "While expanding the reference 'calldata_rendered' in:" - ], - "start_col": 16, - "start_line": 310 - } - }, - "3303": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 287, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 309, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 314, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 24, - "start_line": 314 - }, - "While expanding the reference 'rendered_cells' in:" - ], - "start_col": 45, - "start_line": 307 - }, - "While trying to update the implicit return value 'rendered_cells' in:" - ], - "start_col": 5, - "start_line": 287 - } - }, - "3304": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 315, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 14, - "start_line": 315 - }, - "While expanding the reference 'calldata_len' in:" - ], - "start_col": 36, - "start_line": 300 - }, - "While auto generating local variable for 'calldata_len'." - ], - "start_col": 36, - "start_line": 300 - } - }, - "3305": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 8, - "end_line": 316, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 7, - "start_line": 316 - } - }, - "3307": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 9, - "end_line": 316, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 311 - } - }, - "3309": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 328, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 9, - "end_line": 316, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 320, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 48, - "start_line": 318 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 42 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 311 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 328 - } - }, - "3310": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 307, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 319, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 319 - }, - "While expanding the reference 'rendered_contract_address' in:" - ], - "start_col": 16, - "start_line": 307 - } - }, - "3311": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 319, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 36, - "start_line": 319 - }, - "While expanding the reference 'result' in:" - ], - "start_col": 28, - "start_line": 300 - }, - "While auto generating local variable for 'result'." - ], - "start_col": 28, - "start_line": 300 - } - }, - "3312": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 315, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 319, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 44, - "start_line": 319 - }, - "While expanding the reference 'calldata_len' in:" - ], - "start_col": 14, - "start_line": 315 - } - }, - "3313": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 313, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 319, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 58, - "start_line": 319 - }, - "While expanding the reference 'calldata_rendered' in:" - ], - "start_col": 27, - "start_line": 313 - } - }, - "3314": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 6, - "end_line": 320, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 48, - "start_line": 318 - } - }, - "3316": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 314, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 323, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 25, - "start_line": 323 - }, - "While expanding the reference 'rendered_cells' in:" - ], - "start_col": 24, - "start_line": 314 - } - }, - "3317": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 289, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 323, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 41, - "start_line": 323 - }, - "While expanding the reference 'value' in:" - ], - "start_col": 3, - "start_line": 289 - } - }, - "3318": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 321, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 323, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 48, - "start_line": 323 - }, - "While expanding the reference 'result' in:" - ], - "start_col": 18, - "start_line": 321 - } - }, - "3319": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 323, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 323 - } - }, - "3321": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 320, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 324, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 324 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 284 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 48, - "start_line": 318 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 42 - } - }, - "3322": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 329, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 9, - "end_line": 316, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 324, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 324 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 285 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 311 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 329 - } - }, - "3323": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 330, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 9, - "end_line": 316, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 286, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 324, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 324 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 286 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 311 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 330 - } - }, - "3324": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 323, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 287, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 324, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 324 - }, - "While trying to retrieve the implicit argument 'rendered_cells' in:" - ], - "start_col": 5, - "start_line": 287 - }, - "While expanding the reference 'rendered_cells' in:" - ], - "start_col": 25, - "start_line": 323 - } - }, - "3325": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 288, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 288, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 324, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 324 - }, - "While trying to retrieve the implicit argument 'value_is_token_id' in:" - ], - "start_col": 5, - "start_line": 288 - }, - "While expanding the reference 'value_is_token_id' in:" - ], - "start_col": 5, - "start_line": 288 - } - }, - "3326": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 321, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 324, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 13, - "start_line": 324 - }, - "While expanding the reference 'result' in:" - ], - "start_col": 18, - "start_line": 321 - } - }, - "3327": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 324, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 324 - } - }, - "3328": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 336, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 336 - } - }, - "3329": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 336, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 336 - } - }, - "3331": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 328, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 328, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 337, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 337 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 328 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 328 - } - }, - "3332": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 329, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 329, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 337, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 337 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 329 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 329 - } - }, - "3333": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 330, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 330, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 337, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 337 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 330 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 330 - } - }, - "3334": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 331, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 331, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 337, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 337 - }, - "While trying to retrieve the implicit argument 'calldata_ids' in:" - ], - "start_col": 5, - "start_line": 331 - }, - "While expanding the reference 'calldata_ids' in:" - ], - "start_col": 5, - "start_line": 331 - } - }, - "3335": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 332, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 332, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 337, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 337 - }, - "While trying to retrieve the implicit argument 'calldata_rendered' in:" - ], - "start_col": 5, - "start_line": 332 - }, - "While expanding the reference 'calldata_rendered' in:" - ], - "start_col": 5, - "start_line": 332 - } - }, - "3336": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 333, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 333, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 337, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 337 - }, - "While trying to retrieve the implicit argument 'rendered_cells' in:" - ], - "start_col": 5, - "start_line": 333 - }, - "While expanding the reference 'rendered_cells' in:" - ], - "start_col": 5, - "start_line": 333 - } - }, - "3337": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 334, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 334, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 337, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 337 - }, - "While trying to retrieve the implicit argument 'stop' in:" - ], - "start_col": 5, - "start_line": 334 - }, - "While expanding the reference 'stop' in:" - ], - "start_col": 5, - "start_line": 334 - } - }, - "3338": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 337, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 337 - } - }, - "3339": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 339, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 341, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 53, - "start_line": 341 - }, - "While expanding the reference 'value' in:" - ], - "start_col": 17, - "start_line": 339 - } - }, - "3340": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 339, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 341, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 80, - "start_line": 341 - }, - "While expanding the reference 'value' in:" - ], - "start_col": 17, - "start_line": 339 - } - }, - "3341": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 339, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 341, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 80, - "start_line": 341 - }, - "While expanding the reference 'value' in:" - ], - "start_col": 17, - "start_line": 339 - } - }, - "3342": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 330, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 325, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 90, - "end_line": 341, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 38, - "start_line": 341 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 325 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 330 - } - }, - "3343": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 339, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 341, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 53, - "start_line": 341 - }, - "While expanding the reference 'value' in:" - ], - "start_col": 17, - "start_line": 339 - } - }, - "3344": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 341, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 60, - "start_line": 341 - } - }, - "3346": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 89, - "end_line": 341, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 80, - "start_line": 341 - } - }, - "3348": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 90, - "end_line": 341, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 38, - "start_line": 341 - } - }, - "3350": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 328, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 343, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 24, - "start_line": 343 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 284 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 328 - } - }, - "3351": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 329, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 343, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 24, - "start_line": 343 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 285 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 329 - } - }, - "3352": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 325, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 90, - "end_line": 341, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 286, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 343, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 24, - "start_line": 343 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 286 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 38, - "start_line": 341 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 325 - } - }, - "3353": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 333, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 287, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 343, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 24, - "start_line": 343 - }, - "While trying to retrieve the implicit argument 'rendered_cells' in:" - ], - "start_col": 5, - "start_line": 287 - }, - "While expanding the reference 'rendered_cells' in:" - ], - "start_col": 5, - "start_line": 333 - } - }, - "3354": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 341, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 288, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 343, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 24, - "start_line": 343 - }, - "While trying to retrieve the implicit argument 'value_is_token_id' in:" - ], - "start_col": 5, - "start_line": 288 - }, - "While expanding the reference 'value_is_token_id' in:" - ], - "start_col": 17, - "start_line": 341 - } - }, - "3355": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 341, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 343, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 37, - "start_line": 343 - }, - "While expanding the reference 'value' in:" - ], - "start_col": 10, - "start_line": 341 - } - }, - "3356": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 343, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 24, - "start_line": 343 - } - }, - "3358": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 346, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 12, - "start_line": 346 - } - }, - "3359": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 346, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 346 - } - }, - "3360": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 343, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 328, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 347, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 12, - "start_line": 347 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 328 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 343 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 284 - } - }, - "3361": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 343, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 329, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 347, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 12, - "start_line": 347 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 329 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 24, - "start_line": 343 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 285 - } - }, - "3362": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 286, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 343, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 330, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 347, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 12, - "start_line": 347 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 330 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 343 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 286 - } - }, - "3363": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 331, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 331, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 347, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 12, - "start_line": 347 - }, - "While trying to retrieve the implicit argument 'calldata_ids' in:" - ], - "start_col": 5, - "start_line": 331 - }, - "While expanding the reference 'calldata_ids' in:" - ], - "start_col": 5, - "start_line": 331 - } - }, - "3364": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 332, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 332, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 347, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 12, - "start_line": 347 - }, - "While trying to retrieve the implicit argument 'calldata_rendered' in:" - ], - "start_col": 5, - "start_line": 332 - }, - "While expanding the reference 'calldata_rendered' in:" - ], - "start_col": 5, - "start_line": 332 - } - }, - "3365": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 287, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 343, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 333, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 347, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 12, - "start_line": 347 - }, - "While trying to retrieve the implicit argument 'rendered_cells' in:" - ], - "start_col": 5, - "start_line": 333 - }, - "While expanding the reference 'rendered_cells' in:" - ], - "start_col": 24, - "start_line": 343 - }, - "While trying to update the implicit return value 'rendered_cells' in:" - ], - "start_col": 5, - "start_line": 287 - } - }, - "3366": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 334, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 334, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 347, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 12, - "start_line": 347 - }, - "While trying to retrieve the implicit argument 'stop' in:" - ], - "start_col": 5, - "start_line": 334 - }, - "While expanding the reference 'stop' in:" - ], - "start_col": 5, - "start_line": 334 - } - }, - "3367": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 347, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 34, - "start_line": 347 - } - }, - "3369": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 347, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 12, - "start_line": 347 - } - }, - "3371": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._render_cell_calldata" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 347, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 347 - } - }, - "3372": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 378, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 378 - } - }, - "3374": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 379, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 40, - "start_line": 379 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 25, - "start_line": 376 - } - }, - "3375": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 71, - "end_line": 379, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 18, - "start_line": 379 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 24 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 376 - } - }, - "3376": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 83, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 379, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 54, - "start_line": 379 - }, - "While expanding the reference 'address' in:" - ], - "start_col": 70, - "start_line": 376 - } - }, - "3377": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 83, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 379, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 63, - "start_line": 379 - }, - "While expanding the reference 'address' in:" - ], - "start_col": 70, - "start_line": 376 - } - }, - "3378": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 71, - "end_line": 379, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 18, - "start_line": 379 - } - }, - "3380": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 380, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 24, - "start_line": 380 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 376 - } - }, - "3381": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 379, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 380, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 24, - "start_line": 380 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 40, - "start_line": 379 - } - }, - "3382": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 71, - "end_line": 379, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 380, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 24, - "start_line": 380 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 379 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 24 - } - }, - "3383": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 380, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 24, - "start_line": 380 - } - }, - "3385": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 380, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 10, - "start_line": 380 - } - }, - "3386": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 380, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 381, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 33, - "start_line": 381 - }, - "While expanding the reference 'root' in:" - ], - "start_col": 16, - "start_line": 380 - } - }, - "3387": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 381, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 21, - "start_line": 381 - } - }, - "3389": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 381, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 381, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 381 - }, - "While auto generating local variable for 'use_proof'." - ], - "start_col": 9, - "start_line": 381 - } - }, - "3390": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 380, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 382, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 27, - "start_line": 382 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 12 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 380 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "3391": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 380, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 382, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 27, - "start_line": 382 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 40, - "start_line": 12 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 24, - "start_line": 380 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "3392": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 380, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 382, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 27, - "start_line": 382 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 12 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 380 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "3393": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 379, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 382, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 41, - "start_line": 382 - }, - "While expanding the reference 'leaf' in:" - ], - "start_col": 10, - "start_line": 379 - } - }, - "3394": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 380, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 382, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 47, - "start_line": 382 - }, - "While expanding the reference 'root' in:" - ], - "start_col": 16, - "start_line": 380 - } - }, - "3395": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 377, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 382, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 53, - "start_line": 382 - }, - "While expanding the reference 'proof_len' in:" - ], - "start_col": 3, - "start_line": 377 - } - }, - "3396": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 377, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 382, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 64, - "start_line": 382 - }, - "While expanding the reference 'proof' in:" - ], - "start_col": 20, - "start_line": 377 - } - }, - "3397": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 70, - "end_line": 382, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 27, - "start_line": 382 - } - }, - "3399": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 384, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 16, - "start_line": 384 - } - }, - "3400": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 384, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 45, - "start_line": 384 - } - }, - "3402": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 384, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 45, - "start_line": 384 - } - }, - "3403": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 66, - "end_line": 384, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 62, - "start_line": 384 - } - }, - "3405": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 384, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 384 - } - }, - "3406": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 382, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 386, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 386 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 376 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 27, - "start_line": 382 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 12 - } - }, - "3407": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 66, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 382, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 386, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 386 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 25, - "start_line": 376 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 27, - "start_line": 382 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 40, - "start_line": 12 - } - }, - "3408": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 83, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/merkle_tree.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 382, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 386, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 386 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 376 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 382 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 12 - } - }, - "3409": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 83, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 386, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 386 - }, - "While trying to retrieve the implicit argument 'address' in:" - ], - "start_col": 70, - "start_line": 376 - }, - "While expanding the reference 'address' in:" - ], - "start_col": 70, - "start_line": 376 - } - }, - "3410": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_allowed" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 386, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 386 - } - }, - "3411": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_does_not_exceed_allocation" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 392, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 392 - } - }, - "3413": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_does_not_exceed_allocation" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 391, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 40, - "start_line": 393 - }, - "While expanding the reference 'allocation' in:" - ], - "start_col": 3, - "start_line": 391 - } - }, - "3414": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_does_not_exceed_allocation" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 28, - "start_line": 393 - } - }, - "3416": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_does_not_exceed_allocation" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 393 - } - }, - "3417": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_does_not_exceed_allocation" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 394, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 26, - "start_line": 394 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 21, - "start_line": 100 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 390 - } - }, - "3418": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_does_not_exceed_allocation" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 394, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 26, - "start_line": 394 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 41, - "start_line": 100 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 25, - "start_line": 390 - } - }, - "3419": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_does_not_exceed_allocation" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 394, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 26, - "start_line": 394 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 69, - "start_line": 100 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 390 - } - }, - "3420": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_does_not_exceed_allocation" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 83, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 394, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 44, - "start_line": 394 - }, - "While expanding the reference 'address' in:" - ], - "start_col": 70, - "start_line": 390 - } - }, - "3421": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_does_not_exceed_allocation" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 394, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 26, - "start_line": 394 - } - }, - "3423": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_does_not_exceed_allocation" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 84, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 394, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 71, - "end_line": 395, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 32, - "start_line": 395 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 42 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 26, - "start_line": 394 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 69, - "start_line": 100 - } - }, - "3424": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_does_not_exceed_allocation" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 395, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 38, - "start_line": 395 - } - }, - "3425": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_does_not_exceed_allocation" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 70, - "end_line": 395, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 56, - "start_line": 395 - } - }, - "3427": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_does_not_exceed_allocation" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 71, - "end_line": 395, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 32, - "start_line": 395 - } - }, - "3429": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_does_not_exceed_allocation" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 397, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 16, - "start_line": 397 - } - }, - "3430": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_does_not_exceed_allocation" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 397, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 57, - "start_line": 397 - } - }, - "3432": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_does_not_exceed_allocation" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 397, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 57, - "start_line": 397 - } - }, - "3433": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_does_not_exceed_allocation" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 83, - "end_line": 397, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 79, - "start_line": 397 - } - }, - "3435": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_does_not_exceed_allocation" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 84, - "end_line": 397, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 397 - } - }, - "3436": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_does_not_exceed_allocation" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 394, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 399, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 399 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 390 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 26, - "start_line": 394 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 21, - "start_line": 100 - } - }, - "3437": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_does_not_exceed_allocation" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 394, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 399, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 399 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 25, - "start_line": 390 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 26, - "start_line": 394 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 41, - "start_line": 100 - } - }, - "3438": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_does_not_exceed_allocation" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 71, - "end_line": 395, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 399, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 399 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 390 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 32, - "start_line": 395 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 42 - } - }, - "3439": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_does_not_exceed_allocation" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 83, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 399, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 399 - }, - "While trying to retrieve the implicit argument 'address' in:" - ], - "start_col": 70, - "start_line": 390 - }, - "While expanding the reference 'address' in:" - ], - "start_col": 70, - "start_line": 390 - } - }, - "3440": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_does_not_exceed_allocation" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 399, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 399 - } - }, - "3441": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 402, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 404, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 25, - "start_line": 404 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 402 - } - }, - "3442": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 402, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 404, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 25, - "start_line": 404 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 402 - } - }, - "3443": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 85, - "end_line": 402, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 404, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 25, - "start_line": 404 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 402 - } - }, - "3444": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 404, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 25, - "start_line": 404 - } - }, - "3446": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 405, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 9, - "start_line": 405 - } - }, - "3448": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 404, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 402, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 407, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 407 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 402 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 404 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "3449": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 404, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 402, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 407, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 407 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 402 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 25, - "start_line": 404 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "3450": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_is_mint_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 404, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 402, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 407, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 407 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 402 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 25, - "start_line": 404 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "3451": { - "accessible_scopes": [ - "sheet.library", - "sheet.library._assert_is_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 407, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "start_col": 5, - "start_line": 407 - } - }, - "3452": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "3453": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "3454": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "3456": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "3457": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 12 - } - }, - "3458": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 12 - } - }, - "3459": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - } - }, - "3461": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 37, - "start_line": 14 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 12 - } - }, - "3462": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 58, - "start_line": 14 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 13 - } - }, - "3463": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 37, - "start_line": 14 - } - }, - "3465": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 31, - "start_line": 16 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 14 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "3466": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 32, - "start_line": 17 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 13 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "3467": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 35, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 13 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "3468": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 45, - "start_line": 19 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 14 - } - }, - "3469": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 9, - "start_line": 20 - } - }, - "3470": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 23 - } - }, - "3471": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 23 - } - }, - "3472": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - } - }, - "3474": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 23 - } - }, - "3475": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 31, - "start_line": 25 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 24 - } - }, - "3476": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 55, - "start_line": 25 - } - }, - "3477": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - } - }, - "3479": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 19 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "3480": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 19 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "3481": { - "accessible_scopes": [ - "__main__", - "__main__.initialized", - "__main__.initialized.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - } - }, - "3482": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "3483": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "3484": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "3486": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "3487": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 12 - } - }, - "3488": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 12 - } - }, - "3489": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - } - }, - "3491": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 37, - "start_line": 14 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 12 - } - }, - "3492": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 58, - "start_line": 14 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 13 - } - }, - "3493": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 37, - "start_line": 14 - } - }, - "3495": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 31, - "start_line": 16 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 14 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "3496": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 32, - "start_line": 17 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 13 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "3497": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 35, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 13 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "3498": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 45, - "start_line": 19 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 14 - } - }, - "3499": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 9, - "start_line": 20 - } - }, - "3500": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 23 - } - }, - "3501": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 23 - } - }, - "3502": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - } - }, - "3504": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 23 - } - }, - "3505": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 31, - "start_line": 25 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 24 - } - }, - "3506": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 55, - "start_line": 25 - } - }, - "3507": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - } - }, - "3509": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 19 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "3510": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 19 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "3511": { - "accessible_scopes": [ - "__main__", - "__main__._n_row", - "__main__._n_row.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - } - }, - "3512": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 37, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 12, - "start_line": 37 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 56 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 12, - "start_line": 36 - } - }, - "3513": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 37, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 12, - "start_line": 37 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 56 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 32, - "start_line": 36 - } - }, - "3514": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 37, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 12, - "start_line": 37 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 56 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 60, - "start_line": 36 - } - }, - "3515": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 37, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 12, - "start_line": 37 - } - }, - "3517": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 37, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 37 - } - }, - "3518": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.owner_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/owner/c1ea7b1e827d8c158fe70e5d717faa1b8c13dd7db70cc1edeadb514de355a1bc.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/owner/c1ea7b1e827d8c158fe70e5d717faa1b8c13dd7db70cc1edeadb514de355a1bc.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "3520": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.owner_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/b02ddc13e06346668d980e18c0fec90f17036d195bf95d21ac18e846a0a129f3.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 83, - "start_line": 36 - }, - "While handling return value 'owner'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3521": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.owner_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/b02ddc13e06346668d980e18c0fec90f17036d195bf95d21ac18e846a0a129f3.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/owner/c1ea7b1e827d8c158fe70e5d717faa1b8c13dd7db70cc1edeadb514de355a1bc.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 83, - "start_line": 36 - }, - "While handling return value 'owner'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "3523": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.owner_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/return/owner/c1ea7b1e827d8c158fe70e5d717faa1b8c13dd7db70cc1edeadb514de355a1bc.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/owner/c1ea7b1e827d8c158fe70e5d717faa1b8c13dd7db70cc1edeadb514de355a1bc.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 36 - }, - "While handling return value of" - ], - "start_col": 52, - "start_line": 1 - } - }, - "3524": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.owner_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/owner/c1ea7b1e827d8c158fe70e5d717faa1b8c13dd7db70cc1edeadb514de355a1bc.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "3525": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.owner_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/owner/c1ea7b1e827d8c158fe70e5d717faa1b8c13dd7db70cc1edeadb514de355a1bc.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/owner/c1ea7b1e827d8c158fe70e5d717faa1b8c13dd7db70cc1edeadb514de355a1bc.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 36 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "3526": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.owner_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/owner/c1ea7b1e827d8c158fe70e5d717faa1b8c13dd7db70cc1edeadb514de355a1bc.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "3527": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3528": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/owner/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/owner/613a24dd6fa1e6c043f44c3b480cfa5d629bfe6891f43b0ff9ba79b40a6c8e9e.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 12, - "start_line": 36 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "3529": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/owner/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/owner/613a24dd6fa1e6c043f44c3b480cfa5d629bfe6891f43b0ff9ba79b40a6c8e9e.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 32, - "start_line": 36 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "3530": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/owner/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/owner/613a24dd6fa1e6c043f44c3b480cfa5d629bfe6891f43b0ff9ba79b40a6c8e9e.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 60, - "start_line": 36 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "3531": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 36 - } - }, - "3533": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/owner/613a24dd6fa1e6c043f44c3b480cfa5d629bfe6891f43b0ff9ba79b40a6c8e9e.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/owner/613a24dd6fa1e6c043f44c3b480cfa5d629bfe6891f43b0ff9ba79b40a6c8e9e.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While constructing the external wrapper for:" - ], - "start_col": 79, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 36 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "3534": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/owner/613a24dd6fa1e6c043f44c3b480cfa5d629bfe6891f43b0ff9ba79b40a6c8e9e.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "3536": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/owner/613a24dd6fa1e6c043f44c3b480cfa5d629bfe6891f43b0ff9ba79b40a6c8e9e.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/owner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 36 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "3537": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/owner/613a24dd6fa1e6c043f44c3b480cfa5d629bfe6891f43b0ff9ba79b40a6c8e9e.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/owner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 36 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "3538": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/owner/613a24dd6fa1e6c043f44c3b480cfa5d629bfe6891f43b0ff9ba79b40a6c8e9e.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/owner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 36 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "3539": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/owner/613a24dd6fa1e6c043f44c3b480cfa5d629bfe6891f43b0ff9ba79b40a6c8e9e.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/owner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 36 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "3540": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/owner/613a24dd6fa1e6c043f44c3b480cfa5d629bfe6891f43b0ff9ba79b40a6c8e9e.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/owner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 36 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "3541": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/owner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 36, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 36 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3542": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 44, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 44 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 29, - "start_line": 60 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 41 - } - }, - "3543": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 70, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 44, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 44 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 49, - "start_line": 60 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 44, - "start_line": 41 - } - }, - "3544": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 87, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 92, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 44, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 44 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 77, - "start_line": 60 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 72, - "start_line": 41 - } - }, - "3545": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 42, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 44, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 32, - "start_line": 44 - }, - "While expanding the reference 'new_owner' in:" - ], - "start_col": 5, - "start_line": 42 - } - }, - "3546": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 44, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 44 - } - }, - "3548": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 45, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 45 - } - }, - "3549": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/450f0509800d3afb78e5f375ff7b17115e6b5d0fd7e2bff94c78fdb15f5f2d10.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 42, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 41 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 5, - "start_line": 42 - }, - "While handling calldata argument 'new_owner'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "3551": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3552": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "3553": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 44, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "3554": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 87, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 72, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "3555": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/450f0509800d3afb78e5f375ff7b17115e6b5d0fd7e2bff94c78fdb15f5f2d10.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 42, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 151, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 127, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_new_owner' in:" - ], - "start_col": 5, - "start_line": 42 - }, - "While handling calldata argument 'new_owner'" - ], - "start_col": 32, - "start_line": 1 - } - }, - "3556": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 41 - } - }, - "3558": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "3560": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "3561": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "3562": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "3563": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "3565": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "3566": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 41, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 41 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3567": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 50, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 50 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 28, - "start_line": 40 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 49 - } - }, - "3568": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 50, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 50 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 48, - "start_line": 40 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 49 - } - }, - "3569": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 85, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 91, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 50, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 50 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 76, - "start_line": 40 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 49 - } - }, - "3570": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 50, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 50 - } - }, - "3572": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 96, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 51, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 32, - "start_line": 51 - }, - "While expanding the reference 'max' in:" - ], - "start_col": 87, - "start_line": 49 - } - }, - "3573": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 51, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 51 - } - }, - "3575": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 52, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 52 - } - }, - "3576": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/06e5a14f93bc3fcb38f775bb6be32ec075a9ef033df7521d51e3a5a3fb688ccb.cairo" - }, - "parent_location": [ - { - "end_col": 96, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 49 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 49 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 87, - "start_line": 49 - }, - "While handling calldata argument 'max'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "3578": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 49 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3579": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMaxPerWallet/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMaxPerWallet/e308d249203f5705a190f059b56eb14752af6a01867f138740d0ff96dacabd43.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 49 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 49 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "3580": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMaxPerWallet/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMaxPerWallet/e308d249203f5705a190f059b56eb14752af6a01867f138740d0ff96dacabd43.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 49 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 49 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "3581": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMaxPerWallet/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMaxPerWallet/e308d249203f5705a190f059b56eb14752af6a01867f138740d0ff96dacabd43.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 49 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 49 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "3582": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/06e5a14f93bc3fcb38f775bb6be32ec075a9ef033df7521d51e3a5a3fb688ccb.cairo" - }, - "parent_location": [ - { - "end_col": 96, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 139, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMaxPerWallet/e308d249203f5705a190f059b56eb14752af6a01867f138740d0ff96dacabd43.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 49 - }, - "While constructing the external wrapper for:" - ], - "start_col": 121, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_max' in:" - ], - "start_col": 87, - "start_line": 49 - }, - "While handling calldata argument 'max'" - ], - "start_col": 26, - "start_line": 1 - } - }, - "3583": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 49 - } - }, - "3585": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/setMaxPerWallet/e308d249203f5705a190f059b56eb14752af6a01867f138740d0ff96dacabd43.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 49 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/setMaxPerWallet/e308d249203f5705a190f059b56eb14752af6a01867f138740d0ff96dacabd43.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 49 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "3587": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMaxPerWallet/e308d249203f5705a190f059b56eb14752af6a01867f138740d0ff96dacabd43.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMaxPerWallet/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 49 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 49 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "3588": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMaxPerWallet/e308d249203f5705a190f059b56eb14752af6a01867f138740d0ff96dacabd43.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMaxPerWallet/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 49 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 49 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "3589": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMaxPerWallet/e308d249203f5705a190f059b56eb14752af6a01867f138740d0ff96dacabd43.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMaxPerWallet/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 49 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 49 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "3590": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/setMaxPerWallet/e308d249203f5705a190f059b56eb14752af6a01867f138740d0ff96dacabd43.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMaxPerWallet/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 49 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 49 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "3592": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/setMaxPerWallet/e308d249203f5705a190f059b56eb14752af6a01867f138740d0ff96dacabd43.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMaxPerWallet/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 49 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 49 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "3593": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMaxPerWallet/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 49, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 49 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3594": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/decl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 59, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 12, - "start_line": 59 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 56 - } - }, - "3595": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/decl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 59, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 12, - "start_line": 59 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 56 - } - }, - "3596": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 85, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_max_per_wallet/decl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 59, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 12, - "start_line": 59 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 56 - } - }, - "3597": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 59, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 12, - "start_line": 59 - } - }, - "3599": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 59, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 59 - } - }, - "3600": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMaxPerWallet_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/getMaxPerWallet/d2ee4d3b1583586a9c7911079b8ad0e4c03e4dff239e0bd34696827d233e32ba.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 56 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/getMaxPerWallet/d2ee4d3b1583586a9c7911079b8ad0e4c03e4dff239e0bd34696827d233e32ba.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 56 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "3602": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMaxPerWallet_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/e276a8bfa422a700d63781b00d1ac04d0496d9b70b1f051710b53e01fffe130c.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 57, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 57 - }, - "While handling return value 'max'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3603": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMaxPerWallet_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/e276a8bfa422a700d63781b00d1ac04d0496d9b70b1f051710b53e01fffe130c.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 57, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/getMaxPerWallet/d2ee4d3b1583586a9c7911079b8ad0e4c03e4dff239e0bd34696827d233e32ba.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 56 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 5, - "start_line": 57 - }, - "While handling return value 'max'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "3605": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMaxPerWallet_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/return/getMaxPerWallet/d2ee4d3b1583586a9c7911079b8ad0e4c03e4dff239e0bd34696827d233e32ba.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/getMaxPerWallet/d2ee4d3b1583586a9c7911079b8ad0e4c03e4dff239e0bd34696827d233e32ba.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 56 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 56 - }, - "While handling return value of" - ], - "start_col": 60, - "start_line": 1 - } - }, - "3606": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMaxPerWallet_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/getMaxPerWallet/d2ee4d3b1583586a9c7911079b8ad0e4c03e4dff239e0bd34696827d233e32ba.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 56 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "3607": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMaxPerWallet_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/getMaxPerWallet/d2ee4d3b1583586a9c7911079b8ad0e4c03e4dff239e0bd34696827d233e32ba.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/getMaxPerWallet/d2ee4d3b1583586a9c7911079b8ad0e4c03e4dff239e0bd34696827d233e32ba.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 56 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 56 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "3608": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMaxPerWallet_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/getMaxPerWallet/d2ee4d3b1583586a9c7911079b8ad0e4c03e4dff239e0bd34696827d233e32ba.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 56 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "3609": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 56 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3610": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMaxPerWallet/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMaxPerWallet/ceb6999ac1e0d9e3ce90cae3d8b161ded5f8cd083d4cb07d602d4d0dfb9793ea.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 56 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 56 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "3611": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMaxPerWallet/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMaxPerWallet/ceb6999ac1e0d9e3ce90cae3d8b161ded5f8cd083d4cb07d602d4d0dfb9793ea.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 56 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 56 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "3612": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMaxPerWallet/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMaxPerWallet/ceb6999ac1e0d9e3ce90cae3d8b161ded5f8cd083d4cb07d602d4d0dfb9793ea.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 56 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 56 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "3613": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 56 - } - }, - "3615": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMaxPerWallet/ceb6999ac1e0d9e3ce90cae3d8b161ded5f8cd083d4cb07d602d4d0dfb9793ea.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 104, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getMaxPerWallet/ceb6999ac1e0d9e3ce90cae3d8b161ded5f8cd083d4cb07d602d4d0dfb9793ea.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 56 - }, - "While constructing the external wrapper for:" - ], - "start_col": 89, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 56 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "3616": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 105, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getMaxPerWallet/ceb6999ac1e0d9e3ce90cae3d8b161ded5f8cd083d4cb07d602d4d0dfb9793ea.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 56 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "3618": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMaxPerWallet/ceb6999ac1e0d9e3ce90cae3d8b161ded5f8cd083d4cb07d602d4d0dfb9793ea.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMaxPerWallet/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 56 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 56 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "3619": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMaxPerWallet/ceb6999ac1e0d9e3ce90cae3d8b161ded5f8cd083d4cb07d602d4d0dfb9793ea.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMaxPerWallet/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 56 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 56 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "3620": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getMaxPerWallet/ceb6999ac1e0d9e3ce90cae3d8b161ded5f8cd083d4cb07d602d4d0dfb9793ea.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMaxPerWallet/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 56 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 56 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "3621": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getMaxPerWallet/ceb6999ac1e0d9e3ce90cae3d8b161ded5f8cd083d4cb07d602d4d0dfb9793ea.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMaxPerWallet/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 56 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 56 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "3622": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getMaxPerWallet/ceb6999ac1e0d9e3ce90cae3d8b161ded5f8cd083d4cb07d602d4d0dfb9793ea.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMaxPerWallet/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 56 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 56 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "3623": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMaxPerWallet" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMaxPerWallet/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 56, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 56 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3624": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 64, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 64 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 28, - "start_line": 40 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 14, - "start_line": 63 - } - }, - "3625": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 64, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 64 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 48, - "start_line": 40 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 63 - } - }, - "3626": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 91, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 64, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 64 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 76, - "start_line": 40 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 63 - } - }, - "3627": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 64, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 64 - } - }, - "3629": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 90, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 65, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 18, - "start_line": 65 - }, - "While expanding the reference 'n_row' in:" - ], - "start_col": 79, - "start_line": 63 - } - }, - "3630": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 65, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 65 - } - }, - "3632": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 66, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 66 - } - }, - "3633": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/ae93e6f6d7f86189a001cc0e74584f97c7f1eac8e0ab1a1d6be76deb397bb0c0.cairo" - }, - "parent_location": [ - { - "end_col": 90, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 63 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 63 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 79, - "start_line": 63 - }, - "While handling calldata argument 'n_row'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "3635": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 63 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3636": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setNRow/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setNRow/039da8e30c366ab0cf35f9186a0bed5471fd3233c0d8c5f9d81c668743f087b3.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 63 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 14, - "start_line": 63 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "3637": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setNRow/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setNRow/039da8e30c366ab0cf35f9186a0bed5471fd3233c0d8c5f9d81c668743f087b3.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 63 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 63 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "3638": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setNRow/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 77, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setNRow/039da8e30c366ab0cf35f9186a0bed5471fd3233c0d8c5f9d81c668743f087b3.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 63 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 63 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "3639": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/ae93e6f6d7f86189a001cc0e74584f97c7f1eac8e0ab1a1d6be76deb397bb0c0.cairo" - }, - "parent_location": [ - { - "end_col": 90, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 143, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setNRow/039da8e30c366ab0cf35f9186a0bed5471fd3233c0d8c5f9d81c668743f087b3.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 63 - }, - "While constructing the external wrapper for:" - ], - "start_col": 123, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_n_row' in:" - ], - "start_col": 79, - "start_line": 63 - }, - "While handling calldata argument 'n_row'" - ], - "start_col": 28, - "start_line": 1 - } - }, - "3640": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 63 - } - }, - "3642": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setNRow" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/setNRow/039da8e30c366ab0cf35f9186a0bed5471fd3233c0d8c5f9d81c668743f087b3.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 63 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/setNRow/039da8e30c366ab0cf35f9186a0bed5471fd3233c0d8c5f9d81c668743f087b3.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 63 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "3644": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setNRow/039da8e30c366ab0cf35f9186a0bed5471fd3233c0d8c5f9d81c668743f087b3.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setNRow/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 63 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 63 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "3645": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setNRow/039da8e30c366ab0cf35f9186a0bed5471fd3233c0d8c5f9d81c668743f087b3.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setNRow/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 63 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 63 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "3646": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setNRow/039da8e30c366ab0cf35f9186a0bed5471fd3233c0d8c5f9d81c668743f087b3.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setNRow/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 63 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 63 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "3647": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/setNRow/039da8e30c366ab0cf35f9186a0bed5471fd3233c0d8c5f9d81c668743f087b3.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setNRow/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 63 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 63 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "3649": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/setNRow/039da8e30c366ab0cf35f9186a0bed5471fd3233c0d8c5f9d81c668743f087b3.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setNRow/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 63 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 63 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "3650": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setNRow/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 63, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 63 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3651": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 71, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 12, - "start_line": 71 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 14, - "start_line": 70 - } - }, - "3652": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 71, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 12, - "start_line": 71 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 70 - } - }, - "3653": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 71, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 12, - "start_line": 71 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 70 - } - }, - "3654": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 71, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 12, - "start_line": 71 - } - }, - "3656": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 71, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 71 - } - }, - "3657": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getNRow_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/getNRow/eb44c31645a89509f2704ee875f3b8ebd83dcd8f7c527e17259323fc74e20827.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 70 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/getNRow/eb44c31645a89509f2704ee875f3b8ebd83dcd8f7c527e17259323fc74e20827.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 70 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "3659": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getNRow_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/1457c154551db44c95111acc1c07961afd1fa1086353a081a57220df823025a2.cairo" - }, - "parent_location": [ - { - "end_col": 96, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 85, - "start_line": 70 - }, - "While handling return value 'n_row'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3660": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getNRow_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/1457c154551db44c95111acc1c07961afd1fa1086353a081a57220df823025a2.cairo" - }, - "parent_location": [ - { - "end_col": 96, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/getNRow/eb44c31645a89509f2704ee875f3b8ebd83dcd8f7c527e17259323fc74e20827.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 70 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 85, - "start_line": 70 - }, - "While handling return value 'n_row'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "3662": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getNRow_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/return/getNRow/eb44c31645a89509f2704ee875f3b8ebd83dcd8f7c527e17259323fc74e20827.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/getNRow/eb44c31645a89509f2704ee875f3b8ebd83dcd8f7c527e17259323fc74e20827.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 70 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 70 - }, - "While handling return value of" - ], - "start_col": 54, - "start_line": 1 - } - }, - "3663": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getNRow_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/getNRow/eb44c31645a89509f2704ee875f3b8ebd83dcd8f7c527e17259323fc74e20827.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 70 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "3664": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getNRow_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/getNRow/eb44c31645a89509f2704ee875f3b8ebd83dcd8f7c527e17259323fc74e20827.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/getNRow/eb44c31645a89509f2704ee875f3b8ebd83dcd8f7c527e17259323fc74e20827.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 70 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 70 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "3665": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getNRow_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/getNRow/eb44c31645a89509f2704ee875f3b8ebd83dcd8f7c527e17259323fc74e20827.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 70 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "3666": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 70 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3667": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getNRow/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getNRow/a9a0b7c56f536deaaeff58255052c75aa43e29bc9e7cce54223f1ba64c55e736.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 70 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 14, - "start_line": 70 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "3668": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getNRow/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getNRow/a9a0b7c56f536deaaeff58255052c75aa43e29bc9e7cce54223f1ba64c55e736.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 70 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 70 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "3669": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getNRow/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 77, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getNRow/a9a0b7c56f536deaaeff58255052c75aa43e29bc9e7cce54223f1ba64c55e736.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 70 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 70 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "3670": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 70 - } - }, - "3672": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getNRow/a9a0b7c56f536deaaeff58255052c75aa43e29bc9e7cce54223f1ba64c55e736.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 96, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getNRow/a9a0b7c56f536deaaeff58255052c75aa43e29bc9e7cce54223f1ba64c55e736.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 70 - }, - "While constructing the external wrapper for:" - ], - "start_col": 81, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 70 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "3673": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 97, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getNRow/a9a0b7c56f536deaaeff58255052c75aa43e29bc9e7cce54223f1ba64c55e736.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 70 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "3675": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getNRow/a9a0b7c56f536deaaeff58255052c75aa43e29bc9e7cce54223f1ba64c55e736.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getNRow/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 70 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 70 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "3676": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getNRow/a9a0b7c56f536deaaeff58255052c75aa43e29bc9e7cce54223f1ba64c55e736.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getNRow/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 70 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 70 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "3677": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getNRow/a9a0b7c56f536deaaeff58255052c75aa43e29bc9e7cce54223f1ba64c55e736.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getNRow/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 70 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 70 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "3678": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getNRow/a9a0b7c56f536deaaeff58255052c75aa43e29bc9e7cce54223f1ba64c55e736.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getNRow/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 70 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 70 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "3679": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getNRow/a9a0b7c56f536deaaeff58255052c75aa43e29bc9e7cce54223f1ba64c55e736.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getNRow/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 70 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 70 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "3680": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getNRow" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getNRow/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 70, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 70 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3681": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 78, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 78 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 28, - "start_line": 40 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 75 - } - }, - "3682": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 78, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 78 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 48, - "start_line": 40 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 75 - } - }, - "3683": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 85, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 91, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 78, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 78 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 76, - "start_line": 40 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 75 - } - }, - "3684": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 78, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 78 - } - }, - "3686": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 76, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 79, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 31, - "start_line": 79 - }, - "While expanding the reference 'address' in:" - ], - "start_col": 5, - "start_line": 76 - } - }, - "3687": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 79, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 79 - } - }, - "3689": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 80, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 80 - } - }, - "3690": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/d7daa544e246461a936b5ac82f5344c08a96429550ee8026ea086c8d8ed93006.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 76, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 75 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 5, - "start_line": 76 - }, - "While handling calldata argument 'address'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "3692": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3693": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCellRenderer/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCellRenderer/0659a254e8c454b3c657c5278489e4243b32c053e1167867ca4c539b977e7a36.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "3694": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCellRenderer/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCellRenderer/0659a254e8c454b3c657c5278489e4243b32c053e1167867ca4c539b977e7a36.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "3695": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCellRenderer/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCellRenderer/0659a254e8c454b3c657c5278489e4243b32c053e1167867ca4c539b977e7a36.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "3696": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/d7daa544e246461a936b5ac82f5344c08a96429550ee8026ea086c8d8ed93006.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 76, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 147, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCellRenderer/0659a254e8c454b3c657c5278489e4243b32c053e1167867ca4c539b977e7a36.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 125, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_address' in:" - ], - "start_col": 5, - "start_line": 76 - }, - "While handling calldata argument 'address'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "3697": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 75 - } - }, - "3699": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCellRenderer" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/setCellRenderer/0659a254e8c454b3c657c5278489e4243b32c053e1167867ca4c539b977e7a36.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/setCellRenderer/0659a254e8c454b3c657c5278489e4243b32c053e1167867ca4c539b977e7a36.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "3701": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCellRenderer/0659a254e8c454b3c657c5278489e4243b32c053e1167867ca4c539b977e7a36.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCellRenderer/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "3702": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCellRenderer/0659a254e8c454b3c657c5278489e4243b32c053e1167867ca4c539b977e7a36.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCellRenderer/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "3703": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCellRenderer/0659a254e8c454b3c657c5278489e4243b32c053e1167867ca4c539b977e7a36.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCellRenderer/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "3704": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/setCellRenderer/0659a254e8c454b3c657c5278489e4243b32c053e1167867ca4c539b977e7a36.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCellRenderer/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "3706": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/setCellRenderer/0659a254e8c454b3c657c5278489e4243b32c053e1167867ca4c539b977e7a36.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCellRenderer/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "3707": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCellRenderer/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 75, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3708": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 87, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 12, - "start_line": 87 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 84 - } - }, - "3709": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 87, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 12, - "start_line": 87 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 84 - } - }, - "3710": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 85, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_cell_renderer/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 87, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 12, - "start_line": 87 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 84 - } - }, - "3711": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 87, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 12, - "start_line": 87 - } - }, - "3713": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 87, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 87 - } - }, - "3714": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCellRenderer_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/getCellRenderer/32ed84cc62db75f1e784f477fb8a01720540a0a2f04e442b873ca26adef8a14d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 84 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/getCellRenderer/32ed84cc62db75f1e784f477fb8a01720540a0a2f04e442b873ca26adef8a14d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 84 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "3716": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCellRenderer_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/10f4ffaf96982a2fff2ff72dc2d3b1a8878257148aab4051a8f2ef7f16687f01.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 85, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 85 - }, - "While handling return value 'address'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3717": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCellRenderer_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/10f4ffaf96982a2fff2ff72dc2d3b1a8878257148aab4051a8f2ef7f16687f01.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 85, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/getCellRenderer/32ed84cc62db75f1e784f477fb8a01720540a0a2f04e442b873ca26adef8a14d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 84 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 5, - "start_line": 85 - }, - "While handling return value 'address'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "3719": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCellRenderer_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/return/getCellRenderer/32ed84cc62db75f1e784f477fb8a01720540a0a2f04e442b873ca26adef8a14d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/getCellRenderer/32ed84cc62db75f1e784f477fb8a01720540a0a2f04e442b873ca26adef8a14d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 84 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 84 - }, - "While handling return value of" - ], - "start_col": 64, - "start_line": 1 - } - }, - "3720": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCellRenderer_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/getCellRenderer/32ed84cc62db75f1e784f477fb8a01720540a0a2f04e442b873ca26adef8a14d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 84 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "3721": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCellRenderer_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/getCellRenderer/32ed84cc62db75f1e784f477fb8a01720540a0a2f04e442b873ca26adef8a14d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/getCellRenderer/32ed84cc62db75f1e784f477fb8a01720540a0a2f04e442b873ca26adef8a14d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 84 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 84 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "3722": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCellRenderer_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/getCellRenderer/32ed84cc62db75f1e784f477fb8a01720540a0a2f04e442b873ca26adef8a14d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 84 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "3723": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 84 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3724": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCellRenderer/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCellRenderer/ad0970b7c612f5c2245a4fd1a68988d1dca7e1deee86e0b02cc4780b6294c9d7.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 84 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 84 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "3725": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCellRenderer/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCellRenderer/ad0970b7c612f5c2245a4fd1a68988d1dca7e1deee86e0b02cc4780b6294c9d7.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 84 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 84 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "3726": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCellRenderer/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCellRenderer/ad0970b7c612f5c2245a4fd1a68988d1dca7e1deee86e0b02cc4780b6294c9d7.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 84 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 84 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "3727": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 84 - } - }, - "3729": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCellRenderer/ad0970b7c612f5c2245a4fd1a68988d1dca7e1deee86e0b02cc4780b6294c9d7.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 104, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getCellRenderer/ad0970b7c612f5c2245a4fd1a68988d1dca7e1deee86e0b02cc4780b6294c9d7.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 84 - }, - "While constructing the external wrapper for:" - ], - "start_col": 89, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 84 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "3730": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 105, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getCellRenderer/ad0970b7c612f5c2245a4fd1a68988d1dca7e1deee86e0b02cc4780b6294c9d7.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 84 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "3732": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCellRenderer/ad0970b7c612f5c2245a4fd1a68988d1dca7e1deee86e0b02cc4780b6294c9d7.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCellRenderer/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 84 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 84 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "3733": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCellRenderer/ad0970b7c612f5c2245a4fd1a68988d1dca7e1deee86e0b02cc4780b6294c9d7.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCellRenderer/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 84 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 84 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "3734": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getCellRenderer/ad0970b7c612f5c2245a4fd1a68988d1dca7e1deee86e0b02cc4780b6294c9d7.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCellRenderer/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 84 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 84 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "3735": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getCellRenderer/ad0970b7c612f5c2245a4fd1a68988d1dca7e1deee86e0b02cc4780b6294c9d7.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCellRenderer/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 84 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 84 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "3736": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getCellRenderer/ad0970b7c612f5c2245a4fd1a68988d1dca7e1deee86e0b02cc4780b6294c9d7.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCellRenderer/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 84 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 84 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "3737": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCellRenderer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCellRenderer/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 84, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 84 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3738": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 92, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 92 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 28, - "start_line": 40 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 91 - } - }, - "3739": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 66, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 92, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 92 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 48, - "start_line": 40 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 40, - "start_line": 91 - } - }, - "3740": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 83, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 91, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 92, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 92 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 76, - "start_line": 40 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 91 - } - }, - "3741": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 92, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 92 - } - }, - "3743": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 93, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 29, - "start_line": 93 - }, - "While expanding the reference 'root' in:" - ], - "start_col": 85, - "start_line": 91 - } - }, - "3744": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 93, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 93 - } - }, - "3746": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 94, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 94 - } - }, - "3747": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/038c0cb4ed8fb3662b2204f7a3dad52bb6fd1aceaf040c7093bf2d59c5e90d2e.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 91 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 91 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 85, - "start_line": 91 - }, - "While handling calldata argument 'root'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "3749": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 91 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3750": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMerkleRoot/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMerkleRoot/161aaf3a5af5c303dbefacf522ccca3916f71a0b81c07d23f94176863241c379.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 91 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 91 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "3751": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMerkleRoot/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMerkleRoot/161aaf3a5af5c303dbefacf522ccca3916f71a0b81c07d23f94176863241c379.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 91 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 40, - "start_line": 91 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "3752": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMerkleRoot/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMerkleRoot/161aaf3a5af5c303dbefacf522ccca3916f71a0b81c07d23f94176863241c379.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 91 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 91 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "3753": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/038c0cb4ed8fb3662b2204f7a3dad52bb6fd1aceaf040c7093bf2d59c5e90d2e.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 141, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMerkleRoot/161aaf3a5af5c303dbefacf522ccca3916f71a0b81c07d23f94176863241c379.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 91 - }, - "While constructing the external wrapper for:" - ], - "start_col": 122, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_root' in:" - ], - "start_col": 85, - "start_line": 91 - }, - "While handling calldata argument 'root'" - ], - "start_col": 27, - "start_line": 1 - } - }, - "3754": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 91 - } - }, - "3756": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/setMerkleRoot/161aaf3a5af5c303dbefacf522ccca3916f71a0b81c07d23f94176863241c379.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 91 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/setMerkleRoot/161aaf3a5af5c303dbefacf522ccca3916f71a0b81c07d23f94176863241c379.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 91 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "3758": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMerkleRoot/161aaf3a5af5c303dbefacf522ccca3916f71a0b81c07d23f94176863241c379.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMerkleRoot/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 91 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 91 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "3759": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMerkleRoot/161aaf3a5af5c303dbefacf522ccca3916f71a0b81c07d23f94176863241c379.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMerkleRoot/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 91 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 91 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "3760": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMerkleRoot/161aaf3a5af5c303dbefacf522ccca3916f71a0b81c07d23f94176863241c379.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMerkleRoot/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 91 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 91 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "3761": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/setMerkleRoot/161aaf3a5af5c303dbefacf522ccca3916f71a0b81c07d23f94176863241c379.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMerkleRoot/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 91 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 91 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "3763": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/setMerkleRoot/161aaf3a5af5c303dbefacf522ccca3916f71a0b81c07d23f94176863241c379.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMerkleRoot/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 91 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 91 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "3764": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setMerkleRoot/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 91, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 91 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3765": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.openMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 98, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 99, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 99 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 28, - "start_line": 40 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 98 - } - }, - "3766": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.openMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 98, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 99, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 99 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 48, - "start_line": 40 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 98 - } - }, - "3767": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.openMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 98, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 91, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 99, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 99 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 76, - "start_line": 40 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 98 - } - }, - "3768": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.openMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 99, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 99 - } - }, - "3770": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.openMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 100, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 100 - } - }, - "3772": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.openMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 101, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 101 - } - }, - "3773": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.openMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 98, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 98 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3774": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.openMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/openMint/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 98, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/openMint/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 98, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 98 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 98 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "3775": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.openMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/openMint/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 98, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/openMint/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 98, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 98 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 98 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "3776": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.openMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/openMint/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 98, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/openMint/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 98, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 98 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 98 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "3777": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.openMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 98, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 98 - } - }, - "3779": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.openMint" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/openMint/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 98, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 98 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/openMint/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 98, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 98 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "3781": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.openMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/openMint/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 98, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/openMint/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 98, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 98 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 98 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "3782": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.openMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/openMint/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 98, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/openMint/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 98, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 98 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 98 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "3783": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.openMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/openMint/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 98, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/openMint/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 98, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 98 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 98 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "3784": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.openMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/openMint/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 98, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/openMint/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 98, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 98 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 98 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "3786": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.openMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/openMint/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 98, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/openMint/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 98, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 98 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 98 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "3787": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.openMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/openMint/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 98, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 98 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3788": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.closeMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 105, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 106, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 106 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 28, - "start_line": 40 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 105 - } - }, - "3789": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.closeMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 105, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 106, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 106 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 48, - "start_line": 40 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 105 - } - }, - "3790": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.closeMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 105, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 91, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 106, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 106 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 76, - "start_line": 40 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 105 - } - }, - "3791": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.closeMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 106, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 106 - } - }, - "3793": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.closeMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 107, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 107 - } - }, - "3795": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.closeMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 108, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 108 - } - }, - "3796": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.closeMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3797": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.closeMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/closeMint/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 105, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/closeMint/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "3798": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.closeMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/closeMint/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 105, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/closeMint/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "3799": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.closeMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/closeMint/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 105, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/closeMint/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "3800": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.closeMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 105 - } - }, - "3802": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.closeMint" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/closeMint/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/closeMint/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "3804": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.closeMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/closeMint/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/closeMint/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "3805": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.closeMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/closeMint/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/closeMint/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "3806": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.closeMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/closeMint/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/closeMint/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "3807": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.closeMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/closeMint/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/closeMint/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "3809": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.closeMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/closeMint/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/closeMint/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "3810": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.closeMint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/closeMint/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 105, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 105 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3811": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/decl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 115, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 18, - "start_line": 115 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 112 - } - }, - "3812": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 66, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/decl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 115, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 18, - "start_line": 115 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 40, - "start_line": 112 - } - }, - "3813": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 83, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Sheet_merkle_root/decl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 115, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 18, - "start_line": 115 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 112 - } - }, - "3814": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 115, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 18, - "start_line": 115 - } - }, - "3816": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 116, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 116 - } - }, - "3817": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMerkleRoot_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/getMerkleRoot/495cd1b94c09dee8983a036b9556d859b3656107157b2238179ca9efde6ed739.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 112 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/getMerkleRoot/495cd1b94c09dee8983a036b9556d859b3656107157b2238179ca9efde6ed739.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 112 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "3819": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMerkleRoot_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/3fa00a8d2ef4ad5733642f8c5f3a225f5ee5fd306a52e47a3de0f3e4a53969e9.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 113, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 113 - }, - "While handling return value 'root'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3820": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMerkleRoot_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/3fa00a8d2ef4ad5733642f8c5f3a225f5ee5fd306a52e47a3de0f3e4a53969e9.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 113, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/getMerkleRoot/495cd1b94c09dee8983a036b9556d859b3656107157b2238179ca9efde6ed739.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 112 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 5, - "start_line": 113 - }, - "While handling return value 'root'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "3822": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMerkleRoot_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 74, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/return/getMerkleRoot/495cd1b94c09dee8983a036b9556d859b3656107157b2238179ca9efde6ed739.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/getMerkleRoot/495cd1b94c09dee8983a036b9556d859b3656107157b2238179ca9efde6ed739.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 112 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 112 - }, - "While handling return value of" - ], - "start_col": 59, - "start_line": 1 - } - }, - "3823": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMerkleRoot_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/getMerkleRoot/495cd1b94c09dee8983a036b9556d859b3656107157b2238179ca9efde6ed739.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 112 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "3824": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMerkleRoot_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/getMerkleRoot/495cd1b94c09dee8983a036b9556d859b3656107157b2238179ca9efde6ed739.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/getMerkleRoot/495cd1b94c09dee8983a036b9556d859b3656107157b2238179ca9efde6ed739.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 112 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 112 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "3825": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMerkleRoot_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/getMerkleRoot/495cd1b94c09dee8983a036b9556d859b3656107157b2238179ca9efde6ed739.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 112 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "3826": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 112 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3827": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMerkleRoot/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMerkleRoot/9ec40c6ab1532b67d6b3241da7f0fc2a824d63002b85dbc8e7b345e400aebd93.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 112 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 112 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "3828": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMerkleRoot/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMerkleRoot/9ec40c6ab1532b67d6b3241da7f0fc2a824d63002b85dbc8e7b345e400aebd93.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 112 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 40, - "start_line": 112 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "3829": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMerkleRoot/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMerkleRoot/9ec40c6ab1532b67d6b3241da7f0fc2a824d63002b85dbc8e7b345e400aebd93.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 112 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 112 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "3830": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 112 - } - }, - "3832": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMerkleRoot/9ec40c6ab1532b67d6b3241da7f0fc2a824d63002b85dbc8e7b345e400aebd93.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 102, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getMerkleRoot/9ec40c6ab1532b67d6b3241da7f0fc2a824d63002b85dbc8e7b345e400aebd93.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 112 - }, - "While constructing the external wrapper for:" - ], - "start_col": 87, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 112 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "3833": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 103, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getMerkleRoot/9ec40c6ab1532b67d6b3241da7f0fc2a824d63002b85dbc8e7b345e400aebd93.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 112 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "3835": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMerkleRoot/9ec40c6ab1532b67d6b3241da7f0fc2a824d63002b85dbc8e7b345e400aebd93.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMerkleRoot/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 112 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 112 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "3836": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMerkleRoot/9ec40c6ab1532b67d6b3241da7f0fc2a824d63002b85dbc8e7b345e400aebd93.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMerkleRoot/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 112 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 112 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "3837": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getMerkleRoot/9ec40c6ab1532b67d6b3241da7f0fc2a824d63002b85dbc8e7b345e400aebd93.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMerkleRoot/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 112 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 112 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "3838": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getMerkleRoot/9ec40c6ab1532b67d6b3241da7f0fc2a824d63002b85dbc8e7b345e400aebd93.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMerkleRoot/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 112 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 112 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "3839": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getMerkleRoot/9ec40c6ab1532b67d6b3241da7f0fc2a824d63002b85dbc8e7b345e400aebd93.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMerkleRoot/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 112 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 112 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "3840": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMerkleRoot" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getMerkleRoot/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 112, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 112 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3841": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 123, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 123 - } - }, - "3843": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 55, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 124, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 23, - "start_line": 124 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 15, - "start_line": 55 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 120 - } - }, - "3844": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 121, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 124, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 32, - "start_line": 124 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 5, - "start_line": 121 - } - }, - "3845": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 124, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 23, - "start_line": 124 - } - }, - "3847": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 128, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 21, - "start_line": 128 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 311 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 14, - "start_line": 120 - } - }, - "3848": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 128, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 21, - "start_line": 128 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 311 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 120 - } - }, - "3849": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 55, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/uint256.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 124, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 128, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 21, - "start_line": 128 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 311 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 124 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 15, - "start_line": 55 - } - }, - "3850": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 124, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 125, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 128, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 36, - "start_line": 128 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 28, - "start_line": 125 - }, - "While expanding the reference 'low' in:" - ], - "start_col": 10, - "start_line": 124 - } - }, - "3851": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 124, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 125, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 128, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 36, - "start_line": 128 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 33, - "start_line": 125 - }, - "While expanding the reference 'high' in:" - ], - "start_col": 15, - "start_line": 124 - } - }, - "3852": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 128, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 21, - "start_line": 128 - } - }, - "3854": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 129, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 9, - "start_line": 129 - } - }, - "3856": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 128, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 133, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 23, - "start_line": 133 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 109 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 21, - "start_line": 128 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 311 - } - }, - "3857": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 128, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 133, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 23, - "start_line": 133 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 109 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 21, - "start_line": 128 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 311 - } - }, - "3858": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 128, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 133, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 23, - "start_line": 133 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 109 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 128 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 311 - } - }, - "3859": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 124, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 125, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 133, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 39, - "start_line": 133 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 28, - "start_line": 125 - }, - "While expanding the reference 'low' in:" - ], - "start_col": 10, - "start_line": 124 - } - }, - "3860": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 124, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 125, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 133, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 39, - "start_line": 133 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 33, - "start_line": 125 - }, - "While expanding the reference 'high' in:" - ], - "start_col": 15, - "start_line": 124 - } - }, - "3861": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 133, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 23, - "start_line": 133 - } - }, - "3863": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 133, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 134, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 24, - "start_line": 134 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 133 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 109 - } - }, - "3864": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 134, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 24, - "start_line": 134 - } - }, - "3866": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 135, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 9, - "start_line": 135 - } - }, - "3867": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 134, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 138, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 138 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 91 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 134 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - } - }, - "3868": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 133, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 138, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 138 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 91 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 133 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 109 - } - }, - "3869": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 133, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 138, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 138 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 91 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 133 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 109 - } - }, - "3870": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 121, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 138, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 20, - "start_line": 138 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 5, - "start_line": 121 - } - }, - "3871": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 121, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 138, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 29, - "start_line": 138 - }, - "While expanding the reference 'contractAddress' in:" - ], - "start_col": 20, - "start_line": 121 - } - }, - "3872": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 121, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 138, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 46, - "start_line": 138 - }, - "While expanding the reference 'value' in:" - ], - "start_col": 43, - "start_line": 121 - } - }, - "3873": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 121, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 138, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 53, - "start_line": 138 - }, - "While expanding the reference 'cell_calldata_len' in:" - ], - "start_col": 56, - "start_line": 121 - } - }, - "3874": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 101, - "end_line": 121, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 138, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 72, - "start_line": 138 - }, - "While expanding the reference 'cell_calldata' in:" - ], - "start_col": 81, - "start_line": 121 - } - }, - "3875": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 138, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 138 - } - }, - "3877": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 139, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 139 - } - }, - "3878": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCell/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 77, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/cf9d155a82359872fd6c3831de72477dc112f8fe156e1c50035a0d8fc012189b.cairo" - }, - "parent_location": [ - { - "end_col": 101, - "end_line": 121, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 81, - "start_line": 121 - }, - "While handling calldata argument 'cell_calldata'" - ], - "start_col": 9, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "3879": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/b19b7bf952f10d75c6d6d48c16be4d0aa794947e7c7409b4e5d1fff596b961ac.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 121, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/cf9d155a82359872fd6c3831de72477dc112f8fe156e1c50035a0d8fc012189b.cairo" - }, - "parent_location": [ - { - "end_col": 101, - "end_line": 121, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 81, - "start_line": 121 - }, - "While handling calldata argument 'cell_calldata'" - ], - "start_col": 28, - "start_line": 2 - }, - "While expanding the reference '__calldata_arg_cell_calldata_len' in:" - ], - "start_col": 56, - "start_line": 121 - }, - "While handling calldata argument 'cell_calldata_len'" - ], - "start_col": 40, - "start_line": 1 - } - }, - "3880": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/cf9d155a82359872fd6c3831de72477dc112f8fe156e1c50035a0d8fc012189b.cairo" - }, - "parent_location": [ - { - "end_col": 101, - "end_line": 121, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 81, - "start_line": 121 - }, - "While handling calldata argument 'cell_calldata'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "3881": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/b19b7bf952f10d75c6d6d48c16be4d0aa794947e7c7409b4e5d1fff596b961ac.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 121, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/cf9d155a82359872fd6c3831de72477dc112f8fe156e1c50035a0d8fc012189b.cairo" - }, - "parent_location": [ - { - "end_col": 101, - "end_line": 121, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 81, - "start_line": 121 - }, - "While handling calldata argument 'cell_calldata'" - ], - "start_col": 26, - "start_line": 8 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 56, - "start_line": 121 - }, - "While handling calldata argument 'cell_calldata_len'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "3883": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/b19b7bf952f10d75c6d6d48c16be4d0aa794947e7c7409b4e5d1fff596b961ac.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 121, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/cf9d155a82359872fd6c3831de72477dc112f8fe156e1c50035a0d8fc012189b.cairo" - }, - "parent_location": [ - { - "end_col": 101, - "end_line": 121, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 81, - "start_line": 121 - }, - "While handling calldata argument 'cell_calldata'" - ], - "start_col": 43, - "start_line": 8 - }, - "While expanding the reference '__calldata_arg_cell_calldata_len' in:" - ], - "start_col": 56, - "start_line": 121 - }, - "While handling calldata argument 'cell_calldata_len'" - ], - "start_col": 40, - "start_line": 1 - } - }, - "3884": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/cf9d155a82359872fd6c3831de72477dc112f8fe156e1c50035a0d8fc012189b.cairo" - }, - "parent_location": [ - { - "end_col": 101, - "end_line": 121, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 81, - "start_line": 121 - }, - "While handling calldata argument 'cell_calldata'" - ], - "start_col": 26, - "start_line": 8 - } - }, - "3885": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 120 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3886": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCell/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 77, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/cf9d155a82359872fd6c3831de72477dc112f8fe156e1c50035a0d8fc012189b.cairo" - }, - "parent_location": [ - { - "end_col": 101, - "end_line": 121, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCell/4283afad5f046e779f9086ab343c3867291282e0a5a6a5743aa6762671e022a9.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 81, - "start_line": 121 - }, - "While handling calldata argument 'cell_calldata'" - ], - "start_col": 23, - "start_line": 3 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "3887": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCell/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCell/4283afad5f046e779f9086ab343c3867291282e0a5a6a5743aa6762671e022a9.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 14, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "3888": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCell/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCell/4283afad5f046e779f9086ab343c3867291282e0a5a6a5743aa6762671e022a9.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "3889": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/cf9d155a82359872fd6c3831de72477dc112f8fe156e1c50035a0d8fc012189b.cairo" - }, - "parent_location": [ - { - "end_col": 101, - "end_line": 121, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCell/4283afad5f046e779f9086ab343c3867291282e0a5a6a5743aa6762671e022a9.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 81, - "start_line": 121 - }, - "While handling calldata argument 'cell_calldata'" - ], - "start_col": 23, - "start_line": 3 - } - }, - "3891": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/128c2321f9070588a8d11dc60a4b2c6a3b0b1a97919597936f0847381384bd91.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 121, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 147, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCell/4283afad5f046e779f9086ab343c3867291282e0a5a6a5743aa6762671e022a9.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 125, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_tokenId' in:" - ], - "start_col": 5, - "start_line": 121 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "3892": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/138fbb2581468edec2beca8ce38fccac384aeb4b51fe6af3126d17a00f09f61e.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 121, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 195, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCell/4283afad5f046e779f9086ab343c3867291282e0a5a6a5743aa6762671e022a9.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 165, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_contractAddress' in:" - ], - "start_col": 20, - "start_line": 121 - }, - "While handling calldata argument 'contractAddress'" - ], - "start_col": 38, - "start_line": 1 - } - }, - "3893": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/3e93b8906c329e7a5c33e020ce7a5a9c542c4444955be98eec5fcbef545a8662.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 121, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 223, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCell/4283afad5f046e779f9086ab343c3867291282e0a5a6a5743aa6762671e022a9.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 203, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_value' in:" - ], - "start_col": 43, - "start_line": 121 - }, - "While handling calldata argument 'value'" - ], - "start_col": 28, - "start_line": 1 - } - }, - "3894": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/b19b7bf952f10d75c6d6d48c16be4d0aa794947e7c7409b4e5d1fff596b961ac.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 121, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 275, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCell/4283afad5f046e779f9086ab343c3867291282e0a5a6a5743aa6762671e022a9.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 243, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_cell_calldata_len' in:" - ], - "start_col": 56, - "start_line": 121 - }, - "While handling calldata argument 'cell_calldata_len'" - ], - "start_col": 40, - "start_line": 1 - } - }, - "3895": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/cf9d155a82359872fd6c3831de72477dc112f8fe156e1c50035a0d8fc012189b.cairo" - }, - "parent_location": [ - { - "end_col": 101, - "end_line": 121, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 319, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCell/4283afad5f046e779f9086ab343c3867291282e0a5a6a5743aa6762671e022a9.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 291, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_cell_calldata' in:" - ], - "start_col": 81, - "start_line": 121 - }, - "While handling calldata argument 'cell_calldata'" - ], - "start_col": 36, - "start_line": 5 - } - }, - "3897": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 120 - } - }, - "3899": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/setCell/4283afad5f046e779f9086ab343c3867291282e0a5a6a5743aa6762671e022a9.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/setCell/4283afad5f046e779f9086ab343c3867291282e0a5a6a5743aa6762671e022a9.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "3901": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCell/4283afad5f046e779f9086ab343c3867291282e0a5a6a5743aa6762671e022a9.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCell/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "3902": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCell/4283afad5f046e779f9086ab343c3867291282e0a5a6a5743aa6762671e022a9.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCell/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "3903": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCell/4283afad5f046e779f9086ab343c3867291282e0a5a6a5743aa6762671e022a9.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCell/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "3904": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/setCell/4283afad5f046e779f9086ab343c3867291282e0a5a6a5743aa6762671e022a9.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCell/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "3906": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/setCell/4283afad5f046e779f9086ab343c3867291282e0a5a6a5743aa6762671e022a9.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCell/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "3907": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setCell/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 120, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 120 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3908": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 146, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 15, - "start_line": 146 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 113 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 14, - "start_line": 143 - } - }, - "3909": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 146, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 15, - "start_line": 146 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 113 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 143 - } - }, - "3910": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 146, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 15, - "start_line": 146 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 113 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 143 - } - }, - "3911": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 92, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 146, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 30, - "start_line": 146 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 79, - "start_line": 143 - } - }, - "3912": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 146, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 15, - "start_line": 146 - } - }, - "3914": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 147, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 147 - } - }, - "3915": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/getCell/45b3c8aa5973e07cb910131aed3aef1456e8199a31086ed15bad4bcb607a4d71.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 143 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/getCell/45b3c8aa5973e07cb910131aed3aef1456e8199a31086ed15bad4bcb607a4d71.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 143 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "3917": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/33df6e1bcfab0c2b721012401630ed459af24510751c21dc2cea42d959db9ca9.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 144, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 144 - }, - "While handling return value 'contractAddress'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3918": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/361efcca75a31f4c299c46d8d625210e368f481380cc3fa32a6d87e5dbe7e45c.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 144, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 144 - }, - "While handling return value 'value'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3919": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/f204bba64347870893c4affbf57c4cff6fc02af3b0ac400d4d3ba5c273c8059c.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 144, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 41, - "start_line": 144 - }, - "While handling return value 'cell_calldata_len'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3920": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/36bb2f0e50d9623bedb46d800f874e3225ca779427bfe225ce6bc8586f2087bd.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 144, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 66, - "start_line": 144 - }, - "While handling return value 'cell_calldata'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "3921": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/36bb2f0e50d9623bedb46d800f874e3225ca779427bfe225ce6bc8586f2087bd.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 144, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 66, - "start_line": 144 - }, - "While handling return value 'cell_calldata'" - ], - "start_col": 1, - "start_line": 5 - } - }, - "3923": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/f204bba64347870893c4affbf57c4cff6fc02af3b0ac400d4d3ba5c273c8059c.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 144, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/36bb2f0e50d9623bedb46d800f874e3225ca779427bfe225ce6bc8586f2087bd.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 144, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 66, - "start_line": 144 - }, - "While handling return value 'cell_calldata'" - ], - "start_col": 35, - "start_line": 10 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 41, - "start_line": 144 - }, - "While handling return value 'cell_calldata_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "3925": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 88, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/36bb2f0e50d9623bedb46d800f874e3225ca779427bfe225ce6bc8586f2087bd.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 144, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 66, - "start_line": 144 - }, - "While handling return value 'cell_calldata'" - ], - "start_col": 1, - "start_line": 10 - } - }, - "3926": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/f204bba64347870893c4affbf57c4cff6fc02af3b0ac400d4d3ba5c273c8059c.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 144, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/arg_processor/36bb2f0e50d9623bedb46d800f874e3225ca779427bfe225ce6bc8586f2087bd.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 144, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/arg_processor/36bb2f0e50d9623bedb46d800f874e3225ca779427bfe225ce6bc8586f2087bd.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 144, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 66, - "start_line": 144 - }, - "While handling return value 'cell_calldata'" - ], - "start_col": 9, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_copy' in:" - ], - "start_col": 66, - "start_line": 144 - }, - "While handling return value 'cell_calldata'" - ], - "start_col": 31, - "start_line": 7 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 41, - "start_line": 144 - }, - "While handling return value 'cell_calldata_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "3928": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/arg_processor/36bb2f0e50d9623bedb46d800f874e3225ca779427bfe225ce6bc8586f2087bd.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 144, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 66, - "start_line": 144 - }, - "While handling return value 'cell_calldata'" - ], - "start_col": 9, - "start_line": 13 - } - }, - "3929": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/36bb2f0e50d9623bedb46d800f874e3225ca779427bfe225ce6bc8586f2087bd.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 144, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 66, - "start_line": 144 - }, - "While handling return value 'cell_calldata'" - ], - "start_col": 9, - "start_line": 14 - } - }, - "3930": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/36bb2f0e50d9623bedb46d800f874e3225ca779427bfe225ce6bc8586f2087bd.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 144, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 66, - "start_line": 144 - }, - "While handling return value 'cell_calldata'" - ], - "start_col": 1, - "start_line": 11 - } - }, - "3932": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/36bb2f0e50d9623bedb46d800f874e3225ca779427bfe225ce6bc8586f2087bd.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 144, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/getCell/45b3c8aa5973e07cb910131aed3aef1456e8199a31086ed15bad4bcb607a4d71.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 143 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 144 - }, - "While handling return value 'cell_calldata'" - ], - "start_col": 7, - "start_line": 5 - } - }, - "3933": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/getCell/45b3c8aa5973e07cb910131aed3aef1456e8199a31086ed15bad4bcb607a4d71.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 143 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "3934": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/getCell/45b3c8aa5973e07cb910131aed3aef1456e8199a31086ed15bad4bcb607a4d71.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/getCell/45b3c8aa5973e07cb910131aed3aef1456e8199a31086ed15bad4bcb607a4d71.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 143 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 143 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "3935": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/getCell/45b3c8aa5973e07cb910131aed3aef1456e8199a31086ed15bad4bcb607a4d71.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 143 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "3936": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getCell/fc5657cf51bd050c7a3c8729ca7f6e7cfabf2530b3ff0492dd4d28b5d2976ebb.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 5, - "start_line": 2 - } - }, - "3938": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/128c2321f9070588a8d11dc60a4b2c6a3b0b1a97919597936f0847381384bd91.cairo" - }, - "parent_location": [ - { - "end_col": 92, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 143 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 143 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 79, - "start_line": 143 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "3940": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 143 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3941": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCell/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCell/b9f082c9f793d6f80f66b8a110e326ab27269a523c2aa107129eed9fa07085f2.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 14, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "3942": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCell/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCell/b9f082c9f793d6f80f66b8a110e326ab27269a523c2aa107129eed9fa07085f2.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "3943": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCell/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 77, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCell/b9f082c9f793d6f80f66b8a110e326ab27269a523c2aa107129eed9fa07085f2.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "3944": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/128c2321f9070588a8d11dc60a4b2c6a3b0b1a97919597936f0847381384bd91.cairo" - }, - "parent_location": [ - { - "end_col": 92, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 147, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCell/b9f082c9f793d6f80f66b8a110e326ab27269a523c2aa107129eed9fa07085f2.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 125, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_tokenId' in:" - ], - "start_col": 79, - "start_line": 143 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "3945": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 143 - } - }, - "3947": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCell/b9f082c9f793d6f80f66b8a110e326ab27269a523c2aa107129eed9fa07085f2.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCell/b9f082c9f793d6f80f66b8a110e326ab27269a523c2aa107129eed9fa07085f2.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "3948": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCell/b9f082c9f793d6f80f66b8a110e326ab27269a523c2aa107129eed9fa07085f2.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCell/b9f082c9f793d6f80f66b8a110e326ab27269a523c2aa107129eed9fa07085f2.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "3949": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCell/b9f082c9f793d6f80f66b8a110e326ab27269a523c2aa107129eed9fa07085f2.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 96, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getCell/b9f082c9f793d6f80f66b8a110e326ab27269a523c2aa107129eed9fa07085f2.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 81, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "3950": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 97, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getCell/b9f082c9f793d6f80f66b8a110e326ab27269a523c2aa107129eed9fa07085f2.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "3952": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCell/b9f082c9f793d6f80f66b8a110e326ab27269a523c2aa107129eed9fa07085f2.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCell/b9f082c9f793d6f80f66b8a110e326ab27269a523c2aa107129eed9fa07085f2.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCell/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "3953": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCell/b9f082c9f793d6f80f66b8a110e326ab27269a523c2aa107129eed9fa07085f2.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCell/b9f082c9f793d6f80f66b8a110e326ab27269a523c2aa107129eed9fa07085f2.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCell/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "3954": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getCell/b9f082c9f793d6f80f66b8a110e326ab27269a523c2aa107129eed9fa07085f2.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCell/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "3955": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getCell/b9f082c9f793d6f80f66b8a110e326ab27269a523c2aa107129eed9fa07085f2.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCell/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "3956": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getCell/b9f082c9f793d6f80f66b8a110e326ab27269a523c2aa107129eed9fa07085f2.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCell/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "3957": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getCell/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 143 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "3958": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 154, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 154 - } - }, - "3960": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 84, - "end_line": 155, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 71, - "start_line": 155 - } - }, - "3962": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 85, - "end_line": 155, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 40, - "start_line": 155 - } - }, - "3964": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 155, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 10, - "start_line": 155 - } - }, - "3965": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 18, - "start_line": 158 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 134 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 151 - } - }, - "3966": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 18, - "start_line": 158 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 29, - "start_line": 134 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 37, - "start_line": 151 - } - }, - "3967": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 72, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 18, - "start_line": 158 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 57, - "start_line": 134 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 151 - } - }, - "3968": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 155, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 156, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 51, - "start_line": 158 - }, - "While expanding the reference 'rendered_cells' in:" - ], - "start_col": 26, - "start_line": 156 - }, - "While expanding the reference 'rendered_cells_start' in:" - ], - "start_col": 16, - "start_line": 155 - } - }, - "3969": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 67, - "start_line": 158 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 82, - "start_line": 151 - } - }, - "3970": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 18, - "start_line": 158 - } - }, - "3972": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 10, - "start_line": 158 - }, - "While auto generating local variable for 'cell'." - ], - "start_col": 10, - "start_line": 158 - } - }, - "3973": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 10, - "start_line": 158 - }, - "While auto generating local variable for 'cell'." - ], - "start_col": 10, - "start_line": 158 - } - }, - "3974": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 10, - "start_line": 158 - }, - "While auto generating local variable for 'cell'." - ], - "start_col": 10, - "start_line": 158 - } - }, - "3975": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 18, - "start_line": 158 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 134 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 18, - "start_line": 158 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 134 - } - }, - "3976": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 18, - "start_line": 158 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 29, - "start_line": 134 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 18, - "start_line": 158 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 29, - "start_line": 134 - } - }, - "3977": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 162, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 74, - "start_line": 160 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 28, - "start_line": 23 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 158 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 57, - "start_line": 134 - } - }, - "3978": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 155, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 161, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 9, - "start_line": 161 - }, - "While expanding the reference 'rendered_cells_start' in:" - ], - "start_col": 16, - "start_line": 155 - } - }, - "3979": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 161, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 31, - "start_line": 161 - }, - "While expanding the reference 'rendered_cells' in:" - ], - "start_col": 51, - "start_line": 158 - } - }, - "3980": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 161, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 47, - "start_line": 161 - } - }, - "3982": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 6, - "end_line": 162, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 74, - "start_line": 160 - } - }, - "3984": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 164, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 164 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 151 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 158 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 134 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 18, - "start_line": 158 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 134 - } - }, - "3985": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 134, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 164, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 164 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 37, - "start_line": 151 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 18, - "start_line": 158 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 29, - "start_line": 134 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 18, - "start_line": 158 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 29, - "start_line": 134 - } - }, - "3986": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 162, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 164, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 164 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 151 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 74, - "start_line": 160 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 28, - "start_line": 23 - } - }, - "3987": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 164, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 13, - "start_line": 164 - }, - "While expanding the reference 'cell' in:" - ], - "start_col": 10, - "start_line": 158 - }, - "While auto generating local variable for 'cell'." - ], - "start_col": 10, - "start_line": 158 - } - }, - "3988": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 164, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 13, - "start_line": 164 - }, - "While expanding the reference 'cell' in:" - ], - "start_col": 10, - "start_line": 158 - }, - "While auto generating local variable for 'cell'." - ], - "start_col": 10, - "start_line": 158 - } - }, - "3989": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 158, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 164, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 13, - "start_line": 164 - }, - "While expanding the reference 'cell' in:" - ], - "start_col": 10, - "start_line": 158 - }, - "While auto generating local variable for 'cell'." - ], - "start_col": 10, - "start_line": 158 - } - }, - "3990": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 164, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 164 - } - }, - "3991": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/renderCell/519b9d1185b56b8b78dd1f832f4829e22be687880e347646a4023068e141c8d6.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 151 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/renderCell/519b9d1185b56b8b78dd1f832f4829e22be687880e347646a4023068e141c8d6.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 151 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "3993": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/5f6f38b703e229f570e2da89310885489d239999dac5c644617b668e9f79038b.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 152, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 152 - }, - "While handling return value 'cell'" - ], - "start_col": 1, - "start_line": 3 - } - }, - "3994": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/arg_processor/5f6f38b703e229f570e2da89310885489d239999dac5c644617b668e9f79038b.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 152, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 152 - }, - "While handling return value 'cell'" - ], - "start_col": 1, - "start_line": 4 - } - }, - "3995": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/5f6f38b703e229f570e2da89310885489d239999dac5c644617b668e9f79038b.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 152, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 152 - }, - "While handling return value 'cell'" - ], - "start_col": 1, - "start_line": 5 - } - }, - "3996": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/arg_processor/5f6f38b703e229f570e2da89310885489d239999dac5c644617b668e9f79038b.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 152, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/renderCell/519b9d1185b56b8b78dd1f832f4829e22be687880e347646a4023068e141c8d6.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 151 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 5, - "start_line": 152 - }, - "While handling return value 'cell'" - ], - "start_col": 26, - "start_line": 6 - } - }, - "3998": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 93, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/return/renderCell/519b9d1185b56b8b78dd1f832f4829e22be687880e347646a4023068e141c8d6.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/renderCell/519b9d1185b56b8b78dd1f832f4829e22be687880e347646a4023068e141c8d6.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 151 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 151 - }, - "While handling return value of" - ], - "start_col": 78, - "start_line": 1 - } - }, - "3999": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/renderCell/519b9d1185b56b8b78dd1f832f4829e22be687880e347646a4023068e141c8d6.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 151 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "4000": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/renderCell/519b9d1185b56b8b78dd1f832f4829e22be687880e347646a4023068e141c8d6.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/renderCell/519b9d1185b56b8b78dd1f832f4829e22be687880e347646a4023068e141c8d6.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 151 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 151 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "4001": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/renderCell/519b9d1185b56b8b78dd1f832f4829e22be687880e347646a4023068e141c8d6.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 151 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "4002": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/128c2321f9070588a8d11dc60a4b2c6a3b0b1a97919597936f0847381384bd91.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 151 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 151 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 82, - "start_line": 151 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "4004": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 151 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4005": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCell/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCell/146e356956f1b5b1ec5d9c2427e96b5918bf0557e0b6f7ad743096649056d836.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 151 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 151 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "4006": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCell/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCell/146e356956f1b5b1ec5d9c2427e96b5918bf0557e0b6f7ad743096649056d836.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 151 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 37, - "start_line": 151 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "4007": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCell/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCell/146e356956f1b5b1ec5d9c2427e96b5918bf0557e0b6f7ad743096649056d836.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 151 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 151 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "4008": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/128c2321f9070588a8d11dc60a4b2c6a3b0b1a97919597936f0847381384bd91.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 147, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCell/146e356956f1b5b1ec5d9c2427e96b5918bf0557e0b6f7ad743096649056d836.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 151 - }, - "While constructing the external wrapper for:" - ], - "start_col": 125, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_tokenId' in:" - ], - "start_col": 82, - "start_line": 151 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "4009": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 151 - } - }, - "4011": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCell/146e356956f1b5b1ec5d9c2427e96b5918bf0557e0b6f7ad743096649056d836.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 99, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/renderCell/146e356956f1b5b1ec5d9c2427e96b5918bf0557e0b6f7ad743096649056d836.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 151 - }, - "While constructing the external wrapper for:" - ], - "start_col": 84, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 151 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "4012": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 100, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/renderCell/146e356956f1b5b1ec5d9c2427e96b5918bf0557e0b6f7ad743096649056d836.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 151 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "4014": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCell/146e356956f1b5b1ec5d9c2427e96b5918bf0557e0b6f7ad743096649056d836.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCell/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 151 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 151 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "4015": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCell/146e356956f1b5b1ec5d9c2427e96b5918bf0557e0b6f7ad743096649056d836.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCell/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 151 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 151 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "4016": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/renderCell/146e356956f1b5b1ec5d9c2427e96b5918bf0557e0b6f7ad743096649056d836.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCell/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 151 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 151 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "4017": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/renderCell/146e356956f1b5b1ec5d9c2427e96b5918bf0557e0b6f7ad743096649056d836.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCell/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 151 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 151 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "4018": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/renderCell/146e356956f1b5b1ec5d9c2427e96b5918bf0557e0b6f7ad743096649056d836.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCell/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 151 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 151 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "4019": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCell/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 151 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4020": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 171, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 18, - "start_line": 171 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 151 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 168 - } - }, - "4021": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 171, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 18, - "start_line": 171 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 37, - "start_line": 151 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 168 - } - }, - "4022": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 85, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 171, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 18, - "start_line": 171 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 151 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 168 - } - }, - "4023": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 169, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 171, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 29, - "start_line": 171 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 5, - "start_line": 169 - } - }, - "4024": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 171, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 18, - "start_line": 171 - } - }, - "4026": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 171, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 172, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 172 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 168 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 171 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 151 - } - }, - "4027": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 171, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 172, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 172 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 168 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 18, - "start_line": 171 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 37, - "start_line": 151 - } - }, - "4028": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 151, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 171, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 172, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 172 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 168 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 171 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 151 - } - }, - "4029": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 172, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 13, - "start_line": 172 - } - }, - "4030": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 172, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 172 - } - }, - "4031": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCellValue_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/renderCellValue/5178822e53bcca72dafc5ab7de86f8a9c6086d257f9e71100782acd0b5bff53e.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 168 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/renderCellValue/5178822e53bcca72dafc5ab7de86f8a9c6086d257f9e71100782acd0b5bff53e.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 168 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "4033": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCellValue_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/361efcca75a31f4c299c46d8d625210e368f481380cc3fa32a6d87e5dbe7e45c.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 170, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 7, - "start_line": 170 - }, - "While handling return value 'value'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4034": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCellValue_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/361efcca75a31f4c299c46d8d625210e368f481380cc3fa32a6d87e5dbe7e45c.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 170, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/renderCellValue/5178822e53bcca72dafc5ab7de86f8a9c6086d257f9e71100782acd0b5bff53e.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 168 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 7, - "start_line": 170 - }, - "While handling return value 'value'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "4036": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCellValue_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/return/renderCellValue/5178822e53bcca72dafc5ab7de86f8a9c6086d257f9e71100782acd0b5bff53e.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/renderCellValue/5178822e53bcca72dafc5ab7de86f8a9c6086d257f9e71100782acd0b5bff53e.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 168 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 168 - }, - "While handling return value of" - ], - "start_col": 62, - "start_line": 1 - } - }, - "4037": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCellValue_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/renderCellValue/5178822e53bcca72dafc5ab7de86f8a9c6086d257f9e71100782acd0b5bff53e.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 168 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "4038": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCellValue_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/renderCellValue/5178822e53bcca72dafc5ab7de86f8a9c6086d257f9e71100782acd0b5bff53e.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/renderCellValue/5178822e53bcca72dafc5ab7de86f8a9c6086d257f9e71100782acd0b5bff53e.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 168 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 168 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "4039": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCellValue_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/renderCellValue/5178822e53bcca72dafc5ab7de86f8a9c6086d257f9e71100782acd0b5bff53e.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 168 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "4040": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/128c2321f9070588a8d11dc60a4b2c6a3b0b1a97919597936f0847381384bd91.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 169, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 168 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 168 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 5, - "start_line": 169 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "4042": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 168 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4043": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCellValue/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCellValue/f5e623291f93f5721b4e366de1f2f5345d268b1d1b1dd5b6b0411cd83a1a1988.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 168 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 168 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "4044": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCellValue/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCellValue/f5e623291f93f5721b4e366de1f2f5345d268b1d1b1dd5b6b0411cd83a1a1988.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 168 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 168 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "4045": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCellValue/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCellValue/f5e623291f93f5721b4e366de1f2f5345d268b1d1b1dd5b6b0411cd83a1a1988.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 168 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 168 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "4046": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/128c2321f9070588a8d11dc60a4b2c6a3b0b1a97919597936f0847381384bd91.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 169, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 147, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCellValue/f5e623291f93f5721b4e366de1f2f5345d268b1d1b1dd5b6b0411cd83a1a1988.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 168 - }, - "While constructing the external wrapper for:" - ], - "start_col": 125, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_tokenId' in:" - ], - "start_col": 5, - "start_line": 169 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "4047": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 168 - } - }, - "4049": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCellValue/f5e623291f93f5721b4e366de1f2f5345d268b1d1b1dd5b6b0411cd83a1a1988.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 104, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/renderCellValue/f5e623291f93f5721b4e366de1f2f5345d268b1d1b1dd5b6b0411cd83a1a1988.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 168 - }, - "While constructing the external wrapper for:" - ], - "start_col": 89, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 168 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "4050": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 105, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/renderCellValue/f5e623291f93f5721b4e366de1f2f5345d268b1d1b1dd5b6b0411cd83a1a1988.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 168 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "4052": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCellValue/f5e623291f93f5721b4e366de1f2f5345d268b1d1b1dd5b6b0411cd83a1a1988.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCellValue/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 168 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 168 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "4053": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCellValue/f5e623291f93f5721b4e366de1f2f5345d268b1d1b1dd5b6b0411cd83a1a1988.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCellValue/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 168 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 168 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "4054": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/renderCellValue/f5e623291f93f5721b4e366de1f2f5345d268b1d1b1dd5b6b0411cd83a1a1988.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCellValue/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 168 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 168 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "4055": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/renderCellValue/f5e623291f93f5721b4e366de1f2f5345d268b1d1b1dd5b6b0411cd83a1a1988.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCellValue/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 168 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 168 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "4056": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/renderCellValue/f5e623291f93f5721b4e366de1f2f5345d268b1d1b1dd5b6b0411cd83a1a1988.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCellValue/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 168 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 168 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "4057": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCellValue" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderCellValue/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 168, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 168 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4058": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 179, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 179 - } - }, - "4060": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 180, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 40, - "start_line": 180 - } - }, - "4062": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 180, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 10, - "start_line": 180 - } - }, - "4063": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 84, - "end_line": 181, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 71, - "start_line": 181 - } - }, - "4065": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 85, - "end_line": 181, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 40, - "start_line": 181 - } - }, - "4067": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 181, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 10, - "start_line": 181 - } - }, - "4068": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 183, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 26, - "start_line": 183 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 53 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 176 - } - }, - "4069": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 183, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 26, - "start_line": 183 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 53 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 37, - "start_line": 176 - } - }, - "4070": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 183, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 26, - "start_line": 183 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 53 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 176 - } - }, - "4071": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 183, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 26, - "start_line": 183 - } - }, - "4073": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 183, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 147, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 185 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 147 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 26, - "start_line": 183 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 53 - } - }, - "4074": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 183, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 185 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 9, - "start_line": 148 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 26, - "start_line": 183 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 53 - } - }, - "4075": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 183, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 149, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 185 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 149 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 26, - "start_line": 183 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 53 - } - }, - "4076": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 180, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 29, - "start_line": 185 - }, - "While expanding the reference 'cells' in:" - ], - "start_col": 16, - "start_line": 180 - } - }, - "4077": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 181, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 182, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 51, - "start_line": 185 - }, - "While expanding the reference 'rendered_cells' in:" - ], - "start_col": 26, - "start_line": 182 - }, - "While expanding the reference 'rendered_cells_start' in:" - ], - "start_col": 16, - "start_line": 181 - } - }, - "4078": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 184, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 72, - "start_line": 185 - }, - "While expanding the reference 'stop' in:" - ], - "start_col": 16, - "start_line": 184 - } - }, - "4079": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 78, - "start_line": 185 - } - }, - "4081": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 185 - } - }, - "4083": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 76, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 72, - "start_line": 185 - }, - "While auto generating local variable for 'stop'." - ], - "start_col": 72, - "start_line": 185 - } - }, - "4084": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 29, - "start_line": 185 - }, - "While auto generating local variable for 'cells'." - ], - "start_col": 29, - "start_line": 185 - } - }, - "4085": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 147, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 147, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 185 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 147 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 5, - "start_line": 185 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 147 - } - }, - "4086": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 185 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 9, - "start_line": 148 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 5, - "start_line": 185 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 9, - "start_line": 148 - } - }, - "4087": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 149, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 189, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 74, - "start_line": 187 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 28, - "start_line": 23 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 185 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 149 - } - }, - "4088": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 181, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 188, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 9, - "start_line": 188 - }, - "While expanding the reference 'rendered_cells_start' in:" - ], - "start_col": 16, - "start_line": 181 - } - }, - "4089": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 188, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 31, - "start_line": 188 - }, - "While expanding the reference 'rendered_cells' in:" - ], - "start_col": 51, - "start_line": 185 - } - }, - "4090": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 188, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 47, - "start_line": 188 - } - }, - "4092": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 6, - "end_line": 189, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 74, - "start_line": 187 - } - }, - "4094": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 147, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 147, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 191, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 191 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 176 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 185 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 147 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 5, - "start_line": 185 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 147 - } - }, - "4095": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 191, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 191 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 37, - "start_line": 176 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 185 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 9, - "start_line": 148 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 5, - "start_line": 185 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 9, - "start_line": 148 - } - }, - "4096": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/default_dict.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 189, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 191, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 191 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 176 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 74, - "start_line": 187 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 28, - "start_line": 23 - } - }, - "4097": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 76, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 191, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 13, - "start_line": 191 - }, - "While expanding the reference 'stop' in:" - ], - "start_col": 72, - "start_line": 185 - }, - "While auto generating local variable for 'stop'." - ], - "start_col": 72, - "start_line": 185 - } - }, - "4098": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 185, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 191, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 19, - "start_line": 191 - }, - "While expanding the reference 'cells' in:" - ], - "start_col": 29, - "start_line": 185 - }, - "While auto generating local variable for 'cells'." - ], - "start_col": 29, - "start_line": 185 - } - }, - "4099": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 191, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 191 - } - }, - "4100": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/renderGrid/fe9a6a1bcaa57ee30a381bd9a108817459a6bd115cb6e4fe27d4c45a53d5294c.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 176 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/renderGrid/fe9a6a1bcaa57ee30a381bd9a108817459a6bd115cb6e4fe27d4c45a53d5294c.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 176 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "4102": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/1921cf80c34685bda7c52d95e53497e74d914798938b1491cfcf9359bff14cc8.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 177, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 177 - }, - "While handling return value 'cells_len'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4103": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/211305a4982e84dee745bdcf06176fa172dde0d5d206f753a2e0d4a223d668e4.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 177, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 22, - "start_line": 177 - }, - "While handling return value 'cells'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "4104": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/211305a4982e84dee745bdcf06176fa172dde0d5d206f753a2e0d4a223d668e4.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 177, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 22, - "start_line": 177 - }, - "While handling return value 'cells'" - ], - "start_col": 1, - "start_line": 5 - } - }, - "4106": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/1921cf80c34685bda7c52d95e53497e74d914798938b1491cfcf9359bff14cc8.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 177, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/211305a4982e84dee745bdcf06176fa172dde0d5d206f753a2e0d4a223d668e4.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 177, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 22, - "start_line": 177 - }, - "While handling return value 'cells'" - ], - "start_col": 35, - "start_line": 10 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 5, - "start_line": 177 - }, - "While handling return value 'cells_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "4108": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/211305a4982e84dee745bdcf06176fa172dde0d5d206f753a2e0d4a223d668e4.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 177, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 22, - "start_line": 177 - }, - "While handling return value 'cells'" - ], - "start_col": 56, - "start_line": 10 - } - }, - "4110": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/211305a4982e84dee745bdcf06176fa172dde0d5d206f753a2e0d4a223d668e4.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 177, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 22, - "start_line": 177 - }, - "While handling return value 'cells'" - ], - "start_col": 1, - "start_line": 10 - } - }, - "4111": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/1921cf80c34685bda7c52d95e53497e74d914798938b1491cfcf9359bff14cc8.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 177, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/arg_processor/211305a4982e84dee745bdcf06176fa172dde0d5d206f753a2e0d4a223d668e4.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 177, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/arg_processor/211305a4982e84dee745bdcf06176fa172dde0d5d206f753a2e0d4a223d668e4.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 177, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 22, - "start_line": 177 - }, - "While handling return value 'cells'" - ], - "start_col": 9, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_copy' in:" - ], - "start_col": 22, - "start_line": 177 - }, - "While handling return value 'cells'" - ], - "start_col": 31, - "start_line": 7 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 5, - "start_line": 177 - }, - "While handling return value 'cells_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "4113": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/arg_processor/211305a4982e84dee745bdcf06176fa172dde0d5d206f753a2e0d4a223d668e4.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 177, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 22, - "start_line": 177 - }, - "While handling return value 'cells'" - ], - "start_col": 9, - "start_line": 13 - } - }, - "4114": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/211305a4982e84dee745bdcf06176fa172dde0d5d206f753a2e0d4a223d668e4.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 177, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 22, - "start_line": 177 - }, - "While handling return value 'cells'" - ], - "start_col": 9, - "start_line": 14 - } - }, - "4116": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/211305a4982e84dee745bdcf06176fa172dde0d5d206f753a2e0d4a223d668e4.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 177, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 22, - "start_line": 177 - }, - "While handling return value 'cells'" - ], - "start_col": 1, - "start_line": 11 - } - }, - "4118": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/211305a4982e84dee745bdcf06176fa172dde0d5d206f753a2e0d4a223d668e4.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 177, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/renderGrid/fe9a6a1bcaa57ee30a381bd9a108817459a6bd115cb6e4fe27d4c45a53d5294c.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 176 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 22, - "start_line": 177 - }, - "While handling return value 'cells'" - ], - "start_col": 7, - "start_line": 5 - } - }, - "4119": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/renderGrid/fe9a6a1bcaa57ee30a381bd9a108817459a6bd115cb6e4fe27d4c45a53d5294c.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 176 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "4120": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/renderGrid/fe9a6a1bcaa57ee30a381bd9a108817459a6bd115cb6e4fe27d4c45a53d5294c.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/renderGrid/fe9a6a1bcaa57ee30a381bd9a108817459a6bd115cb6e4fe27d4c45a53d5294c.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 176 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 176 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "4121": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/renderGrid/fe9a6a1bcaa57ee30a381bd9a108817459a6bd115cb6e4fe27d4c45a53d5294c.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 176 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "4122": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/2ea9c7f0441b228ee60fde547a6f592088d6be14cedb6f979f2f4e15977f79ea.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 5, - "start_line": 2 - } - }, - "4124": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 176 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4125": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/e893877178a8e3e6a487467e13267cb6540bc108f9ef40dde6e8760c2ce03e6d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "4126": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/e893877178a8e3e6a487467e13267cb6540bc108f9ef40dde6e8760c2ce03e6d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 37, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "4127": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/e893877178a8e3e6a487467e13267cb6540bc108f9ef40dde6e8760c2ce03e6d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "4128": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 176 - } - }, - "4130": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/e893877178a8e3e6a487467e13267cb6540bc108f9ef40dde6e8760c2ce03e6d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/e893877178a8e3e6a487467e13267cb6540bc108f9ef40dde6e8760c2ce03e6d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 6, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "4131": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/e893877178a8e3e6a487467e13267cb6540bc108f9ef40dde6e8760c2ce03e6d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/e893877178a8e3e6a487467e13267cb6540bc108f9ef40dde6e8760c2ce03e6d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 6, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "4132": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/e893877178a8e3e6a487467e13267cb6540bc108f9ef40dde6e8760c2ce03e6d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 99, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/e893877178a8e3e6a487467e13267cb6540bc108f9ef40dde6e8760c2ce03e6d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 84, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "4133": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 100, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/e893877178a8e3e6a487467e13267cb6540bc108f9ef40dde6e8760c2ce03e6d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "4135": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/e893877178a8e3e6a487467e13267cb6540bc108f9ef40dde6e8760c2ce03e6d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/e893877178a8e3e6a487467e13267cb6540bc108f9ef40dde6e8760c2ce03e6d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 6, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "4136": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/e893877178a8e3e6a487467e13267cb6540bc108f9ef40dde6e8760c2ce03e6d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/e893877178a8e3e6a487467e13267cb6540bc108f9ef40dde6e8760c2ce03e6d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 6, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "4137": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/e893877178a8e3e6a487467e13267cb6540bc108f9ef40dde6e8760c2ce03e6d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "4138": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/e893877178a8e3e6a487467e13267cb6540bc108f9ef40dde6e8760c2ce03e6d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "4139": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/e893877178a8e3e6a487467e13267cb6540bc108f9ef40dde6e8760c2ce03e6d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "4140": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/renderGrid/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 176, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 176 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4141": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 199, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 23, - "start_line": 199 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 45, - "start_line": 195 - } - }, - "4142": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 199, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 23, - "start_line": 199 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 17, - "start_line": 195 - } - }, - "4143": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 199, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 23, - "start_line": 199 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 195 - } - }, - "4144": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 199, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 23, - "start_line": 199 - } - }, - "4146": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 200, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 32, - "start_line": 200 - } - }, - "4148": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 199, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 200, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 9, - "start_line": 200 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 199 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "4149": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 200, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 19, - "start_line": 200 - } - }, - "4150": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 200, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 32, - "start_line": 200 - } - }, - "4152": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 200, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 9, - "start_line": 200 - } - }, - "4154": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 201, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 9, - "start_line": 201 - } - }, - "4156": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 199, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 164, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 204, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 204 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 164 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 199 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "4157": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 199, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 164, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 204, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 204 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 43, - "start_line": 164 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 199 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "4158": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 200, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 164, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 204, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 204 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 164 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 200 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - } - }, - "4159": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 196, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 204, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 16, - "start_line": 204 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 5, - "start_line": 196 - } - }, - "4160": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 196, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 204, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 16, - "start_line": 204 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 5, - "start_line": 196 - } - }, - "4161": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 196, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 204, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 25, - "start_line": 204 - }, - "While expanding the reference 'proof_len' in:" - ], - "start_col": 23, - "start_line": 196 - } - }, - "4162": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 196, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 204, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 36, - "start_line": 204 - }, - "While expanding the reference 'proof' in:" - ], - "start_col": 40, - "start_line": 196 - } - }, - "4163": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 204, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 204 - } - }, - "4165": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 205, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 32, - "start_line": 205 - } - }, - "4167": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 164, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 204, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 212, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 206 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 91 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 204 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 43, - "start_line": 164 - } - }, - "4168": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 164, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 204, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 212, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 206 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 91 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 204 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 164 - } - }, - "4169": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 164, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 204, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 212, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 206 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 91 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 204 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 164 - } - }, - "4170": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 207, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 18, - "start_line": 207 - } - }, - "4171": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 208, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 26, - "start_line": 208 - } - }, - "4173": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 209, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 15, - "start_line": 209 - } - }, - "4175": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 210, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 27, - "start_line": 210 - } - }, - "4177": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 205, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 211, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 23, - "start_line": 211 - }, - "While expanding the reference 'cell_calldata' in:" - ], - "start_col": 9, - "start_line": 205 - } - }, - "4178": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 6, - "end_line": 212, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 206 - } - }, - "4180": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 212, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 213, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 213 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 17, - "start_line": 195 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 206 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 91 - } - }, - "4181": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 212, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 213, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 213 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 45, - "start_line": 195 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 206 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 91 - } - }, - "4182": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 212, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 213, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 213 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 195 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 206 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 91 - } - }, - "4183": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 213, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 213 - } - }, - "4184": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/c8edcb1cbb2b70f99346c0510efba5a82524d6fbe8558629ad05a45a84efd25b.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 196, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 40, - "start_line": 196 - }, - "While handling calldata argument 'proof'" - ], - "start_col": 9, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "4185": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/991f62016c321db1ce050da1566d298118c65229306c26d6cd25e91286a63d4b.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 196, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/c8edcb1cbb2b70f99346c0510efba5a82524d6fbe8558629ad05a45a84efd25b.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 196, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 40, - "start_line": 196 - }, - "While handling calldata argument 'proof'" - ], - "start_col": 28, - "start_line": 2 - }, - "While expanding the reference '__calldata_arg_proof_len' in:" - ], - "start_col": 23, - "start_line": 196 - }, - "While handling calldata argument 'proof_len'" - ], - "start_col": 32, - "start_line": 1 - } - }, - "4186": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/c8edcb1cbb2b70f99346c0510efba5a82524d6fbe8558629ad05a45a84efd25b.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 196, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 40, - "start_line": 196 - }, - "While handling calldata argument 'proof'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "4187": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/991f62016c321db1ce050da1566d298118c65229306c26d6cd25e91286a63d4b.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 196, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/c8edcb1cbb2b70f99346c0510efba5a82524d6fbe8558629ad05a45a84efd25b.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 196, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 40, - "start_line": 196 - }, - "While handling calldata argument 'proof'" - ], - "start_col": 26, - "start_line": 8 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 23, - "start_line": 196 - }, - "While handling calldata argument 'proof_len'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "4189": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/991f62016c321db1ce050da1566d298118c65229306c26d6cd25e91286a63d4b.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 196, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/c8edcb1cbb2b70f99346c0510efba5a82524d6fbe8558629ad05a45a84efd25b.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 196, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 40, - "start_line": 196 - }, - "While handling calldata argument 'proof'" - ], - "start_col": 43, - "start_line": 8 - }, - "While expanding the reference '__calldata_arg_proof_len' in:" - ], - "start_col": 23, - "start_line": 196 - }, - "While handling calldata argument 'proof_len'" - ], - "start_col": 32, - "start_line": 1 - } - }, - "4190": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 71, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/c8edcb1cbb2b70f99346c0510efba5a82524d6fbe8558629ad05a45a84efd25b.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 196, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 40, - "start_line": 196 - }, - "While handling calldata argument 'proof'" - ], - "start_col": 26, - "start_line": 8 - } - }, - "4191": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 195 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4192": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/c8edcb1cbb2b70f99346c0510efba5a82524d6fbe8558629ad05a45a84efd25b.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 196, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/03792f53710bdf1b4f13130505d4195b48cad96eb41b093c9596524ebfb1aea6.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 40, - "start_line": 196 - }, - "While handling calldata argument 'proof'" - ], - "start_col": 23, - "start_line": 3 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "4193": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/03792f53710bdf1b4f13130505d4195b48cad96eb41b093c9596524ebfb1aea6.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 17, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "4194": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/03792f53710bdf1b4f13130505d4195b48cad96eb41b093c9596524ebfb1aea6.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 45, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "4195": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/c8edcb1cbb2b70f99346c0510efba5a82524d6fbe8558629ad05a45a84efd25b.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 196, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/03792f53710bdf1b4f13130505d4195b48cad96eb41b093c9596524ebfb1aea6.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 40, - "start_line": 196 - }, - "While handling calldata argument 'proof'" - ], - "start_col": 23, - "start_line": 3 - } - }, - "4197": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 196, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 147, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/03792f53710bdf1b4f13130505d4195b48cad96eb41b093c9596524ebfb1aea6.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 125, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_tokenId' in:" - ], - "start_col": 5, - "start_line": 196 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "4198": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 196, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 147, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/03792f53710bdf1b4f13130505d4195b48cad96eb41b093c9596524ebfb1aea6.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 125, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_tokenId' in:" - ], - "start_col": 5, - "start_line": 196 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "4199": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/991f62016c321db1ce050da1566d298118c65229306c26d6cd25e91286a63d4b.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 196, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 183, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/03792f53710bdf1b4f13130505d4195b48cad96eb41b093c9596524ebfb1aea6.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 159, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_proof_len' in:" - ], - "start_col": 23, - "start_line": 196 - }, - "While handling calldata argument 'proof_len'" - ], - "start_col": 32, - "start_line": 1 - } - }, - "4200": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/c8edcb1cbb2b70f99346c0510efba5a82524d6fbe8558629ad05a45a84efd25b.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 196, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 211, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/03792f53710bdf1b4f13130505d4195b48cad96eb41b093c9596524ebfb1aea6.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 191, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_proof' in:" - ], - "start_col": 40, - "start_line": 196 - }, - "While handling calldata argument 'proof'" - ], - "start_col": 28, - "start_line": 5 - } - }, - "4202": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 195 - } - }, - "4204": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/03792f53710bdf1b4f13130505d4195b48cad96eb41b093c9596524ebfb1aea6.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/03792f53710bdf1b4f13130505d4195b48cad96eb41b093c9596524ebfb1aea6.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "4206": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/03792f53710bdf1b4f13130505d4195b48cad96eb41b093c9596524ebfb1aea6.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - } - }, - "4207": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/03792f53710bdf1b4f13130505d4195b48cad96eb41b093c9596524ebfb1aea6.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - } - }, - "4208": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/03792f53710bdf1b4f13130505d4195b48cad96eb41b093c9596524ebfb1aea6.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "4209": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/03792f53710bdf1b4f13130505d4195b48cad96eb41b093c9596524ebfb1aea6.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "4211": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/03792f53710bdf1b4f13130505d4195b48cad96eb41b093c9596524ebfb1aea6.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "4212": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintPublic/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 195, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 195 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4213": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 227, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 23, - "start_line": 227 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 51, - "start_line": 217 - } - }, - "4214": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 227, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 23, - "start_line": 227 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 217 - } - }, - "4215": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 227, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 23, - "start_line": 227 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 217 - } - }, - "4216": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 227, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 23, - "start_line": 227 - } - }, - "4218": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 228, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 32, - "start_line": 228 - } - }, - "4220": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 227, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 228, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 9, - "start_line": 228 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 227 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "4221": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 228, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 19, - "start_line": 228 - } - }, - "4222": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 228, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 32, - "start_line": 228 - } - }, - "4224": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 228, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 9, - "start_line": 228 - } - }, - "4226": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 229, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 9, - "start_line": 229 - } - }, - "4228": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 227, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 164, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 232, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 232 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 164 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 227 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "4229": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_n_row/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 227, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 164, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 232, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 232 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 43, - "start_line": 164 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 227 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "4230": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 228, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 164, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 232, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 232 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 164 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 228 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - } - }, - "4231": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 218, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 232, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 16, - "start_line": 232 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 5, - "start_line": 218 - } - }, - "4232": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 218, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 232, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 16, - "start_line": 232 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 5, - "start_line": 218 - } - }, - "4233": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 219, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 232, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 25, - "start_line": 232 - }, - "While expanding the reference 'proof_len' in:" - ], - "start_col": 5, - "start_line": 219 - } - }, - "4234": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 220, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 232, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 36, - "start_line": 232 - }, - "While expanding the reference 'proof' in:" - ], - "start_col": 5, - "start_line": 220 - } - }, - "4235": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 232, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 232 - } - }, - "4237": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 164, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 232, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 239, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 233 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 91 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 232 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 43, - "start_line": 164 - } - }, - "4238": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 164, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 232, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 239, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 233 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 91 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 232 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 164 - } - }, - "4239": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 164, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 232, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 239, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 233 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 91 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 232 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 164 - } - }, - "4240": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 234, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 18, - "start_line": 234 - } - }, - "4241": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 221, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 235, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 26, - "start_line": 235 - }, - "While expanding the reference 'contractAddress' in:" - ], - "start_col": 5, - "start_line": 221 - } - }, - "4242": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 222, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 236, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 15, - "start_line": 236 - }, - "While expanding the reference 'value' in:" - ], - "start_col": 5, - "start_line": 222 - } - }, - "4243": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 223, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 237, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 27, - "start_line": 237 - }, - "While expanding the reference 'cellCalldata_len' in:" - ], - "start_col": 5, - "start_line": 223 - } - }, - "4244": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 224, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 238, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 23, - "start_line": 238 - }, - "While expanding the reference 'cellCalldata' in:" - ], - "start_col": 5, - "start_line": 224 - } - }, - "4245": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 6, - "end_line": 239, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 233 - } - }, - "4247": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 239, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 240, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 240 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 217 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 233 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 91 - } - }, - "4248": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 239, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 240, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 240 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 51, - "start_line": 217 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 233 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 91 - } - }, - "4249": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 91, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 239, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 240, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 240 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 217 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 233 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 91 - } - }, - "4250": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 240, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 240 - } - }, - "4251": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/c8edcb1cbb2b70f99346c0510efba5a82524d6fbe8558629ad05a45a84efd25b.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 220, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 220 - }, - "While handling calldata argument 'proof'" - ], - "start_col": 9, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "4252": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/991f62016c321db1ce050da1566d298118c65229306c26d6cd25e91286a63d4b.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 219, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/c8edcb1cbb2b70f99346c0510efba5a82524d6fbe8558629ad05a45a84efd25b.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 220, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 220 - }, - "While handling calldata argument 'proof'" - ], - "start_col": 28, - "start_line": 2 - }, - "While expanding the reference '__calldata_arg_proof_len' in:" - ], - "start_col": 5, - "start_line": 219 - }, - "While handling calldata argument 'proof_len'" - ], - "start_col": 32, - "start_line": 1 - } - }, - "4253": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/c8edcb1cbb2b70f99346c0510efba5a82524d6fbe8558629ad05a45a84efd25b.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 220, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 220 - }, - "While handling calldata argument 'proof'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "4254": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/991f62016c321db1ce050da1566d298118c65229306c26d6cd25e91286a63d4b.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 219, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/c8edcb1cbb2b70f99346c0510efba5a82524d6fbe8558629ad05a45a84efd25b.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 220, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 220 - }, - "While handling calldata argument 'proof'" - ], - "start_col": 26, - "start_line": 8 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 5, - "start_line": 219 - }, - "While handling calldata argument 'proof_len'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "4256": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/991f62016c321db1ce050da1566d298118c65229306c26d6cd25e91286a63d4b.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 219, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/c8edcb1cbb2b70f99346c0510efba5a82524d6fbe8558629ad05a45a84efd25b.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 220, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 220 - }, - "While handling calldata argument 'proof'" - ], - "start_col": 43, - "start_line": 8 - }, - "While expanding the reference '__calldata_arg_proof_len' in:" - ], - "start_col": 5, - "start_line": 219 - }, - "While handling calldata argument 'proof_len'" - ], - "start_col": 32, - "start_line": 1 - } - }, - "4257": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 71, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/c8edcb1cbb2b70f99346c0510efba5a82524d6fbe8558629ad05a45a84efd25b.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 220, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 220 - }, - "While handling calldata argument 'proof'" - ], - "start_col": 26, - "start_line": 8 - } - }, - "4258": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/c8edcb1cbb2b70f99346c0510efba5a82524d6fbe8558629ad05a45a84efd25b.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 220, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/7e8d4187d234f1ad9572c7c76c7fcab338d2159e013bdd9bfc0f771a29c04f92.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 224, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 224 - }, - "While handling calldata argument 'cellCalldata'" - ], - "start_col": 9, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 220 - }, - "While handling calldata argument 'proof'" - ], - "start_col": 23, - "start_line": 3 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "4259": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/7e872b5a76cfa33336e13e83d342763f36bad8be8a18be69e78776b449847f1a.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 223, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/7e8d4187d234f1ad9572c7c76c7fcab338d2159e013bdd9bfc0f771a29c04f92.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 224, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 224 - }, - "While handling calldata argument 'cellCalldata'" - ], - "start_col": 28, - "start_line": 2 - }, - "While expanding the reference '__calldata_arg_cellCalldata_len' in:" - ], - "start_col": 5, - "start_line": 223 - }, - "While handling calldata argument 'cellCalldata_len'" - ], - "start_col": 39, - "start_line": 1 - } - }, - "4260": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/7e8d4187d234f1ad9572c7c76c7fcab338d2159e013bdd9bfc0f771a29c04f92.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 224, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 224 - }, - "While handling calldata argument 'cellCalldata'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "4261": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/7e872b5a76cfa33336e13e83d342763f36bad8be8a18be69e78776b449847f1a.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 223, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/7e8d4187d234f1ad9572c7c76c7fcab338d2159e013bdd9bfc0f771a29c04f92.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 224, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 224 - }, - "While handling calldata argument 'cellCalldata'" - ], - "start_col": 26, - "start_line": 8 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 5, - "start_line": 223 - }, - "While handling calldata argument 'cellCalldata_len'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "4263": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/7e872b5a76cfa33336e13e83d342763f36bad8be8a18be69e78776b449847f1a.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 223, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/7e8d4187d234f1ad9572c7c76c7fcab338d2159e013bdd9bfc0f771a29c04f92.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 224, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 224 - }, - "While handling calldata argument 'cellCalldata'" - ], - "start_col": 43, - "start_line": 8 - }, - "While expanding the reference '__calldata_arg_cellCalldata_len' in:" - ], - "start_col": 5, - "start_line": 223 - }, - "While handling calldata argument 'cellCalldata_len'" - ], - "start_col": 39, - "start_line": 1 - } - }, - "4264": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/7e8d4187d234f1ad9572c7c76c7fcab338d2159e013bdd9bfc0f771a29c04f92.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 224, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 224 - }, - "While handling calldata argument 'cellCalldata'" - ], - "start_col": 26, - "start_line": 8 - } - }, - "4265": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 217 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4266": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/c8edcb1cbb2b70f99346c0510efba5a82524d6fbe8558629ad05a45a84efd25b.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 220, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/7e8d4187d234f1ad9572c7c76c7fcab338d2159e013bdd9bfc0f771a29c04f92.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 224, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/8d28e230e489bc8d7b9f205ad15790d268dd96b367ed23a515f6d462c885a511.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 224 - }, - "While handling calldata argument 'cellCalldata'" - ], - "start_col": 23, - "start_line": 3 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 220 - }, - "While handling calldata argument 'proof'" - ], - "start_col": 23, - "start_line": 3 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "4267": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/8d28e230e489bc8d7b9f205ad15790d268dd96b367ed23a515f6d462c885a511.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "4268": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/8d28e230e489bc8d7b9f205ad15790d268dd96b367ed23a515f6d462c885a511.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 51, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "4269": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/7e8d4187d234f1ad9572c7c76c7fcab338d2159e013bdd9bfc0f771a29c04f92.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 224, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/8d28e230e489bc8d7b9f205ad15790d268dd96b367ed23a515f6d462c885a511.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 224 - }, - "While handling calldata argument 'cellCalldata'" - ], - "start_col": 23, - "start_line": 3 - } - }, - "4271": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 218, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 147, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/8d28e230e489bc8d7b9f205ad15790d268dd96b367ed23a515f6d462c885a511.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 125, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_tokenId' in:" - ], - "start_col": 5, - "start_line": 218 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "4272": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 218, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 147, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/8d28e230e489bc8d7b9f205ad15790d268dd96b367ed23a515f6d462c885a511.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 125, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_tokenId' in:" - ], - "start_col": 5, - "start_line": 218 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "4273": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/991f62016c321db1ce050da1566d298118c65229306c26d6cd25e91286a63d4b.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 219, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 183, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/8d28e230e489bc8d7b9f205ad15790d268dd96b367ed23a515f6d462c885a511.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 159, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_proof_len' in:" - ], - "start_col": 5, - "start_line": 219 - }, - "While handling calldata argument 'proof_len'" - ], - "start_col": 32, - "start_line": 1 - } - }, - "4274": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/c8edcb1cbb2b70f99346c0510efba5a82524d6fbe8558629ad05a45a84efd25b.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 220, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 211, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/8d28e230e489bc8d7b9f205ad15790d268dd96b367ed23a515f6d462c885a511.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 191, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_proof' in:" - ], - "start_col": 5, - "start_line": 220 - }, - "While handling calldata argument 'proof'" - ], - "start_col": 28, - "start_line": 5 - } - }, - "4276": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/138fbb2581468edec2beca8ce38fccac384aeb4b51fe6af3126d17a00f09f61e.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 221, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 259, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/8d28e230e489bc8d7b9f205ad15790d268dd96b367ed23a515f6d462c885a511.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 229, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_contractAddress' in:" - ], - "start_col": 5, - "start_line": 221 - }, - "While handling calldata argument 'contractAddress'" - ], - "start_col": 38, - "start_line": 1 - } - }, - "4277": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/3e93b8906c329e7a5c33e020ce7a5a9c542c4444955be98eec5fcbef545a8662.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 222, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 287, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/8d28e230e489bc8d7b9f205ad15790d268dd96b367ed23a515f6d462c885a511.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 267, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_value' in:" - ], - "start_col": 5, - "start_line": 222 - }, - "While handling calldata argument 'value'" - ], - "start_col": 28, - "start_line": 1 - } - }, - "4278": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/7e872b5a76cfa33336e13e83d342763f36bad8be8a18be69e78776b449847f1a.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 223, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 337, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/8d28e230e489bc8d7b9f205ad15790d268dd96b367ed23a515f6d462c885a511.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 306, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_cellCalldata_len' in:" - ], - "start_col": 5, - "start_line": 223 - }, - "While handling calldata argument 'cellCalldata_len'" - ], - "start_col": 39, - "start_line": 1 - } - }, - "4279": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/7e8d4187d234f1ad9572c7c76c7fcab338d2159e013bdd9bfc0f771a29c04f92.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 224, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 379, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/8d28e230e489bc8d7b9f205ad15790d268dd96b367ed23a515f6d462c885a511.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 352, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_cellCalldata' in:" - ], - "start_col": 5, - "start_line": 224 - }, - "While handling calldata argument 'cellCalldata'" - ], - "start_col": 35, - "start_line": 5 - } - }, - "4281": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 217 - } - }, - "4283": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/8d28e230e489bc8d7b9f205ad15790d268dd96b367ed23a515f6d462c885a511.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/8d28e230e489bc8d7b9f205ad15790d268dd96b367ed23a515f6d462c885a511.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "4285": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/8d28e230e489bc8d7b9f205ad15790d268dd96b367ed23a515f6d462c885a511.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - } - }, - "4286": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/8d28e230e489bc8d7b9f205ad15790d268dd96b367ed23a515f6d462c885a511.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - } - }, - "4287": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/8d28e230e489bc8d7b9f205ad15790d268dd96b367ed23a515f6d462c885a511.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "4288": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/8d28e230e489bc8d7b9f205ad15790d268dd96b367ed23a515f6d462c885a511.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "4290": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/8d28e230e489bc8d7b9f205ad15790d268dd96b367ed23a515f6d462c885a511.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "4291": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintAndSetPublic/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 217, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 217 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4292": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 179, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 247, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 38, - "start_line": 247 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 20, - "start_line": 179 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 244 - } - }, - "4293": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 179, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 247, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 38, - "start_line": 247 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 48, - "start_line": 179 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 244 - } - }, - "4294": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 179, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 247, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 38, - "start_line": 247 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 179 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 244 - } - }, - "4295": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 245, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 247, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 54, - "start_line": 247 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 5, - "start_line": 245 - } - }, - "4296": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 245, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 247, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 54, - "start_line": 247 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 5, - "start_line": 245 - } - }, - "4297": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 247, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 38, - "start_line": 247 - } - }, - "4299": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 66, - "end_line": 179, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 247, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 248, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 248 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 244 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 38, - "start_line": 247 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 48, - "start_line": 179 - } - }, - "4300": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 179, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 247, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 248, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 248 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 244 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 247 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 20, - "start_line": 179 - } - }, - "4301": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 83, - "end_line": 179, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/sheet/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 247, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 248, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 248 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 244 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 38, - "start_line": 247 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 179 - } - }, - "4302": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 247, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 248, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 13, - "start_line": 248 - }, - "While expanding the reference 'token_uri_len' in:" - ], - "start_col": 10, - "start_line": 247 - } - }, - "4303": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 247, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 248, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 248 - }, - "While expanding the reference 'token_uri' in:" - ], - "start_col": 25, - "start_line": 247 - } - }, - "4304": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 248, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 248 - } - }, - "4305": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/tokenURI/fb2afe9383e6d6e4c510e54ea324f398df586428973a4c0745d97d759227d96c.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/tokenURI/fb2afe9383e6d6e4c510e54ea324f398df586428973a4c0745d97d759227d96c.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "4307": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/5462c9ea522f66a6a8b3de2f37f244c7074893fe5c8d0b413046098a1ccfc2ce.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 246, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 7, - "start_line": 246 - }, - "While handling return value 'token_uri_len'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4308": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 246, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 246 - }, - "While handling return value 'token_uri'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "4309": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 246, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 246 - }, - "While handling return value 'token_uri'" - ], - "start_col": 1, - "start_line": 5 - } - }, - "4311": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/5462c9ea522f66a6a8b3de2f37f244c7074893fe5c8d0b413046098a1ccfc2ce.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 246, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 246, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 246 - }, - "While handling return value 'token_uri'" - ], - "start_col": 35, - "start_line": 10 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 7, - "start_line": 246 - }, - "While handling return value 'token_uri_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "4313": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 84, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 246, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 246 - }, - "While handling return value 'token_uri'" - ], - "start_col": 1, - "start_line": 10 - } - }, - "4314": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/5462c9ea522f66a6a8b3de2f37f244c7074893fe5c8d0b413046098a1ccfc2ce.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 246, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 246, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 246, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 246 - }, - "While handling return value 'token_uri'" - ], - "start_col": 9, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_copy' in:" - ], - "start_col": 28, - "start_line": 246 - }, - "While handling return value 'token_uri'" - ], - "start_col": 31, - "start_line": 7 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 7, - "start_line": 246 - }, - "While handling return value 'token_uri_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "4316": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 246, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 246 - }, - "While handling return value 'token_uri'" - ], - "start_col": 9, - "start_line": 13 - } - }, - "4317": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 246, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 246 - }, - "While handling return value 'token_uri'" - ], - "start_col": 9, - "start_line": 14 - } - }, - "4318": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 246, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 246 - }, - "While handling return value 'token_uri'" - ], - "start_col": 1, - "start_line": 11 - } - }, - "4320": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 246, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/tokenURI/fb2afe9383e6d6e4c510e54ea324f398df586428973a4c0745d97d759227d96c.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 28, - "start_line": 246 - }, - "While handling return value 'token_uri'" - ], - "start_col": 7, - "start_line": 5 - } - }, - "4321": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/tokenURI/fb2afe9383e6d6e4c510e54ea324f398df586428973a4c0745d97d759227d96c.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "4322": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/tokenURI/fb2afe9383e6d6e4c510e54ea324f398df586428973a4c0745d97d759227d96c.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/tokenURI/fb2afe9383e6d6e4c510e54ea324f398df586428973a4c0745d97d759227d96c.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 244 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "4323": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/tokenURI/fb2afe9383e6d6e4c510e54ea324f398df586428973a4c0745d97d759227d96c.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "4324": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/86cf3ce3e78b1f08bd517752a6b6deed16efd89e5728b638ff9485a43d30a598.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 5, - "start_line": 2 - } - }, - "4326": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 245, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 244 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 5, - "start_line": 245 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 22, - "start_line": 3 - } - }, - "4328": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4329": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/42e9e406a0e7dbd46b7b1448ce8da1ca2e3fdc14d84af0c1d0d4fdb56a52a5f4.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "4330": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/42e9e406a0e7dbd46b7b1448ce8da1ca2e3fdc14d84af0c1d0d4fdb56a52a5f4.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "4331": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/42e9e406a0e7dbd46b7b1448ce8da1ca2e3fdc14d84af0c1d0d4fdb56a52a5f4.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "4332": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 245, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 147, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/42e9e406a0e7dbd46b7b1448ce8da1ca2e3fdc14d84af0c1d0d4fdb56a52a5f4.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 125, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_tokenId' in:" - ], - "start_col": 5, - "start_line": 245 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "4333": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 245, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 147, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/42e9e406a0e7dbd46b7b1448ce8da1ca2e3fdc14d84af0c1d0d4fdb56a52a5f4.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 125, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_tokenId' in:" - ], - "start_col": 5, - "start_line": 245 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "4334": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - } - }, - "4336": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/42e9e406a0e7dbd46b7b1448ce8da1ca2e3fdc14d84af0c1d0d4fdb56a52a5f4.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/42e9e406a0e7dbd46b7b1448ce8da1ca2e3fdc14d84af0c1d0d4fdb56a52a5f4.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "4337": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/42e9e406a0e7dbd46b7b1448ce8da1ca2e3fdc14d84af0c1d0d4fdb56a52a5f4.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/42e9e406a0e7dbd46b7b1448ce8da1ca2e3fdc14d84af0c1d0d4fdb56a52a5f4.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "4338": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/42e9e406a0e7dbd46b7b1448ce8da1ca2e3fdc14d84af0c1d0d4fdb56a52a5f4.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 97, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/42e9e406a0e7dbd46b7b1448ce8da1ca2e3fdc14d84af0c1d0d4fdb56a52a5f4.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 82, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "4339": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/42e9e406a0e7dbd46b7b1448ce8da1ca2e3fdc14d84af0c1d0d4fdb56a52a5f4.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "4341": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/42e9e406a0e7dbd46b7b1448ce8da1ca2e3fdc14d84af0c1d0d4fdb56a52a5f4.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/42e9e406a0e7dbd46b7b1448ce8da1ca2e3fdc14d84af0c1d0d4fdb56a52a5f4.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "4342": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/42e9e406a0e7dbd46b7b1448ce8da1ca2e3fdc14d84af0c1d0d4fdb56a52a5f4.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/42e9e406a0e7dbd46b7b1448ce8da1ca2e3fdc14d84af0c1d0d4fdb56a52a5f4.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "4343": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/42e9e406a0e7dbd46b7b1448ce8da1ca2e3fdc14d84af0c1d0d4fdb56a52a5f4.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "4344": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/42e9e406a0e7dbd46b7b1448ce8da1ca2e3fdc14d84af0c1d0d4fdb56a52a5f4.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "4345": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/42e9e406a0e7dbd46b7b1448ce8da1ca2e3fdc14d84af0c1d0d4fdb56a52a5f4.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "4346": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenURI/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 244, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 244 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4347": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 255, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 45, - "start_line": 255 - } - }, - "4349": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 255, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 26, - "start_line": 255 - } - }, - "4351": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 256, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 256 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 252 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 252 - } - }, - "4352": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 256, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 256 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 252 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 252 - } - }, - "4353": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 256, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 256 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 252 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 252 - } - }, - "4354": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 256, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 13, - "start_line": 256 - } - }, - "4356": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 255, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 256, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 18, - "start_line": 256 - }, - "While expanding the reference 'contract_uri' in:" - ], - "start_col": 10, - "start_line": 255 - } - }, - "4357": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 256, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 256 - } - }, - "4358": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 259, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 259 - } - }, - "4359": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 260, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 260 - } - }, - "4360": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 261, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 261 - } - }, - "4361": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 262, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 262 - } - }, - "4362": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 263, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 263 - } - }, - "4363": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 264, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 264 - } - }, - "4364": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 265, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 265 - } - }, - "4365": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 266, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 266 - } - }, - "4366": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 267, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 267 - } - }, - "4367": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 268, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 268 - } - }, - "4368": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 269, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 269 - } - }, - "4369": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 270, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 270 - } - }, - "4370": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 271, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 271 - } - }, - "4371": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 272, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 272 - } - }, - "4372": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 273, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 273 - } - }, - "4373": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 274, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 274 - } - }, - "4374": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 275, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 275 - } - }, - "4375": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 276, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 276 - } - }, - "4376": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 277, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 277 - } - }, - "4377": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 278, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 278 - } - }, - "4378": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 279, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 279 - } - }, - "4379": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 280, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 280 - } - }, - "4380": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 281, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 281 - } - }, - "4381": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 282, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 282 - } - }, - "4382": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 283, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 283 - } - }, - "4383": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 284, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 284 - } - }, - "4384": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 285, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 285 - } - }, - "4385": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 286, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 286 - } - }, - "4386": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 287, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 287 - } - }, - "4387": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 288, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 288 - } - }, - "4388": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 289, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 289 - } - }, - "4389": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 290, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 290 - } - }, - "4390": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 291, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 291 - } - }, - "4391": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 292, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 292 - } - }, - "4392": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 293, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 293 - } - }, - "4393": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 294, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 294 - } - }, - "4394": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 295, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 295 - } - }, - "4395": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 296, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 296 - } - }, - "4396": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 297, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 297 - } - }, - "4397": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 298, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 298 - } - }, - "4398": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 299, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 299 - } - }, - "4399": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 300, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 300 - } - }, - "4400": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 301, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 301 - } - }, - "4401": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 302, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 302 - } - }, - "4402": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 303, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 303 - } - }, - "4403": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 304, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 304 - } - }, - "4404": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 305, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 305 - } - }, - "4405": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 306, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 306 - } - }, - "4406": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 307, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 307 - } - }, - "4407": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 308, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 308 - } - }, - "4408": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 309, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 309 - } - }, - "4409": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 310, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 310 - } - }, - "4410": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 311, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 311 - } - }, - "4411": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 312, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 312 - } - }, - "4412": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 313, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 313 - } - }, - "4413": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 314, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 314 - } - }, - "4414": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 315, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 315 - } - }, - "4415": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 316, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 316 - } - }, - "4416": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 317, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 317 - } - }, - "4417": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 318, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 318 - } - }, - "4418": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 319, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 319 - } - }, - "4419": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 320, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 320 - } - }, - "4420": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 321, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 321 - } - }, - "4421": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 322, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 322 - } - }, - "4422": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 323, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 323 - } - }, - "4423": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 324, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 324 - } - }, - "4424": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 325, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 325 - } - }, - "4425": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 326, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 326 - } - }, - "4426": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 327, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 327 - } - }, - "4427": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 328, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 328 - } - }, - "4428": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 329, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 329 - } - }, - "4429": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 330, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 330 - } - }, - "4430": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 331, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 331 - } - }, - "4431": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 332, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 332 - } - }, - "4432": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 333, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 333 - } - }, - "4433": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 334, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 334 - } - }, - "4434": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 335, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 335 - } - }, - "4435": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 336, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 336 - } - }, - "4436": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 337, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 337 - } - }, - "4437": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 338, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 338 - } - }, - "4438": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 339, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 339 - } - }, - "4439": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 340, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 340 - } - }, - "4440": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 341, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 341 - } - }, - "4441": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 342, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 342 - } - }, - "4442": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 343, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 343 - } - }, - "4443": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 344, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 344 - } - }, - "4444": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 345, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 345 - } - }, - "4445": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 346, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 346 - } - }, - "4446": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 347, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 347 - } - }, - "4447": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 348, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 348 - } - }, - "4448": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 349, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 349 - } - }, - "4449": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 350, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 350 - } - }, - "4450": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 351, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 351 - } - }, - "4451": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 352, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 352 - } - }, - "4452": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 353, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 353 - } - }, - "4453": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 354, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 354 - } - }, - "4454": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 355, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 355 - } - }, - "4455": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 356, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 356 - } - }, - "4456": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 357, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 357 - } - }, - "4457": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 358, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 358 - } - }, - "4458": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 359, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 359 - } - }, - "4459": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 360, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 360 - } - }, - "4460": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 361, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 361 - } - }, - "4461": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 362, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 362 - } - }, - "4462": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 363, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 363 - } - }, - "4463": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 364, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 364 - } - }, - "4464": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 365, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 365 - } - }, - "4465": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 366, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 366 - } - }, - "4466": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 367, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 367 - } - }, - "4467": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 368, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 368 - } - }, - "4468": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 369, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 369 - } - }, - "4469": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 370, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 370 - } - }, - "4470": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 371, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 371 - } - }, - "4471": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 372, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 372 - } - }, - "4472": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 373, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 373 - } - }, - "4473": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 374, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 374 - } - }, - "4474": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 375, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 375 - } - }, - "4475": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 376, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 376 - } - }, - "4476": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 377, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 377 - } - }, - "4477": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 378, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 378 - } - }, - "4478": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 379, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 379 - } - }, - "4479": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 380, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 380 - } - }, - "4480": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 381, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 381 - } - }, - "4481": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 382, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 382 - } - }, - "4482": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 383, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 383 - } - }, - "4483": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 384, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 384 - } - }, - "4484": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 385, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 385 - } - }, - "4485": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 386, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 386 - } - }, - "4486": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 387, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 387 - } - }, - "4487": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/contractURI/b04c73e7705bedc8f1f7443e51be7624df9567d66b186004fbcf68937ec0909c.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 252 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/contractURI/b04c73e7705bedc8f1f7443e51be7624df9567d66b186004fbcf68937ec0909c.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 252 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "4489": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/39e07c9c78c5d65e4021222b6cb180405c183c5369648ce6703b11444f98e3ea.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 253, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 253 - }, - "While handling return value 'contractURI_len'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4490": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/a98a36d6a206700a5fdb61e2bbb1beffba5cbd4bdfdab9d3af5254d2a0b5137a.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 253, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 253 - }, - "While handling return value 'contractURI'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "4491": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/a98a36d6a206700a5fdb61e2bbb1beffba5cbd4bdfdab9d3af5254d2a0b5137a.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 253, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 253 - }, - "While handling return value 'contractURI'" - ], - "start_col": 1, - "start_line": 5 - } - }, - "4493": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/39e07c9c78c5d65e4021222b6cb180405c183c5369648ce6703b11444f98e3ea.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 253, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/a98a36d6a206700a5fdb61e2bbb1beffba5cbd4bdfdab9d3af5254d2a0b5137a.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 253, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 253 - }, - "While handling return value 'contractURI'" - ], - "start_col": 35, - "start_line": 10 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 5, - "start_line": 253 - }, - "While handling return value 'contractURI_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "4495": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/a98a36d6a206700a5fdb61e2bbb1beffba5cbd4bdfdab9d3af5254d2a0b5137a.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 253, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 253 - }, - "While handling return value 'contractURI'" - ], - "start_col": 1, - "start_line": 10 - } - }, - "4496": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/39e07c9c78c5d65e4021222b6cb180405c183c5369648ce6703b11444f98e3ea.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 253, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/arg_processor/a98a36d6a206700a5fdb61e2bbb1beffba5cbd4bdfdab9d3af5254d2a0b5137a.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 253, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/arg_processor/a98a36d6a206700a5fdb61e2bbb1beffba5cbd4bdfdab9d3af5254d2a0b5137a.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 253, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 253 - }, - "While handling return value 'contractURI'" - ], - "start_col": 9, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_copy' in:" - ], - "start_col": 28, - "start_line": 253 - }, - "While handling return value 'contractURI'" - ], - "start_col": 31, - "start_line": 7 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 5, - "start_line": 253 - }, - "While handling return value 'contractURI_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "4498": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/arg_processor/a98a36d6a206700a5fdb61e2bbb1beffba5cbd4bdfdab9d3af5254d2a0b5137a.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 253, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 253 - }, - "While handling return value 'contractURI'" - ], - "start_col": 9, - "start_line": 13 - } - }, - "4499": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/a98a36d6a206700a5fdb61e2bbb1beffba5cbd4bdfdab9d3af5254d2a0b5137a.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 253, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 253 - }, - "While handling return value 'contractURI'" - ], - "start_col": 9, - "start_line": 14 - } - }, - "4500": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/a98a36d6a206700a5fdb61e2bbb1beffba5cbd4bdfdab9d3af5254d2a0b5137a.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 253, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 253 - }, - "While handling return value 'contractURI'" - ], - "start_col": 1, - "start_line": 11 - } - }, - "4502": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/a98a36d6a206700a5fdb61e2bbb1beffba5cbd4bdfdab9d3af5254d2a0b5137a.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 253, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/contractURI/b04c73e7705bedc8f1f7443e51be7624df9567d66b186004fbcf68937ec0909c.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 252 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 28, - "start_line": 253 - }, - "While handling return value 'contractURI'" - ], - "start_col": 7, - "start_line": 5 - } - }, - "4503": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/contractURI/b04c73e7705bedc8f1f7443e51be7624df9567d66b186004fbcf68937ec0909c.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 252 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "4504": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/contractURI/b04c73e7705bedc8f1f7443e51be7624df9567d66b186004fbcf68937ec0909c.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/contractURI/b04c73e7705bedc8f1f7443e51be7624df9567d66b186004fbcf68937ec0909c.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 252 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 252 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "4505": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/contractURI/b04c73e7705bedc8f1f7443e51be7624df9567d66b186004fbcf68937ec0909c.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 252 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "4506": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/contractURI/3c9b92c0973b74bf396b0131dcaac8f957a6f0700183164a2207ddd5fa7fe277.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 5, - "start_line": 2 - } - }, - "4508": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 252 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4509": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/contractURI/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/contractURI/acba12aa8a66bb92372f5fdd79fc376f71f4b521ee6979ba2e3213be2ff11068.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "4510": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/contractURI/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/contractURI/acba12aa8a66bb92372f5fdd79fc376f71f4b521ee6979ba2e3213be2ff11068.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "4511": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/contractURI/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/contractURI/acba12aa8a66bb92372f5fdd79fc376f71f4b521ee6979ba2e3213be2ff11068.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "4512": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 252 - } - }, - "4514": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/contractURI/acba12aa8a66bb92372f5fdd79fc376f71f4b521ee6979ba2e3213be2ff11068.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/contractURI/acba12aa8a66bb92372f5fdd79fc376f71f4b521ee6979ba2e3213be2ff11068.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 6, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "4515": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/contractURI/acba12aa8a66bb92372f5fdd79fc376f71f4b521ee6979ba2e3213be2ff11068.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/contractURI/acba12aa8a66bb92372f5fdd79fc376f71f4b521ee6979ba2e3213be2ff11068.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 6, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "4516": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/contractURI/acba12aa8a66bb92372f5fdd79fc376f71f4b521ee6979ba2e3213be2ff11068.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 100, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/contractURI/acba12aa8a66bb92372f5fdd79fc376f71f4b521ee6979ba2e3213be2ff11068.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 85, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "4517": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 101, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/contractURI/acba12aa8a66bb92372f5fdd79fc376f71f4b521ee6979ba2e3213be2ff11068.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "4519": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/contractURI/acba12aa8a66bb92372f5fdd79fc376f71f4b521ee6979ba2e3213be2ff11068.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/contractURI/acba12aa8a66bb92372f5fdd79fc376f71f4b521ee6979ba2e3213be2ff11068.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/contractURI/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 6, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "4520": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/contractURI/acba12aa8a66bb92372f5fdd79fc376f71f4b521ee6979ba2e3213be2ff11068.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/contractURI/acba12aa8a66bb92372f5fdd79fc376f71f4b521ee6979ba2e3213be2ff11068.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/contractURI/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 6, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "4521": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/contractURI/acba12aa8a66bb92372f5fdd79fc376f71f4b521ee6979ba2e3213be2ff11068.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/contractURI/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "4522": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/contractURI/acba12aa8a66bb92372f5fdd79fc376f71f4b521ee6979ba2e3213be2ff11068.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/contractURI/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "4523": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/contractURI/acba12aa8a66bb92372f5fdd79fc376f71f4b521ee6979ba2e3213be2ff11068.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/contractURI/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "4524": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/contractURI/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 252, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 252 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4525": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 404, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 26, - "start_line": 404 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 396 - } - }, - "4526": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 404, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 26, - "start_line": 404 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 37, - "start_line": 396 - } - }, - "4527": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 404, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 26, - "start_line": 404 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 396 - } - }, - "4528": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 404, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 26, - "start_line": 404 - } - }, - "4530": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 405, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 405 - } - }, - "4532": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 404, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 76, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 406, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 406 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 76 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 26, - "start_line": 404 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "4533": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 404, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 76, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 406, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 406 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 76 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 26, - "start_line": 404 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "4534": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 404, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 76, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 406, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 406 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 76 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 26, - "start_line": 404 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "4535": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 397, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 406, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 24, - "start_line": 406 - }, - "While expanding the reference 'name' in:" - ], - "start_col": 5, - "start_line": 397 - } - }, - "4536": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 398, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 406, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 30, - "start_line": 406 - }, - "While expanding the reference 'symbol' in:" - ], - "start_col": 5, - "start_line": 398 - } - }, - "4537": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 406, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 406 - } - }, - "4539": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 407, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 407 - } - }, - "4541": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 399, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 408, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 25, - "start_line": 408 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 5, - "start_line": 399 - } - }, - "4542": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 408, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 408 - } - }, - "4544": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 400, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 409, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 29, - "start_line": 409 - }, - "While expanding the reference 'merkle_root' in:" - ], - "start_col": 5, - "start_line": 400 - } - }, - "4545": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 409, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 409 - } - }, - "4547": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 401, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 410, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 32, - "start_line": 410 - }, - "While expanding the reference 'max_per_wallet' in:" - ], - "start_col": 5, - "start_line": 401 - } - }, - "4548": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 410, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 410 - } - }, - "4550": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 402, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 411, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 31, - "start_line": 411 - }, - "While expanding the reference 'renderer_address' in:" - ], - "start_col": 5, - "start_line": 402 - } - }, - "4551": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 411, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 411 - } - }, - "4553": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 412, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 23, - "start_line": 412 - } - }, - "4555": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 412, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 412 - } - }, - "4557": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 413, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 413 - } - }, - "4558": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/c78355ecc2754d55946f2925c4c255af62ef2b2ddba4e3e4e975bebf3d66daa1.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 402, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 396 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 396 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 5, - "start_line": 402 - }, - "While handling calldata argument 'renderer_address'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "4560": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 396 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4561": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/98fffa3d7b20f8a177d79ca985c017c6105a8f832599cc3392d95ef2cfd87a05.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "4562": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/98fffa3d7b20f8a177d79ca985c017c6105a8f832599cc3392d95ef2cfd87a05.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 37, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "4563": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/98fffa3d7b20f8a177d79ca985c017c6105a8f832599cc3392d95ef2cfd87a05.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "4564": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/e1eb73cd870ec466294c3700e77817cf3c039ac1384882ddb76383eb87a5da90.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 397, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 141, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/98fffa3d7b20f8a177d79ca985c017c6105a8f832599cc3392d95ef2cfd87a05.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 122, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_name' in:" - ], - "start_col": 5, - "start_line": 397 - }, - "While handling calldata argument 'name'" - ], - "start_col": 27, - "start_line": 1 - } - }, - "4565": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/99058c0781745b3c0332799d723549974cbf489b623dde03906204304de60803.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 398, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 171, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/98fffa3d7b20f8a177d79ca985c017c6105a8f832599cc3392d95ef2cfd87a05.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 150, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_symbol' in:" - ], - "start_col": 5, - "start_line": 398 - }, - "While handling calldata argument 'symbol'" - ], - "start_col": 29, - "start_line": 1 - } - }, - "4566": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/f6a4d9ae897caf37cefd18f7c8da7eee73157818279359aadee282f0fe59cdbc.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 399, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 199, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/98fffa3d7b20f8a177d79ca985c017c6105a8f832599cc3392d95ef2cfd87a05.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 179, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_owner' in:" - ], - "start_col": 5, - "start_line": 399 - }, - "While handling calldata argument 'owner'" - ], - "start_col": 28, - "start_line": 1 - } - }, - "4567": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/721e180cb3ac704934655c034d4d45bf2d0ab4353d430b4f2bbda2a388c131b2.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 400, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 239, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/98fffa3d7b20f8a177d79ca985c017c6105a8f832599cc3392d95ef2cfd87a05.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 213, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_merkle_root' in:" - ], - "start_col": 5, - "start_line": 400 - }, - "While handling calldata argument 'merkle_root'" - ], - "start_col": 34, - "start_line": 1 - } - }, - "4568": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/e35382e271586e2ad95e0c2b81d70c0cfb65ce154855d90ea95dcf9e76667535.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 401, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 285, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/98fffa3d7b20f8a177d79ca985c017c6105a8f832599cc3392d95ef2cfd87a05.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 256, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_max_per_wallet' in:" - ], - "start_col": 5, - "start_line": 401 - }, - "While handling calldata argument 'max_per_wallet'" - ], - "start_col": 37, - "start_line": 1 - } - }, - "4569": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c78355ecc2754d55946f2925c4c255af62ef2b2ddba4e3e4e975bebf3d66daa1.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 402, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 335, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/98fffa3d7b20f8a177d79ca985c017c6105a8f832599cc3392d95ef2cfd87a05.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 304, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_renderer_address' in:" - ], - "start_col": 5, - "start_line": 402 - }, - "While handling calldata argument 'renderer_address'" - ], - "start_col": 39, - "start_line": 1 - } - }, - "4570": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 396 - } - }, - "4572": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/initialize/98fffa3d7b20f8a177d79ca985c017c6105a8f832599cc3392d95ef2cfd87a05.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/initialize/98fffa3d7b20f8a177d79ca985c017c6105a8f832599cc3392d95ef2cfd87a05.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "4574": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/98fffa3d7b20f8a177d79ca985c017c6105a8f832599cc3392d95ef2cfd87a05.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "4575": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/98fffa3d7b20f8a177d79ca985c017c6105a8f832599cc3392d95ef2cfd87a05.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "4576": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/98fffa3d7b20f8a177d79ca985c017c6105a8f832599cc3392d95ef2cfd87a05.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "4577": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/initialize/98fffa3d7b20f8a177d79ca985c017c6105a8f832599cc3392d95ef2cfd87a05.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "4579": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/initialize/98fffa3d7b20f8a177d79ca985c017c6105a8f832599cc3392d95ef2cfd87a05.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "4580": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initialize/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 396, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 396 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4581": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.is_initialized" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 420, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 26, - "start_line": 420 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 21, - "start_line": 417 - } - }, - "4582": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.is_initialized" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 420, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 26, - "start_line": 420 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 41, - "start_line": 417 - } - }, - "4583": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.is_initialized" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 84, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/initialized/decl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 420, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 26, - "start_line": 420 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 69, - "start_line": 417 - } - }, - "4584": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.is_initialized" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 420, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 26, - "start_line": 420 - } - }, - "4586": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.is_initialized" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 421, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 421 - } - }, - "4587": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_initialized_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/is_initialized/c99ceecf6e21396d4a0ce3c69131d8c5d452cab3b90a24cd92a2105bd59d7aa7.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 417 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/is_initialized/c99ceecf6e21396d4a0ce3c69131d8c5d452cab3b90a24cd92a2105bd59d7aa7.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 417 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "4589": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_initialized_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/293368f3a0e12cfcf22314a31e13b9801e95a5b8b2b71822a2fbbdf5a01ea795.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 418, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 418 - }, - "While handling return value 'res'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4590": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_initialized_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/293368f3a0e12cfcf22314a31e13b9801e95a5b8b2b71822a2fbbdf5a01ea795.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 418, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/is_initialized/c99ceecf6e21396d4a0ce3c69131d8c5d452cab3b90a24cd92a2105bd59d7aa7.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 417 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 5, - "start_line": 418 - }, - "While handling return value 'res'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "4592": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_initialized_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 74, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/return/is_initialized/c99ceecf6e21396d4a0ce3c69131d8c5d452cab3b90a24cd92a2105bd59d7aa7.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/is_initialized/c99ceecf6e21396d4a0ce3c69131d8c5d452cab3b90a24cd92a2105bd59d7aa7.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 417 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 417 - }, - "While handling return value of" - ], - "start_col": 59, - "start_line": 1 - } - }, - "4593": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_initialized_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/is_initialized/c99ceecf6e21396d4a0ce3c69131d8c5d452cab3b90a24cd92a2105bd59d7aa7.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 417 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "4594": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_initialized_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/is_initialized/c99ceecf6e21396d4a0ce3c69131d8c5d452cab3b90a24cd92a2105bd59d7aa7.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/is_initialized/c99ceecf6e21396d4a0ce3c69131d8c5d452cab3b90a24cd92a2105bd59d7aa7.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 417 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 417 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "4595": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_initialized_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/is_initialized/c99ceecf6e21396d4a0ce3c69131d8c5d452cab3b90a24cd92a2105bd59d7aa7.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 417 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "4596": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_initialized" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 417 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4597": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_initialized" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_initialized/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_initialized/50c3501112c017187b4c12bebdfd953af0bc789f5dc55376df4d428435913d0e.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 417 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 21, - "start_line": 417 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "4598": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_initialized" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_initialized/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_initialized/50c3501112c017187b4c12bebdfd953af0bc789f5dc55376df4d428435913d0e.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 417 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 41, - "start_line": 417 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "4599": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_initialized" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_initialized/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_initialized/50c3501112c017187b4c12bebdfd953af0bc789f5dc55376df4d428435913d0e.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 417 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 69, - "start_line": 417 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "4600": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_initialized" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 417 - } - }, - "4602": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_initialized" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_initialized/50c3501112c017187b4c12bebdfd953af0bc789f5dc55376df4d428435913d0e.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 103, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/is_initialized/50c3501112c017187b4c12bebdfd953af0bc789f5dc55376df4d428435913d0e.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 417 - }, - "While constructing the external wrapper for:" - ], - "start_col": 88, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 417 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "4603": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_initialized" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 104, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/is_initialized/50c3501112c017187b4c12bebdfd953af0bc789f5dc55376df4d428435913d0e.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 417 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "4605": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_initialized" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_initialized/50c3501112c017187b4c12bebdfd953af0bc789f5dc55376df4d428435913d0e.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_initialized/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 417 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 417 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "4606": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_initialized" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_initialized/50c3501112c017187b4c12bebdfd953af0bc789f5dc55376df4d428435913d0e.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_initialized/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 417 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 417 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "4607": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_initialized" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/is_initialized/50c3501112c017187b4c12bebdfd953af0bc789f5dc55376df4d428435913d0e.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_initialized/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 417 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 417 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "4608": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_initialized" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/is_initialized/50c3501112c017187b4c12bebdfd953af0bc789f5dc55376df4d428435913d0e.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_initialized/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 417 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 417 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "4609": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_initialized" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/is_initialized/50c3501112c017187b4c12bebdfd953af0bc789f5dc55376df4d428435913d0e.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_initialized/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 417 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 417 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "4610": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_initialized" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_initialized/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 417, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 417 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4611": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.totalSupply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 432, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 34, - "start_line": 432 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 53 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 46, - "start_line": 429 - } - }, - "4612": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.totalSupply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 432, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 34, - "start_line": 432 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 53 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 18, - "start_line": 429 - } - }, - "4613": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.totalSupply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 432, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 34, - "start_line": 432 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 53 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 429 - } - }, - "4614": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.totalSupply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 432, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 34, - "start_line": 432 - } - }, - "4616": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.totalSupply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 432, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 433, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 433 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 18, - "start_line": 429 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 432 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 53 - } - }, - "4617": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.totalSupply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 432, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 433, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 433 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 46, - "start_line": 429 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 34, - "start_line": 432 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 53 - } - }, - "4618": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.totalSupply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 432, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 433, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 433 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 429 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 34, - "start_line": 432 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 53 - } - }, - "4619": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.totalSupply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 432, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 433, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 13, - "start_line": 433 - }, - "While expanding the reference 'totalSupply' in:" - ], - "start_col": 10, - "start_line": 432 - } - }, - "4620": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.totalSupply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 432, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 433, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 13, - "start_line": 433 - }, - "While expanding the reference 'totalSupply' in:" - ], - "start_col": 10, - "start_line": 432 - } - }, - "4621": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.totalSupply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 433, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 433 - } - }, - "4622": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.totalSupply_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/totalSupply/eeeda446bdea67b39cd9f67678f4dfc35c6c1d0744df18691bf4ede77f67f604.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 429 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/totalSupply/eeeda446bdea67b39cd9f67678f4dfc35c6c1d0744df18691bf4ede77f67f604.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 429 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "4624": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.totalSupply_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/9822619206729a9eadcae854c851238a68f93e9dbd956bc4fa147da27ae12e2e.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 430, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 430 - }, - "While handling return value 'totalSupply'" - ], - "start_col": 1, - "start_line": 3 - } - }, - "4625": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.totalSupply_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/arg_processor/9822619206729a9eadcae854c851238a68f93e9dbd956bc4fa147da27ae12e2e.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 430, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 430 - }, - "While handling return value 'totalSupply'" - ], - "start_col": 1, - "start_line": 4 - } - }, - "4626": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.totalSupply_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/9822619206729a9eadcae854c851238a68f93e9dbd956bc4fa147da27ae12e2e.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 430, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/totalSupply/eeeda446bdea67b39cd9f67678f4dfc35c6c1d0744df18691bf4ede77f67f604.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 429 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 5, - "start_line": 430 - }, - "While handling return value 'totalSupply'" - ], - "start_col": 26, - "start_line": 5 - } - }, - "4628": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.totalSupply_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 113, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/return/totalSupply/eeeda446bdea67b39cd9f67678f4dfc35c6c1d0744df18691bf4ede77f67f604.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/totalSupply/eeeda446bdea67b39cd9f67678f4dfc35c6c1d0744df18691bf4ede77f67f604.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 429 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 429 - }, - "While handling return value of" - ], - "start_col": 98, - "start_line": 1 - } - }, - "4629": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.totalSupply_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/totalSupply/eeeda446bdea67b39cd9f67678f4dfc35c6c1d0744df18691bf4ede77f67f604.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 429 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "4630": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.totalSupply_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/totalSupply/eeeda446bdea67b39cd9f67678f4dfc35c6c1d0744df18691bf4ede77f67f604.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/totalSupply/eeeda446bdea67b39cd9f67678f4dfc35c6c1d0744df18691bf4ede77f67f604.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 429 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 429 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "4631": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.totalSupply_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/totalSupply/eeeda446bdea67b39cd9f67678f4dfc35c6c1d0744df18691bf4ede77f67f604.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 429 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "4632": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.totalSupply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 429 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4633": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.totalSupply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/totalSupply/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/totalSupply/5b54c430df10b729ecc10b3e860410c6829f116d1a34b32e8415fa1ac24c16d8.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 429 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 18, - "start_line": 429 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "4634": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.totalSupply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/totalSupply/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/totalSupply/5b54c430df10b729ecc10b3e860410c6829f116d1a34b32e8415fa1ac24c16d8.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 429 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 46, - "start_line": 429 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "4635": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.totalSupply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/totalSupply/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/totalSupply/5b54c430df10b729ecc10b3e860410c6829f116d1a34b32e8415fa1ac24c16d8.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 429 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 429 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "4636": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.totalSupply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 429 - } - }, - "4638": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.totalSupply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/totalSupply/5b54c430df10b729ecc10b3e860410c6829f116d1a34b32e8415fa1ac24c16d8.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 100, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/totalSupply/5b54c430df10b729ecc10b3e860410c6829f116d1a34b32e8415fa1ac24c16d8.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 429 - }, - "While constructing the external wrapper for:" - ], - "start_col": 85, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 429 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "4639": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.totalSupply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 101, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/totalSupply/5b54c430df10b729ecc10b3e860410c6829f116d1a34b32e8415fa1ac24c16d8.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 429 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "4641": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.totalSupply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/totalSupply/5b54c430df10b729ecc10b3e860410c6829f116d1a34b32e8415fa1ac24c16d8.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/totalSupply/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 429 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 429 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - } - }, - "4642": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.totalSupply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/totalSupply/5b54c430df10b729ecc10b3e860410c6829f116d1a34b32e8415fa1ac24c16d8.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/totalSupply/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 429 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 429 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - } - }, - "4643": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.totalSupply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/totalSupply/5b54c430df10b729ecc10b3e860410c6829f116d1a34b32e8415fa1ac24c16d8.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/totalSupply/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 429 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 429 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "4644": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.totalSupply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/totalSupply/5b54c430df10b729ecc10b3e860410c6829f116d1a34b32e8415fa1ac24c16d8.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/totalSupply/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 429 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 429 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "4645": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.totalSupply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/totalSupply/5b54c430df10b729ecc10b3e860410c6829f116d1a34b32e8415fa1ac24c16d8.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/totalSupply/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 429 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 429 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "4646": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.totalSupply" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/totalSupply/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 429, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 429 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4647": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 59, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 440, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 30, - "start_line": 440 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 59 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 47, - "start_line": 437 - } - }, - "4648": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 71, - "end_line": 59, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 440, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 30, - "start_line": 440 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 45, - "start_line": 59 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 19, - "start_line": 437 - } - }, - "4649": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 88, - "end_line": 59, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 440, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 30, - "start_line": 440 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 73, - "start_line": 59 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 437 - } - }, - "4650": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 438, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 440, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 62, - "start_line": 440 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 5, - "start_line": 438 - } - }, - "4651": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 438, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 440, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 62, - "start_line": 440 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 5, - "start_line": 438 - } - }, - "4652": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 440, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 30, - "start_line": 440 - } - }, - "4654": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 71, - "end_line": 59, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 440, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 441, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 441 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 19, - "start_line": 437 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 440 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 45, - "start_line": 59 - } - }, - "4655": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 59, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 440, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 441, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 441 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 47, - "start_line": 437 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 440 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 59 - } - }, - "4656": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 88, - "end_line": 59, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 440, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 441, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 441 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 437 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 440 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 73, - "start_line": 59 - } - }, - "4657": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 440, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 441, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 13, - "start_line": 441 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 10, - "start_line": 440 - } - }, - "4658": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 440, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 441, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 13, - "start_line": 441 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 10, - "start_line": 440 - } - }, - "4659": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 441, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 441 - } - }, - "4660": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/tokenByIndex/6c9b4477e48860e369406084e6d163095309287e22bedb8c84c1ffe7fdaa93c9.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 437 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/tokenByIndex/6c9b4477e48860e369406084e6d163095309287e22bedb8c84c1ffe7fdaa93c9.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 437 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "4662": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/0f6247d8ffdacc049a6789184a88aa3d8ff5ca077cd837063ce067f132dc586d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 439, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 7, - "start_line": 439 - }, - "While handling return value 'tokenId'" - ], - "start_col": 1, - "start_line": 3 - } - }, - "4663": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/arg_processor/0f6247d8ffdacc049a6789184a88aa3d8ff5ca077cd837063ce067f132dc586d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 439, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 7, - "start_line": 439 - }, - "While handling return value 'tokenId'" - ], - "start_col": 1, - "start_line": 4 - } - }, - "4664": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/0f6247d8ffdacc049a6789184a88aa3d8ff5ca077cd837063ce067f132dc586d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 439, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/tokenByIndex/6c9b4477e48860e369406084e6d163095309287e22bedb8c84c1ffe7fdaa93c9.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 437 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 7, - "start_line": 439 - }, - "While handling return value 'tokenId'" - ], - "start_col": 26, - "start_line": 5 - } - }, - "4666": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/return/tokenByIndex/6c9b4477e48860e369406084e6d163095309287e22bedb8c84c1ffe7fdaa93c9.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/tokenByIndex/6c9b4477e48860e369406084e6d163095309287e22bedb8c84c1ffe7fdaa93c9.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 437 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 437 - }, - "While handling return value of" - ], - "start_col": 95, - "start_line": 1 - } - }, - "4667": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/tokenByIndex/6c9b4477e48860e369406084e6d163095309287e22bedb8c84c1ffe7fdaa93c9.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 437 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "4668": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/tokenByIndex/6c9b4477e48860e369406084e6d163095309287e22bedb8c84c1ffe7fdaa93c9.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/tokenByIndex/6c9b4477e48860e369406084e6d163095309287e22bedb8c84c1ffe7fdaa93c9.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 437 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 437 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "4669": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/tokenByIndex/6c9b4477e48860e369406084e6d163095309287e22bedb8c84c1ffe7fdaa93c9.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 437 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "4670": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/d1f8dd5812766c8b9a93481fc66a39d49b601278b5c44556f4c0881f1ef1608f.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 438, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 437 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 437 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 5, - "start_line": 438 - }, - "While handling calldata argument 'index'" - ], - "start_col": 22, - "start_line": 3 - } - }, - "4672": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 437 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4673": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenByIndex/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenByIndex/764d32c547e6047601bca718c9c34d89ceb4a36da87d3814e62b7924e8a28eda.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 437 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 19, - "start_line": 437 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "4674": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenByIndex/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenByIndex/764d32c547e6047601bca718c9c34d89ceb4a36da87d3814e62b7924e8a28eda.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 437 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 47, - "start_line": 437 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "4675": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenByIndex/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenByIndex/764d32c547e6047601bca718c9c34d89ceb4a36da87d3814e62b7924e8a28eda.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 437 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 437 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "4676": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/d1f8dd5812766c8b9a93481fc66a39d49b601278b5c44556f4c0881f1ef1608f.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 438, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 143, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenByIndex/764d32c547e6047601bca718c9c34d89ceb4a36da87d3814e62b7924e8a28eda.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 437 - }, - "While constructing the external wrapper for:" - ], - "start_col": 123, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_index' in:" - ], - "start_col": 5, - "start_line": 438 - }, - "While handling calldata argument 'index'" - ], - "start_col": 28, - "start_line": 1 - } - }, - "4677": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/d1f8dd5812766c8b9a93481fc66a39d49b601278b5c44556f4c0881f1ef1608f.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 438, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 143, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenByIndex/764d32c547e6047601bca718c9c34d89ceb4a36da87d3814e62b7924e8a28eda.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 437 - }, - "While constructing the external wrapper for:" - ], - "start_col": 123, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_index' in:" - ], - "start_col": 5, - "start_line": 438 - }, - "While handling calldata argument 'index'" - ], - "start_col": 28, - "start_line": 1 - } - }, - "4678": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 437 - } - }, - "4680": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenByIndex/764d32c547e6047601bca718c9c34d89ceb4a36da87d3814e62b7924e8a28eda.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 101, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/tokenByIndex/764d32c547e6047601bca718c9c34d89ceb4a36da87d3814e62b7924e8a28eda.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 437 - }, - "While constructing the external wrapper for:" - ], - "start_col": 86, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 437 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "4681": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 102, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/tokenByIndex/764d32c547e6047601bca718c9c34d89ceb4a36da87d3814e62b7924e8a28eda.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 437 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "4683": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenByIndex/764d32c547e6047601bca718c9c34d89ceb4a36da87d3814e62b7924e8a28eda.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenByIndex/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 437 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 437 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - } - }, - "4684": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenByIndex/764d32c547e6047601bca718c9c34d89ceb4a36da87d3814e62b7924e8a28eda.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenByIndex/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 437 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 437 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - } - }, - "4685": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/tokenByIndex/764d32c547e6047601bca718c9c34d89ceb4a36da87d3814e62b7924e8a28eda.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenByIndex/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 437 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 437 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "4686": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/tokenByIndex/764d32c547e6047601bca718c9c34d89ceb4a36da87d3814e62b7924e8a28eda.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenByIndex/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 437 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 437 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "4687": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/tokenByIndex/764d32c547e6047601bca718c9c34d89ceb4a36da87d3814e62b7924e8a28eda.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenByIndex/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 437 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 437 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "4688": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenByIndex/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 437, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 437 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4689": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 74, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 448, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 30, - "start_line": 448 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 34, - "start_line": 74 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 54, - "start_line": 445 - } - }, - "4690": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 74, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 448, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 30, - "start_line": 448 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 54, - "start_line": 74 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 26, - "start_line": 445 - } - }, - "4691": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 89, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 97, - "end_line": 74, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 448, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 30, - "start_line": 448 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 82, - "start_line": 74 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 74, - "start_line": 445 - } - }, - "4692": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 446, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 448, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 71, - "start_line": 448 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 5, - "start_line": 446 - } - }, - "4693": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 446, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 448, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 78, - "start_line": 448 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 18, - "start_line": 446 - } - }, - "4694": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 446, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 448, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 78, - "start_line": 448 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 18, - "start_line": 446 - } - }, - "4695": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 84, - "end_line": 448, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 30, - "start_line": 448 - } - }, - "4697": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 74, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 448, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 449, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 449 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 26, - "start_line": 445 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 448 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 54, - "start_line": 74 - } - }, - "4698": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 74, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 448, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 72, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 449, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 449 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 54, - "start_line": 445 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 448 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 34, - "start_line": 74 - } - }, - "4699": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 97, - "end_line": 74, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 448, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 89, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 449, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 449 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 74, - "start_line": 445 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 448 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 82, - "start_line": 74 - } - }, - "4700": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 448, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 449, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 13, - "start_line": 449 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 10, - "start_line": 448 - } - }, - "4701": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 448, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 449, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 13, - "start_line": 449 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 10, - "start_line": 448 - } - }, - "4702": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 449, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 449 - } - }, - "4703": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/tokenOfOwnerByIndex/c5cd611a0f2954a3db08f801163c417bcf50c88f70287322178f6feb818c2683.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 445 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/tokenOfOwnerByIndex/c5cd611a0f2954a3db08f801163c417bcf50c88f70287322178f6feb818c2683.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 445 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "4705": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/0f6247d8ffdacc049a6789184a88aa3d8ff5ca077cd837063ce067f132dc586d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 447, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 7, - "start_line": 447 - }, - "While handling return value 'tokenId'" - ], - "start_col": 1, - "start_line": 3 - } - }, - "4706": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/arg_processor/0f6247d8ffdacc049a6789184a88aa3d8ff5ca077cd837063ce067f132dc586d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 447, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 7, - "start_line": 447 - }, - "While handling return value 'tokenId'" - ], - "start_col": 1, - "start_line": 4 - } - }, - "4707": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/0f6247d8ffdacc049a6789184a88aa3d8ff5ca077cd837063ce067f132dc586d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 447, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/tokenOfOwnerByIndex/c5cd611a0f2954a3db08f801163c417bcf50c88f70287322178f6feb818c2683.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 445 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 7, - "start_line": 447 - }, - "While handling return value 'tokenId'" - ], - "start_col": 26, - "start_line": 5 - } - }, - "4709": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 117, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/return/tokenOfOwnerByIndex/c5cd611a0f2954a3db08f801163c417bcf50c88f70287322178f6feb818c2683.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/tokenOfOwnerByIndex/c5cd611a0f2954a3db08f801163c417bcf50c88f70287322178f6feb818c2683.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 445 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 445 - }, - "While handling return value of" - ], - "start_col": 102, - "start_line": 1 - } - }, - "4710": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/tokenOfOwnerByIndex/c5cd611a0f2954a3db08f801163c417bcf50c88f70287322178f6feb818c2683.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 445 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "4711": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/tokenOfOwnerByIndex/c5cd611a0f2954a3db08f801163c417bcf50c88f70287322178f6feb818c2683.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/tokenOfOwnerByIndex/c5cd611a0f2954a3db08f801163c417bcf50c88f70287322178f6feb818c2683.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 445 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 445 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "4712": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/tokenOfOwnerByIndex/c5cd611a0f2954a3db08f801163c417bcf50c88f70287322178f6feb818c2683.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 445 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "4713": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/d1f8dd5812766c8b9a93481fc66a39d49b601278b5c44556f4c0881f1ef1608f.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 446, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 445 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 445 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 18, - "start_line": 446 - }, - "While handling calldata argument 'index'" - ], - "start_col": 22, - "start_line": 3 - } - }, - "4715": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 445 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4716": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenOfOwnerByIndex/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenOfOwnerByIndex/bcfb5e1fff2b0d63e3f507cf619efd30405ebe178d0663eb8b95f3e0572d1ca5.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 445 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 26, - "start_line": 445 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "4717": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenOfOwnerByIndex/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 72, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenOfOwnerByIndex/bcfb5e1fff2b0d63e3f507cf619efd30405ebe178d0663eb8b95f3e0572d1ca5.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 445 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 54, - "start_line": 445 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "4718": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenOfOwnerByIndex/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 89, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenOfOwnerByIndex/bcfb5e1fff2b0d63e3f507cf619efd30405ebe178d0663eb8b95f3e0572d1ca5.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 445 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 74, - "start_line": 445 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "4719": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/f6a4d9ae897caf37cefd18f7c8da7eee73157818279359aadee282f0fe59cdbc.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 446, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 143, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenOfOwnerByIndex/bcfb5e1fff2b0d63e3f507cf619efd30405ebe178d0663eb8b95f3e0572d1ca5.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 445 - }, - "While constructing the external wrapper for:" - ], - "start_col": 123, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_owner' in:" - ], - "start_col": 5, - "start_line": 446 - }, - "While handling calldata argument 'owner'" - ], - "start_col": 28, - "start_line": 1 - } - }, - "4720": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/d1f8dd5812766c8b9a93481fc66a39d49b601278b5c44556f4c0881f1ef1608f.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 446, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 171, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenOfOwnerByIndex/bcfb5e1fff2b0d63e3f507cf619efd30405ebe178d0663eb8b95f3e0572d1ca5.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 445 - }, - "While constructing the external wrapper for:" - ], - "start_col": 151, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_index' in:" - ], - "start_col": 18, - "start_line": 446 - }, - "While handling calldata argument 'index'" - ], - "start_col": 28, - "start_line": 1 - } - }, - "4721": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/d1f8dd5812766c8b9a93481fc66a39d49b601278b5c44556f4c0881f1ef1608f.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 446, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 171, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenOfOwnerByIndex/bcfb5e1fff2b0d63e3f507cf619efd30405ebe178d0663eb8b95f3e0572d1ca5.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 445 - }, - "While constructing the external wrapper for:" - ], - "start_col": 151, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_index' in:" - ], - "start_col": 18, - "start_line": 446 - }, - "While handling calldata argument 'index'" - ], - "start_col": 28, - "start_line": 1 - } - }, - "4722": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 445 - } - }, - "4724": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenOfOwnerByIndex/bcfb5e1fff2b0d63e3f507cf619efd30405ebe178d0663eb8b95f3e0572d1ca5.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 108, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/tokenOfOwnerByIndex/bcfb5e1fff2b0d63e3f507cf619efd30405ebe178d0663eb8b95f3e0572d1ca5.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 445 - }, - "While constructing the external wrapper for:" - ], - "start_col": 93, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 445 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "4725": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 109, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/tokenOfOwnerByIndex/bcfb5e1fff2b0d63e3f507cf619efd30405ebe178d0663eb8b95f3e0572d1ca5.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 445 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "4727": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenOfOwnerByIndex/bcfb5e1fff2b0d63e3f507cf619efd30405ebe178d0663eb8b95f3e0572d1ca5.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenOfOwnerByIndex/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 445 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 445 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - } - }, - "4728": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenOfOwnerByIndex/bcfb5e1fff2b0d63e3f507cf619efd30405ebe178d0663eb8b95f3e0572d1ca5.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenOfOwnerByIndex/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 445 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 445 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - } - }, - "4729": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/tokenOfOwnerByIndex/bcfb5e1fff2b0d63e3f507cf619efd30405ebe178d0663eb8b95f3e0572d1ca5.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenOfOwnerByIndex/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 445 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 445 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "4730": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/tokenOfOwnerByIndex/bcfb5e1fff2b0d63e3f507cf619efd30405ebe178d0663eb8b95f3e0572d1ca5.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenOfOwnerByIndex/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 445 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 445 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "4731": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/tokenOfOwnerByIndex/bcfb5e1fff2b0d63e3f507cf619efd30405ebe178d0663eb8b95f3e0572d1ca5.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenOfOwnerByIndex/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 445 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 445 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "4732": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/tokenOfOwnerByIndex/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 445, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 445 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4733": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 456, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 21, - "start_line": 456 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 29, - "start_line": 17 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 453 - } - }, - "4734": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 70, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 456, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 21, - "start_line": 456 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 49, - "start_line": 17 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 44, - "start_line": 453 - } - }, - "4735": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 87, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 92, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 456, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 21, - "start_line": 456 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 77, - "start_line": 17 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 72, - "start_line": 453 - } - }, - "4736": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 454, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 456, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 47, - "start_line": 456 - }, - "While expanding the reference 'interfaceId' in:" - ], - "start_col": 5, - "start_line": 454 - } - }, - "4737": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 456, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 21, - "start_line": 456 - } - }, - "4739": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 457, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 457 - } - }, - "4740": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.supportsInterface_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/supportsInterface/40b33230f82887d6ee6ba7936c0fcb15006d084631250a62d0c39394fb5b7629.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 453 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/supportsInterface/40b33230f82887d6ee6ba7936c0fcb15006d084631250a62d0c39394fb5b7629.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 453 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "4742": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.supportsInterface_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/5c10028f67364b153272aa9b4cbc0fb78920a40fab821ac7257b0069e0773b49.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 455, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 7, - "start_line": 455 - }, - "While handling return value 'success'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4743": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.supportsInterface_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/5c10028f67364b153272aa9b4cbc0fb78920a40fab821ac7257b0069e0773b49.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 455, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/supportsInterface/40b33230f82887d6ee6ba7936c0fcb15006d084631250a62d0c39394fb5b7629.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 453 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 7, - "start_line": 455 - }, - "While handling return value 'success'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "4745": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.supportsInterface_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/return/supportsInterface/40b33230f82887d6ee6ba7936c0fcb15006d084631250a62d0c39394fb5b7629.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/supportsInterface/40b33230f82887d6ee6ba7936c0fcb15006d084631250a62d0c39394fb5b7629.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 453 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 453 - }, - "While handling return value of" - ], - "start_col": 66, - "start_line": 1 - } - }, - "4746": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.supportsInterface_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/supportsInterface/40b33230f82887d6ee6ba7936c0fcb15006d084631250a62d0c39394fb5b7629.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 453 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "4747": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.supportsInterface_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/supportsInterface/40b33230f82887d6ee6ba7936c0fcb15006d084631250a62d0c39394fb5b7629.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/supportsInterface/40b33230f82887d6ee6ba7936c0fcb15006d084631250a62d0c39394fb5b7629.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 453 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 453 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "4748": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.supportsInterface_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/supportsInterface/40b33230f82887d6ee6ba7936c0fcb15006d084631250a62d0c39394fb5b7629.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 453 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "4749": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/708f2877a5fc05dca278266df4d8e2025597a78068ffd64385f0ef27ab208871.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 454, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 453 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 453 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 5, - "start_line": 454 - }, - "While handling calldata argument 'interfaceId'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "4751": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 453 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4752": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/supportsInterface/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/supportsInterface/bca8209c591df9f65b13800fe22999fe396aef7f2e9ee72505ad6a9793c5916d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 453 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 453 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "4753": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/supportsInterface/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/supportsInterface/bca8209c591df9f65b13800fe22999fe396aef7f2e9ee72505ad6a9793c5916d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 453 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 44, - "start_line": 453 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "4754": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/supportsInterface/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 87, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/supportsInterface/bca8209c591df9f65b13800fe22999fe396aef7f2e9ee72505ad6a9793c5916d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 453 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 72, - "start_line": 453 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "4755": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/708f2877a5fc05dca278266df4d8e2025597a78068ffd64385f0ef27ab208871.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 454, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 155, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/supportsInterface/bca8209c591df9f65b13800fe22999fe396aef7f2e9ee72505ad6a9793c5916d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 453 - }, - "While constructing the external wrapper for:" - ], - "start_col": 129, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_interfaceId' in:" - ], - "start_col": 5, - "start_line": 454 - }, - "While handling calldata argument 'interfaceId'" - ], - "start_col": 34, - "start_line": 1 - } - }, - "4756": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 453 - } - }, - "4758": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/supportsInterface/bca8209c591df9f65b13800fe22999fe396aef7f2e9ee72505ad6a9793c5916d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 106, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/supportsInterface/bca8209c591df9f65b13800fe22999fe396aef7f2e9ee72505ad6a9793c5916d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 453 - }, - "While constructing the external wrapper for:" - ], - "start_col": 91, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 453 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "4759": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 107, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/supportsInterface/bca8209c591df9f65b13800fe22999fe396aef7f2e9ee72505ad6a9793c5916d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 453 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "4761": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/supportsInterface/bca8209c591df9f65b13800fe22999fe396aef7f2e9ee72505ad6a9793c5916d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/supportsInterface/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 453 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 453 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "4762": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/supportsInterface/bca8209c591df9f65b13800fe22999fe396aef7f2e9ee72505ad6a9793c5916d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/supportsInterface/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 453 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 453 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "4763": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/supportsInterface/bca8209c591df9f65b13800fe22999fe396aef7f2e9ee72505ad6a9793c5916d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/supportsInterface/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 453 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 453 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "4764": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/supportsInterface/bca8209c591df9f65b13800fe22999fe396aef7f2e9ee72505ad6a9793c5916d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/supportsInterface/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 453 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 453 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "4765": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/supportsInterface/bca8209c591df9f65b13800fe22999fe396aef7f2e9ee72505ad6a9793c5916d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/supportsInterface/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 453 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 453 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "4766": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.supportsInterface" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/supportsInterface/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 453, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 453 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4767": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.name" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 462, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 462 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 11, - "start_line": 461 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 11, - "start_line": 461 - } - }, - "4768": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.name" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 462, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 462 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 31, - "start_line": 461 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 31, - "start_line": 461 - } - }, - "4769": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.name" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 74, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 462, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 462 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 59, - "start_line": 461 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 59, - "start_line": 461 - } - }, - "4770": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.name" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 462, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 13, - "start_line": 462 - } - }, - "4772": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.name" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 462, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 462 - } - }, - "4773": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.name_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/name/c8fcd0b2b3f24b16bed33f1349d99fe0bde24b7764fe1bdc31d37b9ddca24adc.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 461 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/name/c8fcd0b2b3f24b16bed33f1349d99fe0bde24b7764fe1bdc31d37b9ddca24adc.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 461 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "4775": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.name_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/6f345e20daf86e05c346aa1f6a9eeaa296a59eb71a12784c017d25ed5b25ff32.cairo" - }, - "parent_location": [ - { - "end_col": 92, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 82, - "start_line": 461 - }, - "While handling return value 'name'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4776": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.name_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/6f345e20daf86e05c346aa1f6a9eeaa296a59eb71a12784c017d25ed5b25ff32.cairo" - }, - "parent_location": [ - { - "end_col": 92, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/name/c8fcd0b2b3f24b16bed33f1349d99fe0bde24b7764fe1bdc31d37b9ddca24adc.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 461 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 82, - "start_line": 461 - }, - "While handling return value 'name'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "4778": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.name_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/return/name/c8fcd0b2b3f24b16bed33f1349d99fe0bde24b7764fe1bdc31d37b9ddca24adc.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/name/c8fcd0b2b3f24b16bed33f1349d99fe0bde24b7764fe1bdc31d37b9ddca24adc.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 461 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 461 - }, - "While handling return value of" - ], - "start_col": 50, - "start_line": 1 - } - }, - "4779": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.name_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/name/c8fcd0b2b3f24b16bed33f1349d99fe0bde24b7764fe1bdc31d37b9ddca24adc.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 461 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "4780": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.name_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/name/c8fcd0b2b3f24b16bed33f1349d99fe0bde24b7764fe1bdc31d37b9ddca24adc.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/name/c8fcd0b2b3f24b16bed33f1349d99fe0bde24b7764fe1bdc31d37b9ddca24adc.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 461 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 461 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "4781": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.name_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/name/c8fcd0b2b3f24b16bed33f1349d99fe0bde24b7764fe1bdc31d37b9ddca24adc.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 461 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "4782": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.name" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 461 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4783": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.name" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/name/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/name/3034a84ffbc2cc9a83b0bdb0bf6aadae87a5c63f8544f4bc76a18d60221f0e94.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 461 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 11, - "start_line": 461 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "4784": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.name" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/name/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/name/3034a84ffbc2cc9a83b0bdb0bf6aadae87a5c63f8544f4bc76a18d60221f0e94.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 461 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 31, - "start_line": 461 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "4785": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.name" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/name/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/name/3034a84ffbc2cc9a83b0bdb0bf6aadae87a5c63f8544f4bc76a18d60221f0e94.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 461 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 59, - "start_line": 461 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "4786": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.name" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 461 - } - }, - "4788": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.name" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/name/3034a84ffbc2cc9a83b0bdb0bf6aadae87a5c63f8544f4bc76a18d60221f0e94.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 93, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/name/3034a84ffbc2cc9a83b0bdb0bf6aadae87a5c63f8544f4bc76a18d60221f0e94.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 461 - }, - "While constructing the external wrapper for:" - ], - "start_col": 78, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 461 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "4789": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.name" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 94, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/name/3034a84ffbc2cc9a83b0bdb0bf6aadae87a5c63f8544f4bc76a18d60221f0e94.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 461 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "4791": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.name" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/name/3034a84ffbc2cc9a83b0bdb0bf6aadae87a5c63f8544f4bc76a18d60221f0e94.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/name/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 461 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 461 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "4792": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.name" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/name/3034a84ffbc2cc9a83b0bdb0bf6aadae87a5c63f8544f4bc76a18d60221f0e94.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/name/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 461 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 461 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "4793": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.name" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/name/3034a84ffbc2cc9a83b0bdb0bf6aadae87a5c63f8544f4bc76a18d60221f0e94.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/name/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 461 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 461 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "4794": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.name" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/name/3034a84ffbc2cc9a83b0bdb0bf6aadae87a5c63f8544f4bc76a18d60221f0e94.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/name/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 461 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 461 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "4795": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.name" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/name/3034a84ffbc2cc9a83b0bdb0bf6aadae87a5c63f8544f4bc76a18d60221f0e94.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/name/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 461 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 461 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "4796": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.name" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/name/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 461, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 461 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4797": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.symbol" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 467, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 467 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 13, - "start_line": 466 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 13, - "start_line": 466 - } - }, - "4798": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.symbol" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 467, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 467 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 33, - "start_line": 466 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 33, - "start_line": 466 - } - }, - "4799": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.symbol" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 76, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 467, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 467 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 61, - "start_line": 466 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 61, - "start_line": 466 - } - }, - "4800": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.symbol" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 467, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 13, - "start_line": 467 - } - }, - "4802": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.symbol" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 467, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 467 - } - }, - "4803": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.symbol_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/symbol/a0ae85480af0490479ac55aa0fb10c479d3c551bd5d0b449dafe97eed061cca1.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 466 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/symbol/a0ae85480af0490479ac55aa0fb10c479d3c551bd5d0b449dafe97eed061cca1.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 466 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "4805": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.symbol_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/3635b1d7caa543a52376beeb37a143262ea6ffdf923d8e3676d9b27787e943c8.cairo" - }, - "parent_location": [ - { - "end_col": 96, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 84, - "start_line": 466 - }, - "While handling return value 'symbol'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4806": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.symbol_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/3635b1d7caa543a52376beeb37a143262ea6ffdf923d8e3676d9b27787e943c8.cairo" - }, - "parent_location": [ - { - "end_col": 96, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/symbol/a0ae85480af0490479ac55aa0fb10c479d3c551bd5d0b449dafe97eed061cca1.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 466 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 84, - "start_line": 466 - }, - "While handling return value 'symbol'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "4808": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.symbol_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/return/symbol/a0ae85480af0490479ac55aa0fb10c479d3c551bd5d0b449dafe97eed061cca1.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/symbol/a0ae85480af0490479ac55aa0fb10c479d3c551bd5d0b449dafe97eed061cca1.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 466 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 466 - }, - "While handling return value of" - ], - "start_col": 54, - "start_line": 1 - } - }, - "4809": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.symbol_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/symbol/a0ae85480af0490479ac55aa0fb10c479d3c551bd5d0b449dafe97eed061cca1.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 466 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "4810": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.symbol_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/symbol/a0ae85480af0490479ac55aa0fb10c479d3c551bd5d0b449dafe97eed061cca1.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/symbol/a0ae85480af0490479ac55aa0fb10c479d3c551bd5d0b449dafe97eed061cca1.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 466 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 466 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "4811": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.symbol_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/symbol/a0ae85480af0490479ac55aa0fb10c479d3c551bd5d0b449dafe97eed061cca1.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 466 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "4812": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.symbol" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 466 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4813": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.symbol" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/symbol/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/symbol/d8aa55fbbc45562d781915a1c7930fc50b33d8bd29db7102b5c44cbfd8b54639.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 466 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 13, - "start_line": 466 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "4814": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.symbol" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/symbol/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/symbol/d8aa55fbbc45562d781915a1c7930fc50b33d8bd29db7102b5c44cbfd8b54639.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 466 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 33, - "start_line": 466 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "4815": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.symbol" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/symbol/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/symbol/d8aa55fbbc45562d781915a1c7930fc50b33d8bd29db7102b5c44cbfd8b54639.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 466 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 61, - "start_line": 466 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "4816": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.symbol" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 466 - } - }, - "4818": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.symbol" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/symbol/d8aa55fbbc45562d781915a1c7930fc50b33d8bd29db7102b5c44cbfd8b54639.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/symbol/d8aa55fbbc45562d781915a1c7930fc50b33d8bd29db7102b5c44cbfd8b54639.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 466 - }, - "While constructing the external wrapper for:" - ], - "start_col": 80, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 466 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "4819": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.symbol" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 96, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/symbol/d8aa55fbbc45562d781915a1c7930fc50b33d8bd29db7102b5c44cbfd8b54639.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 466 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "4821": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.symbol" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/symbol/d8aa55fbbc45562d781915a1c7930fc50b33d8bd29db7102b5c44cbfd8b54639.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/symbol/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 466 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 466 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "4822": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.symbol" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/symbol/d8aa55fbbc45562d781915a1c7930fc50b33d8bd29db7102b5c44cbfd8b54639.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/symbol/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 466 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 466 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "4823": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.symbol" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/symbol/d8aa55fbbc45562d781915a1c7930fc50b33d8bd29db7102b5c44cbfd8b54639.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/symbol/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 466 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 466 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "4824": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.symbol" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/symbol/d8aa55fbbc45562d781915a1c7930fc50b33d8bd29db7102b5c44cbfd8b54639.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/symbol/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 466 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 466 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "4825": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.symbol" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/symbol/d8aa55fbbc45562d781915a1c7930fc50b33d8bd29db7102b5c44cbfd8b54639.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/symbol/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 466 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 466 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "4826": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.symbol" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/symbol/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 466, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 466 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4827": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.balanceOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 474, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 30, - "start_line": 474 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 21, - "start_line": 100 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 471 - } - }, - "4828": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.balanceOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 474, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 30, - "start_line": 474 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 41, - "start_line": 100 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 471 - } - }, - "4829": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.balanceOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 100, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 474, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 30, - "start_line": 474 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 69, - "start_line": 100 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 471 - } - }, - "4830": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.balanceOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 92, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 474, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 48, - "start_line": 474 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 81, - "start_line": 471 - } - }, - "4831": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.balanceOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 474, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 30, - "start_line": 474 - } - }, - "4833": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.balanceOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 475, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 475 - } - }, - "4834": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.balanceOf_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/balanceOf/6be46755be2f937558932379e9c42b1ab153e2ba499cd66beb178511b2106ad9.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 471 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/balanceOf/6be46755be2f937558932379e9c42b1ab153e2ba499cd66beb178511b2106ad9.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 471 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "4836": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.balanceOf_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/f013cc89754bf613d36aa163a5014b518987d20a85394ebbe3c47c5cdb0a38b1.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 472, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 472 - }, - "While handling return value 'balance'" - ], - "start_col": 1, - "start_line": 3 - } - }, - "4837": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.balanceOf_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/arg_processor/f013cc89754bf613d36aa163a5014b518987d20a85394ebbe3c47c5cdb0a38b1.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 472, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 472 - }, - "While handling return value 'balance'" - ], - "start_col": 1, - "start_line": 4 - } - }, - "4838": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.balanceOf_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/f013cc89754bf613d36aa163a5014b518987d20a85394ebbe3c47c5cdb0a38b1.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 472, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/balanceOf/6be46755be2f937558932379e9c42b1ab153e2ba499cd66beb178511b2106ad9.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 471 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 5, - "start_line": 472 - }, - "While handling return value 'balance'" - ], - "start_col": 26, - "start_line": 5 - } - }, - "4840": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.balanceOf_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 107, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/return/balanceOf/6be46755be2f937558932379e9c42b1ab153e2ba499cd66beb178511b2106ad9.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/balanceOf/6be46755be2f937558932379e9c42b1ab153e2ba499cd66beb178511b2106ad9.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 471 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 471 - }, - "While handling return value of" - ], - "start_col": 92, - "start_line": 1 - } - }, - "4841": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.balanceOf_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/balanceOf/6be46755be2f937558932379e9c42b1ab153e2ba499cd66beb178511b2106ad9.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 471 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "4842": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.balanceOf_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/balanceOf/6be46755be2f937558932379e9c42b1ab153e2ba499cd66beb178511b2106ad9.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/balanceOf/6be46755be2f937558932379e9c42b1ab153e2ba499cd66beb178511b2106ad9.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 471 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 471 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "4843": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.balanceOf_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/balanceOf/6be46755be2f937558932379e9c42b1ab153e2ba499cd66beb178511b2106ad9.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 471 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "4844": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.balanceOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/f6a4d9ae897caf37cefd18f7c8da7eee73157818279359aadee282f0fe59cdbc.cairo" - }, - "parent_location": [ - { - "end_col": 92, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 471 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 471 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 81, - "start_line": 471 - }, - "While handling calldata argument 'owner'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "4846": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.balanceOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 471 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4847": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.balanceOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/balanceOf/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/balanceOf/e284e4e5d868a363d8b6a6cb098d9657778060e55c5be38c8c67b1857b1926cc.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 471 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 471 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "4848": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.balanceOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/balanceOf/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/balanceOf/e284e4e5d868a363d8b6a6cb098d9657778060e55c5be38c8c67b1857b1926cc.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 471 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 471 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "4849": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.balanceOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/balanceOf/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/balanceOf/e284e4e5d868a363d8b6a6cb098d9657778060e55c5be38c8c67b1857b1926cc.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 471 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 471 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "4850": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.balanceOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/f6a4d9ae897caf37cefd18f7c8da7eee73157818279359aadee282f0fe59cdbc.cairo" - }, - "parent_location": [ - { - "end_col": 92, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 143, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/balanceOf/e284e4e5d868a363d8b6a6cb098d9657778060e55c5be38c8c67b1857b1926cc.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 471 - }, - "While constructing the external wrapper for:" - ], - "start_col": 123, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_owner' in:" - ], - "start_col": 81, - "start_line": 471 - }, - "While handling calldata argument 'owner'" - ], - "start_col": 28, - "start_line": 1 - } - }, - "4851": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.balanceOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 471 - } - }, - "4853": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.balanceOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/balanceOf/e284e4e5d868a363d8b6a6cb098d9657778060e55c5be38c8c67b1857b1926cc.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 98, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/balanceOf/e284e4e5d868a363d8b6a6cb098d9657778060e55c5be38c8c67b1857b1926cc.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 471 - }, - "While constructing the external wrapper for:" - ], - "start_col": 83, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 471 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "4854": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.balanceOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 99, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/balanceOf/e284e4e5d868a363d8b6a6cb098d9657778060e55c5be38c8c67b1857b1926cc.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 471 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "4856": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.balanceOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/balanceOf/e284e4e5d868a363d8b6a6cb098d9657778060e55c5be38c8c67b1857b1926cc.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/balanceOf/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 471 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 471 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "4857": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.balanceOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/balanceOf/e284e4e5d868a363d8b6a6cb098d9657778060e55c5be38c8c67b1857b1926cc.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/balanceOf/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 471 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 471 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "4858": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.balanceOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/balanceOf/e284e4e5d868a363d8b6a6cb098d9657778060e55c5be38c8c67b1857b1926cc.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/balanceOf/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 471 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 471 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "4859": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.balanceOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/balanceOf/e284e4e5d868a363d8b6a6cb098d9657778060e55c5be38c8c67b1857b1926cc.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/balanceOf/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 471 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 471 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "4860": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.balanceOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/balanceOf/e284e4e5d868a363d8b6a6cb098d9657778060e55c5be38c8c67b1857b1926cc.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/balanceOf/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 471 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 471 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "4861": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.balanceOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/balanceOf/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 471, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 471 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4862": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.ownerOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 482, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 25, - "start_line": 482 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 109 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 14, - "start_line": 479 - } - }, - "4863": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.ownerOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 482, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 25, - "start_line": 482 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 109 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 479 - } - }, - "4864": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.ownerOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 109, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 482, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 25, - "start_line": 482 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 109 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 479 - } - }, - "4865": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.ownerOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 482, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 41, - "start_line": 482 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 79, - "start_line": 479 - } - }, - "4866": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.ownerOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 482, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 41, - "start_line": 482 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 79, - "start_line": 479 - } - }, - "4867": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.ownerOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 482, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 25, - "start_line": 482 - } - }, - "4869": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.ownerOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 483, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 483 - } - }, - "4870": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.ownerOf_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/ownerOf/e26804beb30ff3fdad1596e68c20c0df03519fc5def143a2feb768126371681c.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 479 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/ownerOf/e26804beb30ff3fdad1596e68c20c0df03519fc5def143a2feb768126371681c.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 479 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "4872": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.ownerOf_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/b02ddc13e06346668d980e18c0fec90f17036d195bf95d21ac18e846a0a129f3.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 480, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 480 - }, - "While handling return value 'owner'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4873": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.ownerOf_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/b02ddc13e06346668d980e18c0fec90f17036d195bf95d21ac18e846a0a129f3.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 480, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/ownerOf/e26804beb30ff3fdad1596e68c20c0df03519fc5def143a2feb768126371681c.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 479 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 5, - "start_line": 480 - }, - "While handling return value 'owner'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "4875": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.ownerOf_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/return/ownerOf/e26804beb30ff3fdad1596e68c20c0df03519fc5def143a2feb768126371681c.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/ownerOf/e26804beb30ff3fdad1596e68c20c0df03519fc5def143a2feb768126371681c.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 479 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 479 - }, - "While handling return value of" - ], - "start_col": 54, - "start_line": 1 - } - }, - "4876": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.ownerOf_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/ownerOf/e26804beb30ff3fdad1596e68c20c0df03519fc5def143a2feb768126371681c.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 479 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "4877": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.ownerOf_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/ownerOf/e26804beb30ff3fdad1596e68c20c0df03519fc5def143a2feb768126371681c.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/ownerOf/e26804beb30ff3fdad1596e68c20c0df03519fc5def143a2feb768126371681c.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 479 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 479 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "4878": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.ownerOf_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/ownerOf/e26804beb30ff3fdad1596e68c20c0df03519fc5def143a2feb768126371681c.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 479 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "4879": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.ownerOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 479 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 479 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 79, - "start_line": 479 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 22, - "start_line": 3 - } - }, - "4881": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.ownerOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 479 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4882": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.ownerOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/ownerOf/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/ownerOf/b0b45230936b2f4ec6e384bea3a984e2819816dfc8b4e03dac3539fcc1c0dc60.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 479 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 14, - "start_line": 479 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "4883": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.ownerOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/ownerOf/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/ownerOf/b0b45230936b2f4ec6e384bea3a984e2819816dfc8b4e03dac3539fcc1c0dc60.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 479 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 479 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "4884": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.ownerOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/ownerOf/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 77, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/ownerOf/b0b45230936b2f4ec6e384bea3a984e2819816dfc8b4e03dac3539fcc1c0dc60.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 479 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 479 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "4885": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.ownerOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 147, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/ownerOf/b0b45230936b2f4ec6e384bea3a984e2819816dfc8b4e03dac3539fcc1c0dc60.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 479 - }, - "While constructing the external wrapper for:" - ], - "start_col": 125, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_tokenId' in:" - ], - "start_col": 79, - "start_line": 479 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "4886": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.ownerOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 147, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/ownerOf/b0b45230936b2f4ec6e384bea3a984e2819816dfc8b4e03dac3539fcc1c0dc60.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 479 - }, - "While constructing the external wrapper for:" - ], - "start_col": 125, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_tokenId' in:" - ], - "start_col": 79, - "start_line": 479 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "4887": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.ownerOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 479 - } - }, - "4889": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.ownerOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/ownerOf/b0b45230936b2f4ec6e384bea3a984e2819816dfc8b4e03dac3539fcc1c0dc60.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 96, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/ownerOf/b0b45230936b2f4ec6e384bea3a984e2819816dfc8b4e03dac3539fcc1c0dc60.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 479 - }, - "While constructing the external wrapper for:" - ], - "start_col": 81, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 479 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "4890": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.ownerOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 97, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/ownerOf/b0b45230936b2f4ec6e384bea3a984e2819816dfc8b4e03dac3539fcc1c0dc60.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 479 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "4892": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.ownerOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/ownerOf/b0b45230936b2f4ec6e384bea3a984e2819816dfc8b4e03dac3539fcc1c0dc60.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/ownerOf/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 479 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 479 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "4893": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.ownerOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/ownerOf/b0b45230936b2f4ec6e384bea3a984e2819816dfc8b4e03dac3539fcc1c0dc60.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/ownerOf/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 479 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 479 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "4894": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.ownerOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/ownerOf/b0b45230936b2f4ec6e384bea3a984e2819816dfc8b4e03dac3539fcc1c0dc60.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/ownerOf/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 479 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 479 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "4895": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.ownerOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/ownerOf/b0b45230936b2f4ec6e384bea3a984e2819816dfc8b4e03dac3539fcc1c0dc60.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/ownerOf/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 479 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 479 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "4896": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.ownerOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/ownerOf/b0b45230936b2f4ec6e384bea3a984e2819816dfc8b4e03dac3539fcc1c0dc60.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/ownerOf/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 479 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 479 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "4897": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.ownerOf" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/ownerOf/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 479, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 479 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4898": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getApproved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 122, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 490, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 490 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 122 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 487 - } - }, - "4899": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getApproved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 122, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 490, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 490 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 122 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 487 - } - }, - "4900": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getApproved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 122, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 490, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 490 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 122 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 487 - } - }, - "4901": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getApproved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 488, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 490, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 48, - "start_line": 490 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 5, - "start_line": 488 - } - }, - "4902": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getApproved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 488, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 490, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 48, - "start_line": 490 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 5, - "start_line": 488 - } - }, - "4903": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getApproved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 490, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 490 - } - }, - "4905": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getApproved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 491, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 491 - } - }, - "4906": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getApproved_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/getApproved/dc5d90a8417d0a28ffeb92cb7cbd7f0e5af1af69279ff1bda88fa7a837af50d3.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 487 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/getApproved/dc5d90a8417d0a28ffeb92cb7cbd7f0e5af1af69279ff1bda88fa7a837af50d3.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 487 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "4908": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getApproved_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/74a3369943c8d7518ff17d6d8cb3e9a3785e7db4bcf995a7ffbf3a439df0343b.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 489, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 7, - "start_line": 489 - }, - "While handling return value 'approved'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4909": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getApproved_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/74a3369943c8d7518ff17d6d8cb3e9a3785e7db4bcf995a7ffbf3a439df0343b.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 489, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/getApproved/dc5d90a8417d0a28ffeb92cb7cbd7f0e5af1af69279ff1bda88fa7a837af50d3.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 487 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 7, - "start_line": 489 - }, - "While handling return value 'approved'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "4911": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getApproved_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 76, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/return/getApproved/dc5d90a8417d0a28ffeb92cb7cbd7f0e5af1af69279ff1bda88fa7a837af50d3.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/getApproved/dc5d90a8417d0a28ffeb92cb7cbd7f0e5af1af69279ff1bda88fa7a837af50d3.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 487 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 487 - }, - "While handling return value of" - ], - "start_col": 61, - "start_line": 1 - } - }, - "4912": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getApproved_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/getApproved/dc5d90a8417d0a28ffeb92cb7cbd7f0e5af1af69279ff1bda88fa7a837af50d3.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 487 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "4913": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getApproved_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/getApproved/dc5d90a8417d0a28ffeb92cb7cbd7f0e5af1af69279ff1bda88fa7a837af50d3.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/getApproved/dc5d90a8417d0a28ffeb92cb7cbd7f0e5af1af69279ff1bda88fa7a837af50d3.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 487 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 487 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "4914": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getApproved_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/getApproved/dc5d90a8417d0a28ffeb92cb7cbd7f0e5af1af69279ff1bda88fa7a837af50d3.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 487 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "4915": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getApproved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 488, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 487 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 487 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 5, - "start_line": 488 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 22, - "start_line": 3 - } - }, - "4917": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getApproved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 487 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4918": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getApproved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getApproved/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getApproved/835e657df1ee968194eed5f3c9b857e397b684d36f56ec8a7b26cb299a6be11f.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 487 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 487 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "4919": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getApproved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getApproved/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getApproved/835e657df1ee968194eed5f3c9b857e397b684d36f56ec8a7b26cb299a6be11f.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 487 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 487 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "4920": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getApproved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getApproved/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getApproved/835e657df1ee968194eed5f3c9b857e397b684d36f56ec8a7b26cb299a6be11f.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 487 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 487 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "4921": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getApproved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 488, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 147, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getApproved/835e657df1ee968194eed5f3c9b857e397b684d36f56ec8a7b26cb299a6be11f.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 487 - }, - "While constructing the external wrapper for:" - ], - "start_col": 125, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_tokenId' in:" - ], - "start_col": 5, - "start_line": 488 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "4922": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getApproved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 488, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 147, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getApproved/835e657df1ee968194eed5f3c9b857e397b684d36f56ec8a7b26cb299a6be11f.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 487 - }, - "While constructing the external wrapper for:" - ], - "start_col": 125, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_tokenId' in:" - ], - "start_col": 5, - "start_line": 488 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "4923": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getApproved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 487 - } - }, - "4925": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getApproved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getApproved/835e657df1ee968194eed5f3c9b857e397b684d36f56ec8a7b26cb299a6be11f.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 100, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getApproved/835e657df1ee968194eed5f3c9b857e397b684d36f56ec8a7b26cb299a6be11f.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 487 - }, - "While constructing the external wrapper for:" - ], - "start_col": 85, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 487 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "4926": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getApproved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 101, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getApproved/835e657df1ee968194eed5f3c9b857e397b684d36f56ec8a7b26cb299a6be11f.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 487 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "4928": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getApproved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getApproved/835e657df1ee968194eed5f3c9b857e397b684d36f56ec8a7b26cb299a6be11f.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getApproved/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 487 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 487 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "4929": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getApproved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getApproved/835e657df1ee968194eed5f3c9b857e397b684d36f56ec8a7b26cb299a6be11f.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getApproved/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 487 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 487 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "4930": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getApproved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getApproved/835e657df1ee968194eed5f3c9b857e397b684d36f56ec8a7b26cb299a6be11f.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getApproved/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 487 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 487 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "4931": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getApproved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getApproved/835e657df1ee968194eed5f3c9b857e397b684d36f56ec8a7b26cb299a6be11f.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getApproved/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 487 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 487 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "4932": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getApproved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getApproved/835e657df1ee968194eed5f3c9b857e397b684d36f56ec8a7b26cb299a6be11f.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getApproved/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 487 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 487 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "4933": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getApproved" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getApproved/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 487, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 487 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4934": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.isApprovedForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 136, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 73, - "end_line": 498, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 30, - "start_line": 498 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 136 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 495 - } - }, - "4935": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.isApprovedForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 136, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 73, - "end_line": 498, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 30, - "start_line": 498 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 50, - "start_line": 136 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 495 - } - }, - "4936": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.isApprovedForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 93, - "end_line": 136, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 73, - "end_line": 498, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 30, - "start_line": 498 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 78, - "start_line": 136 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 495 - } - }, - "4937": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.isApprovedForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 496, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 498, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 57, - "start_line": 498 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 5, - "start_line": 496 - } - }, - "4938": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.isApprovedForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 496, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 72, - "end_line": 498, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 64, - "start_line": 498 - }, - "While expanding the reference 'operator' in:" - ], - "start_col": 18, - "start_line": 496 - } - }, - "4939": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.isApprovedForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 73, - "end_line": 498, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 30, - "start_line": 498 - } - }, - "4941": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.isApprovedForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 499, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 499 - } - }, - "4942": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.isApprovedForAll_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/isApprovedForAll/38789844dce484b974dbd524d5dc5d79b5898ffc6c946c5e91ff04055990eef0.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 495 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/isApprovedForAll/38789844dce484b974dbd524d5dc5d79b5898ffc6c946c5e91ff04055990eef0.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 495 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "4944": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.isApprovedForAll_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/6450610d0d553c149684e3d6d36a5d949ffe368d7692d99cec27ac08c51ad845.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 497, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 7, - "start_line": 497 - }, - "While handling return value 'isApproved'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4945": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.isApprovedForAll_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/6450610d0d553c149684e3d6d36a5d949ffe368d7692d99cec27ac08c51ad845.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 497, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/isApprovedForAll/38789844dce484b974dbd524d5dc5d79b5898ffc6c946c5e91ff04055990eef0.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 495 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 7, - "start_line": 497 - }, - "While handling return value 'isApproved'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "4947": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.isApprovedForAll_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 83, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/return/isApprovedForAll/38789844dce484b974dbd524d5dc5d79b5898ffc6c946c5e91ff04055990eef0.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/isApprovedForAll/38789844dce484b974dbd524d5dc5d79b5898ffc6c946c5e91ff04055990eef0.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 495 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 495 - }, - "While handling return value of" - ], - "start_col": 68, - "start_line": 1 - } - }, - "4948": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.isApprovedForAll_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/isApprovedForAll/38789844dce484b974dbd524d5dc5d79b5898ffc6c946c5e91ff04055990eef0.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 495 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "4949": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.isApprovedForAll_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/isApprovedForAll/38789844dce484b974dbd524d5dc5d79b5898ffc6c946c5e91ff04055990eef0.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/isApprovedForAll/38789844dce484b974dbd524d5dc5d79b5898ffc6c946c5e91ff04055990eef0.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 495 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 495 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "4950": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.isApprovedForAll_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/isApprovedForAll/38789844dce484b974dbd524d5dc5d79b5898ffc6c946c5e91ff04055990eef0.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 495 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "4951": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.isApprovedForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/c28d01f4036658535ed1f26a855ca481100f6b9fa5c266733e27ba2dce390d91.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 496, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 495 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 495 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 18, - "start_line": 496 - }, - "While handling calldata argument 'operator'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "4953": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.isApprovedForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 495 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4954": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.isApprovedForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/isApprovedForAll/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/isApprovedForAll/28e6449b750a764997de3246d5af785f29a76b7b369ce53a25f4614d960a20f3.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 495 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 495 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "4955": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.isApprovedForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/isApprovedForAll/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/isApprovedForAll/28e6449b750a764997de3246d5af785f29a76b7b369ce53a25f4614d960a20f3.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 495 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 495 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "4956": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.isApprovedForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/isApprovedForAll/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/isApprovedForAll/28e6449b750a764997de3246d5af785f29a76b7b369ce53a25f4614d960a20f3.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 495 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 495 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "4957": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.isApprovedForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/f6a4d9ae897caf37cefd18f7c8da7eee73157818279359aadee282f0fe59cdbc.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 496, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 143, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/isApprovedForAll/28e6449b750a764997de3246d5af785f29a76b7b369ce53a25f4614d960a20f3.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 495 - }, - "While constructing the external wrapper for:" - ], - "start_col": 123, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_owner' in:" - ], - "start_col": 5, - "start_line": 496 - }, - "While handling calldata argument 'owner'" - ], - "start_col": 28, - "start_line": 1 - } - }, - "4958": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.isApprovedForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c28d01f4036658535ed1f26a855ca481100f6b9fa5c266733e27ba2dce390d91.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 496, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 177, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/isApprovedForAll/28e6449b750a764997de3246d5af785f29a76b7b369ce53a25f4614d960a20f3.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 495 - }, - "While constructing the external wrapper for:" - ], - "start_col": 154, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_operator' in:" - ], - "start_col": 18, - "start_line": 496 - }, - "While handling calldata argument 'operator'" - ], - "start_col": 31, - "start_line": 1 - } - }, - "4959": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.isApprovedForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 495 - } - }, - "4961": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.isApprovedForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/isApprovedForAll/28e6449b750a764997de3246d5af785f29a76b7b369ce53a25f4614d960a20f3.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 105, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/isApprovedForAll/28e6449b750a764997de3246d5af785f29a76b7b369ce53a25f4614d960a20f3.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 495 - }, - "While constructing the external wrapper for:" - ], - "start_col": 90, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 495 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "4962": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.isApprovedForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 106, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/isApprovedForAll/28e6449b750a764997de3246d5af785f29a76b7b369ce53a25f4614d960a20f3.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 495 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "4964": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.isApprovedForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/isApprovedForAll/28e6449b750a764997de3246d5af785f29a76b7b369ce53a25f4614d960a20f3.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/isApprovedForAll/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 495 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 495 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "4965": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.isApprovedForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/isApprovedForAll/28e6449b750a764997de3246d5af785f29a76b7b369ce53a25f4614d960a20f3.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/isApprovedForAll/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 495 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 495 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "4966": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.isApprovedForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/isApprovedForAll/28e6449b750a764997de3246d5af785f29a76b7b369ce53a25f4614d960a20f3.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/isApprovedForAll/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 495 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 495 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "4967": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.isApprovedForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/isApprovedForAll/28e6449b750a764997de3246d5af785f29a76b7b369ce53a25f4614d960a20f3.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/isApprovedForAll/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 495 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 495 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "4968": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.isApprovedForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/isApprovedForAll/28e6449b750a764997de3246d5af785f29a76b7b369ce53a25f4614d960a20f3.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/isApprovedForAll/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 495 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 495 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "4969": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.isApprovedForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/isApprovedForAll/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 495, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 495 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4970": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 510, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 510 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 18, - "start_line": 158 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 14, - "start_line": 507 - } - }, - "4971": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 510, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 510 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 46, - "start_line": 158 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 42, - "start_line": 507 - } - }, - "4972": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 158, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 510, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 510 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 158 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 507 - } - }, - "4973": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 508, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 510, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 20, - "start_line": 510 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 5, - "start_line": 508 - } - }, - "4974": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 508, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 510, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 24, - "start_line": 510 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 15, - "start_line": 508 - } - }, - "4975": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 508, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 510, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 24, - "start_line": 510 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 15, - "start_line": 508 - } - }, - "4976": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 510, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 510 - } - }, - "4978": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 511, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 511 - } - }, - "4979": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 508, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 507 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 507 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 15, - "start_line": 508 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 22, - "start_line": 3 - } - }, - "4981": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 507 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4982": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/approve/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/approve/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 507 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 14, - "start_line": 507 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "4983": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/approve/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/approve/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 507 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 42, - "start_line": 507 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "4984": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/approve/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 77, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/approve/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 507 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 507 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "4985": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/dceaabc265216c0ff87c509d90446554648ec4d692c521cda952464d1fc22972.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 508, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 137, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/approve/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 507 - }, - "While constructing the external wrapper for:" - ], - "start_col": 120, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_to' in:" - ], - "start_col": 5, - "start_line": 508 - }, - "While handling calldata argument 'to'" - ], - "start_col": 25, - "start_line": 1 - } - }, - "4986": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 508, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 169, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/approve/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 507 - }, - "While constructing the external wrapper for:" - ], - "start_col": 147, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_tokenId' in:" - ], - "start_col": 15, - "start_line": 508 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "4987": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 508, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 169, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/approve/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 507 - }, - "While constructing the external wrapper for:" - ], - "start_col": 147, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_tokenId' in:" - ], - "start_col": 15, - "start_line": 508 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "4988": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 507 - } - }, - "4990": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.approve" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/approve/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 507 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/approve/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 507 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "4992": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/approve/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/approve/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 507 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 507 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - } - }, - "4993": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/approve/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/approve/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 507 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 507 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - } - }, - "4994": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/approve/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/approve/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 507 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 507 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "4995": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/approve/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/approve/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 507 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 507 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "4997": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/approve/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/approve/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 507 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 507 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "4998": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.approve" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/approve/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 507, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 507 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "4999": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setApprovalForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 518, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 518 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 31, - "start_line": 192 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 515 - } - }, - "5000": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setApprovalForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 70, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 77, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 518, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 518 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 51, - "start_line": 192 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 44, - "start_line": 515 - } - }, - "5001": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setApprovalForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 87, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 192, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 518, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 518 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 79, - "start_line": 192 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 72, - "start_line": 515 - } - }, - "5002": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setApprovalForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 516, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 518, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 33, - "start_line": 518 - }, - "While expanding the reference 'operator' in:" - ], - "start_col": 5, - "start_line": 516 - } - }, - "5003": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setApprovalForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 516, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 518, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 43, - "start_line": 518 - }, - "While expanding the reference 'approved' in:" - ], - "start_col": 21, - "start_line": 516 - } - }, - "5004": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setApprovalForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 518, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 518 - } - }, - "5006": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setApprovalForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 519, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 519 - } - }, - "5007": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setApprovalForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/3df93897a3d5ba5292d0e14e5ec6fc5a7b4e70846d4b45d9e0d60ead1a53339e.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 516, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 515 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 515 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 21, - "start_line": 516 - }, - "While handling calldata argument 'approved'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "5009": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setApprovalForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 515 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "5010": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setApprovalForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setApprovalForAll/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setApprovalForAll/36d3b3d1e829d7c23b24cbbecc8b2addd27fb9b3d959fca94c45d76a0c77f32d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 515 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 515 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "5011": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setApprovalForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setApprovalForAll/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setApprovalForAll/36d3b3d1e829d7c23b24cbbecc8b2addd27fb9b3d959fca94c45d76a0c77f32d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 515 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 44, - "start_line": 515 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "5012": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setApprovalForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setApprovalForAll/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 87, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setApprovalForAll/36d3b3d1e829d7c23b24cbbecc8b2addd27fb9b3d959fca94c45d76a0c77f32d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 515 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 72, - "start_line": 515 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "5013": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setApprovalForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c28d01f4036658535ed1f26a855ca481100f6b9fa5c266733e27ba2dce390d91.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 516, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 149, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setApprovalForAll/36d3b3d1e829d7c23b24cbbecc8b2addd27fb9b3d959fca94c45d76a0c77f32d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 515 - }, - "While constructing the external wrapper for:" - ], - "start_col": 126, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_operator' in:" - ], - "start_col": 5, - "start_line": 516 - }, - "While handling calldata argument 'operator'" - ], - "start_col": 31, - "start_line": 1 - } - }, - "5014": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setApprovalForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/3df93897a3d5ba5292d0e14e5ec6fc5a7b4e70846d4b45d9e0d60ead1a53339e.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 516, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 183, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setApprovalForAll/36d3b3d1e829d7c23b24cbbecc8b2addd27fb9b3d959fca94c45d76a0c77f32d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 515 - }, - "While constructing the external wrapper for:" - ], - "start_col": 160, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_approved' in:" - ], - "start_col": 21, - "start_line": 516 - }, - "While handling calldata argument 'approved'" - ], - "start_col": 31, - "start_line": 1 - } - }, - "5015": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setApprovalForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 515 - } - }, - "5017": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setApprovalForAll" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/setApprovalForAll/36d3b3d1e829d7c23b24cbbecc8b2addd27fb9b3d959fca94c45d76a0c77f32d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 515 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/setApprovalForAll/36d3b3d1e829d7c23b24cbbecc8b2addd27fb9b3d959fca94c45d76a0c77f32d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 515 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "5019": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setApprovalForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setApprovalForAll/36d3b3d1e829d7c23b24cbbecc8b2addd27fb9b3d959fca94c45d76a0c77f32d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setApprovalForAll/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 515 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 515 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "5020": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setApprovalForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setApprovalForAll/36d3b3d1e829d7c23b24cbbecc8b2addd27fb9b3d959fca94c45d76a0c77f32d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setApprovalForAll/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 515 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 515 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "5021": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setApprovalForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setApprovalForAll/36d3b3d1e829d7c23b24cbbecc8b2addd27fb9b3d959fca94c45d76a0c77f32d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setApprovalForAll/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 515 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 515 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "5022": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setApprovalForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/setApprovalForAll/36d3b3d1e829d7c23b24cbbecc8b2addd27fb9b3d959fca94c45d76a0c77f32d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setApprovalForAll/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 515 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 515 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "5024": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setApprovalForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/setApprovalForAll/36d3b3d1e829d7c23b24cbbecc8b2addd27fb9b3d959fca94c45d76a0c77f32d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setApprovalForAll/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 515 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 515 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "5025": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setApprovalForAll" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setApprovalForAll/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 515, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 515 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "5026": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 92, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 526, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 526 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 24, - "start_line": 92 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 19, - "start_line": 523 - } - }, - "5027": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 92, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 526, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 526 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 52, - "start_line": 92 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 47, - "start_line": 523 - } - }, - "5028": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 87, - "end_line": 92, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 526, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 526 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 72, - "start_line": 92 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 523 - } - }, - "5029": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 524, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 526, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 36, - "start_line": 526 - }, - "While expanding the reference 'from_' in:" - ], - "start_col": 5, - "start_line": 524 - } - }, - "5030": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 524, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 526, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 43, - "start_line": 526 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 18, - "start_line": 524 - } - }, - "5031": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 524, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 526, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 47, - "start_line": 526 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 28, - "start_line": 524 - } - }, - "5032": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 524, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 526, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 47, - "start_line": 526 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 28, - "start_line": 524 - } - }, - "5033": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 526, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 526 - } - }, - "5035": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 527, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 527 - } - }, - "5036": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 524, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 523 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 523 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 28, - "start_line": 524 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 22, - "start_line": 3 - } - }, - "5038": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 523 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "5039": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferFrom/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferFrom/ebf9f2690eeffee22f3d99ab5430147a11d0a2aa047472f5b737d6d09ce13c6e.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 523 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 19, - "start_line": 523 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "5040": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferFrom/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferFrom/ebf9f2690eeffee22f3d99ab5430147a11d0a2aa047472f5b737d6d09ce13c6e.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 523 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 47, - "start_line": 523 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "5041": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferFrom/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferFrom/ebf9f2690eeffee22f3d99ab5430147a11d0a2aa047472f5b737d6d09ce13c6e.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 523 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 523 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "5042": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/df39236eab78c921af48d719316dc25209f5ba97dc94936a936f353a674f3486.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 524, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 143, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferFrom/ebf9f2690eeffee22f3d99ab5430147a11d0a2aa047472f5b737d6d09ce13c6e.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 523 - }, - "While constructing the external wrapper for:" - ], - "start_col": 123, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_from_' in:" - ], - "start_col": 5, - "start_line": 524 - }, - "While handling calldata argument 'from_'" - ], - "start_col": 28, - "start_line": 1 - } - }, - "5043": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/dceaabc265216c0ff87c509d90446554648ec4d692c521cda952464d1fc22972.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 524, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 165, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferFrom/ebf9f2690eeffee22f3d99ab5430147a11d0a2aa047472f5b737d6d09ce13c6e.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 523 - }, - "While constructing the external wrapper for:" - ], - "start_col": 148, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_to' in:" - ], - "start_col": 18, - "start_line": 524 - }, - "While handling calldata argument 'to'" - ], - "start_col": 25, - "start_line": 1 - } - }, - "5044": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 524, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 197, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferFrom/ebf9f2690eeffee22f3d99ab5430147a11d0a2aa047472f5b737d6d09ce13c6e.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 523 - }, - "While constructing the external wrapper for:" - ], - "start_col": 175, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_tokenId' in:" - ], - "start_col": 28, - "start_line": 524 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "5045": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 524, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 197, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferFrom/ebf9f2690eeffee22f3d99ab5430147a11d0a2aa047472f5b737d6d09ce13c6e.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 523 - }, - "While constructing the external wrapper for:" - ], - "start_col": 175, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_tokenId' in:" - ], - "start_col": 28, - "start_line": 524 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "5046": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 523 - } - }, - "5048": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/transferFrom/ebf9f2690eeffee22f3d99ab5430147a11d0a2aa047472f5b737d6d09ce13c6e.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 523 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/transferFrom/ebf9f2690eeffee22f3d99ab5430147a11d0a2aa047472f5b737d6d09ce13c6e.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 523 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "5050": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferFrom/ebf9f2690eeffee22f3d99ab5430147a11d0a2aa047472f5b737d6d09ce13c6e.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferFrom/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 523 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 523 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - } - }, - "5051": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferFrom/ebf9f2690eeffee22f3d99ab5430147a11d0a2aa047472f5b737d6d09ce13c6e.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferFrom/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 523 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 523 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - } - }, - "5052": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferFrom/ebf9f2690eeffee22f3d99ab5430147a11d0a2aa047472f5b737d6d09ce13c6e.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferFrom/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 523 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 523 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "5053": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/transferFrom/ebf9f2690eeffee22f3d99ab5430147a11d0a2aa047472f5b737d6d09ce13c6e.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferFrom/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 523 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 523 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "5055": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/transferFrom/ebf9f2690eeffee22f3d99ab5430147a11d0a2aa047472f5b737d6d09ce13c6e.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferFrom/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 523 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 523 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "5056": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferFrom/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 523, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 523 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "5057": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 101, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 534, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 534 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 29, - "start_line": 101 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 531 - } - }, - "5058": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 101, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 534, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 534 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 57, - "start_line": 101 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 51, - "start_line": 531 - } - }, - "5059": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 92, - "end_line": 101, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 534, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 534 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 77, - "start_line": 101 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 531 - } - }, - "5060": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 532, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 534, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 41, - "start_line": 534 - }, - "While expanding the reference 'from_' in:" - ], - "start_col": 5, - "start_line": 532 - } - }, - "5061": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 532, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 534, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 48, - "start_line": 534 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 18, - "start_line": 532 - } - }, - "5062": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 532, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 534, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 52, - "start_line": 534 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 28, - "start_line": 532 - } - }, - "5063": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 532, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 534, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 52, - "start_line": 534 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 28, - "start_line": 532 - } - }, - "5064": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 532, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 534, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 61, - "start_line": 534 - }, - "While expanding the reference 'data_len' in:" - ], - "start_col": 46, - "start_line": 532 - } - }, - "5065": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 73, - "end_line": 532, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 534, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 71, - "start_line": 534 - }, - "While expanding the reference 'data' in:" - ], - "start_col": 62, - "start_line": 532 - } - }, - "5066": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 76, - "end_line": 534, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 534 - } - }, - "5068": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 535, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 535 - } - }, - "5069": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/e0af26f9fbe513562e2133164d694cbff092c47bbb4efa182711421f0c0cc5d3.cairo" - }, - "parent_location": [ - { - "end_col": 73, - "end_line": 532, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 62, - "start_line": 532 - }, - "While handling calldata argument 'data'" - ], - "start_col": 9, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "5070": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/4f1f3aa0a6fec21a155d7e953cd34daa7ca48450bbb80f627eb4f8df9f25922a.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 532, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/e0af26f9fbe513562e2133164d694cbff092c47bbb4efa182711421f0c0cc5d3.cairo" - }, - "parent_location": [ - { - "end_col": 73, - "end_line": 532, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 62, - "start_line": 532 - }, - "While handling calldata argument 'data'" - ], - "start_col": 28, - "start_line": 2 - }, - "While expanding the reference '__calldata_arg_data_len' in:" - ], - "start_col": 46, - "start_line": 532 - }, - "While handling calldata argument 'data_len'" - ], - "start_col": 31, - "start_line": 1 - } - }, - "5071": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/e0af26f9fbe513562e2133164d694cbff092c47bbb4efa182711421f0c0cc5d3.cairo" - }, - "parent_location": [ - { - "end_col": 73, - "end_line": 532, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 62, - "start_line": 532 - }, - "While handling calldata argument 'data'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "5072": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/4f1f3aa0a6fec21a155d7e953cd34daa7ca48450bbb80f627eb4f8df9f25922a.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 532, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/e0af26f9fbe513562e2133164d694cbff092c47bbb4efa182711421f0c0cc5d3.cairo" - }, - "parent_location": [ - { - "end_col": 73, - "end_line": 532, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 62, - "start_line": 532 - }, - "While handling calldata argument 'data'" - ], - "start_col": 26, - "start_line": 8 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 46, - "start_line": 532 - }, - "While handling calldata argument 'data_len'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "5074": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/4f1f3aa0a6fec21a155d7e953cd34daa7ca48450bbb80f627eb4f8df9f25922a.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 532, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/e0af26f9fbe513562e2133164d694cbff092c47bbb4efa182711421f0c0cc5d3.cairo" - }, - "parent_location": [ - { - "end_col": 73, - "end_line": 532, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 62, - "start_line": 532 - }, - "While handling calldata argument 'data'" - ], - "start_col": 43, - "start_line": 8 - }, - "While expanding the reference '__calldata_arg_data_len' in:" - ], - "start_col": 46, - "start_line": 532 - }, - "While handling calldata argument 'data_len'" - ], - "start_col": 31, - "start_line": 1 - } - }, - "5075": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 70, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/e0af26f9fbe513562e2133164d694cbff092c47bbb4efa182711421f0c0cc5d3.cairo" - }, - "parent_location": [ - { - "end_col": 73, - "end_line": 532, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 62, - "start_line": 532 - }, - "While handling calldata argument 'data'" - ], - "start_col": 26, - "start_line": 8 - } - }, - "5076": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 531 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "5077": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/e0af26f9fbe513562e2133164d694cbff092c47bbb4efa182711421f0c0cc5d3.cairo" - }, - "parent_location": [ - { - "end_col": 73, - "end_line": 532, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/2b49474f1011f9d58397f6c4fb411d470fd935a4210c29898caaad0c7ad72623.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 532 - }, - "While handling calldata argument 'data'" - ], - "start_col": 23, - "start_line": 3 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "5078": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/2b49474f1011f9d58397f6c4fb411d470fd935a4210c29898caaad0c7ad72623.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "5079": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/2b49474f1011f9d58397f6c4fb411d470fd935a4210c29898caaad0c7ad72623.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 51, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "5080": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/e0af26f9fbe513562e2133164d694cbff092c47bbb4efa182711421f0c0cc5d3.cairo" - }, - "parent_location": [ - { - "end_col": 73, - "end_line": 532, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/2b49474f1011f9d58397f6c4fb411d470fd935a4210c29898caaad0c7ad72623.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 532 - }, - "While handling calldata argument 'data'" - ], - "start_col": 23, - "start_line": 3 - } - }, - "5082": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/df39236eab78c921af48d719316dc25209f5ba97dc94936a936f353a674f3486.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 532, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 143, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/2b49474f1011f9d58397f6c4fb411d470fd935a4210c29898caaad0c7ad72623.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 123, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_from_' in:" - ], - "start_col": 5, - "start_line": 532 - }, - "While handling calldata argument 'from_'" - ], - "start_col": 28, - "start_line": 1 - } - }, - "5083": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/dceaabc265216c0ff87c509d90446554648ec4d692c521cda952464d1fc22972.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 532, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 165, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/2b49474f1011f9d58397f6c4fb411d470fd935a4210c29898caaad0c7ad72623.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 148, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_to' in:" - ], - "start_col": 18, - "start_line": 532 - }, - "While handling calldata argument 'to'" - ], - "start_col": 25, - "start_line": 1 - } - }, - "5084": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 532, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 197, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/2b49474f1011f9d58397f6c4fb411d470fd935a4210c29898caaad0c7ad72623.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 175, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_tokenId' in:" - ], - "start_col": 28, - "start_line": 532 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "5085": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 532, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 197, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/2b49474f1011f9d58397f6c4fb411d470fd935a4210c29898caaad0c7ad72623.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 175, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_tokenId' in:" - ], - "start_col": 28, - "start_line": 532 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "5086": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/4f1f3aa0a6fec21a155d7e953cd34daa7ca48450bbb80f627eb4f8df9f25922a.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 532, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 231, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/2b49474f1011f9d58397f6c4fb411d470fd935a4210c29898caaad0c7ad72623.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 208, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_data_len' in:" - ], - "start_col": 46, - "start_line": 532 - }, - "While handling calldata argument 'data_len'" - ], - "start_col": 31, - "start_line": 1 - } - }, - "5087": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/e0af26f9fbe513562e2133164d694cbff092c47bbb4efa182711421f0c0cc5d3.cairo" - }, - "parent_location": [ - { - "end_col": 73, - "end_line": 532, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 257, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/2b49474f1011f9d58397f6c4fb411d470fd935a4210c29898caaad0c7ad72623.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 238, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_data' in:" - ], - "start_col": 62, - "start_line": 532 - }, - "While handling calldata argument 'data'" - ], - "start_col": 27, - "start_line": 5 - } - }, - "5089": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 531 - } - }, - "5091": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/2b49474f1011f9d58397f6c4fb411d470fd935a4210c29898caaad0c7ad72623.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/2b49474f1011f9d58397f6c4fb411d470fd935a4210c29898caaad0c7ad72623.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "5093": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/2b49474f1011f9d58397f6c4fb411d470fd935a4210c29898caaad0c7ad72623.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - } - }, - "5094": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/2b49474f1011f9d58397f6c4fb411d470fd935a4210c29898caaad0c7ad72623.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - } - }, - "5095": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/2b49474f1011f9d58397f6c4fb411d470fd935a4210c29898caaad0c7ad72623.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "5096": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/2b49474f1011f9d58397f6c4fb411d470fd935a4210c29898caaad0c7ad72623.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "5098": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/2b49474f1011f9d58397f6c4fb411d470fd935a4210c29898caaad0c7ad72623.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "5099": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/safeTransferFrom/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 531, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 531 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "5100": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 542, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 542 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 28, - "start_line": 40 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 44, - "start_line": 539 - } - }, - "5101": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 542, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 542 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 48, - "start_line": 40 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 16, - "start_line": 539 - } - }, - "5102": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 91, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 542, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 542 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 76, - "start_line": 40 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 539 - } - }, - "5103": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 542, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 542 - } - }, - "5105": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 74, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 542, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 114, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 543, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 543 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 16, - "start_line": 114 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 542 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 48, - "start_line": 40 - } - }, - "5106": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 542, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 114, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 543, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 543 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 44, - "start_line": 114 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 542 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 28, - "start_line": 40 - } - }, - "5107": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 91, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 542, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 114, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/enumerable/library.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 543, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 543 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 114 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 542 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 76, - "start_line": 40 - } - }, - "5108": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 540, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 543, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 543 - }, - "While expanding the reference 'to' in:" - ], - "start_col": 5, - "start_line": 540 - } - }, - "5109": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 540, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 543, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 32, - "start_line": 543 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 15, - "start_line": 540 - } - }, - "5110": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 540, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 543, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 32, - "start_line": 543 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 15, - "start_line": 540 - } - }, - "5111": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 543, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 543 - } - }, - "5113": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 544, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 544 - } - }, - "5114": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 540, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 539 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 539 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 15, - "start_line": 540 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 22, - "start_line": 3 - } - }, - "5116": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 539 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "5117": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintOwner/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintOwner/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 539 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 16, - "start_line": 539 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "5118": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintOwner/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintOwner/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 539 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 44, - "start_line": 539 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "5119": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintOwner/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintOwner/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 539 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 539 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "5120": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/dceaabc265216c0ff87c509d90446554648ec4d692c521cda952464d1fc22972.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 540, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 137, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintOwner/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 539 - }, - "While constructing the external wrapper for:" - ], - "start_col": 120, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_to' in:" - ], - "start_col": 5, - "start_line": 540 - }, - "While handling calldata argument 'to'" - ], - "start_col": 25, - "start_line": 1 - } - }, - "5121": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 540, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 169, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintOwner/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 539 - }, - "While constructing the external wrapper for:" - ], - "start_col": 147, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_tokenId' in:" - ], - "start_col": 15, - "start_line": 540 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "5122": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 540, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 169, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintOwner/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 539 - }, - "While constructing the external wrapper for:" - ], - "start_col": 147, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_tokenId' in:" - ], - "start_col": 15, - "start_line": 540 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "5123": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 539 - } - }, - "5125": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/mintOwner/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 539 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/mintOwner/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 539 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "5127": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintOwner/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintOwner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 539 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 539 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - } - }, - "5128": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintOwner/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintOwner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 539 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 539 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - } - }, - "5129": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintOwner/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintOwner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 539 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 539 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "5130": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/mintOwner/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintOwner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 539 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 539 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "5132": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/mintOwner/5388f692818f55977b2452a31ce8c0a2aaeeb5ab5c5db8c2d2f3ab50dcff739b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintOwner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 539 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 539 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "5133": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/mintOwner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 539, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 539 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "5134": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 270, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 549, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 549 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 270 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 11, - "start_line": 548 - } - }, - "5135": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 270, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 549, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 549 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 62, - "start_line": 270 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 39, - "start_line": 548 - } - }, - "5136": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 74, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 97, - "end_line": 270, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/token/erc721/library.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 549, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 549 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 82, - "start_line": 270 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 59, - "start_line": 548 - } - }, - "5137": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 92, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 549, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 36, - "start_line": 549 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 76, - "start_line": 548 - } - }, - "5138": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 92, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 549, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 36, - "start_line": 549 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 76, - "start_line": 548 - } - }, - "5139": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 549, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 549 - } - }, - "5141": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 92, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 550, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 550 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 76, - "start_line": 548 - } - }, - "5142": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 92, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 550, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 28, - "start_line": 550 - }, - "While expanding the reference 'tokenId' in:" - ], - "start_col": 76, - "start_line": 548 - } - }, - "5143": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 550, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 550 - } - }, - "5145": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 551, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 5, - "start_line": 551 - } - }, - "5146": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 92, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 548 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 548 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 76, - "start_line": 548 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 22, - "start_line": 3 - } - }, - "5148": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 548 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "5149": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/burn/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/burn/eaf4d781176f2c7f8e24c490df96b0bc54d4e6b6ef7b6749ba2322b4fdcc923a.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 548 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 11, - "start_line": 548 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "5150": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/burn/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/burn/eaf4d781176f2c7f8e24c490df96b0bc54d4e6b6ef7b6749ba2322b4fdcc923a.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 548 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 39, - "start_line": 548 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "5151": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/burn/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/burn/eaf4d781176f2c7f8e24c490df96b0bc54d4e6b6ef7b6749ba2322b4fdcc923a.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 548 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 59, - "start_line": 548 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "5152": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 92, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 147, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/burn/eaf4d781176f2c7f8e24c490df96b0bc54d4e6b6ef7b6749ba2322b4fdcc923a.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 548 - }, - "While constructing the external wrapper for:" - ], - "start_col": 125, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_tokenId' in:" - ], - "start_col": 76, - "start_line": 548 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "5153": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/60c79ef5477686f2843e61432dcde7f4fc0f354d42095115ea9dca625a35df6e.cairo" - }, - "parent_location": [ - { - "end_col": 92, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 147, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/burn/eaf4d781176f2c7f8e24c490df96b0bc54d4e6b6ef7b6749ba2322b4fdcc923a.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 548 - }, - "While constructing the external wrapper for:" - ], - "start_col": 125, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_tokenId' in:" - ], - "start_col": 76, - "start_line": 548 - }, - "While handling calldata argument 'tokenId'" - ], - "start_col": 30, - "start_line": 1 - } - }, - "5154": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 548 - } - }, - "5156": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.burn" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/burn/eaf4d781176f2c7f8e24c490df96b0bc54d4e6b6ef7b6749ba2322b4fdcc923a.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 548 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/burn/eaf4d781176f2c7f8e24c490df96b0bc54d4e6b6ef7b6749ba2322b4fdcc923a.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 548 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "5158": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/burn/eaf4d781176f2c7f8e24c490df96b0bc54d4e6b6ef7b6749ba2322b4fdcc923a.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/burn/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 548 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 548 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - } - }, - "5159": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/burn/eaf4d781176f2c7f8e24c490df96b0bc54d4e6b6ef7b6749ba2322b4fdcc923a.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/burn/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 548 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 548 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - } - }, - "5160": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/burn/eaf4d781176f2c7f8e24c490df96b0bc54d4e6b6ef7b6749ba2322b4fdcc923a.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/burn/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 548 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 548 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "5161": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/burn/eaf4d781176f2c7f8e24c490df96b0bc54d4e6b6ef7b6749ba2322b4fdcc923a.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/burn/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 548 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 548 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "5163": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/burn/eaf4d781176f2c7f8e24c490df96b0bc54d4e6b6ef7b6749ba2322b4fdcc923a.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/burn/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 548 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 548 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "5164": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.burn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/burn/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 548, - "input_file": { - "filename": "src/sheet/DustyPilots.cairo" - }, - "start_col": 6, - "start_line": 548 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - } - } - }, - "hints": { - "0": [ - { - "accessible_scopes": [ - "starkware.cairo.common.alloc", - "starkware.cairo.common.alloc.alloc" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 0, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "12": [ - { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "code": "vm_enter_scope({'n': ids.len})", - "flow_tracking_data": { - "ap_tracking": { - "group": 2, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.memcpy.memcpy.len": 0 - } - } - } - ], - "20": [ - { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "code": "n -= 1\nids.continue_copying = 1 if n > 0 else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 2, - "offset": 5 - }, - "reference_ids": { - "starkware.cairo.common.memcpy.memcpy.continue_copying": 1 - } - } - } - ], - "23": [ - { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "code": "vm_exit_scope()", - "flow_tracking_data": { - "ap_tracking": { - "group": 2, - "offset": 6 - }, - "reference_ids": {} - } - } - ], - "32": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.call_contract" - ], - "code": "syscall_handler.call_contract(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 4, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.call_contract.syscall_ptr": 2 - } - } - } - ], - "40": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "code": "syscall_handler.get_caller_address(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 5, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.get_caller_address.syscall_ptr": 3 - } - } - } - ], - "48": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "code": "syscall_handler.storage_read(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 6, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.storage_read.syscall_ptr": 4 - } - } - } - ], - "57": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "code": "syscall_handler.storage_write(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 7, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.storage_write.syscall_ptr": 5 - } - } - } - ], - "67": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "code": "syscall_handler.emit_event(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 8, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.emit_event.syscall_ptr": 6 - } - } - } - ], - "70": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_not_zero" - ], - "code": "from starkware.cairo.common.math_utils import assert_integer\nassert_integer(ids.value)\nassert ids.value % PRIME != 0, f'assert_not_zero failed: {ids.value} = 0.'", - "flow_tracking_data": { - "ap_tracking": { - "group": 9, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.assert_not_zero.value": 7 - } - } - } - ], - "75": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_not_equal" - ], - "code": "from starkware.cairo.lang.vm.relocatable import RelocatableValue\nboth_ints = isinstance(ids.a, int) and isinstance(ids.b, int)\nboth_relocatable = (\n isinstance(ids.a, RelocatableValue) and isinstance(ids.b, RelocatableValue) and\n ids.a.segment_index == ids.b.segment_index)\nassert both_ints or both_relocatable, \\\n f'assert_not_equal failed: non-comparable values: {ids.a}, {ids.b}.'\nassert (ids.a - ids.b) % PRIME != 0, f'assert_not_equal failed: {ids.a} = {ids.b}.'", - "flow_tracking_data": { - "ap_tracking": { - "group": 10, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.assert_not_equal.a": 8, - "starkware.cairo.common.math.assert_not_equal.b": 9 - } - } - } - ], - "81": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_nn" - ], - "code": "from starkware.cairo.common.math_utils import assert_integer\nassert_integer(ids.a)\nassert 0 <= ids.a % PRIME < range_check_builtin.bound, f'a = {ids.a} is out of range.'", - "flow_tracking_data": { - "ap_tracking": { - "group": 11, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.assert_nn.a": 10 - } - } - } - ], - "90": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "code": "from starkware.cairo.common.math_utils import as_int\n\n# Correctness check.\nvalue = as_int(ids.value, PRIME) % PRIME\nassert value < ids.UPPER_BOUND, f'{value} is outside of the range [0, 2**250).'\n\n# Calculation for the assertion.\nids.high, ids.low = divmod(ids.value, ids.SHIFT)", - "flow_tracking_data": { - "ap_tracking": { - "group": 13, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.assert_250_bit.high": 13, - "starkware.cairo.common.math.assert_250_bit.low": 12, - "starkware.cairo.common.math.assert_250_bit.value": 11 - } - } - } - ], - "103": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "code": "import itertools\n\nfrom starkware.cairo.common.math_utils import assert_integer\nassert_integer(ids.a)\nassert_integer(ids.b)\na = ids.a % PRIME\nb = ids.b % PRIME\nassert a <= b, f'a = {a} is not less than or equal to b = {b}.'\n\n# Find an arc less than PRIME / 3, and another less than PRIME / 2.\nlengths_and_indices = [(a, 0), (b - a, 1), (PRIME - 1 - b, 2)]\nlengths_and_indices.sort()\nassert lengths_and_indices[0][0] <= PRIME // 3 and lengths_and_indices[1][0] <= PRIME // 2\nexcluded = lengths_and_indices[2][1]\n\nmemory[ids.range_check_ptr + 1], memory[ids.range_check_ptr + 0] = (\n divmod(lengths_and_indices[0][0], ids.PRIME_OVER_3_HIGH))\nmemory[ids.range_check_ptr + 3], memory[ids.range_check_ptr + 2] = (\n divmod(lengths_and_indices[1][0], ids.PRIME_OVER_2_HIGH))", - "flow_tracking_data": { - "ap_tracking": { - "group": 14, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.assert_le_felt.a": 14, - "starkware.cairo.common.math.assert_le_felt.b": 15, - "starkware.cairo.common.math.assert_le_felt.range_check_ptr": 16 - } - } - } - ], - "113": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "code": "memory[ap] = 1 if excluded != 0 else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 14, - "offset": 8 - }, - "reference_ids": {} - } - } - ], - "127": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "code": "memory[ap] = 1 if excluded != 1 else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 14, - "offset": 9 - }, - "reference_ids": {} - } - } - ], - "139": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "code": "assert excluded == 2", - "flow_tracking_data": { - "ap_tracking": { - "group": 14, - "offset": 10 - }, - "reference_ids": {} - } - } - ], - "148": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_lt_felt" - ], - "code": "from starkware.cairo.common.math_utils import assert_integer\nassert_integer(ids.a)\nassert_integer(ids.b)\nassert (ids.a % PRIME) < (ids.b % PRIME), \\\n f'a = {ids.a % PRIME} is not less than b = {ids.b % PRIME}.'", - "flow_tracking_data": { - "ap_tracking": { - "group": 15, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.assert_lt_felt.a": 17, - "starkware.cairo.common.math.assert_lt_felt.b": 18 - } - } - } - ], - "159": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.signed_div_rem" - ], - "code": "from starkware.cairo.common.math_utils import as_int, assert_integer\n\nassert_integer(ids.div)\nassert 0 < ids.div <= PRIME // range_check_builtin.bound, \\\n f'div={hex(ids.div)} is out of the valid range.'\n\nassert_integer(ids.bound)\nassert ids.bound <= range_check_builtin.bound // 2, \\\n f'bound={hex(ids.bound)} is out of the valid range.'\n\nint_value = as_int(ids.value, PRIME)\nq, ids.r = divmod(int_value, ids.div)\n\nassert -ids.bound <= q < ids.bound, \\\n f'{int_value} / {ids.div} = {q} is out of the range [{-ids.bound}, {ids.bound}).'\n\nids.biased_q = q + ids.bound", - "flow_tracking_data": { - "ap_tracking": { - "group": 16, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.signed_div_rem.biased_q": 23, - "starkware.cairo.common.math.signed_div_rem.bound": 21, - "starkware.cairo.common.math.signed_div_rem.div": 20, - "starkware.cairo.common.math.signed_div_rem.r": 22, - "starkware.cairo.common.math.signed_div_rem.value": 19 - } - } - } - ], - "187": [ - { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "code": "# Verify the assumptions on the relationship between 2**250, ADDR_BOUND and PRIME.\nADDR_BOUND = ids.ADDR_BOUND % PRIME\nassert (2**250 < ADDR_BOUND <= 2**251) and (2 * 2**250 < PRIME) and (\n ADDR_BOUND * 2 > PRIME), \\\n 'normalize_address() cannot be used with the current constants.'\nids.is_small = 1 if ids.addr < ADDR_BOUND else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 17, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.storage.normalize_address.addr": 24, - "starkware.starknet.common.storage.normalize_address.is_small": 25 - } - } - } - ], - "205": [ - { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "code": "ids.is_250 = 1 if ids.addr < 2**250 else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 17, - "offset": 2 - }, - "reference_ids": { - "starkware.starknet.common.storage.normalize_address.addr": 24, - "starkware.starknet.common.storage.normalize_address.is_250": 26 - } - } - } - ], - "349": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "code": "memory[ap] = 0 if 0 <= (ids.a % PRIME) < range_check_builtin.bound else 1", - "flow_tracking_data": { - "ap_tracking": { - "group": 32, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math_cmp.is_nn.a": 27 - } - } - } - ], - "359": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "code": "memory[ap] = 0 if 0 <= ((-ids.a - 1) % PRIME) < range_check_builtin.bound else 1", - "flow_tracking_data": { - "ap_tracking": { - "group": 32, - "offset": 1 - }, - "reference_ids": { - "starkware.cairo.common.math_cmp.is_nn.a": 27 - } - } - } - ], - "387": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le_felt" - ], - "code": "memory[ap] = 0 if (ids.a % PRIME) <= (ids.b % PRIME) else 1", - "flow_tracking_data": { - "ap_tracking": { - "group": 34, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math_cmp.is_le_felt.a": 28, - "starkware.cairo.common.math_cmp.is_le_felt.b": 29 - } - } - } - ], - "420": [ - { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.uint256_add" - ], - "code": "sum_low = ids.a.low + ids.b.low\nids.carry_low = 1 if sum_low >= ids.SHIFT else 0\nsum_high = ids.a.high + ids.b.high + ids.carry_low\nids.carry_high = 1 if sum_high >= ids.SHIFT else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 37, - "offset": 4 - }, - "reference_ids": { - "starkware.cairo.common.uint256.uint256_add.a": 30, - "starkware.cairo.common.uint256.uint256_add.b": 31, - "starkware.cairo.common.uint256.uint256_add.carry_high": 33, - "starkware.cairo.common.uint256.uint256_add.carry_low": 32 - } - } - } - ], - "442": [ - { - "accessible_scopes": [ - "starkware.cairo.common.uint256", - "starkware.cairo.common.uint256.split_64" - ], - "code": "ids.low = ids.a & ((1<<64) - 1)\nids.high = ids.a >> 64", - "flow_tracking_data": { - "ap_tracking": { - "group": 38, - "offset": 2 - }, - "reference_ids": { - "starkware.cairo.common.uint256.split_64.a": 34, - "starkware.cairo.common.uint256.split_64.high": 36, - "starkware.cairo.common.uint256.split_64.low": 35 - } - } - } - ], - "2358": [ - { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict" - ], - "code": "vm_enter_scope()", - "flow_tracking_data": { - "ap_tracking": { - "group": 145, - "offset": 3 - }, - "reference_ids": {} - } - } - ], - "2361": [ - { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict" - ], - "code": "vm_exit_scope()", - "flow_tracking_data": { - "ap_tracking": { - "group": 145, - "offset": 3 - }, - "reference_ids": {} - } - } - ], - "2366": [ - { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict" - ], - "code": "dict_access_size = ids.DictAccess.SIZE\naddress = ids.dict_accesses.address_\nassert ids.ptr_diff % dict_access_size == 0, \\\n 'Accesses array size must be divisible by DictAccess.SIZE'\nn_accesses = ids.n_accesses\nif '__squash_dict_max_size' in globals():\n assert n_accesses <= __squash_dict_max_size, \\\n f'squash_dict() can only be used with n_accesses<={__squash_dict_max_size}. ' \\\n f'Got: n_accesses={n_accesses}.'\n# A map from key to the list of indices accessing it.\naccess_indices = {}\nfor i in range(n_accesses):\n key = memory[address + dict_access_size * i]\n access_indices.setdefault(key, []).append(i)\n# Descending list of keys.\nkeys = sorted(access_indices.keys(), reverse=True)\n# Are the keys used bigger than range_check bound.\nids.big_keys = 1 if keys[0] >= range_check_builtin.bound else 0\nids.first_key = key = keys.pop()", - "flow_tracking_data": { - "ap_tracking": { - "group": 145, - "offset": 4 - }, - "reference_ids": { - "starkware.cairo.common.squash_dict.squash_dict.big_keys": 40, - "starkware.cairo.common.squash_dict.squash_dict.dict_accesses": 37, - "starkware.cairo.common.squash_dict.squash_dict.first_key": 39, - "starkware.cairo.common.squash_dict.squash_dict.n_accesses": 41, - "starkware.cairo.common.squash_dict.squash_dict.ptr_diff": 38 - } - } - } - ], - "2383": [ - { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict" - ], - "code": "vm_exit_scope()", - "flow_tracking_data": { - "ap_tracking": { - "group": 146, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "2386": [ - { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "code": "current_access_indices = sorted(access_indices[key])[::-1]\ncurrent_access_index = current_access_indices.pop()\nmemory[ids.range_check_ptr] = current_access_index", - "flow_tracking_data": { - "ap_tracking": { - "group": 147, - "offset": 2 - }, - "reference_ids": { - "starkware.cairo.common.squash_dict.squash_dict_inner.range_check_ptr": 42 - } - } - } - ], - "2397": [ - { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "code": "ids.should_skip_loop = 0 if current_access_indices else 1", - "flow_tracking_data": { - "ap_tracking": { - "group": 147, - "offset": 7 - }, - "reference_ids": { - "starkware.cairo.common.squash_dict.squash_dict_inner.should_skip_loop": 43 - } - } - } - ], - "2399": [ - { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "code": "new_access_index = current_access_indices.pop()\nids.loop_temps.index_delta_minus1 = new_access_index - current_access_index - 1\ncurrent_access_index = new_access_index", - "flow_tracking_data": { - "ap_tracking": { - "group": 147, - "offset": 7 - }, - "reference_ids": { - "starkware.cairo.common.squash_dict.squash_dict_inner.loop_temps": 44 - } - } - } - ], - "2410": [ - { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "code": "ids.loop_temps.should_continue = 1 if current_access_indices else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 147, - "offset": 13 - }, - "reference_ids": { - "starkware.cairo.common.squash_dict.squash_dict_inner.loop_temps": 44 - } - } - } - ], - "2412": [ - { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "code": "assert len(current_access_indices) == 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 148, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "2415": [ - { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "code": "assert ids.n_used_accesses == len(access_indices[key])", - "flow_tracking_data": { - "ap_tracking": { - "group": 148, - "offset": 2 - }, - "reference_ids": { - "starkware.cairo.common.squash_dict.squash_dict_inner.n_used_accesses": 45 - } - } - } - ], - "2419": [ - { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "code": "assert len(keys) == 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 148, - "offset": 3 - }, - "reference_ids": {} - } - } - ], - "2426": [ - { - "accessible_scopes": [ - "starkware.cairo.common.squash_dict", - "starkware.cairo.common.squash_dict.squash_dict_inner" - ], - "code": "assert len(keys) > 0, 'No keys left but remaining_accesses > 0.'\nids.next_key = key = keys.pop()", - "flow_tracking_data": { - "ap_tracking": { - "group": 148, - "offset": 4 - }, - "reference_ids": { - "starkware.cairo.common.squash_dict.squash_dict_inner.next_key": 46 - } - } - } - ], - "2456": [ - { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_new" - ], - "code": "if '__dict_manager' not in globals():\n from starkware.cairo.common.dict import DictManager\n __dict_manager = DictManager()\n\nmemory[ap] = __dict_manager.new_dict(segments, initial_dict)\ndel initial_dict", - "flow_tracking_data": { - "ap_tracking": { - "group": 151, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "2461": [ - { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_read" - ], - "code": "dict_tracker = __dict_manager.get_tracker(ids.dict_ptr)\ndict_tracker.current_ptr += ids.DictAccess.SIZE\nids.value = dict_tracker.data[ids.key]", - "flow_tracking_data": { - "ap_tracking": { - "group": 152, - "offset": 1 - }, - "reference_ids": { - "starkware.cairo.common.dict.dict_read.dict_ptr": 48, - "starkware.cairo.common.dict.dict_read.key": 47, - "starkware.cairo.common.dict.dict_read.value": 49 - } - } - } - ], - "2468": [ - { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_write" - ], - "code": "dict_tracker = __dict_manager.get_tracker(ids.dict_ptr)\ndict_tracker.current_ptr += ids.DictAccess.SIZE\nids.dict_ptr.prev_value = dict_tracker.data[ids.key]\ndict_tracker.data[ids.key] = ids.new_value", - "flow_tracking_data": { - "ap_tracking": { - "group": 153, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.dict.dict_write.dict_ptr": 52, - "starkware.cairo.common.dict.dict_write.key": 50, - "starkware.cairo.common.dict.dict_write.new_value": 51 - } - } - } - ], - "2475": [ - { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_squash" - ], - "code": "# Prepare arguments for dict_new. In particular, the same dictionary values should be copied\n# to the new (squashed) dictionary.\nvm_enter_scope({\n # Make __dict_manager accessible.\n '__dict_manager': __dict_manager,\n # Create a copy of the dict, in case it changes in the future.\n 'initial_dict': dict(__dict_manager.get_dict(ids.dict_accesses_end)),\n})", - "flow_tracking_data": { - "ap_tracking": { - "group": 154, - "offset": 1 - }, - "reference_ids": { - "starkware.cairo.common.dict.dict_squash.dict_accesses_end": 53 - } - } - } - ], - "2478": [ - { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_squash" - ], - "code": "vm_exit_scope()", - "flow_tracking_data": { - "ap_tracking": { - "group": 154, - "offset": 4 - }, - "reference_ids": {} - } - } - ], - "2484": [ - { - "accessible_scopes": [ - "starkware.cairo.common.dict", - "starkware.cairo.common.dict.dict_squash" - ], - "code": "# Update the DictTracker's current_ptr to point to the end of the squashed dict.\n__dict_manager.get_tracker(ids.squashed_dict_start).current_ptr = \\\n ids.squashed_dict_end.address_", - "flow_tracking_data": { - "ap_tracking": { - "group": 155, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.dict.dict_squash.squashed_dict_end": 55, - "starkware.cairo.common.dict.dict_squash.squashed_dict_start": 54 - } - } - } - ], - "2488": [ - { - "accessible_scopes": [ - "starkware.cairo.common.default_dict", - "starkware.cairo.common.default_dict.default_dict_new" - ], - "code": "if '__dict_manager' not in globals():\n from starkware.cairo.common.dict import DictManager\n __dict_manager = DictManager()\n\nmemory[ap] = __dict_manager.new_default_dict(segments, ids.default_value)", - "flow_tracking_data": { - "ap_tracking": { - "group": 156, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.default_dict.default_dict_new.default_value": 56 - } - } - } - ], - "3518": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.owner_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 228, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "3558": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 233, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "3585": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMaxPerWallet" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 237, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "3600": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMaxPerWallet_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 239, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "3642": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setNRow" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 244, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "3657": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getNRow_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 246, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "3699": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCellRenderer" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 251, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "3714": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCellRenderer_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 253, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "3756": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setMerkleRoot" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 258, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "3779": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.openMint" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 262, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "3802": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.closeMint" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 266, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "3817": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getMerkleRoot_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 268, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "3899": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setCell" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 273, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "3915": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getCell_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 276, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "3991": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCell_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 284, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "4031": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderCellValue_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 289, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "4100": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.renderGrid_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 295, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "4204": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintPublic" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 304, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "4283": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintAndSetPublic" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 309, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "4305": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenURI_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 312, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "4487": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.contractURI_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 447, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "4572": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initialize" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 454, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "4587": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_initialized_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 456, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "4622": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.totalSupply_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 459, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "4660": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenByIndex_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 462, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "4703": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.tokenOfOwnerByIndex_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 465, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "4740": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.supportsInterface_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 469, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "4773": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.name_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 473, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "4803": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.symbol_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 476, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "4834": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.balanceOf_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 479, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "4870": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.ownerOf_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 482, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "4906": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getApproved_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 486, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "4942": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.isApprovedForAll_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 490, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "4990": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.approve" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 495, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "5017": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setApprovalForAll" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 497, - "offset": 129 - }, - "reference_ids": {} - } - } - ], - "5048": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferFrom" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 501, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "5091": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.safeTransferFrom" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 505, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "5125": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.mintOwner" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 510, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "5156": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.burn" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 514, - "offset": 0 - }, - "reference_ids": {} - } - } - ] - }, - "identifiers": { - "__main__.CellRendered": { - "destination": "sheet.library.CellRendered", - "type": "alias" - }, - "__main__.DEFAULT_VALUE": { - "destination": "sheet.library.DEFAULT_VALUE", - "type": "alias" - }, - "__main__.DictAccess": { - "destination": "starkware.cairo.common.dict.DictAccess", - "type": "alias" - }, - "__main__.ERC165": { - "destination": "openzeppelin.introspection.erc165.library.ERC165", - "type": "alias" - }, - "__main__.ERC721": { - "destination": "openzeppelin.token.erc721.library.ERC721", - "type": "alias" - }, - "__main__.ERC721Enumerable": { - "destination": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "type": "alias" - }, - "__main__.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "__main__.Ownable": { - "destination": "openzeppelin.access.ownable.library.Ownable", - "type": "alias" - }, - "__main__.RC_BOUND": { - "destination": "starkware.cairo.common.math_cmp.RC_BOUND", - "type": "alias" - }, - "__main__.Sheet": { - "destination": "sheet.library.Sheet", - "type": "alias" - }, - "__main__.Sheet_cell_renderer": { - "destination": "sheet.library.Sheet_cell_renderer", - "type": "alias" - }, - "__main__.Sheet_max_per_wallet": { - "destination": "sheet.library.Sheet_max_per_wallet", - "type": "alias" - }, - "__main__.Sheet_merkle_root": { - "destination": "sheet.library.Sheet_merkle_root", - "type": "alias" - }, - "__main__.SignatureBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.SignatureBuiltin", - "type": "alias" - }, - "__main__.TRUE": { - "destination": "starkware.cairo.common.bool.TRUE", - "type": "alias" - }, - "__main__.Uint256": { - "destination": "starkware.cairo.common.uint256.Uint256", - "type": "alias" - }, - "__main__._n_row": { - "type": "namespace" - }, - "__main__._n_row.Args": { - "full_name": "__main__._n_row.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._n_row.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "__main__._n_row.ImplicitArgs": { - "full_name": "__main__._n_row.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._n_row.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__._n_row.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._n_row.addr": { - "decorators": [], - "pc": 3482, - "type": "function" - }, - "__main__._n_row.addr.Args": { - "full_name": "__main__._n_row.addr.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._n_row.addr.ImplicitArgs": { - "full_name": "__main__._n_row.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "__main__._n_row.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "__main__._n_row.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._n_row.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "__main__._n_row.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "__main__._n_row.read": { - "decorators": [], - "pc": 3487, - "type": "function" - }, - "__main__._n_row.read.Args": { - "full_name": "__main__._n_row.read.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._n_row.read.ImplicitArgs": { - "full_name": "__main__._n_row.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._n_row.read.Return": { - "cairo_type": "(n_row: felt)", - "type": "type_definition" - }, - "__main__._n_row.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._n_row.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "__main__._n_row.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "__main__._n_row.write": { - "decorators": [], - "pc": 3500, - "type": "function" - }, - "__main__._n_row.write.Args": { - "full_name": "__main__._n_row.write.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__._n_row.write.ImplicitArgs": { - "full_name": "__main__._n_row.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._n_row.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__._n_row.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "__main__.approve": { - "decorators": [ - "external" - ], - "pc": 4970, - "type": "function" - }, - "__main__.approve.Args": { - "full_name": "__main__.approve.Args", - "members": { - "to": { - "cairo_type": "felt", - "offset": 0 - }, - "tokenId": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.approve.ImplicitArgs": { - "full_name": "__main__.approve.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.approve.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.approve.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.assert_le": { - "destination": "starkware.cairo.common.math.assert_le", - "type": "alias" - }, - "__main__.assert_uint256_le": { - "destination": "starkware.cairo.common.uint256.assert_uint256_le", - "type": "alias" - }, - "__main__.balanceOf": { - "decorators": [ - "view" - ], - "pc": 4827, - "type": "function" - }, - "__main__.balanceOf.Args": { - "full_name": "__main__.balanceOf.Args", - "members": { - "owner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__.balanceOf.ImplicitArgs": { - "full_name": "__main__.balanceOf.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.balanceOf.Return": { - "cairo_type": "(balance: starkware.cairo.common.uint256.Uint256)", - "type": "type_definition" - }, - "__main__.balanceOf.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.burn": { - "decorators": [ - "external" - ], - "pc": 5134, - "type": "function" - }, - "__main__.burn.Args": { - "full_name": "__main__.burn.Args", - "members": { - "tokenId": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__main__.burn.ImplicitArgs": { - "full_name": "__main__.burn.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.burn.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.burn.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.closeMint": { - "decorators": [ - "external" - ], - "pc": 3788, - "type": "function" - }, - "__main__.closeMint.Args": { - "full_name": "__main__.closeMint.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.closeMint.ImplicitArgs": { - "full_name": "__main__.closeMint.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.closeMint.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.closeMint.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.contractURI": { - "decorators": [ - "view" - ], - "pc": 4347, - "type": "function" - }, - "__main__.contractURI.Args": { - "full_name": "__main__.contractURI.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.contractURI.ImplicitArgs": { - "full_name": "__main__.contractURI.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.contractURI.Return": { - "cairo_type": "(contractURI_len: felt, contractURI: felt*)", - "type": "type_definition" - }, - "__main__.contractURI.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.contractURI.contract_uri_dw": { - "pc": 4358, - "type": "label" - }, - "__main__.default_dict_finalize": { - "destination": "starkware.cairo.common.default_dict.default_dict_finalize", - "type": "alias" - }, - "__main__.default_dict_new": { - "destination": "starkware.cairo.common.default_dict.default_dict_new", - "type": "alias" - }, - "__main__.getApproved": { - "decorators": [ - "view" - ], - "pc": 4898, - "type": "function" - }, - "__main__.getApproved.Args": { - "full_name": "__main__.getApproved.Args", - "members": { - "tokenId": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__main__.getApproved.ImplicitArgs": { - "full_name": "__main__.getApproved.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.getApproved.Return": { - "cairo_type": "(approved: felt)", - "type": "type_definition" - }, - "__main__.getApproved.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.getCell": { - "decorators": [ - "view" - ], - "pc": 3908, - "type": "function" - }, - "__main__.getCell.Args": { - "full_name": "__main__.getCell.Args", - "members": { - "tokenId": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__.getCell.ImplicitArgs": { - "full_name": "__main__.getCell.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.getCell.Return": { - "cairo_type": "(contractAddress: felt, value: felt, cell_calldata_len: felt, cell_calldata: felt*)", - "type": "type_definition" - }, - "__main__.getCell.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.getCellRenderer": { - "decorators": [ - "view" - ], - "pc": 3708, - "type": "function" - }, - "__main__.getCellRenderer.Args": { - "full_name": "__main__.getCellRenderer.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.getCellRenderer.ImplicitArgs": { - "full_name": "__main__.getCellRenderer.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.getCellRenderer.Return": { - "cairo_type": "(address: felt)", - "type": "type_definition" - }, - "__main__.getCellRenderer.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.getMaxPerWallet": { - "decorators": [ - "view" - ], - "pc": 3594, - "type": "function" - }, - "__main__.getMaxPerWallet.Args": { - "full_name": "__main__.getMaxPerWallet.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.getMaxPerWallet.ImplicitArgs": { - "full_name": "__main__.getMaxPerWallet.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.getMaxPerWallet.Return": { - "cairo_type": "(max: felt)", - "type": "type_definition" - }, - "__main__.getMaxPerWallet.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.getMerkleRoot": { - "decorators": [ - "view" - ], - "pc": 3811, - "type": "function" - }, - "__main__.getMerkleRoot.Args": { - "full_name": "__main__.getMerkleRoot.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.getMerkleRoot.ImplicitArgs": { - "full_name": "__main__.getMerkleRoot.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.getMerkleRoot.Return": { - "cairo_type": "(root: felt)", - "type": "type_definition" - }, - "__main__.getMerkleRoot.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.getNRow": { - "decorators": [ - "view" - ], - "pc": 3651, - "type": "function" - }, - "__main__.getNRow.Args": { - "full_name": "__main__.getNRow.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.getNRow.ImplicitArgs": { - "full_name": "__main__.getNRow.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.getNRow.Return": { - "cairo_type": "(n_row: felt)", - "type": "type_definition" - }, - "__main__.getNRow.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.get_caller_address": { - "destination": "starkware.starknet.common.syscalls.get_caller_address", - "type": "alias" - }, - "__main__.get_label_location": { - "destination": "starkware.cairo.common.registers.get_label_location", - "type": "alias" - }, - "__main__.initialize": { - "decorators": [ - "external" - ], - "pc": 4525, - "type": "function" - }, - "__main__.initialize.Args": { - "full_name": "__main__.initialize.Args", - "members": { - "max_per_wallet": { - "cairo_type": "felt", - "offset": 4 - }, - "merkle_root": { - "cairo_type": "felt", - "offset": 3 - }, - "name": { - "cairo_type": "felt", - "offset": 0 - }, - "owner": { - "cairo_type": "felt", - "offset": 2 - }, - "renderer_address": { - "cairo_type": "felt", - "offset": 5 - }, - "symbol": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 6, - "type": "struct" - }, - "__main__.initialize.ImplicitArgs": { - "full_name": "__main__.initialize.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.initialize.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.initialize.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.initialized": { - "type": "namespace" - }, - "__main__.initialized.Args": { - "full_name": "__main__.initialized.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.initialized.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "__main__.initialized.ImplicitArgs": { - "full_name": "__main__.initialized.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.initialized.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.initialized.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.initialized.addr": { - "decorators": [], - "pc": 3452, - "type": "function" - }, - "__main__.initialized.addr.Args": { - "full_name": "__main__.initialized.addr.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.initialized.addr.ImplicitArgs": { - "full_name": "__main__.initialized.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "__main__.initialized.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "__main__.initialized.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.initialized.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "__main__.initialized.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "__main__.initialized.read": { - "decorators": [], - "pc": 3457, - "type": "function" - }, - "__main__.initialized.read.Args": { - "full_name": "__main__.initialized.read.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.initialized.read.ImplicitArgs": { - "full_name": "__main__.initialized.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.initialized.read.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "__main__.initialized.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.initialized.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "__main__.initialized.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "__main__.initialized.write": { - "decorators": [], - "pc": 3470, - "type": "function" - }, - "__main__.initialized.write.Args": { - "full_name": "__main__.initialized.write.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__.initialized.write.ImplicitArgs": { - "full_name": "__main__.initialized.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.initialized.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.initialized.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.isApprovedForAll": { - "decorators": [ - "view" - ], - "pc": 4934, - "type": "function" - }, - "__main__.isApprovedForAll.Args": { - "full_name": "__main__.isApprovedForAll.Args", - "members": { - "operator": { - "cairo_type": "felt", - "offset": 1 - }, - "owner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__main__.isApprovedForAll.ImplicitArgs": { - "full_name": "__main__.isApprovedForAll.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.isApprovedForAll.Return": { - "cairo_type": "(isApproved: felt)", - "type": "type_definition" - }, - "__main__.isApprovedForAll.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.is_initialized": { - "decorators": [ - "view" - ], - "pc": 4581, - "type": "function" - }, - "__main__.is_initialized.Args": { - "full_name": "__main__.is_initialized.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.is_initialized.ImplicitArgs": { - "full_name": "__main__.is_initialized.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.is_initialized.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "__main__.is_initialized.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.is_not_zero": { - "destination": "starkware.cairo.common.math_cmp.is_not_zero", - "type": "alias" - }, - "__main__.mintAndSetPublic": { - "decorators": [ - "external" - ], - "pc": 4213, - "type": "function" - }, - "__main__.mintAndSetPublic.Args": { - "full_name": "__main__.mintAndSetPublic.Args", - "members": { - "cellCalldata": { - "cairo_type": "felt*", - "offset": 7 - }, - "cellCalldata_len": { - "cairo_type": "felt", - "offset": 6 - }, - "contractAddress": { - "cairo_type": "felt", - "offset": 4 - }, - "proof": { - "cairo_type": "felt*", - "offset": 3 - }, - "proof_len": { - "cairo_type": "felt", - "offset": 2 - }, - "tokenId": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 5 - } - }, - "size": 8, - "type": "struct" - }, - "__main__.mintAndSetPublic.ImplicitArgs": { - "full_name": "__main__.mintAndSetPublic.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.mintAndSetPublic.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.mintAndSetPublic.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.mintOwner": { - "decorators": [ - "external" - ], - "pc": 5100, - "type": "function" - }, - "__main__.mintOwner.Args": { - "full_name": "__main__.mintOwner.Args", - "members": { - "to": { - "cairo_type": "felt", - "offset": 0 - }, - "tokenId": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.mintOwner.ImplicitArgs": { - "full_name": "__main__.mintOwner.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.mintOwner.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.mintOwner.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.mintPublic": { - "decorators": [ - "external" - ], - "pc": 4141, - "type": "function" - }, - "__main__.mintPublic.Args": { - "full_name": "__main__.mintPublic.Args", - "members": { - "proof": { - "cairo_type": "felt*", - "offset": 3 - }, - "proof_len": { - "cairo_type": "felt", - "offset": 2 - }, - "tokenId": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 4, - "type": "struct" - }, - "__main__.mintPublic.ImplicitArgs": { - "full_name": "__main__.mintPublic.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.mintPublic.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.mintPublic.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.name": { - "decorators": [ - "view" - ], - "pc": 4767, - "type": "function" - }, - "__main__.name.Args": { - "full_name": "__main__.name.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.name.ImplicitArgs": { - "full_name": "__main__.name.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.name.Return": { - "cairo_type": "(name: felt)", - "type": "type_definition" - }, - "__main__.name.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.openMint": { - "decorators": [ - "external" - ], - "pc": 3765, - "type": "function" - }, - "__main__.openMint.Args": { - "full_name": "__main__.openMint.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.openMint.ImplicitArgs": { - "full_name": "__main__.openMint.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.openMint.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.openMint.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.owner": { - "decorators": [ - "view" - ], - "pc": 3512, - "type": "function" - }, - "__main__.owner.Args": { - "full_name": "__main__.owner.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.owner.ImplicitArgs": { - "full_name": "__main__.owner.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.owner.Return": { - "cairo_type": "(owner: felt)", - "type": "type_definition" - }, - "__main__.owner.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.ownerOf": { - "decorators": [ - "view" - ], - "pc": 4862, - "type": "function" - }, - "__main__.ownerOf.Args": { - "full_name": "__main__.ownerOf.Args", - "members": { - "tokenId": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__main__.ownerOf.ImplicitArgs": { - "full_name": "__main__.ownerOf.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.ownerOf.Return": { - "cairo_type": "(owner: felt)", - "type": "type_definition" - }, - "__main__.ownerOf.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.renderCell": { - "decorators": [ - "view" - ], - "pc": 3958, - "type": "function" - }, - "__main__.renderCell.Args": { - "full_name": "__main__.renderCell.Args", - "members": { - "tokenId": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__.renderCell.ImplicitArgs": { - "full_name": "__main__.renderCell.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.renderCell.Return": { - "cairo_type": "(cell: sheet.library.CellRendered)", - "type": "type_definition" - }, - "__main__.renderCell.SIZEOF_LOCALS": { - "type": "const", - "value": 6 - }, - "__main__.renderCellValue": { - "decorators": [ - "view" - ], - "pc": 4020, - "type": "function" - }, - "__main__.renderCellValue.Args": { - "full_name": "__main__.renderCellValue.Args", - "members": { - "tokenId": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__.renderCellValue.ImplicitArgs": { - "full_name": "__main__.renderCellValue.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.renderCellValue.Return": { - "cairo_type": "(value: felt)", - "type": "type_definition" - }, - "__main__.renderCellValue.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.renderGrid": { - "decorators": [ - "view" - ], - "pc": 4058, - "type": "function" - }, - "__main__.renderGrid.Args": { - "full_name": "__main__.renderGrid.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.renderGrid.ImplicitArgs": { - "full_name": "__main__.renderGrid.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.renderGrid.Return": { - "cairo_type": "(cells_len: felt, cells: sheet.library.CellRendered*)", - "type": "type_definition" - }, - "__main__.renderGrid.SIZEOF_LOCALS": { - "type": "const", - "value": 6 - }, - "__main__.safeTransferFrom": { - "decorators": [ - "external" - ], - "pc": 5057, - "type": "function" - }, - "__main__.safeTransferFrom.Args": { - "full_name": "__main__.safeTransferFrom.Args", - "members": { - "data": { - "cairo_type": "felt*", - "offset": 5 - }, - "data_len": { - "cairo_type": "felt", - "offset": 4 - }, - "from_": { - "cairo_type": "felt", - "offset": 0 - }, - "to": { - "cairo_type": "felt", - "offset": 1 - }, - "tokenId": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 2 - } - }, - "size": 6, - "type": "struct" - }, - "__main__.safeTransferFrom.ImplicitArgs": { - "full_name": "__main__.safeTransferFrom.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.safeTransferFrom.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.safeTransferFrom.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.setApprovalForAll": { - "decorators": [ - "external" - ], - "pc": 4999, - "type": "function" - }, - "__main__.setApprovalForAll.Args": { - "full_name": "__main__.setApprovalForAll.Args", - "members": { - "approved": { - "cairo_type": "felt", - "offset": 1 - }, - "operator": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__main__.setApprovalForAll.ImplicitArgs": { - "full_name": "__main__.setApprovalForAll.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.setApprovalForAll.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.setApprovalForAll.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.setCell": { - "decorators": [ - "external" - ], - "pc": 3841, - "type": "function" - }, - "__main__.setCell.Args": { - "full_name": "__main__.setCell.Args", - "members": { - "cell_calldata": { - "cairo_type": "felt*", - "offset": 4 - }, - "cell_calldata_len": { - "cairo_type": "felt", - "offset": 3 - }, - "contractAddress": { - "cairo_type": "felt", - "offset": 1 - }, - "tokenId": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 5, - "type": "struct" - }, - "__main__.setCell.ImplicitArgs": { - "full_name": "__main__.setCell.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.setCell.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.setCell.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.setCellRenderer": { - "decorators": [ - "external" - ], - "pc": 3681, - "type": "function" - }, - "__main__.setCellRenderer.Args": { - "full_name": "__main__.setCellRenderer.Args", - "members": { - "address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__.setCellRenderer.ImplicitArgs": { - "full_name": "__main__.setCellRenderer.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.setCellRenderer.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.setCellRenderer.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.setMaxPerWallet": { - "decorators": [ - "external" - ], - "pc": 3567, - "type": "function" - }, - "__main__.setMaxPerWallet.Args": { - "full_name": "__main__.setMaxPerWallet.Args", - "members": { - "max": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__.setMaxPerWallet.ImplicitArgs": { - "full_name": "__main__.setMaxPerWallet.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.setMaxPerWallet.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.setMaxPerWallet.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.setMerkleRoot": { - "decorators": [ - "external" - ], - "pc": 3738, - "type": "function" - }, - "__main__.setMerkleRoot.Args": { - "full_name": "__main__.setMerkleRoot.Args", - "members": { - "root": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__.setMerkleRoot.ImplicitArgs": { - "full_name": "__main__.setMerkleRoot.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.setMerkleRoot.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.setMerkleRoot.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.setNRow": { - "decorators": [ - "external" - ], - "pc": 3624, - "type": "function" - }, - "__main__.setNRow.Args": { - "full_name": "__main__.setNRow.Args", - "members": { - "n_row": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__.setNRow.ImplicitArgs": { - "full_name": "__main__.setNRow.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.setNRow.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.setNRow.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.split_64": { - "destination": "starkware.cairo.common.uint256.split_64", - "type": "alias" - }, - "__main__.supportsInterface": { - "decorators": [ - "view" - ], - "pc": 4733, - "type": "function" - }, - "__main__.supportsInterface.Args": { - "full_name": "__main__.supportsInterface.Args", - "members": { - "interfaceId": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__.supportsInterface.ImplicitArgs": { - "full_name": "__main__.supportsInterface.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.supportsInterface.Return": { - "cairo_type": "(success: felt)", - "type": "type_definition" - }, - "__main__.supportsInterface.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.symbol": { - "decorators": [ - "view" - ], - "pc": 4797, - "type": "function" - }, - "__main__.symbol.Args": { - "full_name": "__main__.symbol.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.symbol.ImplicitArgs": { - "full_name": "__main__.symbol.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.symbol.Return": { - "cairo_type": "(symbol: felt)", - "type": "type_definition" - }, - "__main__.symbol.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.tokenByIndex": { - "decorators": [ - "view" - ], - "pc": 4647, - "type": "function" - }, - "__main__.tokenByIndex.Args": { - "full_name": "__main__.tokenByIndex.Args", - "members": { - "index": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__main__.tokenByIndex.ImplicitArgs": { - "full_name": "__main__.tokenByIndex.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.tokenByIndex.Return": { - "cairo_type": "(tokenId: starkware.cairo.common.uint256.Uint256)", - "type": "type_definition" - }, - "__main__.tokenByIndex.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.tokenOfOwnerByIndex": { - "decorators": [ - "view" - ], - "pc": 4689, - "type": "function" - }, - "__main__.tokenOfOwnerByIndex.Args": { - "full_name": "__main__.tokenOfOwnerByIndex.Args", - "members": { - "index": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 1 - }, - "owner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.tokenOfOwnerByIndex.ImplicitArgs": { - "full_name": "__main__.tokenOfOwnerByIndex.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.tokenOfOwnerByIndex.Return": { - "cairo_type": "(tokenId: starkware.cairo.common.uint256.Uint256)", - "type": "type_definition" - }, - "__main__.tokenOfOwnerByIndex.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.tokenURI": { - "decorators": [ - "view" - ], - "pc": 4292, - "type": "function" - }, - "__main__.tokenURI.Args": { - "full_name": "__main__.tokenURI.Args", - "members": { - "tokenId": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__main__.tokenURI.ImplicitArgs": { - "full_name": "__main__.tokenURI.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.tokenURI.Return": { - "cairo_type": "(token_uri_len: felt, token_uri: felt*)", - "type": "type_definition" - }, - "__main__.tokenURI.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.totalSupply": { - "decorators": [ - "view" - ], - "pc": 4611, - "type": "function" - }, - "__main__.totalSupply.Args": { - "full_name": "__main__.totalSupply.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.totalSupply.ImplicitArgs": { - "full_name": "__main__.totalSupply.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.totalSupply.Return": { - "cairo_type": "(totalSupply: starkware.cairo.common.uint256.Uint256)", - "type": "type_definition" - }, - "__main__.totalSupply.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.transferFrom": { - "decorators": [ - "external" - ], - "pc": 5026, - "type": "function" - }, - "__main__.transferFrom.Args": { - "full_name": "__main__.transferFrom.Args", - "members": { - "from_": { - "cairo_type": "felt", - "offset": 0 - }, - "to": { - "cairo_type": "felt", - "offset": 1 - }, - "tokenId": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 2 - } - }, - "size": 4, - "type": "struct" - }, - "__main__.transferFrom.ImplicitArgs": { - "full_name": "__main__.transferFrom.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.transferFrom.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.transferFrom.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.transferOwnership": { - "decorators": [ - "external" - ], - "pc": 3542, - "type": "function" - }, - "__main__.transferOwnership.Args": { - "full_name": "__main__.transferOwnership.Args", - "members": { - "new_owner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__.transferOwnership.ImplicitArgs": { - "full_name": "__main__.transferOwnership.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.transferOwnership.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.transferOwnership.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.approve": { - "decorators": [ - "external" - ], - "pc": 4979, - "type": "function" - }, - "__wrappers__.approve.Args": { - "full_name": "__wrappers__.approve.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.approve.ImplicitArgs": { - "full_name": "__wrappers__.approve.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.approve.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.approve.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.approve.__wrapped_func": { - "destination": "__main__.approve", - "type": "alias" - }, - "__wrappers__.approve_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.balanceOf": { - "decorators": [ - "view" - ], - "pc": 4844, - "type": "function" - }, - "__wrappers__.balanceOf.Args": { - "full_name": "__wrappers__.balanceOf.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.balanceOf.ImplicitArgs": { - "full_name": "__wrappers__.balanceOf.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.balanceOf.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.balanceOf.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.balanceOf.__wrapped_func": { - "destination": "__main__.balanceOf", - "type": "alias" - }, - "__wrappers__.balanceOf_encode_return": { - "decorators": [], - "pc": 4834, - "type": "function" - }, - "__wrappers__.balanceOf_encode_return.Args": { - "full_name": "__wrappers__.balanceOf_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "ret_value": { - "cairo_type": "(balance: starkware.cairo.common.uint256.Uint256)", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__wrappers__.balanceOf_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.balanceOf_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.balanceOf_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.balanceOf_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.balanceOf_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.burn": { - "decorators": [ - "external" - ], - "pc": 5146, - "type": "function" - }, - "__wrappers__.burn.Args": { - "full_name": "__wrappers__.burn.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.burn.ImplicitArgs": { - "full_name": "__wrappers__.burn.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.burn.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.burn.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.burn.__wrapped_func": { - "destination": "__main__.burn", - "type": "alias" - }, - "__wrappers__.burn_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.closeMint": { - "decorators": [ - "external" - ], - "pc": 3796, - "type": "function" - }, - "__wrappers__.closeMint.Args": { - "full_name": "__wrappers__.closeMint.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.closeMint.ImplicitArgs": { - "full_name": "__wrappers__.closeMint.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.closeMint.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.closeMint.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.closeMint.__wrapped_func": { - "destination": "__main__.closeMint", - "type": "alias" - }, - "__wrappers__.closeMint_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.contractURI": { - "decorators": [ - "view" - ], - "pc": 4506, - "type": "function" - }, - "__wrappers__.contractURI.Args": { - "full_name": "__wrappers__.contractURI.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.contractURI.ImplicitArgs": { - "full_name": "__wrappers__.contractURI.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.contractURI.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.contractURI.SIZEOF_LOCALS": { - "type": "const", - "value": 2 - }, - "__wrappers__.contractURI.__wrapped_func": { - "destination": "__main__.contractURI", - "type": "alias" - }, - "__wrappers__.contractURI_encode_return": { - "decorators": [], - "pc": 4487, - "type": "function" - }, - "__wrappers__.contractURI_encode_return.Args": { - "full_name": "__wrappers__.contractURI_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "ret_value": { - "cairo_type": "(contractURI_len: felt, contractURI: felt*)", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__wrappers__.contractURI_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.contractURI_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.contractURI_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.contractURI_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 3 - }, - "__wrappers__.contractURI_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.getApproved": { - "decorators": [ - "view" - ], - "pc": 4915, - "type": "function" - }, - "__wrappers__.getApproved.Args": { - "full_name": "__wrappers__.getApproved.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getApproved.ImplicitArgs": { - "full_name": "__wrappers__.getApproved.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getApproved.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.getApproved.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.getApproved.__wrapped_func": { - "destination": "__main__.getApproved", - "type": "alias" - }, - "__wrappers__.getApproved_encode_return": { - "decorators": [], - "pc": 4906, - "type": "function" - }, - "__wrappers__.getApproved_encode_return.Args": { - "full_name": "__wrappers__.getApproved_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "ret_value": { - "cairo_type": "(approved: felt)", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__wrappers__.getApproved_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.getApproved_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getApproved_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.getApproved_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.getApproved_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.getCell": { - "decorators": [ - "view" - ], - "pc": 3936, - "type": "function" - }, - "__wrappers__.getCell.Args": { - "full_name": "__wrappers__.getCell.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getCell.ImplicitArgs": { - "full_name": "__wrappers__.getCell.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getCell.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.getCell.SIZEOF_LOCALS": { - "type": "const", - "value": 2 - }, - "__wrappers__.getCell.__wrapped_func": { - "destination": "__main__.getCell", - "type": "alias" - }, - "__wrappers__.getCellRenderer": { - "decorators": [ - "view" - ], - "pc": 3723, - "type": "function" - }, - "__wrappers__.getCellRenderer.Args": { - "full_name": "__wrappers__.getCellRenderer.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getCellRenderer.ImplicitArgs": { - "full_name": "__wrappers__.getCellRenderer.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getCellRenderer.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.getCellRenderer.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.getCellRenderer.__wrapped_func": { - "destination": "__main__.getCellRenderer", - "type": "alias" - }, - "__wrappers__.getCellRenderer_encode_return": { - "decorators": [], - "pc": 3714, - "type": "function" - }, - "__wrappers__.getCellRenderer_encode_return.Args": { - "full_name": "__wrappers__.getCellRenderer_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "ret_value": { - "cairo_type": "(address: felt)", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__wrappers__.getCellRenderer_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.getCellRenderer_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getCellRenderer_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.getCellRenderer_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.getCellRenderer_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.getCell_encode_return": { - "decorators": [], - "pc": 3915, - "type": "function" - }, - "__wrappers__.getCell_encode_return.Args": { - "full_name": "__wrappers__.getCell_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 4 - }, - "ret_value": { - "cairo_type": "(contractAddress: felt, value: felt, cell_calldata_len: felt, cell_calldata: felt*)", - "offset": 0 - } - }, - "size": 5, - "type": "struct" - }, - "__wrappers__.getCell_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.getCell_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getCell_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.getCell_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 3 - }, - "__wrappers__.getCell_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.getMaxPerWallet": { - "decorators": [ - "view" - ], - "pc": 3609, - "type": "function" - }, - "__wrappers__.getMaxPerWallet.Args": { - "full_name": "__wrappers__.getMaxPerWallet.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getMaxPerWallet.ImplicitArgs": { - "full_name": "__wrappers__.getMaxPerWallet.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getMaxPerWallet.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.getMaxPerWallet.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.getMaxPerWallet.__wrapped_func": { - "destination": "__main__.getMaxPerWallet", - "type": "alias" - }, - "__wrappers__.getMaxPerWallet_encode_return": { - "decorators": [], - "pc": 3600, - "type": "function" - }, - "__wrappers__.getMaxPerWallet_encode_return.Args": { - "full_name": "__wrappers__.getMaxPerWallet_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "ret_value": { - "cairo_type": "(max: felt)", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__wrappers__.getMaxPerWallet_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.getMaxPerWallet_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getMaxPerWallet_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.getMaxPerWallet_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.getMaxPerWallet_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.getMerkleRoot": { - "decorators": [ - "view" - ], - "pc": 3826, - "type": "function" - }, - "__wrappers__.getMerkleRoot.Args": { - "full_name": "__wrappers__.getMerkleRoot.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getMerkleRoot.ImplicitArgs": { - "full_name": "__wrappers__.getMerkleRoot.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getMerkleRoot.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.getMerkleRoot.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.getMerkleRoot.__wrapped_func": { - "destination": "__main__.getMerkleRoot", - "type": "alias" - }, - "__wrappers__.getMerkleRoot_encode_return": { - "decorators": [], - "pc": 3817, - "type": "function" - }, - "__wrappers__.getMerkleRoot_encode_return.Args": { - "full_name": "__wrappers__.getMerkleRoot_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "ret_value": { - "cairo_type": "(root: felt)", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__wrappers__.getMerkleRoot_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.getMerkleRoot_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getMerkleRoot_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.getMerkleRoot_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.getMerkleRoot_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.getNRow": { - "decorators": [ - "view" - ], - "pc": 3666, - "type": "function" - }, - "__wrappers__.getNRow.Args": { - "full_name": "__wrappers__.getNRow.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getNRow.ImplicitArgs": { - "full_name": "__wrappers__.getNRow.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getNRow.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.getNRow.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.getNRow.__wrapped_func": { - "destination": "__main__.getNRow", - "type": "alias" - }, - "__wrappers__.getNRow_encode_return": { - "decorators": [], - "pc": 3657, - "type": "function" - }, - "__wrappers__.getNRow_encode_return.Args": { - "full_name": "__wrappers__.getNRow_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "ret_value": { - "cairo_type": "(n_row: felt)", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__wrappers__.getNRow_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.getNRow_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getNRow_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.getNRow_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.getNRow_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.initialize": { - "decorators": [ - "external" - ], - "pc": 4558, - "type": "function" - }, - "__wrappers__.initialize.Args": { - "full_name": "__wrappers__.initialize.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.initialize.ImplicitArgs": { - "full_name": "__wrappers__.initialize.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.initialize.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.initialize.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.initialize.__wrapped_func": { - "destination": "__main__.initialize", - "type": "alias" - }, - "__wrappers__.initialize_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.isApprovedForAll": { - "decorators": [ - "view" - ], - "pc": 4951, - "type": "function" - }, - "__wrappers__.isApprovedForAll.Args": { - "full_name": "__wrappers__.isApprovedForAll.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.isApprovedForAll.ImplicitArgs": { - "full_name": "__wrappers__.isApprovedForAll.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.isApprovedForAll.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.isApprovedForAll.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.isApprovedForAll.__wrapped_func": { - "destination": "__main__.isApprovedForAll", - "type": "alias" - }, - "__wrappers__.isApprovedForAll_encode_return": { - "decorators": [], - "pc": 4942, - "type": "function" - }, - "__wrappers__.isApprovedForAll_encode_return.Args": { - "full_name": "__wrappers__.isApprovedForAll_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "ret_value": { - "cairo_type": "(isApproved: felt)", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__wrappers__.isApprovedForAll_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.isApprovedForAll_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.isApprovedForAll_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.isApprovedForAll_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.isApprovedForAll_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.is_initialized": { - "decorators": [ - "view" - ], - "pc": 4596, - "type": "function" - }, - "__wrappers__.is_initialized.Args": { - "full_name": "__wrappers__.is_initialized.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.is_initialized.ImplicitArgs": { - "full_name": "__wrappers__.is_initialized.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.is_initialized.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.is_initialized.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.is_initialized.__wrapped_func": { - "destination": "__main__.is_initialized", - "type": "alias" - }, - "__wrappers__.is_initialized_encode_return": { - "decorators": [], - "pc": 4587, - "type": "function" - }, - "__wrappers__.is_initialized_encode_return.Args": { - "full_name": "__wrappers__.is_initialized_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "ret_value": { - "cairo_type": "(res: felt)", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__wrappers__.is_initialized_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.is_initialized_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.is_initialized_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.is_initialized_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.is_initialized_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.mintAndSetPublic": { - "decorators": [ - "external" - ], - "pc": 4251, - "type": "function" - }, - "__wrappers__.mintAndSetPublic.Args": { - "full_name": "__wrappers__.mintAndSetPublic.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.mintAndSetPublic.ImplicitArgs": { - "full_name": "__wrappers__.mintAndSetPublic.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.mintAndSetPublic.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.mintAndSetPublic.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.mintAndSetPublic.__wrapped_func": { - "destination": "__main__.mintAndSetPublic", - "type": "alias" - }, - "__wrappers__.mintAndSetPublic_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.mintOwner": { - "decorators": [ - "external" - ], - "pc": 5114, - "type": "function" - }, - "__wrappers__.mintOwner.Args": { - "full_name": "__wrappers__.mintOwner.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.mintOwner.ImplicitArgs": { - "full_name": "__wrappers__.mintOwner.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.mintOwner.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.mintOwner.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.mintOwner.__wrapped_func": { - "destination": "__main__.mintOwner", - "type": "alias" - }, - "__wrappers__.mintOwner_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.mintPublic": { - "decorators": [ - "external" - ], - "pc": 4184, - "type": "function" - }, - "__wrappers__.mintPublic.Args": { - "full_name": "__wrappers__.mintPublic.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.mintPublic.ImplicitArgs": { - "full_name": "__wrappers__.mintPublic.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.mintPublic.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.mintPublic.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.mintPublic.__wrapped_func": { - "destination": "__main__.mintPublic", - "type": "alias" - }, - "__wrappers__.mintPublic_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.name": { - "decorators": [ - "view" - ], - "pc": 4782, - "type": "function" - }, - "__wrappers__.name.Args": { - "full_name": "__wrappers__.name.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.name.ImplicitArgs": { - "full_name": "__wrappers__.name.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.name.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.name.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.name.__wrapped_func": { - "destination": "__main__.name", - "type": "alias" - }, - "__wrappers__.name_encode_return": { - "decorators": [], - "pc": 4773, - "type": "function" - }, - "__wrappers__.name_encode_return.Args": { - "full_name": "__wrappers__.name_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "ret_value": { - "cairo_type": "(name: felt)", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__wrappers__.name_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.name_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.name_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.name_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.name_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.openMint": { - "decorators": [ - "external" - ], - "pc": 3773, - "type": "function" - }, - "__wrappers__.openMint.Args": { - "full_name": "__wrappers__.openMint.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.openMint.ImplicitArgs": { - "full_name": "__wrappers__.openMint.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.openMint.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.openMint.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.openMint.__wrapped_func": { - "destination": "__main__.openMint", - "type": "alias" - }, - "__wrappers__.openMint_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.owner": { - "decorators": [ - "view" - ], - "pc": 3527, - "type": "function" - }, - "__wrappers__.owner.Args": { - "full_name": "__wrappers__.owner.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.owner.ImplicitArgs": { - "full_name": "__wrappers__.owner.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.owner.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.owner.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.owner.__wrapped_func": { - "destination": "__main__.owner", - "type": "alias" - }, - "__wrappers__.ownerOf": { - "decorators": [ - "view" - ], - "pc": 4879, - "type": "function" - }, - "__wrappers__.ownerOf.Args": { - "full_name": "__wrappers__.ownerOf.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.ownerOf.ImplicitArgs": { - "full_name": "__wrappers__.ownerOf.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.ownerOf.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.ownerOf.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.ownerOf.__wrapped_func": { - "destination": "__main__.ownerOf", - "type": "alias" - }, - "__wrappers__.ownerOf_encode_return": { - "decorators": [], - "pc": 4870, - "type": "function" - }, - "__wrappers__.ownerOf_encode_return.Args": { - "full_name": "__wrappers__.ownerOf_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "ret_value": { - "cairo_type": "(owner: felt)", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__wrappers__.ownerOf_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.ownerOf_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.ownerOf_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.ownerOf_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.ownerOf_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.owner_encode_return": { - "decorators": [], - "pc": 3518, - "type": "function" - }, - "__wrappers__.owner_encode_return.Args": { - "full_name": "__wrappers__.owner_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "ret_value": { - "cairo_type": "(owner: felt)", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__wrappers__.owner_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.owner_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.owner_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.owner_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.owner_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.renderCell": { - "decorators": [ - "view" - ], - "pc": 4002, - "type": "function" - }, - "__wrappers__.renderCell.Args": { - "full_name": "__wrappers__.renderCell.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.renderCell.ImplicitArgs": { - "full_name": "__wrappers__.renderCell.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.renderCell.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.renderCell.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.renderCell.__wrapped_func": { - "destination": "__main__.renderCell", - "type": "alias" - }, - "__wrappers__.renderCellValue": { - "decorators": [ - "view" - ], - "pc": 4040, - "type": "function" - }, - "__wrappers__.renderCellValue.Args": { - "full_name": "__wrappers__.renderCellValue.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.renderCellValue.ImplicitArgs": { - "full_name": "__wrappers__.renderCellValue.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.renderCellValue.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.renderCellValue.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.renderCellValue.__wrapped_func": { - "destination": "__main__.renderCellValue", - "type": "alias" - }, - "__wrappers__.renderCellValue_encode_return": { - "decorators": [], - "pc": 4031, - "type": "function" - }, - "__wrappers__.renderCellValue_encode_return.Args": { - "full_name": "__wrappers__.renderCellValue_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "ret_value": { - "cairo_type": "(value: felt)", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__wrappers__.renderCellValue_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.renderCellValue_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.renderCellValue_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.renderCellValue_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.renderCellValue_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.renderCell_encode_return": { - "decorators": [], - "pc": 3991, - "type": "function" - }, - "__wrappers__.renderCell_encode_return.Args": { - "full_name": "__wrappers__.renderCell_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 3 - }, - "ret_value": { - "cairo_type": "(cell: sheet.library.CellRendered)", - "offset": 0 - } - }, - "size": 4, - "type": "struct" - }, - "__wrappers__.renderCell_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.renderCell_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.renderCell_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.renderCell_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.renderCell_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.renderGrid": { - "decorators": [ - "view" - ], - "pc": 4122, - "type": "function" - }, - "__wrappers__.renderGrid.Args": { - "full_name": "__wrappers__.renderGrid.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.renderGrid.ImplicitArgs": { - "full_name": "__wrappers__.renderGrid.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.renderGrid.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.renderGrid.SIZEOF_LOCALS": { - "type": "const", - "value": 2 - }, - "__wrappers__.renderGrid.__wrapped_func": { - "destination": "__main__.renderGrid", - "type": "alias" - }, - "__wrappers__.renderGrid_encode_return": { - "decorators": [], - "pc": 4100, - "type": "function" - }, - "__wrappers__.renderGrid_encode_return.Args": { - "full_name": "__wrappers__.renderGrid_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "ret_value": { - "cairo_type": "(cells_len: felt, cells: sheet.library.CellRendered*)", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__wrappers__.renderGrid_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.renderGrid_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.renderGrid_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.renderGrid_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 3 - }, - "__wrappers__.renderGrid_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.safeTransferFrom": { - "decorators": [ - "external" - ], - "pc": 5069, - "type": "function" - }, - "__wrappers__.safeTransferFrom.Args": { - "full_name": "__wrappers__.safeTransferFrom.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.safeTransferFrom.ImplicitArgs": { - "full_name": "__wrappers__.safeTransferFrom.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.safeTransferFrom.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.safeTransferFrom.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.safeTransferFrom.__wrapped_func": { - "destination": "__main__.safeTransferFrom", - "type": "alias" - }, - "__wrappers__.safeTransferFrom_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.setApprovalForAll": { - "decorators": [ - "external" - ], - "pc": 5007, - "type": "function" - }, - "__wrappers__.setApprovalForAll.Args": { - "full_name": "__wrappers__.setApprovalForAll.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.setApprovalForAll.ImplicitArgs": { - "full_name": "__wrappers__.setApprovalForAll.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.setApprovalForAll.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.setApprovalForAll.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.setApprovalForAll.__wrapped_func": { - "destination": "__main__.setApprovalForAll", - "type": "alias" - }, - "__wrappers__.setApprovalForAll_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.setCell": { - "decorators": [ - "external" - ], - "pc": 3878, - "type": "function" - }, - "__wrappers__.setCell.Args": { - "full_name": "__wrappers__.setCell.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.setCell.ImplicitArgs": { - "full_name": "__wrappers__.setCell.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.setCell.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.setCell.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.setCell.__wrapped_func": { - "destination": "__main__.setCell", - "type": "alias" - }, - "__wrappers__.setCellRenderer": { - "decorators": [ - "external" - ], - "pc": 3690, - "type": "function" - }, - "__wrappers__.setCellRenderer.Args": { - "full_name": "__wrappers__.setCellRenderer.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.setCellRenderer.ImplicitArgs": { - "full_name": "__wrappers__.setCellRenderer.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.setCellRenderer.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.setCellRenderer.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.setCellRenderer.__wrapped_func": { - "destination": "__main__.setCellRenderer", - "type": "alias" - }, - "__wrappers__.setCellRenderer_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.setCell_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.setMaxPerWallet": { - "decorators": [ - "external" - ], - "pc": 3576, - "type": "function" - }, - "__wrappers__.setMaxPerWallet.Args": { - "full_name": "__wrappers__.setMaxPerWallet.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.setMaxPerWallet.ImplicitArgs": { - "full_name": "__wrappers__.setMaxPerWallet.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.setMaxPerWallet.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.setMaxPerWallet.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.setMaxPerWallet.__wrapped_func": { - "destination": "__main__.setMaxPerWallet", - "type": "alias" - }, - "__wrappers__.setMaxPerWallet_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.setMerkleRoot": { - "decorators": [ - "external" - ], - "pc": 3747, - "type": "function" - }, - "__wrappers__.setMerkleRoot.Args": { - "full_name": "__wrappers__.setMerkleRoot.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.setMerkleRoot.ImplicitArgs": { - "full_name": "__wrappers__.setMerkleRoot.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.setMerkleRoot.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.setMerkleRoot.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.setMerkleRoot.__wrapped_func": { - "destination": "__main__.setMerkleRoot", - "type": "alias" - }, - "__wrappers__.setMerkleRoot_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.setNRow": { - "decorators": [ - "external" - ], - "pc": 3633, - "type": "function" - }, - "__wrappers__.setNRow.Args": { - "full_name": "__wrappers__.setNRow.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.setNRow.ImplicitArgs": { - "full_name": "__wrappers__.setNRow.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.setNRow.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.setNRow.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.setNRow.__wrapped_func": { - "destination": "__main__.setNRow", - "type": "alias" - }, - "__wrappers__.setNRow_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.supportsInterface": { - "decorators": [ - "view" - ], - "pc": 4749, - "type": "function" - }, - "__wrappers__.supportsInterface.Args": { - "full_name": "__wrappers__.supportsInterface.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.supportsInterface.ImplicitArgs": { - "full_name": "__wrappers__.supportsInterface.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.supportsInterface.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.supportsInterface.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.supportsInterface.__wrapped_func": { - "destination": "__main__.supportsInterface", - "type": "alias" - }, - "__wrappers__.supportsInterface_encode_return": { - "decorators": [], - "pc": 4740, - "type": "function" - }, - "__wrappers__.supportsInterface_encode_return.Args": { - "full_name": "__wrappers__.supportsInterface_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "ret_value": { - "cairo_type": "(success: felt)", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__wrappers__.supportsInterface_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.supportsInterface_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.supportsInterface_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.supportsInterface_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.supportsInterface_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.symbol": { - "decorators": [ - "view" - ], - "pc": 4812, - "type": "function" - }, - "__wrappers__.symbol.Args": { - "full_name": "__wrappers__.symbol.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.symbol.ImplicitArgs": { - "full_name": "__wrappers__.symbol.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.symbol.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.symbol.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.symbol.__wrapped_func": { - "destination": "__main__.symbol", - "type": "alias" - }, - "__wrappers__.symbol_encode_return": { - "decorators": [], - "pc": 4803, - "type": "function" - }, - "__wrappers__.symbol_encode_return.Args": { - "full_name": "__wrappers__.symbol_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "ret_value": { - "cairo_type": "(symbol: felt)", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__wrappers__.symbol_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.symbol_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.symbol_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.symbol_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.symbol_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.tokenByIndex": { - "decorators": [ - "view" - ], - "pc": 4670, - "type": "function" - }, - "__wrappers__.tokenByIndex.Args": { - "full_name": "__wrappers__.tokenByIndex.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.tokenByIndex.ImplicitArgs": { - "full_name": "__wrappers__.tokenByIndex.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.tokenByIndex.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.tokenByIndex.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.tokenByIndex.__wrapped_func": { - "destination": "__main__.tokenByIndex", - "type": "alias" - }, - "__wrappers__.tokenByIndex_encode_return": { - "decorators": [], - "pc": 4660, - "type": "function" - }, - "__wrappers__.tokenByIndex_encode_return.Args": { - "full_name": "__wrappers__.tokenByIndex_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "ret_value": { - "cairo_type": "(tokenId: starkware.cairo.common.uint256.Uint256)", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__wrappers__.tokenByIndex_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.tokenByIndex_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.tokenByIndex_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.tokenByIndex_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.tokenByIndex_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.tokenOfOwnerByIndex": { - "decorators": [ - "view" - ], - "pc": 4713, - "type": "function" - }, - "__wrappers__.tokenOfOwnerByIndex.Args": { - "full_name": "__wrappers__.tokenOfOwnerByIndex.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.tokenOfOwnerByIndex.ImplicitArgs": { - "full_name": "__wrappers__.tokenOfOwnerByIndex.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.tokenOfOwnerByIndex.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.tokenOfOwnerByIndex.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.tokenOfOwnerByIndex.__wrapped_func": { - "destination": "__main__.tokenOfOwnerByIndex", - "type": "alias" - }, - "__wrappers__.tokenOfOwnerByIndex_encode_return": { - "decorators": [], - "pc": 4703, - "type": "function" - }, - "__wrappers__.tokenOfOwnerByIndex_encode_return.Args": { - "full_name": "__wrappers__.tokenOfOwnerByIndex_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "ret_value": { - "cairo_type": "(tokenId: starkware.cairo.common.uint256.Uint256)", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__wrappers__.tokenOfOwnerByIndex_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.tokenOfOwnerByIndex_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.tokenOfOwnerByIndex_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.tokenOfOwnerByIndex_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.tokenOfOwnerByIndex_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.tokenURI": { - "decorators": [ - "view" - ], - "pc": 4324, - "type": "function" - }, - "__wrappers__.tokenURI.Args": { - "full_name": "__wrappers__.tokenURI.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.tokenURI.ImplicitArgs": { - "full_name": "__wrappers__.tokenURI.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.tokenURI.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.tokenURI.SIZEOF_LOCALS": { - "type": "const", - "value": 2 - }, - "__wrappers__.tokenURI.__wrapped_func": { - "destination": "__main__.tokenURI", - "type": "alias" - }, - "__wrappers__.tokenURI_encode_return": { - "decorators": [], - "pc": 4305, - "type": "function" - }, - "__wrappers__.tokenURI_encode_return.Args": { - "full_name": "__wrappers__.tokenURI_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "ret_value": { - "cairo_type": "(token_uri_len: felt, token_uri: felt*)", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__wrappers__.tokenURI_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.tokenURI_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.tokenURI_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.tokenURI_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 3 - }, - "__wrappers__.tokenURI_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.totalSupply": { - "decorators": [ - "view" - ], - "pc": 4632, - "type": "function" - }, - "__wrappers__.totalSupply.Args": { - "full_name": "__wrappers__.totalSupply.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.totalSupply.ImplicitArgs": { - "full_name": "__wrappers__.totalSupply.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.totalSupply.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.totalSupply.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.totalSupply.__wrapped_func": { - "destination": "__main__.totalSupply", - "type": "alias" - }, - "__wrappers__.totalSupply_encode_return": { - "decorators": [], - "pc": 4622, - "type": "function" - }, - "__wrappers__.totalSupply_encode_return.Args": { - "full_name": "__wrappers__.totalSupply_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "ret_value": { - "cairo_type": "(totalSupply: starkware.cairo.common.uint256.Uint256)", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__wrappers__.totalSupply_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.totalSupply_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.totalSupply_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.totalSupply_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.totalSupply_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.transferFrom": { - "decorators": [ - "external" - ], - "pc": 5036, - "type": "function" - }, - "__wrappers__.transferFrom.Args": { - "full_name": "__wrappers__.transferFrom.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.transferFrom.ImplicitArgs": { - "full_name": "__wrappers__.transferFrom.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.transferFrom.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.transferFrom.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.transferFrom.__wrapped_func": { - "destination": "__main__.transferFrom", - "type": "alias" - }, - "__wrappers__.transferFrom_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.transferOwnership": { - "decorators": [ - "external" - ], - "pc": 3549, - "type": "function" - }, - "__wrappers__.transferOwnership.Args": { - "full_name": "__wrappers__.transferOwnership.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.transferOwnership.ImplicitArgs": { - "full_name": "__wrappers__.transferOwnership.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.transferOwnership.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.transferOwnership.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.transferOwnership.__wrapped_func": { - "destination": "__main__.transferOwnership", - "type": "alias" - }, - "__wrappers__.transferOwnership_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "interfaces.ICellRenderer": { - "type": "namespace" - }, - "interfaces.ICellRenderer.Args": { - "full_name": "interfaces.ICellRenderer.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "interfaces.ICellRenderer.ImplicitArgs": { - "full_name": "interfaces.ICellRenderer.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "interfaces.ICellRenderer.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "interfaces.ICellRenderer.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "interfaces.ICellRenderer.TOKEN_URI_SELECTOR": { - "type": "const", - "value": 972963298680412523176499874437857470953299865468167336795334065766985940564 - }, - "interfaces.ICellRenderer.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "interfaces.ICellRenderer.call_contract": { - "destination": "starkware.starknet.common.syscalls.call_contract", - "type": "alias" - }, - "interfaces.ICellRenderer.library_call": { - "destination": "starkware.starknet.common.syscalls.library_call", - "type": "alias" - }, - "interfaces.ICellRenderer.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "interfaces.ICellRenderer.token_uri": { - "decorators": [], - "pc": 2524, - "type": "function" - }, - "interfaces.ICellRenderer.token_uri.Args": { - "full_name": "interfaces.ICellRenderer.token_uri.Args", - "members": { - "contract_address": { - "cairo_type": "felt", - "offset": 0 - }, - "name": { - "cairo_type": "felt", - "offset": 3 - }, - "token_id": { - "cairo_type": "felt", - "offset": 1 - }, - "value": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 4, - "type": "struct" - }, - "interfaces.ICellRenderer.token_uri.ImplicitArgs": { - "full_name": "interfaces.ICellRenderer.token_uri.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "interfaces.ICellRenderer.token_uri.Return": { - "cairo_type": "(data_uri_len: felt, data_uri: felt*)", - "type": "type_definition" - }, - "interfaces.ICellRenderer.token_uri.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "interfaces.IERC20": { - "type": "namespace" - }, - "interfaces.IERC20.Args": { - "full_name": "interfaces.IERC20.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "interfaces.IERC20.ImplicitArgs": { - "full_name": "interfaces.IERC20.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "interfaces.IERC20.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "interfaces.IERC20.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "interfaces.IERC20.TRANSFERFROM_SELECTOR": { - "type": "const", - "value": 116061167288211781254449158074459916871457383008289084697957612485591092000 - }, - "interfaces.IERC20.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "interfaces.IERC20.call_contract": { - "destination": "starkware.starknet.common.syscalls.call_contract", - "type": "alias" - }, - "interfaces.IERC20.library_call": { - "destination": "starkware.starknet.common.syscalls.library_call", - "type": "alias" - }, - "interfaces.IERC20.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "interfaces.INaming": { - "type": "namespace" - }, - "interfaces.INaming.ADDRESS_TO_DOMAIN_SELECTOR": { - "type": "const", - "value": 1603245472811392061809591067260089019426816523107069796238809492656815485546 - }, - "interfaces.INaming.Args": { - "full_name": "interfaces.INaming.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "interfaces.INaming.BOOK_DOMAIN_SELECTOR": { - "type": "const", - "value": 936186683880093131965099014648752254766233136099961890187205330811825921846 - }, - "interfaces.INaming.BUY_SELECTOR": { - "type": "const", - "value": 1287248338404847646550592163281630804549802830245792727739111870260704353484 - }, - "interfaces.INaming.DOMAIN_TO_ADDRESS_SELECTOR": { - "type": "const", - "value": 1304663672637822515145798791978169141181160723516306988875863115072156520032 - }, - "interfaces.INaming.DOMAIN_TO_EXPIRY_SELECTOR": { - "type": "const", - "value": 1688068772593240915304213064459924393639128458125446685210515793078781613139 - }, - "interfaces.INaming.DOMAIN_TO_TOKEN_ID_SELECTOR": { - "type": "const", - "value": 287203778117271963496001774582249906491145397282682300703398354179686477821 - }, - "interfaces.INaming.END_WHITELIST_SELECTOR": { - "type": "const", - "value": 430278271522566031738274479754686968816445504001052333064960814431997712491 - }, - "interfaces.INaming.ImplicitArgs": { - "full_name": "interfaces.INaming.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "interfaces.INaming.RENEW_SELECTOR": { - "type": "const", - "value": 930560540317825161694843407433987609535422044572966677410925679656498823082 - }, - "interfaces.INaming.RESET_SUBDOMAINS_SELECTOR": { - "type": "const", - "value": 126790722957066457440757403135463934732692534946350256483257019753141642677 - }, - "interfaces.INaming.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "interfaces.INaming.SET_ADDRESS_TO_DOMAIN_SELECTOR": { - "type": "const", - "value": 1272327425418240154350240722461747219123827088548848919054624593718880636642 - }, - "interfaces.INaming.SET_ADMIN_SELECTOR": { - "type": "const", - "value": 1643497262818327213033567936029803029001517427271096293547852372923525778830 - }, - "interfaces.INaming.SET_DOMAIN_OWNER_SELECTOR": { - "type": "const", - "value": 1657616985290299970565155922883425836620187549922238144093064068412290249085 - }, - "interfaces.INaming.SET_DOMAIN_TO_ADDRESS_SELECTOR": { - "type": "const", - "value": 1610394222013638976391106232404059096560849178173130090264042376853321601603 - }, - "interfaces.INaming.SET_L1_CONTRACT_SELECTOR": { - "type": "const", - "value": 458122530637151155520434043621120900362855539371259928133005713204644859413 - }, - "interfaces.INaming.SET_PRICING_CONTRACT_SELECTOR": { - "type": "const", - "value": 975234576296278877427218729874669435734165287699110428367360141295740789589 - }, - "interfaces.INaming.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "interfaces.INaming.TRANSFER_BALANCE_SELECTOR": { - "type": "const", - "value": 1122072494608652793215368244817518736891471546633388220255683786620647808909 - }, - "interfaces.INaming.TRANSFER_DOMAIN_SELECTOR": { - "type": "const", - "value": 1278885709838921827005554121329964137868788698247768520021056154210563044448 - }, - "interfaces.INaming.UPGRADE_SELECTOR": { - "type": "const", - "value": 429286934060636239444256046255241512105662385954349596568652644383873724621 - }, - "interfaces.INaming.WHITELISTED_MINT_SELECTOR": { - "type": "const", - "value": 1539836454991056428460861901085714290318244964622763157349500142767310659373 - }, - "interfaces.INaming.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "interfaces.INaming.call_contract": { - "destination": "starkware.starknet.common.syscalls.call_contract", - "type": "alias" - }, - "interfaces.INaming.library_call": { - "destination": "starkware.starknet.common.syscalls.library_call", - "type": "alias" - }, - "interfaces.INaming.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "interfaces.ISheet": { - "type": "namespace" - }, - "interfaces.ISheet.Args": { - "full_name": "interfaces.ISheet.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "interfaces.ISheet.GETCELL_SELECTOR": { - "type": "const", - "value": 443075019000274462353429320046008552588058957208244535324287878716174949881 - }, - "interfaces.ISheet.GETOWNER_SELECTOR": { - "type": "const", - "value": 1085522100484754146379177652828477906930263816537297518763855331761953103079 - }, - "interfaces.ISheet.ImplicitArgs": { - "full_name": "interfaces.ISheet.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "interfaces.ISheet.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "interfaces.ISheet.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "interfaces.ISheet.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "interfaces.ISheet.call_contract": { - "destination": "starkware.starknet.common.syscalls.call_contract", - "type": "alias" - }, - "interfaces.ISheet.library_call": { - "destination": "starkware.starknet.common.syscalls.library_call", - "type": "alias" - }, - "interfaces.ISheet.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "interfaces.IStarknetId": { - "type": "namespace" - }, - "interfaces.IStarknetId.APPROVE_SELECTOR": { - "type": "const", - "value": 949021990203918389843157787496164629863144228991510976554585288817234167820 - }, - "interfaces.IStarknetId.Args": { - "full_name": "interfaces.IStarknetId.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "interfaces.IStarknetId.BALANCEOF_SELECTOR": { - "type": "const", - "value": 1307730684388977109649524593492043083703013045633289330664425380824804018030 - }, - "interfaces.IStarknetId.GETAPPROVED_SELECTOR": { - "type": "const", - "value": 313621473760873935122783910304240840031223477451753145243382550859039628062 - }, - "interfaces.IStarknetId.GET_CONFIRMED_DATA_SELECTOR": { - "type": "const", - "value": 530322796649034839128289081374954442593577033803314989864127372531780950730 - }, - "interfaces.IStarknetId.GET_USER_DATA_SELECTOR": { - "type": "const", - "value": 1609502682165887867679853017049770109196370572340175903006230372478665206036 - }, - "interfaces.IStarknetId.GET_VERIFIER_DATA_SELECTOR": { - "type": "const", - "value": 473330094356310390713628159409004218371996502787750188278167680893156793640 - }, - "interfaces.IStarknetId.ISAPPROVEDFORALL_SELECTOR": { - "type": "const", - "value": 955640681311292084896022829531366384024621189567662336953606158378698906672 - }, - "interfaces.IStarknetId.ImplicitArgs": { - "full_name": "interfaces.IStarknetId.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "interfaces.IStarknetId.MINT_SELECTOR": { - "type": "const", - "value": 1329909728320632088402217562277154056711815095720684343816173432540100887380 - }, - "interfaces.IStarknetId.NAME_SELECTOR": { - "type": "const", - "value": 1528802474226268325865027367859591458315299653151958663884057507666229546336 - }, - "interfaces.IStarknetId.OWNEROF_SELECTOR": { - "type": "const", - "value": 73122117822990066614852869276021392412342625629800410280609241172256672489 - }, - "interfaces.IStarknetId.OWNER_OF_SELECTOR": { - "type": "const", - "value": 1507437626807800615315004738637144922697981204057516501649517912180529424988 - }, - "interfaces.IStarknetId.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "interfaces.IStarknetId.SAFETRANSFERFROM_SELECTOR": { - "type": "const", - "value": 730327702935662484951878015260342994925824754530470619774470754812327453764 - }, - "interfaces.IStarknetId.SETAPPROVALFORALL_SELECTOR": { - "type": "const", - "value": 1280583940859288259579061247154630474140520431395903753515491282704959909530 - }, - "interfaces.IStarknetId.SET_USER_DATA_SELECTOR": { - "type": "const", - "value": 109892487981044272116361807154779435378309404389934353731864404719549138389 - }, - "interfaces.IStarknetId.SET_VERIFIER_DATA_SELECTOR": { - "type": "const", - "value": 910948863065477691329095938083983158593751349378422102074061168548026151635 - }, - "interfaces.IStarknetId.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "interfaces.IStarknetId.SYMBOL_SELECTOR": { - "type": "const", - "value": 944713526212149105522785400348068751682982210605126537021911324578866405028 - }, - "interfaces.IStarknetId.TOKENURI_SELECTOR": { - "type": "const", - "value": 527349597080429316600677333550588288293424769527062261567739596074387138637 - }, - "interfaces.IStarknetId.TRANSFERFROM_SELECTOR": { - "type": "const", - "value": 116061167288211781254449158074459916871457383008289084697957612485591092000 - }, - "interfaces.IStarknetId.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "interfaces.IStarknetId.call_contract": { - "destination": "starkware.starknet.common.syscalls.call_contract", - "type": "alias" - }, - "interfaces.IStarknetId.library_call": { - "destination": "starkware.starknet.common.syscalls.library_call", - "type": "alias" - }, - "interfaces.IStarknetId.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "interfaces.Uint256": { - "destination": "starkware.cairo.common.uint256.Uint256", - "type": "alias" - }, - "openzeppelin.access.ownable.library.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable": { - "type": "namespace" - }, - "openzeppelin.access.ownable.library.Ownable.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable._transfer_ownership": { - "decorators": [], - "pc": 320, - "type": "function" - }, - "openzeppelin.access.ownable.library.Ownable._transfer_ownership.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable._transfer_ownership.Args", - "members": { - "new_owner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable._transfer_ownership.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable._transfer_ownership.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable._transfer_ownership.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable._transfer_ownership.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable.assert_only_owner": { - "decorators": [], - "pc": 287, - "type": "function" - }, - "openzeppelin.access.ownable.library.Ownable.assert_only_owner.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable.assert_only_owner.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.assert_only_owner.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable.assert_only_owner.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.assert_only_owner.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable.assert_only_owner.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable.initializer": { - "decorators": [], - "pc": 280, - "type": "function" - }, - "openzeppelin.access.ownable.library.Ownable.initializer.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable.initializer.Args", - "members": { - "owner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.initializer.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable.initializer.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.initializer.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable.initializer.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable.owner": { - "decorators": [], - "pc": 302, - "type": "function" - }, - "openzeppelin.access.ownable.library.Ownable.owner.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable.owner.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.owner.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable.owner.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.owner.Return": { - "cairo_type": "(owner: felt)", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable.owner.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable.transfer_ownership": { - "decorators": [], - "pc": 308, - "type": "function" - }, - "openzeppelin.access.ownable.library.Ownable.transfer_ownership.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable.transfer_ownership.Args", - "members": { - "new_owner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.transfer_ownership.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable.transfer_ownership.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.transfer_ownership.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable.transfer_ownership.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable_owner": { - "type": "namespace" - }, - "openzeppelin.access.ownable.library.Ownable_owner.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable_owner.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable_owner.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable_owner.addr": { - "decorators": [], - "pc": 250, - "type": "function" - }, - "openzeppelin.access.ownable.library.Ownable_owner.addr.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.addr.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.addr.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable_owner.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable_owner.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable_owner.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable_owner.read": { - "decorators": [], - "pc": 255, - "type": "function" - }, - "openzeppelin.access.ownable.library.Ownable_owner.read.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.read.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.read.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.read.Return": { - "cairo_type": "(owner: felt)", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable_owner.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable_owner.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable_owner.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable_owner.write": { - "decorators": [], - "pc": 268, - "type": "function" - }, - "openzeppelin.access.ownable.library.Ownable_owner.write.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.write.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.write.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable_owner.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.OwnershipTransferred": { - "type": "namespace" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.Args": { - "full_name": "openzeppelin.access.ownable.library.OwnershipTransferred.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.OwnershipTransferred.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.SELECTOR": { - "type": "const", - "value": 553132481214675521502977957974509639062080100631756862105218886163371506175 - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.emit": { - "decorators": [], - "pc": 225, - "type": "function" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.emit.Args": { - "full_name": "openzeppelin.access.ownable.library.OwnershipTransferred.emit.Args", - "members": { - "newOwner": { - "cairo_type": "felt", - "offset": 1 - }, - "previousOwner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.emit.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.OwnershipTransferred.emit.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.emit.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.emit.SIZEOF_LOCALS": { - "type": "const", - "value": 2 - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.emit_event": { - "destination": "starkware.starknet.common.syscalls.emit_event", - "type": "alias" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "openzeppelin.access.ownable.library.assert_not_zero": { - "destination": "starkware.cairo.common.math.assert_not_zero", - "type": "alias" - }, - "openzeppelin.access.ownable.library.get_caller_address": { - "destination": "starkware.starknet.common.syscalls.get_caller_address", - "type": "alias" - }, - "openzeppelin.introspection.erc165.IERC165.IERC165": { - "type": "namespace" - }, - "openzeppelin.introspection.erc165.IERC165.IERC165.Args": { - "full_name": "openzeppelin.introspection.erc165.IERC165.IERC165.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.introspection.erc165.IERC165.IERC165.ImplicitArgs": { - "full_name": "openzeppelin.introspection.erc165.IERC165.IERC165.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.introspection.erc165.IERC165.IERC165.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.introspection.erc165.IERC165.IERC165.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.introspection.erc165.IERC165.IERC165.SUPPORTSINTERFACE_SELECTOR": { - "type": "const", - "value": 1184015894760294494673613438913361435336722154500302038630992932234692784845 - }, - "openzeppelin.introspection.erc165.IERC165.IERC165.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "openzeppelin.introspection.erc165.IERC165.IERC165.call_contract": { - "destination": "starkware.starknet.common.syscalls.call_contract", - "type": "alias" - }, - "openzeppelin.introspection.erc165.IERC165.IERC165.library_call": { - "destination": "starkware.starknet.common.syscalls.library_call", - "type": "alias" - }, - "openzeppelin.introspection.erc165.IERC165.IERC165.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "openzeppelin.introspection.erc165.IERC165.IERC165.supportsInterface": { - "decorators": [], - "pc": 629, - "type": "function" - }, - "openzeppelin.introspection.erc165.IERC165.IERC165.supportsInterface.Args": { - "full_name": "openzeppelin.introspection.erc165.IERC165.IERC165.supportsInterface.Args", - "members": { - "contract_address": { - "cairo_type": "felt", - "offset": 0 - }, - "interfaceId": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.introspection.erc165.IERC165.IERC165.supportsInterface.ImplicitArgs": { - "full_name": "openzeppelin.introspection.erc165.IERC165.IERC165.supportsInterface.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.introspection.erc165.IERC165.IERC165.supportsInterface.Return": { - "cairo_type": "(success: felt)", - "type": "type_definition" - }, - "openzeppelin.introspection.erc165.IERC165.IERC165.supportsInterface.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "openzeppelin.introspection.erc165.library.ERC165": { - "type": "namespace" - }, - "openzeppelin.introspection.erc165.library.ERC165.Args": { - "full_name": "openzeppelin.introspection.erc165.library.ERC165.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.introspection.erc165.library.ERC165.ImplicitArgs": { - "full_name": "openzeppelin.introspection.erc165.library.ERC165.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.introspection.erc165.library.ERC165.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.introspection.erc165.library.ERC165.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.introspection.erc165.library.ERC165.register_interface": { - "decorators": [], - "pc": 615, - "type": "function" - }, - "openzeppelin.introspection.erc165.library.ERC165.register_interface.Args": { - "full_name": "openzeppelin.introspection.erc165.library.ERC165.register_interface.Args", - "members": { - "interface_id": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.introspection.erc165.library.ERC165.register_interface.ImplicitArgs": { - "full_name": "openzeppelin.introspection.erc165.library.ERC165.register_interface.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.introspection.erc165.library.ERC165.register_interface.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.introspection.erc165.library.ERC165.register_interface.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.introspection.erc165.library.ERC165.supports_interface": { - "decorators": [], - "pc": 598, - "type": "function" - }, - "openzeppelin.introspection.erc165.library.ERC165.supports_interface.Args": { - "full_name": "openzeppelin.introspection.erc165.library.ERC165.supports_interface.Args", - "members": { - "interface_id": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.introspection.erc165.library.ERC165.supports_interface.ImplicitArgs": { - "full_name": "openzeppelin.introspection.erc165.library.ERC165.supports_interface.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.introspection.erc165.library.ERC165.supports_interface.Return": { - "cairo_type": "(success: felt)", - "type": "type_definition" - }, - "openzeppelin.introspection.erc165.library.ERC165.supports_interface.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces": { - "type": "namespace" - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.Args": { - "full_name": "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.ImplicitArgs": { - "full_name": "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.addr": { - "decorators": [], - "pc": 557, - "type": "function" - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.addr.Args": { - "full_name": "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.addr.Args", - "members": { - "interface_id": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.addr.ImplicitArgs": { - "full_name": "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.read": { - "decorators": [], - "pc": 571, - "type": "function" - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.read.Args": { - "full_name": "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.read.Args", - "members": { - "interface_id": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.read.ImplicitArgs": { - "full_name": "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.read.Return": { - "cairo_type": "(is_supported: felt)", - "type": "type_definition" - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.write": { - "decorators": [], - "pc": 585, - "type": "function" - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.write.Args": { - "full_name": "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.write.Args", - "members": { - "interface_id": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.write.ImplicitArgs": { - "full_name": "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.introspection.erc165.library.ERC165_supported_interfaces.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.introspection.erc165.library.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.introspection.erc165.library.IERC165_ID": { - "destination": "openzeppelin.utils.constants.library.IERC165_ID", - "type": "alias" - }, - "openzeppelin.introspection.erc165.library.INVALID_ID": { - "destination": "openzeppelin.utils.constants.library.INVALID_ID", - "type": "alias" - }, - "openzeppelin.introspection.erc165.library.TRUE": { - "destination": "starkware.cairo.common.bool.TRUE", - "type": "alias" - }, - "openzeppelin.introspection.erc165.library.assert_not_equal": { - "destination": "starkware.cairo.common.math.assert_not_equal", - "type": "alias" - }, - "openzeppelin.security.safemath.library.FALSE": { - "destination": "starkware.cairo.common.bool.FALSE", - "type": "alias" - }, - "openzeppelin.security.safemath.library.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.security.safemath.library.SafeUint256": { - "type": "namespace" - }, - "openzeppelin.security.safemath.library.SafeUint256.Args": { - "full_name": "openzeppelin.security.safemath.library.SafeUint256.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.security.safemath.library.SafeUint256.ImplicitArgs": { - "full_name": "openzeppelin.security.safemath.library.SafeUint256.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.security.safemath.library.SafeUint256.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.security.safemath.library.SafeUint256.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.security.safemath.library.SafeUint256.add": { - "decorators": [], - "pc": 652, - "type": "function" - }, - "openzeppelin.security.safemath.library.SafeUint256.add.Args": { - "full_name": "openzeppelin.security.safemath.library.SafeUint256.add.Args", - "members": { - "a": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - }, - "b": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 2 - } - }, - "size": 4, - "type": "struct" - }, - "openzeppelin.security.safemath.library.SafeUint256.add.ImplicitArgs": { - "full_name": "openzeppelin.security.safemath.library.SafeUint256.add.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.security.safemath.library.SafeUint256.add.Return": { - "cairo_type": "(c: starkware.cairo.common.uint256.Uint256)", - "type": "type_definition" - }, - "openzeppelin.security.safemath.library.SafeUint256.add.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.security.safemath.library.SafeUint256.sub_le": { - "decorators": [], - "pc": 675, - "type": "function" - }, - "openzeppelin.security.safemath.library.SafeUint256.sub_le.Args": { - "full_name": "openzeppelin.security.safemath.library.SafeUint256.sub_le.Args", - "members": { - "a": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - }, - "b": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 2 - } - }, - "size": 4, - "type": "struct" - }, - "openzeppelin.security.safemath.library.SafeUint256.sub_le.ImplicitArgs": { - "full_name": "openzeppelin.security.safemath.library.SafeUint256.sub_le.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.security.safemath.library.SafeUint256.sub_le.Return": { - "cairo_type": "(c: starkware.cairo.common.uint256.Uint256)", - "type": "type_definition" - }, - "openzeppelin.security.safemath.library.SafeUint256.sub_le.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.security.safemath.library.TRUE": { - "destination": "starkware.cairo.common.bool.TRUE", - "type": "alias" - }, - "openzeppelin.security.safemath.library.Uint256": { - "destination": "starkware.cairo.common.uint256.Uint256", - "type": "alias" - }, - "openzeppelin.security.safemath.library.uint256_add": { - "destination": "starkware.cairo.common.uint256.uint256_add", - "type": "alias" - }, - "openzeppelin.security.safemath.library.uint256_check": { - "destination": "starkware.cairo.common.uint256.uint256_check", - "type": "alias" - }, - "openzeppelin.security.safemath.library.uint256_eq": { - "destination": "starkware.cairo.common.uint256.uint256_eq", - "type": "alias" - }, - "openzeppelin.security.safemath.library.uint256_le": { - "destination": "starkware.cairo.common.uint256.uint256_le", - "type": "alias" - }, - "openzeppelin.security.safemath.library.uint256_lt": { - "destination": "starkware.cairo.common.uint256.uint256_lt", - "type": "alias" - }, - "openzeppelin.security.safemath.library.uint256_mul": { - "destination": "starkware.cairo.common.uint256.uint256_mul", - "type": "alias" - }, - "openzeppelin.security.safemath.library.uint256_sub": { - "destination": "starkware.cairo.common.uint256.uint256_sub", - "type": "alias" - }, - "openzeppelin.security.safemath.library.uint256_unsigned_div_rem": { - "destination": "starkware.cairo.common.uint256.uint256_unsigned_div_rem", - "type": "alias" - }, - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver": { - "type": "namespace" - }, - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.Args": { - "full_name": "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.ONERC721RECEIVED_SELECTOR": { - "type": "const", - "value": 441833262846246486607087847804043886170335009155803575450536462761436446875 - }, - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.call_contract": { - "destination": "starkware.starknet.common.syscalls.call_contract", - "type": "alias" - }, - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.library_call": { - "destination": "starkware.starknet.common.syscalls.library_call", - "type": "alias" - }, - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received": { - "decorators": [], - "pc": 707, - "type": "function" - }, - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received.Args": { - "full_name": "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received.Args", - "members": { - "contract_address": { - "cairo_type": "felt", - "offset": 0 - }, - "data": { - "cairo_type": "felt*", - "offset": 6 - }, - "data_len": { - "cairo_type": "felt", - "offset": 5 - }, - "from_": { - "cairo_type": "felt", - "offset": 2 - }, - "operator": { - "cairo_type": "felt", - "offset": 1 - }, - "tokenId": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 3 - } - }, - "size": 7, - "type": "struct" - }, - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received.Return": { - "cairo_type": "(selector: felt)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver.onERC721Received.SIZEOF_LOCALS": { - "type": "const", - "value": 3 - }, - "openzeppelin.token.erc721.IERC721Receiver.Uint256": { - "destination": "starkware.cairo.common.uint256.Uint256", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC165": { - "destination": "openzeppelin.introspection.erc165.library.ERC165", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721": { - "destination": "openzeppelin.token.erc721.library.ERC721", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable": { - "type": "namespace" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn": { - "decorators": [], - "pc": 2100, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn.Args", - "members": { - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._burn.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._mint": { - "decorators": [], - "pc": 2082, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._mint.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._mint.Args", - "members": { - "to": { - "cairo_type": "felt", - "offset": 0 - }, - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._mint.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._mint.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._mint.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable._mint.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.initializer": { - "decorators": [], - "pc": 1966, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.initializer.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.initializer.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.initializer.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.initializer.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.initializer.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.initializer.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from": { - "decorators": [], - "pc": 2060, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from.Args", - "members": { - "data": { - "cairo_type": "felt*", - "offset": 5 - }, - "data_len": { - "cairo_type": "felt", - "offset": 4 - }, - "from_": { - "cairo_type": "felt", - "offset": 0 - }, - "to": { - "cairo_type": "felt", - "offset": 1 - }, - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 2 - } - }, - "size": 6, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.safe_transfer_from.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index": { - "decorators": [], - "pc": 1980, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index.Args", - "members": { - "index": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index.Return": { - "cairo_type": "(token_id: starkware.cairo.common.uint256.Uint256)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_by_index.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index": { - "decorators": [], - "pc": 2009, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index.Args", - "members": { - "index": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 1 - }, - "owner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index.Return": { - "cairo_type": "(token_id: starkware.cairo.common.uint256.Uint256)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.token_of_owner_by_index.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.total_supply": { - "decorators": [], - "pc": 1974, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.total_supply.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.total_supply.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.total_supply.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.total_supply.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.total_supply.Return": { - "cairo_type": "(total_supply: starkware.cairo.common.uint256.Uint256)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.total_supply.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.transfer_from": { - "decorators": [], - "pc": 2040, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.transfer_from.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.transfer_from.Args", - "members": { - "from_": { - "cairo_type": "felt", - "offset": 0 - }, - "to": { - "cairo_type": "felt", - "offset": 1 - }, - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 2 - } - }, - "size": 4, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.transfer_from.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.transfer_from.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.transfer_from.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable.transfer_from.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens": { - "type": "namespace" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.addr": { - "decorators": [], - "pc": 1733, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.addr.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.addr.Args", - "members": { - "index": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.addr.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.read": { - "decorators": [], - "pc": 1750, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.read.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.read.Args", - "members": { - "index": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.read.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.read.Return": { - "cairo_type": "(token_id: starkware.cairo.common.uint256.Uint256)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.write": { - "decorators": [], - "pc": 1771, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.write.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.write.Args", - "members": { - "index": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - }, - "value": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 2 - } - }, - "size": 4, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.write.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index": { - "type": "namespace" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.addr": { - "decorators": [], - "pc": 1790, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.addr.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.addr.Args", - "members": { - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.addr.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.read": { - "decorators": [], - "pc": 1807, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.read.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.read.Args", - "members": { - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.read.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.read.Return": { - "cairo_type": "(index: starkware.cairo.common.uint256.Uint256)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.write": { - "decorators": [], - "pc": 1828, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.write.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.write.Args", - "members": { - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - }, - "value": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 2 - } - }, - "size": 4, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.write.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_index.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len": { - "type": "namespace" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.addr": { - "decorators": [], - "pc": 1692, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.addr.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.addr.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.addr.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.read": { - "decorators": [], - "pc": 1697, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.read.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.read.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.read.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.read.Return": { - "cairo_type": "(total_supply: starkware.cairo.common.uint256.Uint256)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.write": { - "decorators": [], - "pc": 1716, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.write.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.write.Args", - "members": { - "value": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.write.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_all_tokens_len.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens": { - "type": "namespace" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.addr": { - "decorators": [], - "pc": 1847, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.addr.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.addr.Args", - "members": { - "index": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 1 - }, - "owner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.addr.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read": { - "decorators": [], - "pc": 1867, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read.Args", - "members": { - "index": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 1 - }, - "owner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read.Return": { - "cairo_type": "(token_id: starkware.cairo.common.uint256.Uint256)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.write": { - "decorators": [], - "pc": 1889, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.write.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.write.Args", - "members": { - "index": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 1 - }, - "owner": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 3 - } - }, - "size": 5, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.write.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index": { - "type": "namespace" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.addr": { - "decorators": [], - "pc": 1909, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.addr.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.addr.Args", - "members": { - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.addr.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.read": { - "decorators": [], - "pc": 1926, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.read.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.read.Args", - "members": { - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.read.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.read.Return": { - "cairo_type": "(index: starkware.cairo.common.uint256.Uint256)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.write": { - "decorators": [], - "pc": 1947, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.write.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.write.Args", - "members": { - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - }, - "value": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 2 - } - }, - "size": 4, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.write.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable_owned_tokens_index.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library.FALSE": { - "destination": "starkware.cairo.common.bool.FALSE", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.IERC721_ENUMERABLE_ID": { - "destination": "openzeppelin.utils.constants.library.IERC721_ENUMERABLE_ID", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.SafeUint256": { - "destination": "openzeppelin.security.safemath.library.SafeUint256", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.TRUE": { - "destination": "starkware.cairo.common.bool.TRUE", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.Uint256": { - "destination": "starkware.cairo.common.uint256.Uint256", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration": { - "decorators": [], - "pc": 2124, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration.Args", - "members": { - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library._add_token_to_all_tokens_enumeration.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration": { - "decorators": [], - "pc": 2240, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration.Args", - "members": { - "to": { - "cairo_type": "felt", - "offset": 0 - }, - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library._add_token_to_owner_enumeration.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration": { - "decorators": [], - "pc": 2153, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration.Args", - "members": { - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library._remove_token_from_all_tokens_enumeration.SIZEOF_LOCALS": { - "type": "const", - "value": 6 - }, - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration": { - "decorators": [], - "pc": 2266, - "type": "function" - }, - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration.Args": { - "full_name": "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration.Args", - "members": { - "from_": { - "cairo_type": "felt", - "offset": 0 - }, - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.enumerable.library._remove_token_from_owner_enumeration.SIZEOF_LOCALS": { - "type": "const", - "value": 6 - }, - "openzeppelin.token.erc721.enumerable.library.uint256_check": { - "destination": "starkware.cairo.common.uint256.uint256_check", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.uint256_eq": { - "destination": "starkware.cairo.common.uint256.uint256_eq", - "type": "alias" - }, - "openzeppelin.token.erc721.enumerable.library.uint256_lt": { - "destination": "starkware.cairo.common.uint256.uint256_lt", - "type": "alias" - }, - "openzeppelin.token.erc721.library.Approval": { - "type": "namespace" - }, - "openzeppelin.token.erc721.library.Approval.Args": { - "full_name": "openzeppelin.token.erc721.library.Approval.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.Approval.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.Approval.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.Approval.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.Approval.SELECTOR": { - "type": "const", - "value": 544914742286571513055574265148471203182105283038408585630116262969508767999 - }, - "openzeppelin.token.erc721.library.Approval.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.Approval.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "openzeppelin.token.erc721.library.Approval.emit": { - "decorators": [], - "pc": 771, - "type": "function" - }, - "openzeppelin.token.erc721.library.Approval.emit.Args": { - "full_name": "openzeppelin.token.erc721.library.Approval.emit.Args", - "members": { - "approved": { - "cairo_type": "felt", - "offset": 1 - }, - "owner": { - "cairo_type": "felt", - "offset": 0 - }, - "tokenId": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 2 - } - }, - "size": 4, - "type": "struct" - }, - "openzeppelin.token.erc721.library.Approval.emit.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.Approval.emit.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.library.Approval.emit.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.Approval.emit.SIZEOF_LOCALS": { - "type": "const", - "value": 2 - }, - "openzeppelin.token.erc721.library.Approval.emit_event": { - "destination": "starkware.starknet.common.syscalls.emit_event", - "type": "alias" - }, - "openzeppelin.token.erc721.library.Approval.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ApprovalForAll": { - "type": "namespace" - }, - "openzeppelin.token.erc721.library.ApprovalForAll.Args": { - "full_name": "openzeppelin.token.erc721.library.ApprovalForAll.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ApprovalForAll.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ApprovalForAll.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ApprovalForAll.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ApprovalForAll.SELECTOR": { - "type": "const", - "value": 11799366895331287683400559711902461446731448035283747365813974388970843869 - }, - "openzeppelin.token.erc721.library.ApprovalForAll.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ApprovalForAll.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ApprovalForAll.emit": { - "decorators": [], - "pc": 798, - "type": "function" - }, - "openzeppelin.token.erc721.library.ApprovalForAll.emit.Args": { - "full_name": "openzeppelin.token.erc721.library.ApprovalForAll.emit.Args", - "members": { - "approved": { - "cairo_type": "felt", - "offset": 2 - }, - "operator": { - "cairo_type": "felt", - "offset": 1 - }, - "owner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ApprovalForAll.emit.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ApprovalForAll.emit.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ApprovalForAll.emit.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ApprovalForAll.emit.SIZEOF_LOCALS": { - "type": "const", - "value": 2 - }, - "openzeppelin.token.erc721.library.ApprovalForAll.emit_event": { - "destination": "starkware.starknet.common.syscalls.emit_event", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ApprovalForAll.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC165": { - "destination": "openzeppelin.introspection.erc165.library.ERC165", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721": { - "type": "namespace" - }, - "openzeppelin.token.erc721.library.ERC721.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721._approve": { - "decorators": [], - "pc": 1415, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721._approve.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721._approve.Args", - "members": { - "to": { - "cairo_type": "felt", - "offset": 0 - }, - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721._approve.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721._approve.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721._approve.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721._approve.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721._burn": { - "decorators": [], - "pc": 1588, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721._burn.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721._burn.Args", - "members": { - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721._burn.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721._burn.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721._burn.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721._burn.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721._exists": { - "decorators": [], - "pc": 1394, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721._exists.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721._exists.Args", - "members": { - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721._exists.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721._exists.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721._exists.Return": { - "cairo_type": "felt", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721._exists.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner": { - "decorators": [], - "pc": 1327, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner.Args", - "members": { - "spender": { - "cairo_type": "felt", - "offset": 0 - }, - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner.Return": { - "cairo_type": "felt", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721._is_approved_or_owner.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "openzeppelin.token.erc721.library.ERC721._mint": { - "decorators": [], - "pc": 1533, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721._mint.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721._mint.Args", - "members": { - "to": { - "cairo_type": "felt", - "offset": 0 - }, - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721._mint.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721._mint.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721._mint.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721._mint.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721._safe_transfer": { - "decorators": [], - "pc": 1510, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721._safe_transfer.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721._safe_transfer.Args", - "members": { - "data": { - "cairo_type": "felt*", - "offset": 5 - }, - "data_len": { - "cairo_type": "felt", - "offset": 4 - }, - "from_": { - "cairo_type": "felt", - "offset": 0 - }, - "to": { - "cairo_type": "felt", - "offset": 1 - }, - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 2 - } - }, - "size": 6, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721._safe_transfer.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721._safe_transfer.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721._safe_transfer.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721._safe_transfer.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721._transfer": { - "decorators": [], - "pc": 1439, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721._transfer.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721._transfer.Args", - "members": { - "from_": { - "cairo_type": "felt", - "offset": 0 - }, - "to": { - "cairo_type": "felt", - "offset": 1 - }, - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 2 - } - }, - "size": 4, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721._transfer.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721._transfer.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721._transfer.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721._transfer.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721.approve": { - "decorators": [], - "pc": 1144, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721.approve.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721.approve.Args", - "members": { - "to": { - "cairo_type": "felt", - "offset": 0 - }, - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721.approve.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721.approve.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721.approve.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721.approve.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner": { - "decorators": [], - "pc": 1307, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner.Args", - "members": { - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721.assert_only_token_owner.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721.balance_of": { - "decorators": [], - "pc": 1085, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721.balance_of.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721.balance_of.Args", - "members": { - "owner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721.balance_of.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721.balance_of.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721.balance_of.Return": { - "cairo_type": "(balance: starkware.cairo.common.uint256.Uint256)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721.balance_of.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721.get_approved": { - "decorators": [], - "pc": 1114, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721.get_approved.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721.get_approved.Args", - "members": { - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721.get_approved.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721.get_approved.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721.get_approved.Return": { - "cairo_type": "(approved: felt)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721.get_approved.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721.initializer": { - "decorators": [], - "pc": 1061, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721.initializer.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721.initializer.Args", - "members": { - "name": { - "cairo_type": "felt", - "offset": 0 - }, - "symbol": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721.initializer.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721.initializer.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721.initializer.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721.initializer.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721.is_approved_for_all": { - "decorators": [], - "pc": 1136, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721.is_approved_for_all.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721.is_approved_for_all.Args", - "members": { - "operator": { - "cairo_type": "felt", - "offset": 1 - }, - "owner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721.is_approved_for_all.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721.is_approved_for_all.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721.is_approved_for_all.Return": { - "cairo_type": "(is_approved: felt)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721.is_approved_for_all.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721.name": { - "decorators": [], - "pc": 1079, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721.name.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721.name.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721.name.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721.name.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721.name.Return": { - "cairo_type": "(name: felt)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721.name.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721.owner_of": { - "decorators": [], - "pc": 1095, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721.owner_of.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721.owner_of.Args", - "members": { - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721.owner_of.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721.owner_of.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721.owner_of.Return": { - "cairo_type": "(owner: felt)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721.owner_of.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from": { - "decorators": [], - "pc": 1270, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721.safe_transfer_from.Args", - "members": { - "data": { - "cairo_type": "felt*", - "offset": 5 - }, - "data_len": { - "cairo_type": "felt", - "offset": 4 - }, - "from_": { - "cairo_type": "felt", - "offset": 0 - }, - "to": { - "cairo_type": "felt", - "offset": 1 - }, - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 2 - } - }, - "size": 6, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721.safe_transfer_from.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721.safe_transfer_from.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all": { - "decorators": [], - "pc": 1200, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721.set_approval_for_all.Args", - "members": { - "approved": { - "cairo_type": "felt", - "offset": 1 - }, - "operator": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721.set_approval_for_all.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721.set_approval_for_all.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721.transfer_from": { - "decorators": [], - "pc": 1235, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721.transfer_from.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721.transfer_from.Args", - "members": { - "from_": { - "cairo_type": "felt", - "offset": 0 - }, - "to": { - "cairo_type": "felt", - "offset": 1 - }, - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 2 - } - }, - "size": 4, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721.transfer_from.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721.transfer_from.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721.transfer_from.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721.transfer_from.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "openzeppelin.token.erc721.library.ERC721_balances": { - "type": "namespace" - }, - "openzeppelin.token.erc721.library.ERC721_balances.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721_balances.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_balances.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_balances.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721_balances.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_balances.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721_balances.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721_balances.addr": { - "decorators": [], - "pc": 917, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721_balances.addr.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721_balances.addr.Args", - "members": { - "account": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_balances.addr.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721_balances.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_balances.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721_balances.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721_balances.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_balances.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_balances.read": { - "decorators": [], - "pc": 931, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721_balances.read.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721_balances.read.Args", - "members": { - "account": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_balances.read.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721_balances.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_balances.read.Return": { - "cairo_type": "(balance: starkware.cairo.common.uint256.Uint256)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721_balances.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721_balances.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_balances.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_balances.write": { - "decorators": [], - "pc": 951, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721_balances.write.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721_balances.write.Args", - "members": { - "account": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_balances.write.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721_balances.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_balances.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721_balances.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721_name": { - "type": "namespace" - }, - "openzeppelin.token.erc721.library.ERC721_name.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721_name.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_name.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_name.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721_name.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_name.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721_name.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721_name.addr": { - "decorators": [], - "pc": 824, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721_name.addr.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721_name.addr.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_name.addr.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721_name.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_name.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721_name.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721_name.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_name.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_name.read": { - "decorators": [], - "pc": 829, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721_name.read.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721_name.read.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_name.read.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721_name.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_name.read.Return": { - "cairo_type": "(name: felt)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721_name.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721_name.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_name.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_name.write": { - "decorators": [], - "pc": 842, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721_name.write.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721_name.write.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_name.write.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721_name.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_name.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721_name.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals": { - "type": "namespace" - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721_operator_approvals.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721_operator_approvals.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals.addr": { - "decorators": [], - "pc": 1015, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals.addr.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721_operator_approvals.addr.Args", - "members": { - "operator": { - "cairo_type": "felt", - "offset": 1 - }, - "owner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals.addr.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721_operator_approvals.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals.read": { - "decorators": [], - "pc": 1032, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals.read.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721_operator_approvals.read.Args", - "members": { - "operator": { - "cairo_type": "felt", - "offset": 1 - }, - "owner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals.read.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721_operator_approvals.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals.read.Return": { - "cairo_type": "(is_approved: felt)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals.write": { - "decorators": [], - "pc": 1047, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals.write.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721_operator_approvals.write.Args", - "members": { - "operator": { - "cairo_type": "felt", - "offset": 1 - }, - "owner": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals.write.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721_operator_approvals.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721_operator_approvals.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721_owners": { - "type": "namespace" - }, - "openzeppelin.token.erc721.library.ERC721_owners.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721_owners.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_owners.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_owners.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721_owners.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_owners.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721_owners.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721_owners.addr": { - "decorators": [], - "pc": 871, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721_owners.addr.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721_owners.addr.Args", - "members": { - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_owners.addr.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721_owners.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_owners.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721_owners.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721_owners.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_owners.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_owners.read": { - "decorators": [], - "pc": 888, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721_owners.read.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721_owners.read.Args", - "members": { - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_owners.read.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721_owners.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_owners.read.Return": { - "cairo_type": "(owner: felt)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721_owners.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721_owners.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_owners.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_owners.write": { - "decorators": [], - "pc": 903, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721_owners.write.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721_owners.write.Args", - "members": { - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_owners.write.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721_owners.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_owners.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721_owners.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721_symbol": { - "type": "namespace" - }, - "openzeppelin.token.erc721.library.ERC721_symbol.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721_symbol.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_symbol.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_symbol.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721_symbol.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_symbol.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721_symbol.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721_symbol.addr": { - "decorators": [], - "pc": 854, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721_symbol.addr.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721_symbol.addr.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_symbol.addr.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721_symbol.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_symbol.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721_symbol.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721_symbol.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_symbol.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_symbol.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_symbol.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_symbol.write": { - "decorators": [], - "pc": 859, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721_symbol.write.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721_symbol.write.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_symbol.write.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721_symbol.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_symbol.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721_symbol.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals": { - "type": "namespace" - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721_token_approvals.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721_token_approvals.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals.addr": { - "decorators": [], - "pc": 969, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals.addr.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721_token_approvals.addr.Args", - "members": { - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals.addr.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721_token_approvals.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals.read": { - "decorators": [], - "pc": 986, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals.read.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721_token_approvals.read.Args", - "members": { - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals.read.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721_token_approvals.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals.read.Return": { - "cairo_type": "(approved: felt)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals.write": { - "decorators": [], - "pc": 1001, - "type": "function" - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals.write.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721_token_approvals.write.Args", - "members": { - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals.write.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721_token_approvals.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721_token_approvals.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721_token_uri": { - "type": "namespace" - }, - "openzeppelin.token.erc721.library.ERC721_token_uri.Args": { - "full_name": "openzeppelin.token.erc721.library.ERC721_token_uri.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_token_uri.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_token_uri.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.ERC721_token_uri.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.ERC721_token_uri.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.ERC721_token_uri.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.ERC721_token_uri.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_token_uri.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_token_uri.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.token.erc721.library.ERC721_token_uri.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.token.erc721.library.FALSE": { - "destination": "starkware.cairo.common.bool.FALSE", - "type": "alias" - }, - "openzeppelin.token.erc721.library.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.token.erc721.library.IACCOUNT_ID": { - "destination": "openzeppelin.utils.constants.library.IACCOUNT_ID", - "type": "alias" - }, - "openzeppelin.token.erc721.library.IERC165": { - "destination": "openzeppelin.introspection.erc165.IERC165.IERC165", - "type": "alias" - }, - "openzeppelin.token.erc721.library.IERC721Receiver": { - "destination": "openzeppelin.token.erc721.IERC721Receiver.IERC721Receiver", - "type": "alias" - }, - "openzeppelin.token.erc721.library.IERC721_ID": { - "destination": "openzeppelin.utils.constants.library.IERC721_ID", - "type": "alias" - }, - "openzeppelin.token.erc721.library.IERC721_METADATA_ID": { - "destination": "openzeppelin.utils.constants.library.IERC721_METADATA_ID", - "type": "alias" - }, - "openzeppelin.token.erc721.library.IERC721_RECEIVER_ID": { - "destination": "openzeppelin.utils.constants.library.IERC721_RECEIVER_ID", - "type": "alias" - }, - "openzeppelin.token.erc721.library.SafeUint256": { - "destination": "openzeppelin.security.safemath.library.SafeUint256", - "type": "alias" - }, - "openzeppelin.token.erc721.library.TRUE": { - "destination": "starkware.cairo.common.bool.TRUE", - "type": "alias" - }, - "openzeppelin.token.erc721.library.Transfer": { - "type": "namespace" - }, - "openzeppelin.token.erc721.library.Transfer.Args": { - "full_name": "openzeppelin.token.erc721.library.Transfer.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.Transfer.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.Transfer.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.token.erc721.library.Transfer.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.Transfer.SELECTOR": { - "type": "const", - "value": 271746229759260285552388728919865295615886751538523744128730118297934206697 - }, - "openzeppelin.token.erc721.library.Transfer.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.Transfer.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "openzeppelin.token.erc721.library.Transfer.emit": { - "decorators": [], - "pc": 744, - "type": "function" - }, - "openzeppelin.token.erc721.library.Transfer.emit.Args": { - "full_name": "openzeppelin.token.erc721.library.Transfer.emit.Args", - "members": { - "from_": { - "cairo_type": "felt", - "offset": 0 - }, - "to": { - "cairo_type": "felt", - "offset": 1 - }, - "tokenId": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 2 - } - }, - "size": 4, - "type": "struct" - }, - "openzeppelin.token.erc721.library.Transfer.emit.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library.Transfer.emit.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.token.erc721.library.Transfer.emit.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library.Transfer.emit.SIZEOF_LOCALS": { - "type": "const", - "value": 2 - }, - "openzeppelin.token.erc721.library.Transfer.emit_event": { - "destination": "starkware.starknet.common.syscalls.emit_event", - "type": "alias" - }, - "openzeppelin.token.erc721.library.Transfer.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "openzeppelin.token.erc721.library.Uint256": { - "destination": "starkware.cairo.common.uint256.Uint256", - "type": "alias" - }, - "openzeppelin.token.erc721.library._check_onERC721Received": { - "decorators": [], - "pc": 1647, - "type": "function" - }, - "openzeppelin.token.erc721.library._check_onERC721Received.Args": { - "full_name": "openzeppelin.token.erc721.library._check_onERC721Received.Args", - "members": { - "data": { - "cairo_type": "felt*", - "offset": 5 - }, - "data_len": { - "cairo_type": "felt", - "offset": 4 - }, - "from_": { - "cairo_type": "felt", - "offset": 0 - }, - "to": { - "cairo_type": "felt", - "offset": 1 - }, - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 2 - } - }, - "size": 6, - "type": "struct" - }, - "openzeppelin.token.erc721.library._check_onERC721Received.ImplicitArgs": { - "full_name": "openzeppelin.token.erc721.library._check_onERC721Received.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.token.erc721.library._check_onERC721Received.Return": { - "cairo_type": "(success: felt)", - "type": "type_definition" - }, - "openzeppelin.token.erc721.library._check_onERC721Received.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.token.erc721.library.assert_not_equal": { - "destination": "starkware.cairo.common.math.assert_not_equal", - "type": "alias" - }, - "openzeppelin.token.erc721.library.assert_not_zero": { - "destination": "starkware.cairo.common.math.assert_not_zero", - "type": "alias" - }, - "openzeppelin.token.erc721.library.get_caller_address": { - "destination": "starkware.starknet.common.syscalls.get_caller_address", - "type": "alias" - }, - "openzeppelin.token.erc721.library.uint256_check": { - "destination": "starkware.cairo.common.uint256.uint256_check", - "type": "alias" - }, - "openzeppelin.utils.constants.library.DEFAULT_ADMIN_ROLE": { - "type": "const", - "value": 0 - }, - "openzeppelin.utils.constants.library.IACCESSCONTROL_ID": { - "type": "const", - "value": 2036718347 - }, - "openzeppelin.utils.constants.library.IACCOUNT_ID": { - "type": "const", - "value": 2792084853 - }, - "openzeppelin.utils.constants.library.IERC165_ID": { - "type": "const", - "value": 33540519 - }, - "openzeppelin.utils.constants.library.IERC721_ENUMERABLE_ID": { - "type": "const", - "value": 2014223715 - }, - "openzeppelin.utils.constants.library.IERC721_ID": { - "type": "const", - "value": 2158778573 - }, - "openzeppelin.utils.constants.library.IERC721_METADATA_ID": { - "type": "const", - "value": 1532892063 - }, - "openzeppelin.utils.constants.library.IERC721_RECEIVER_ID": { - "type": "const", - "value": 353073666 - }, - "openzeppelin.utils.constants.library.INVALID_ID": { - "type": "const", - "value": 4294967295 - }, - "openzeppelin.utils.constants.library.UINT8_MAX": { - "type": "const", - "value": 255 - }, - "sheet.library.CellData": { - "full_name": "sheet.library.CellData", - "members": { - "calldata_len": { - "cairo_type": "felt", - "offset": 2 - }, - "contract_address": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "sheet.library.CellRendered": { - "full_name": "sheet.library.CellRendered", - "members": { - "id": { - "cairo_type": "felt", - "offset": 0 - }, - "owner": { - "cairo_type": "felt", - "offset": 1 - }, - "value": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "sheet.library.CellUpdated": { - "type": "namespace" - }, - "sheet.library.CellUpdated.Args": { - "full_name": "sheet.library.CellUpdated.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.CellUpdated.ImplicitArgs": { - "full_name": "sheet.library.CellUpdated.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.CellUpdated.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library.CellUpdated.SELECTOR": { - "type": "const", - "value": 651120005843912419706632475330342524888135200328014518337942891259910396910 - }, - "sheet.library.CellUpdated.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.CellUpdated.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "sheet.library.CellUpdated.emit": { - "decorators": [], - "pc": 2630, - "type": "function" - }, - "sheet.library.CellUpdated.emit.Args": { - "full_name": "sheet.library.CellUpdated.emit.Args", - "members": { - "contract_address": { - "cairo_type": "felt", - "offset": 2 - }, - "id": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "sheet.library.CellUpdated.emit.ImplicitArgs": { - "full_name": "sheet.library.CellUpdated.emit.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "sheet.library.CellUpdated.emit.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library.CellUpdated.emit.SIZEOF_LOCALS": { - "type": "const", - "value": 2 - }, - "sheet.library.CellUpdated.emit_event": { - "destination": "starkware.starknet.common.syscalls.emit_event", - "type": "alias" - }, - "sheet.library.CellUpdated.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "sheet.library.DEFAULT_VALUE": { - "type": "const", - "value": 340282366920938463463374607431768211455 - }, - "sheet.library.DictAccess": { - "destination": "starkware.cairo.common.dict.DictAccess", - "type": "alias" - }, - "sheet.library.ERC721": { - "destination": "openzeppelin.token.erc721.library.ERC721", - "type": "alias" - }, - "sheet.library.ERC721Enumerable": { - "destination": "openzeppelin.token.erc721.enumerable.library.ERC721Enumerable", - "type": "alias" - }, - "sheet.library.ERC721_owners": { - "destination": "openzeppelin.token.erc721.library.ERC721_owners", - "type": "alias" - }, - "sheet.library.FALSE": { - "destination": "starkware.cairo.common.bool.FALSE", - "type": "alias" - }, - "sheet.library.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "sheet.library.ICellRenderer": { - "destination": "interfaces.ICellRenderer", - "type": "alias" - }, - "sheet.library.RC_BOUND": { - "destination": "starkware.cairo.common.math_cmp.RC_BOUND", - "type": "alias" - }, - "sheet.library.SHOULD_RENDER_FLAG": { - "type": "const", - "value": 2 - }, - "sheet.library.Sheet": { - "type": "namespace" - }, - "sheet.library.Sheet.Args": { - "full_name": "sheet.library.Sheet.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet.ImplicitArgs": { - "full_name": "sheet.library.Sheet.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library.Sheet.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet.close_mint": { - "decorators": [], - "pc": 3157, - "type": "function" - }, - "sheet.library.Sheet.close_mint.Args": { - "full_name": "sheet.library.Sheet.close_mint.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet.close_mint.ImplicitArgs": { - "full_name": "sheet.library.Sheet.close_mint.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "sheet.library.Sheet.close_mint.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library.Sheet.close_mint.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet.get_cell": { - "decorators": [], - "pc": 2915, - "type": "function" - }, - "sheet.library.Sheet.get_cell.Args": { - "full_name": "sheet.library.Sheet.get_cell.Args", - "members": { - "token_id": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "sheet.library.Sheet.get_cell.ImplicitArgs": { - "full_name": "sheet.library.Sheet.get_cell.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "sheet.library.Sheet.get_cell.Return": { - "cairo_type": "(contract_address: felt, value: felt, calldata_len: felt, calldata: felt*)", - "type": "type_definition" - }, - "sheet.library.Sheet.get_cell.SIZEOF_LOCALS": { - "type": "const", - "value": 4 - }, - "sheet.library.Sheet.mint": { - "decorators": [], - "pc": 3052, - "type": "function" - }, - "sheet.library.Sheet.mint.Args": { - "full_name": "sheet.library.Sheet.mint.Args", - "members": { - "proof": { - "cairo_type": "felt*", - "offset": 3 - }, - "proof_len": { - "cairo_type": "felt", - "offset": 2 - }, - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 4, - "type": "struct" - }, - "sheet.library.Sheet.mint.ImplicitArgs": { - "full_name": "sheet.library.Sheet.mint.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "sheet.library.Sheet.mint.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library.Sheet.mint.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet.open_mint": { - "decorators": [], - "pc": 3149, - "type": "function" - }, - "sheet.library.Sheet.open_mint.Args": { - "full_name": "sheet.library.Sheet.open_mint.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet.open_mint.ImplicitArgs": { - "full_name": "sheet.library.Sheet.open_mint.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "sheet.library.Sheet.open_mint.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library.Sheet.open_mint.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet.render_cell": { - "decorators": [], - "pc": 2970, - "type": "function" - }, - "sheet.library.Sheet.render_cell.Args": { - "full_name": "sheet.library.Sheet.render_cell.Args", - "members": { - "token_id": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "sheet.library.Sheet.render_cell.ImplicitArgs": { - "full_name": "sheet.library.Sheet.render_cell.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "rendered_cells": { - "cairo_type": "starkware.cairo.common.dict_access.DictAccess*", - "offset": 3 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 4, - "type": "struct" - }, - "sheet.library.Sheet.render_cell.Return": { - "cairo_type": "(cell: sheet.library.CellRendered)", - "type": "type_definition" - }, - "sheet.library.Sheet.render_cell.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet.render_grid": { - "decorators": [], - "pc": 2995, - "type": "function" - }, - "sheet.library.Sheet.render_grid.Args": { - "full_name": "sheet.library.Sheet.render_grid.Args", - "members": { - "index": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "sheet.library.Sheet.render_grid.ImplicitArgs": { - "full_name": "sheet.library.Sheet.render_grid.ImplicitArgs", - "members": { - "cells": { - "cairo_type": "sheet.library.CellRendered*", - "offset": 3 - }, - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "rendered_cells": { - "cairo_type": "starkware.cairo.common.dict_access.DictAccess*", - "offset": 4 - }, - "stop": { - "cairo_type": "felt", - "offset": 5 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 6, - "type": "struct" - }, - "sheet.library.Sheet.render_grid.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library.Sheet.render_grid.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet.set_cell": { - "decorators": [], - "pc": 2885, - "type": "function" - }, - "sheet.library.Sheet.set_cell.Args": { - "full_name": "sheet.library.Sheet.set_cell.Args", - "members": { - "cell_calldata": { - "cairo_type": "felt*", - "offset": 4 - }, - "cell_calldata_len": { - "cairo_type": "felt", - "offset": 3 - }, - "contract_address": { - "cairo_type": "felt", - "offset": 1 - }, - "token_id": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 5, - "type": "struct" - }, - "sheet.library.Sheet.set_cell.ImplicitArgs": { - "full_name": "sheet.library.Sheet.set_cell.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "sheet.library.Sheet.set_cell.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library.Sheet.set_cell.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "sheet.library.Sheet.token_uri": { - "decorators": [], - "pc": 3089, - "type": "function" - }, - "sheet.library.Sheet.token_uri.Args": { - "full_name": "sheet.library.Sheet.token_uri.Args", - "members": { - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "sheet.library.Sheet.token_uri.ImplicitArgs": { - "full_name": "sheet.library.Sheet.token_uri.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "sheet.library.Sheet.token_uri.Return": { - "cairo_type": "(token_uri_len: felt, token_uri: felt*)", - "type": "type_definition" - }, - "sheet.library.Sheet.token_uri.SIZEOF_LOCALS": { - "type": "const", - "value": 4 - }, - "sheet.library.Sheet_cell": { - "type": "namespace" - }, - "sheet.library.Sheet_cell.Args": { - "full_name": "sheet.library.Sheet_cell.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_cell.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "sheet.library.Sheet_cell.ImplicitArgs": { - "full_name": "sheet.library.Sheet_cell.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_cell.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library.Sheet_cell.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_cell.addr": { - "decorators": [], - "pc": 2746, - "type": "function" - }, - "sheet.library.Sheet_cell.addr.Args": { - "full_name": "sheet.library.Sheet_cell.addr.Args", - "members": { - "id": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "sheet.library.Sheet_cell.addr.ImplicitArgs": { - "full_name": "sheet.library.Sheet_cell.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "sheet.library.Sheet_cell.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "sheet.library.Sheet_cell.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_cell.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "sheet.library.Sheet_cell.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "sheet.library.Sheet_cell.read": { - "decorators": [], - "pc": 2760, - "type": "function" - }, - "sheet.library.Sheet_cell.read.Args": { - "full_name": "sheet.library.Sheet_cell.read.Args", - "members": { - "id": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "sheet.library.Sheet_cell.read.ImplicitArgs": { - "full_name": "sheet.library.Sheet_cell.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "sheet.library.Sheet_cell.read.Return": { - "cairo_type": "(cell_data: sheet.library.CellData)", - "type": "type_definition" - }, - "sheet.library.Sheet_cell.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_cell.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "sheet.library.Sheet_cell.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "sheet.library.Sheet_cell.write": { - "decorators": [], - "pc": 2786, - "type": "function" - }, - "sheet.library.Sheet_cell.write.Args": { - "full_name": "sheet.library.Sheet_cell.write.Args", - "members": { - "id": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "sheet.library.CellData", - "offset": 1 - } - }, - "size": 4, - "type": "struct" - }, - "sheet.library.Sheet_cell.write.ImplicitArgs": { - "full_name": "sheet.library.Sheet_cell.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "sheet.library.Sheet_cell.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library.Sheet_cell.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_cell_calldata": { - "type": "namespace" - }, - "sheet.library.Sheet_cell_calldata.Args": { - "full_name": "sheet.library.Sheet_cell_calldata.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_cell_calldata.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "sheet.library.Sheet_cell_calldata.ImplicitArgs": { - "full_name": "sheet.library.Sheet_cell_calldata.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_cell_calldata.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library.Sheet_cell_calldata.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_cell_calldata.addr": { - "decorators": [], - "pc": 2809, - "type": "function" - }, - "sheet.library.Sheet_cell_calldata.addr.Args": { - "full_name": "sheet.library.Sheet_cell_calldata.addr.Args", - "members": { - "id": { - "cairo_type": "felt", - "offset": 0 - }, - "index": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "sheet.library.Sheet_cell_calldata.addr.ImplicitArgs": { - "full_name": "sheet.library.Sheet_cell_calldata.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "sheet.library.Sheet_cell_calldata.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "sheet.library.Sheet_cell_calldata.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_cell_calldata.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "sheet.library.Sheet_cell_calldata.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "sheet.library.Sheet_cell_calldata.read": { - "decorators": [], - "pc": 2826, - "type": "function" - }, - "sheet.library.Sheet_cell_calldata.read.Args": { - "full_name": "sheet.library.Sheet_cell_calldata.read.Args", - "members": { - "id": { - "cairo_type": "felt", - "offset": 0 - }, - "index": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "sheet.library.Sheet_cell_calldata.read.ImplicitArgs": { - "full_name": "sheet.library.Sheet_cell_calldata.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "sheet.library.Sheet_cell_calldata.read.Return": { - "cairo_type": "(value: felt)", - "type": "type_definition" - }, - "sheet.library.Sheet_cell_calldata.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_cell_calldata.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "sheet.library.Sheet_cell_calldata.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "sheet.library.Sheet_cell_calldata.write": { - "decorators": [], - "pc": 2841, - "type": "function" - }, - "sheet.library.Sheet_cell_calldata.write.Args": { - "full_name": "sheet.library.Sheet_cell_calldata.write.Args", - "members": { - "id": { - "cairo_type": "felt", - "offset": 0 - }, - "index": { - "cairo_type": "felt", - "offset": 1 - }, - "value": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "sheet.library.Sheet_cell_calldata.write.ImplicitArgs": { - "full_name": "sheet.library.Sheet_cell_calldata.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "sheet.library.Sheet_cell_calldata.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library.Sheet_cell_calldata.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_cell_price": { - "type": "namespace" - }, - "sheet.library.Sheet_cell_price.Args": { - "full_name": "sheet.library.Sheet_cell_price.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_cell_price.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "sheet.library.Sheet_cell_price.ImplicitArgs": { - "full_name": "sheet.library.Sheet_cell_price.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_cell_price.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library.Sheet_cell_price.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_cell_price.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "sheet.library.Sheet_cell_price.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "sheet.library.Sheet_cell_price.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "sheet.library.Sheet_cell_price.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "sheet.library.Sheet_cell_renderer": { - "type": "namespace" - }, - "sheet.library.Sheet_cell_renderer.Args": { - "full_name": "sheet.library.Sheet_cell_renderer.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_cell_renderer.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "sheet.library.Sheet_cell_renderer.ImplicitArgs": { - "full_name": "sheet.library.Sheet_cell_renderer.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_cell_renderer.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library.Sheet_cell_renderer.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_cell_renderer.addr": { - "decorators": [], - "pc": 2656, - "type": "function" - }, - "sheet.library.Sheet_cell_renderer.addr.Args": { - "full_name": "sheet.library.Sheet_cell_renderer.addr.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_cell_renderer.addr.ImplicitArgs": { - "full_name": "sheet.library.Sheet_cell_renderer.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "sheet.library.Sheet_cell_renderer.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "sheet.library.Sheet_cell_renderer.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_cell_renderer.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "sheet.library.Sheet_cell_renderer.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "sheet.library.Sheet_cell_renderer.read": { - "decorators": [], - "pc": 2661, - "type": "function" - }, - "sheet.library.Sheet_cell_renderer.read.Args": { - "full_name": "sheet.library.Sheet_cell_renderer.read.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_cell_renderer.read.ImplicitArgs": { - "full_name": "sheet.library.Sheet_cell_renderer.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "sheet.library.Sheet_cell_renderer.read.Return": { - "cairo_type": "(address: felt)", - "type": "type_definition" - }, - "sheet.library.Sheet_cell_renderer.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_cell_renderer.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "sheet.library.Sheet_cell_renderer.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "sheet.library.Sheet_cell_renderer.write": { - "decorators": [], - "pc": 2674, - "type": "function" - }, - "sheet.library.Sheet_cell_renderer.write.Args": { - "full_name": "sheet.library.Sheet_cell_renderer.write.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "sheet.library.Sheet_cell_renderer.write.ImplicitArgs": { - "full_name": "sheet.library.Sheet_cell_renderer.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "sheet.library.Sheet_cell_renderer.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library.Sheet_cell_renderer.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_contract_uri": { - "type": "namespace" - }, - "sheet.library.Sheet_contract_uri.Args": { - "full_name": "sheet.library.Sheet_contract_uri.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_contract_uri.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "sheet.library.Sheet_contract_uri.ImplicitArgs": { - "full_name": "sheet.library.Sheet_contract_uri.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_contract_uri.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library.Sheet_contract_uri.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_contract_uri.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "sheet.library.Sheet_contract_uri.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "sheet.library.Sheet_contract_uri.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "sheet.library.Sheet_contract_uri.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "sheet.library.Sheet_contract_uri_len": { - "type": "namespace" - }, - "sheet.library.Sheet_contract_uri_len.Args": { - "full_name": "sheet.library.Sheet_contract_uri_len.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_contract_uri_len.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "sheet.library.Sheet_contract_uri_len.ImplicitArgs": { - "full_name": "sheet.library.Sheet_contract_uri_len.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_contract_uri_len.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library.Sheet_contract_uri_len.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_contract_uri_len.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "sheet.library.Sheet_contract_uri_len.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "sheet.library.Sheet_contract_uri_len.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "sheet.library.Sheet_contract_uri_len.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "sheet.library.Sheet_is_mint_open": { - "type": "namespace" - }, - "sheet.library.Sheet_is_mint_open.Args": { - "full_name": "sheet.library.Sheet_is_mint_open.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_is_mint_open.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "sheet.library.Sheet_is_mint_open.ImplicitArgs": { - "full_name": "sheet.library.Sheet_is_mint_open.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_is_mint_open.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library.Sheet_is_mint_open.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_is_mint_open.addr": { - "decorators": [], - "pc": 2855, - "type": "function" - }, - "sheet.library.Sheet_is_mint_open.addr.Args": { - "full_name": "sheet.library.Sheet_is_mint_open.addr.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_is_mint_open.addr.ImplicitArgs": { - "full_name": "sheet.library.Sheet_is_mint_open.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "sheet.library.Sheet_is_mint_open.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "sheet.library.Sheet_is_mint_open.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_is_mint_open.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "sheet.library.Sheet_is_mint_open.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "sheet.library.Sheet_is_mint_open.read": { - "decorators": [], - "pc": 2860, - "type": "function" - }, - "sheet.library.Sheet_is_mint_open.read.Args": { - "full_name": "sheet.library.Sheet_is_mint_open.read.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_is_mint_open.read.ImplicitArgs": { - "full_name": "sheet.library.Sheet_is_mint_open.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "sheet.library.Sheet_is_mint_open.read.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "sheet.library.Sheet_is_mint_open.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_is_mint_open.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "sheet.library.Sheet_is_mint_open.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "sheet.library.Sheet_is_mint_open.write": { - "decorators": [], - "pc": 2873, - "type": "function" - }, - "sheet.library.Sheet_is_mint_open.write.Args": { - "full_name": "sheet.library.Sheet_is_mint_open.write.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "sheet.library.Sheet_is_mint_open.write.ImplicitArgs": { - "full_name": "sheet.library.Sheet_is_mint_open.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "sheet.library.Sheet_is_mint_open.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library.Sheet_is_mint_open.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_max_per_wallet": { - "type": "namespace" - }, - "sheet.library.Sheet_max_per_wallet.Args": { - "full_name": "sheet.library.Sheet_max_per_wallet.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_max_per_wallet.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "sheet.library.Sheet_max_per_wallet.ImplicitArgs": { - "full_name": "sheet.library.Sheet_max_per_wallet.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_max_per_wallet.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library.Sheet_max_per_wallet.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_max_per_wallet.addr": { - "decorators": [], - "pc": 2716, - "type": "function" - }, - "sheet.library.Sheet_max_per_wallet.addr.Args": { - "full_name": "sheet.library.Sheet_max_per_wallet.addr.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_max_per_wallet.addr.ImplicitArgs": { - "full_name": "sheet.library.Sheet_max_per_wallet.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "sheet.library.Sheet_max_per_wallet.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "sheet.library.Sheet_max_per_wallet.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_max_per_wallet.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "sheet.library.Sheet_max_per_wallet.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "sheet.library.Sheet_max_per_wallet.read": { - "decorators": [], - "pc": 2721, - "type": "function" - }, - "sheet.library.Sheet_max_per_wallet.read.Args": { - "full_name": "sheet.library.Sheet_max_per_wallet.read.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_max_per_wallet.read.ImplicitArgs": { - "full_name": "sheet.library.Sheet_max_per_wallet.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "sheet.library.Sheet_max_per_wallet.read.Return": { - "cairo_type": "(max: felt)", - "type": "type_definition" - }, - "sheet.library.Sheet_max_per_wallet.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_max_per_wallet.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "sheet.library.Sheet_max_per_wallet.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "sheet.library.Sheet_max_per_wallet.write": { - "decorators": [], - "pc": 2734, - "type": "function" - }, - "sheet.library.Sheet_max_per_wallet.write.Args": { - "full_name": "sheet.library.Sheet_max_per_wallet.write.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "sheet.library.Sheet_max_per_wallet.write.ImplicitArgs": { - "full_name": "sheet.library.Sheet_max_per_wallet.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "sheet.library.Sheet_max_per_wallet.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library.Sheet_max_per_wallet.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_merkle_root": { - "type": "namespace" - }, - "sheet.library.Sheet_merkle_root.Args": { - "full_name": "sheet.library.Sheet_merkle_root.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_merkle_root.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "sheet.library.Sheet_merkle_root.ImplicitArgs": { - "full_name": "sheet.library.Sheet_merkle_root.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_merkle_root.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library.Sheet_merkle_root.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_merkle_root.addr": { - "decorators": [], - "pc": 2686, - "type": "function" - }, - "sheet.library.Sheet_merkle_root.addr.Args": { - "full_name": "sheet.library.Sheet_merkle_root.addr.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_merkle_root.addr.ImplicitArgs": { - "full_name": "sheet.library.Sheet_merkle_root.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "sheet.library.Sheet_merkle_root.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "sheet.library.Sheet_merkle_root.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_merkle_root.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "sheet.library.Sheet_merkle_root.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "sheet.library.Sheet_merkle_root.read": { - "decorators": [], - "pc": 2691, - "type": "function" - }, - "sheet.library.Sheet_merkle_root.read.Args": { - "full_name": "sheet.library.Sheet_merkle_root.read.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library.Sheet_merkle_root.read.ImplicitArgs": { - "full_name": "sheet.library.Sheet_merkle_root.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "sheet.library.Sheet_merkle_root.read.Return": { - "cairo_type": "(root: felt)", - "type": "type_definition" - }, - "sheet.library.Sheet_merkle_root.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.Sheet_merkle_root.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "sheet.library.Sheet_merkle_root.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "sheet.library.Sheet_merkle_root.write": { - "decorators": [], - "pc": 2704, - "type": "function" - }, - "sheet.library.Sheet_merkle_root.write.Args": { - "full_name": "sheet.library.Sheet_merkle_root.write.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "sheet.library.Sheet_merkle_root.write.ImplicitArgs": { - "full_name": "sheet.library.Sheet_merkle_root.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "sheet.library.Sheet_merkle_root.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library.Sheet_merkle_root.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.TRUE": { - "destination": "starkware.cairo.common.bool.TRUE", - "type": "alias" - }, - "sheet.library.Uint256": { - "destination": "starkware.cairo.common.uint256.Uint256", - "type": "alias" - }, - "sheet.library._assert_does_not_exceed_allocation": { - "decorators": [], - "pc": 3411, - "type": "function" - }, - "sheet.library._assert_does_not_exceed_allocation.Args": { - "full_name": "sheet.library._assert_does_not_exceed_allocation.Args", - "members": { - "allocation": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "sheet.library._assert_does_not_exceed_allocation.ImplicitArgs": { - "full_name": "sheet.library._assert_does_not_exceed_allocation.ImplicitArgs", - "members": { - "address": { - "cairo_type": "felt", - "offset": 3 - }, - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 4, - "type": "struct" - }, - "sheet.library._assert_does_not_exceed_allocation.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library._assert_does_not_exceed_allocation.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "sheet.library._assert_does_not_exceed_allocation.address": { - "cairo_type": "felt", - "full_name": "sheet.library._assert_does_not_exceed_allocation.address", - "references": [ - { - "ap_tracking_data": { - "group": 219, - "offset": 0 - }, - "pc": 3411, - "value": "[cast(fp + (-4), felt*)]" - } - ], - "type": "reference" - }, - "sheet.library._assert_does_not_exceed_allocation.allocation": { - "cairo_type": "felt", - "full_name": "sheet.library._assert_does_not_exceed_allocation.allocation", - "references": [ - { - "ap_tracking_data": { - "group": 219, - "offset": 0 - }, - "pc": 3411, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "sheet.library._assert_is_allowed": { - "decorators": [], - "pc": 3372, - "type": "function" - }, - "sheet.library._assert_is_allowed.Args": { - "full_name": "sheet.library._assert_is_allowed.Args", - "members": { - "proof": { - "cairo_type": "felt*", - "offset": 1 - }, - "proof_len": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "sheet.library._assert_is_allowed.ImplicitArgs": { - "full_name": "sheet.library._assert_is_allowed.ImplicitArgs", - "members": { - "address": { - "cairo_type": "felt", - "offset": 3 - }, - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 4, - "type": "struct" - }, - "sheet.library._assert_is_allowed.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library._assert_is_allowed.SIZEOF_LOCALS": { - "type": "const", - "value": 2 - }, - "sheet.library._assert_is_allowed.address": { - "cairo_type": "felt", - "full_name": "sheet.library._assert_is_allowed.address", - "references": [ - { - "ap_tracking_data": { - "group": 217, - "offset": 0 - }, - "pc": 3372, - "value": "[cast(fp + (-5), felt*)]" - } - ], - "type": "reference" - }, - "sheet.library._assert_is_open": { - "decorators": [], - "pc": 3441, - "type": "function" - }, - "sheet.library._assert_is_open.Args": { - "full_name": "sheet.library._assert_is_open.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "sheet.library._assert_is_open.ImplicitArgs": { - "full_name": "sheet.library._assert_is_open.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "sheet.library._assert_is_open.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library._assert_is_open.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library._get_calldata": { - "decorators": [], - "pc": 3198, - "type": "function" - }, - "sheet.library._get_calldata.Args": { - "full_name": "sheet.library._get_calldata.Args", - "members": { - "index": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "sheet.library._get_calldata.ImplicitArgs": { - "full_name": "sheet.library._get_calldata.ImplicitArgs", - "members": { - "calldata": { - "cairo_type": "felt*", - "offset": 5 - }, - "calldata_len": { - "cairo_type": "felt", - "offset": 4 - }, - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - }, - "token_id": { - "cairo_type": "felt", - "offset": 3 - } - }, - "size": 6, - "type": "struct" - }, - "sheet.library._get_calldata.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library._get_calldata.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library._hash_sorted": { - "destination": "utils.merkle_tree._hash_sorted", - "type": "alias" - }, - "sheet.library._render_cell": { - "decorators": [], - "pc": 3228, - "type": "function" - }, - "sheet.library._render_cell.Args": { - "full_name": "sheet.library._render_cell.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "sheet.library._render_cell.ImplicitArgs": { - "full_name": "sheet.library._render_cell.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "rendered_cells": { - "cairo_type": "starkware.cairo.common.dict_access.DictAccess*", - "offset": 3 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - }, - "value_is_token_id": { - "cairo_type": "felt", - "offset": 4 - } - }, - "size": 5, - "type": "struct" - }, - "sheet.library._render_cell.Return": { - "cairo_type": "(result: felt)", - "type": "type_definition" - }, - "sheet.library._render_cell.SIZEOF_LOCALS": { - "type": "const", - "value": 6 - }, - "sheet.library._render_cell_calldata": { - "decorators": [], - "pc": 3328, - "type": "function" - }, - "sheet.library._render_cell_calldata.Args": { - "full_name": "sheet.library._render_cell_calldata.Args", - "members": { - "index": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "sheet.library._render_cell_calldata.ImplicitArgs": { - "full_name": "sheet.library._render_cell_calldata.ImplicitArgs", - "members": { - "calldata_ids": { - "cairo_type": "felt*", - "offset": 3 - }, - "calldata_rendered": { - "cairo_type": "felt*", - "offset": 4 - }, - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "rendered_cells": { - "cairo_type": "starkware.cairo.common.dict_access.DictAccess*", - "offset": 5 - }, - "stop": { - "cairo_type": "felt", - "offset": 6 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 7, - "type": "struct" - }, - "sheet.library._render_cell_calldata.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library._render_cell_calldata.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library._set_calldata": { - "decorators": [], - "pc": 3165, - "type": "function" - }, - "sheet.library._set_calldata.Args": { - "full_name": "sheet.library._set_calldata.Args", - "members": { - "calldata": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "sheet.library._set_calldata.ImplicitArgs": { - "full_name": "sheet.library._set_calldata.ImplicitArgs", - "members": { - "calldata_len": { - "cairo_type": "felt", - "offset": 5 - }, - "index": { - "cairo_type": "felt", - "offset": 4 - }, - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - }, - "token_id": { - "cairo_type": "felt", - "offset": 3 - } - }, - "size": 6, - "type": "struct" - }, - "sheet.library._set_calldata.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "sheet.library._set_calldata.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "sheet.library.addresses_to_leafs": { - "destination": "utils.merkle_tree.addresses_to_leafs", - "type": "alias" - }, - "sheet.library.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "sheet.library.call_contract": { - "destination": "starkware.starknet.common.syscalls.call_contract", - "type": "alias" - }, - "sheet.library.default_dict_finalize": { - "destination": "starkware.cairo.common.default_dict.default_dict_finalize", - "type": "alias" - }, - "sheet.library.default_dict_new": { - "destination": "starkware.cairo.common.default_dict.default_dict_new", - "type": "alias" - }, - "sheet.library.dict_read": { - "destination": "starkware.cairo.common.dict.dict_read", - "type": "alias" - }, - "sheet.library.dict_write": { - "destination": "starkware.cairo.common.dict.dict_write", - "type": "alias" - }, - "sheet.library.get_caller_address": { - "destination": "starkware.starknet.common.syscalls.get_caller_address", - "type": "alias" - }, - "sheet.library.is_le": { - "destination": "starkware.cairo.common.math_cmp.is_le", - "type": "alias" - }, - "sheet.library.is_nn": { - "destination": "starkware.cairo.common.math_cmp.is_nn", - "type": "alias" - }, - "sheet.library.is_not_zero": { - "destination": "starkware.cairo.common.math_cmp.is_not_zero", - "type": "alias" - }, - "sheet.library.library_call": { - "destination": "starkware.starknet.common.syscalls.library_call", - "type": "alias" - }, - "sheet.library.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "sheet.library.merkle_build": { - "destination": "utils.merkle_tree.merkle_build", - "type": "alias" - }, - "sheet.library.merkle_verify": { - "destination": "utils.merkle_tree.merkle_verify", - "type": "alias" - }, - "sheet.library.signed_div_rem": { - "destination": "starkware.cairo.common.math.signed_div_rem", - "type": "alias" - }, - "sheet.library.str": { - "destination": "utils.string.str", - "type": "alias" - }, - "starkware.cairo.common.alloc.alloc": { - "decorators": [], - "pc": 0, - "type": "function" - }, - "starkware.cairo.common.alloc.alloc.Args": { - "full_name": "starkware.cairo.common.alloc.alloc.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.alloc.alloc.ImplicitArgs": { - "full_name": "starkware.cairo.common.alloc.alloc.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.alloc.alloc.Return": { - "cairo_type": "(ptr: felt*)", - "type": "type_definition" - }, - "starkware.cairo.common.alloc.alloc.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.bitwise.ALL_ONES": { - "type": "const", - "value": -106710729501573572985208420194530329073740042555888586719234 - }, - "starkware.cairo.common.bitwise.BitwiseBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin", - "type": "alias" - }, - "starkware.cairo.common.bool.FALSE": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.bool.TRUE": { - "type": "const", - "value": 1 - }, - "starkware.cairo.common.cairo_builtins.BitwiseBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin", - "members": { - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "x_and_y": { - "cairo_type": "felt", - "offset": 2 - }, - "x_or_y": { - "cairo_type": "felt", - "offset": 4 - }, - "x_xor_y": { - "cairo_type": "felt", - "offset": 3 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.EcOpBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.EcOpBuiltin", - "members": { - "m": { - "cairo_type": "felt", - "offset": 4 - }, - "p": { - "cairo_type": "starkware.cairo.common.ec_point.EcPoint", - "offset": 0 - }, - "q": { - "cairo_type": "starkware.cairo.common.ec_point.EcPoint", - "offset": 2 - }, - "r": { - "cairo_type": "starkware.cairo.common.ec_point.EcPoint", - "offset": 5 - } - }, - "size": 7, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.EcPoint": { - "destination": "starkware.cairo.common.ec_point.EcPoint", - "type": "alias" - }, - "starkware.cairo.common.cairo_builtins.HashBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "members": { - "result": { - "cairo_type": "felt", - "offset": 2 - }, - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.KeccakBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.KeccakBuiltin", - "members": { - "input": { - "cairo_type": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "offset": 0 - }, - "output": { - "cairo_type": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "offset": 8 - } - }, - "size": 16, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.KeccakBuiltinState": { - "destination": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "type": "alias" - }, - "starkware.cairo.common.cairo_builtins.PoseidonBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.PoseidonBuiltin", - "members": { - "input": { - "cairo_type": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "offset": 0 - }, - "output": { - "cairo_type": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "offset": 3 - } - }, - "size": 6, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.PoseidonBuiltinState": { - "destination": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "type": "alias" - }, - "starkware.cairo.common.cairo_builtins.SignatureBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.SignatureBuiltin", - "members": { - "message": { - "cairo_type": "felt", - "offset": 1 - }, - "pub_key": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.default_dict.DictAccess": { - "destination": "starkware.cairo.common.dict_access.DictAccess", - "type": "alias" - }, - "starkware.cairo.common.default_dict.default_dict_finalize": { - "decorators": [], - "pc": 2491, - "type": "function" - }, - "starkware.cairo.common.default_dict.default_dict_finalize.Args": { - "full_name": "starkware.cairo.common.default_dict.default_dict_finalize.Args", - "members": { - "default_value": { - "cairo_type": "felt", - "offset": 2 - }, - "dict_accesses_end": { - "cairo_type": "starkware.cairo.common.dict_access.DictAccess*", - "offset": 1 - }, - "dict_accesses_start": { - "cairo_type": "starkware.cairo.common.dict_access.DictAccess*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.default_dict.default_dict_finalize.ImplicitArgs": { - "full_name": "starkware.cairo.common.default_dict.default_dict_finalize.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.default_dict.default_dict_finalize.Return": { - "cairo_type": "(squashed_dict_start: starkware.cairo.common.dict_access.DictAccess*, squashed_dict_end: starkware.cairo.common.dict_access.DictAccess*)", - "type": "type_definition" - }, - "starkware.cairo.common.default_dict.default_dict_finalize.SIZEOF_LOCALS": { - "type": "const", - "value": 3 - }, - "starkware.cairo.common.default_dict.default_dict_finalize_inner": { - "decorators": [], - "pc": 2512, - "type": "function" - }, - "starkware.cairo.common.default_dict.default_dict_finalize_inner.Args": { - "full_name": "starkware.cairo.common.default_dict.default_dict_finalize_inner.Args", - "members": { - "default_value": { - "cairo_type": "felt", - "offset": 2 - }, - "dict_accesses_start": { - "cairo_type": "starkware.cairo.common.dict_access.DictAccess*", - "offset": 0 - }, - "n_accesses": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.default_dict.default_dict_finalize_inner.ImplicitArgs": { - "full_name": "starkware.cairo.common.default_dict.default_dict_finalize_inner.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.default_dict.default_dict_finalize_inner.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.default_dict.default_dict_finalize_inner.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.default_dict.default_dict_new": { - "decorators": [], - "pc": 2488, - "type": "function" - }, - "starkware.cairo.common.default_dict.default_dict_new.Args": { - "full_name": "starkware.cairo.common.default_dict.default_dict_new.Args", - "members": { - "default_value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.default_dict.default_dict_new.ImplicitArgs": { - "full_name": "starkware.cairo.common.default_dict.default_dict_new.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.default_dict.default_dict_new.Return": { - "cairo_type": "(res: starkware.cairo.common.dict_access.DictAccess*)", - "type": "type_definition" - }, - "starkware.cairo.common.default_dict.default_dict_new.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.default_dict.default_dict_new.default_value": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.default_dict.default_dict_new.default_value", - "references": [ - { - "ap_tracking_data": { - "group": 156, - "offset": 0 - }, - "pc": 2488, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.default_dict.dict_squash": { - "destination": "starkware.cairo.common.dict.dict_squash", - "type": "alias" - }, - "starkware.cairo.common.dict.DictAccess": { - "destination": "starkware.cairo.common.dict_access.DictAccess", - "type": "alias" - }, - "starkware.cairo.common.dict.dict_new": { - "decorators": [], - "pc": 2456, - "type": "function" - }, - "starkware.cairo.common.dict.dict_new.Args": { - "full_name": "starkware.cairo.common.dict.dict_new.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.dict.dict_new.ImplicitArgs": { - "full_name": "starkware.cairo.common.dict.dict_new.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.dict.dict_new.Return": { - "cairo_type": "(res: starkware.cairo.common.dict_access.DictAccess*)", - "type": "type_definition" - }, - "starkware.cairo.common.dict.dict_new.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.dict.dict_read": { - "decorators": [], - "pc": 2459, - "type": "function" - }, - "starkware.cairo.common.dict.dict_read.Args": { - "full_name": "starkware.cairo.common.dict.dict_read.Args", - "members": { - "key": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.dict.dict_read.ImplicitArgs": { - "full_name": "starkware.cairo.common.dict.dict_read.ImplicitArgs", - "members": { - "dict_ptr": { - "cairo_type": "starkware.cairo.common.dict_access.DictAccess*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.dict.dict_read.Return": { - "cairo_type": "(value: felt)", - "type": "type_definition" - }, - "starkware.cairo.common.dict.dict_read.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "starkware.cairo.common.dict.dict_read.dict_ptr": { - "cairo_type": "starkware.cairo.common.dict_access.DictAccess*", - "full_name": "starkware.cairo.common.dict.dict_read.dict_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 152, - "offset": 0 - }, - "pc": 2459, - "value": "[cast(fp + (-4), starkware.cairo.common.dict_access.DictAccess**)]" - }, - { - "ap_tracking_data": { - "group": 152, - "offset": 1 - }, - "pc": 2464, - "value": "cast([fp + (-4)] + 3, starkware.cairo.common.dict_access.DictAccess*)" - } - ], - "type": "reference" - }, - "starkware.cairo.common.dict.dict_read.key": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.dict.dict_read.key", - "references": [ - { - "ap_tracking_data": { - "group": 152, - "offset": 0 - }, - "pc": 2459, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.dict.dict_read.value": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.dict.dict_read.value", - "references": [ - { - "ap_tracking_data": { - "group": 152, - "offset": 1 - }, - "pc": 2461, - "value": "[cast(fp, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.dict.dict_squash": { - "decorators": [], - "pc": 2473, - "type": "function" - }, - "starkware.cairo.common.dict.dict_squash.Args": { - "full_name": "starkware.cairo.common.dict.dict_squash.Args", - "members": { - "dict_accesses_end": { - "cairo_type": "starkware.cairo.common.dict_access.DictAccess*", - "offset": 1 - }, - "dict_accesses_start": { - "cairo_type": "starkware.cairo.common.dict_access.DictAccess*", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.dict.dict_squash.ImplicitArgs": { - "full_name": "starkware.cairo.common.dict.dict_squash.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.dict.dict_squash.Return": { - "cairo_type": "(squashed_dict_start: starkware.cairo.common.dict_access.DictAccess*, squashed_dict_end: starkware.cairo.common.dict_access.DictAccess*)", - "type": "type_definition" - }, - "starkware.cairo.common.dict.dict_squash.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "starkware.cairo.common.dict.dict_squash.dict_accesses_end": { - "cairo_type": "starkware.cairo.common.dict_access.DictAccess*", - "full_name": "starkware.cairo.common.dict.dict_squash.dict_accesses_end", - "references": [ - { - "ap_tracking_data": { - "group": 154, - "offset": 0 - }, - "pc": 2473, - "value": "[cast(fp + (-3), starkware.cairo.common.dict_access.DictAccess**)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.dict.dict_squash.squashed_dict_end": { - "cairo_type": "starkware.cairo.common.dict_access.DictAccess*", - "full_name": "starkware.cairo.common.dict.dict_squash.squashed_dict_end", - "references": [ - { - "ap_tracking_data": { - "group": 155, - "offset": 0 - }, - "pc": 2484, - "value": "[cast(ap + (-1), starkware.cairo.common.dict_access.DictAccess**)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.dict.dict_squash.squashed_dict_start": { - "cairo_type": "starkware.cairo.common.dict_access.DictAccess*", - "full_name": "starkware.cairo.common.dict.dict_squash.squashed_dict_start", - "references": [ - { - "ap_tracking_data": { - "group": 154, - "offset": 4 - }, - "pc": 2477, - "value": "[cast(ap + (-1), starkware.cairo.common.dict_access.DictAccess**)]" - }, - { - "ap_tracking_data": { - "group": 154, - "offset": 4 - }, - "pc": 2478, - "value": "[cast(fp, starkware.cairo.common.dict_access.DictAccess**)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.dict.dict_write": { - "decorators": [], - "pc": 2468, - "type": "function" - }, - "starkware.cairo.common.dict.dict_write.Args": { - "full_name": "starkware.cairo.common.dict.dict_write.Args", - "members": { - "key": { - "cairo_type": "felt", - "offset": 0 - }, - "new_value": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.dict.dict_write.ImplicitArgs": { - "full_name": "starkware.cairo.common.dict.dict_write.ImplicitArgs", - "members": { - "dict_ptr": { - "cairo_type": "starkware.cairo.common.dict_access.DictAccess*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.dict.dict_write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.dict.dict_write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.dict.dict_write.dict_ptr": { - "cairo_type": "starkware.cairo.common.dict_access.DictAccess*", - "full_name": "starkware.cairo.common.dict.dict_write.dict_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 153, - "offset": 0 - }, - "pc": 2468, - "value": "[cast(fp + (-5), starkware.cairo.common.dict_access.DictAccess**)]" - }, - { - "ap_tracking_data": { - "group": 153, - "offset": 0 - }, - "pc": 2470, - "value": "cast([fp + (-5)] + 3, starkware.cairo.common.dict_access.DictAccess*)" - } - ], - "type": "reference" - }, - "starkware.cairo.common.dict.dict_write.key": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.dict.dict_write.key", - "references": [ - { - "ap_tracking_data": { - "group": 153, - "offset": 0 - }, - "pc": 2468, - "value": "[cast(fp + (-4), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.dict.dict_write.new_value": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.dict.dict_write.new_value", - "references": [ - { - "ap_tracking_data": { - "group": 153, - "offset": 0 - }, - "pc": 2468, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.dict.squash_dict": { - "destination": "starkware.cairo.common.squash_dict.squash_dict", - "type": "alias" - }, - "starkware.cairo.common.dict_access.DictAccess": { - "full_name": "starkware.cairo.common.dict_access.DictAccess", - "members": { - "key": { - "cairo_type": "felt", - "offset": 0 - }, - "new_value": { - "cairo_type": "felt", - "offset": 2 - }, - "prev_value": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.ec_point.EcPoint": { - "full_name": "starkware.cairo.common.ec_point.EcPoint", - "members": { - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.hash.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "starkware.cairo.common.hash.hash2": { - "decorators": [], - "pc": 3, - "type": "function" - }, - "starkware.cairo.common.hash.hash2.Args": { - "full_name": "starkware.cairo.common.hash.hash2.Args", - "members": { - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.hash.hash2.ImplicitArgs": { - "full_name": "starkware.cairo.common.hash.hash2.ImplicitArgs", - "members": { - "hash_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.hash.hash2.Return": { - "cairo_type": "(result: felt)", - "type": "type_definition" - }, - "starkware.cairo.common.hash.hash2.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.keccak_state.KeccakBuiltinState": { - "full_name": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "members": { - "s0": { - "cairo_type": "felt", - "offset": 0 - }, - "s1": { - "cairo_type": "felt", - "offset": 1 - }, - "s2": { - "cairo_type": "felt", - "offset": 2 - }, - "s3": { - "cairo_type": "felt", - "offset": 3 - }, - "s4": { - "cairo_type": "felt", - "offset": 4 - }, - "s5": { - "cairo_type": "felt", - "offset": 5 - }, - "s6": { - "cairo_type": "felt", - "offset": 6 - }, - "s7": { - "cairo_type": "felt", - "offset": 7 - } - }, - "size": 8, - "type": "struct" - }, - "starkware.cairo.common.math.FALSE": { - "destination": "starkware.cairo.common.bool.FALSE", - "type": "alias" - }, - "starkware.cairo.common.math.TRUE": { - "destination": "starkware.cairo.common.bool.TRUE", - "type": "alias" - }, - "starkware.cairo.common.math.assert_250_bit": { - "decorators": [ - "known_ap_change" - ], - "pc": 90, - "type": "function" - }, - "starkware.cairo.common.math.assert_250_bit.Args": { - "full_name": "starkware.cairo.common.math.assert_250_bit.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_250_bit.HIGH_BOUND": { - "type": "const", - "value": 5316911983139663491615228241121378304 - }, - "starkware.cairo.common.math.assert_250_bit.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.assert_250_bit.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_250_bit.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.math.assert_250_bit.SHIFT": { - "type": "const", - "value": 340282366920938463463374607431768211456 - }, - "starkware.cairo.common.math.assert_250_bit.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.assert_250_bit.UPPER_BOUND": { - "type": "const", - "value": 1809251394333065553493296640760748560207343510400633813116524750123642650624 - }, - "starkware.cairo.common.math.assert_250_bit.high": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_250_bit.high", - "references": [ - { - "ap_tracking_data": { - "group": 13, - "offset": 0 - }, - "pc": 90, - "value": "[cast([fp + (-4)] + 1, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_250_bit.low": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_250_bit.low", - "references": [ - { - "ap_tracking_data": { - "group": 13, - "offset": 0 - }, - "pc": 90, - "value": "[cast([fp + (-4)], felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_250_bit.value": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_250_bit.value", - "references": [ - { - "ap_tracking_data": { - "group": 13, - "offset": 0 - }, - "pc": 90, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_le": { - "decorators": [], - "pc": 85, - "type": "function" - }, - "starkware.cairo.common.math.assert_le.Args": { - "full_name": "starkware.cairo.common.math.assert_le.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - }, - "b": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.math.assert_le.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.assert_le.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_le.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.math.assert_le.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.assert_le_felt": { - "decorators": [ - "known_ap_change" - ], - "pc": 103, - "type": "function" - }, - "starkware.cairo.common.math.assert_le_felt.Args": { - "full_name": "starkware.cairo.common.math.assert_le_felt.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - }, - "b": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.math.assert_le_felt.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.assert_le_felt.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_le_felt.PRIME_OVER_2_HIGH": { - "type": "const", - "value": 5316911983139663648412552867652567041 - }, - "starkware.cairo.common.math.assert_le_felt.PRIME_OVER_3_HIGH": { - "type": "const", - "value": 3544607988759775765608368578435044694 - }, - "starkware.cairo.common.math.assert_le_felt.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.math.assert_le_felt.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.assert_le_felt.a": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_le_felt.a", - "references": [ - { - "ap_tracking_data": { - "group": 14, - "offset": 0 - }, - "pc": 103, - "value": "[cast(fp + (-4), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_le_felt.b": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_le_felt.b", - "references": [ - { - "ap_tracking_data": { - "group": 14, - "offset": 0 - }, - "pc": 103, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_le_felt.range_check_ptr": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_le_felt.range_check_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 14, - "offset": 0 - }, - "pc": 103, - "value": "[cast(fp + (-5), felt*)]" - }, - { - "ap_tracking_data": { - "group": 14, - "offset": 8 - }, - "pc": 113, - "value": "cast([fp + (-5)] + 4, felt)" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_le_felt.skip_exclude_a": { - "pc": 127, - "type": "label" - }, - "starkware.cairo.common.math.assert_le_felt.skip_exclude_b_minus_a": { - "pc": 139, - "type": "label" - }, - "starkware.cairo.common.math.assert_lt_felt": { - "decorators": [ - "known_ap_change" - ], - "pc": 148, - "type": "function" - }, - "starkware.cairo.common.math.assert_lt_felt.Args": { - "full_name": "starkware.cairo.common.math.assert_lt_felt.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - }, - "b": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.math.assert_lt_felt.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.assert_lt_felt.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_lt_felt.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.math.assert_lt_felt.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.assert_lt_felt.a": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_lt_felt.a", - "references": [ - { - "ap_tracking_data": { - "group": 15, - "offset": 0 - }, - "pc": 148, - "value": "[cast(fp + (-4), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_lt_felt.b": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_lt_felt.b", - "references": [ - { - "ap_tracking_data": { - "group": 15, - "offset": 0 - }, - "pc": 148, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_nn": { - "decorators": [], - "pc": 81, - "type": "function" - }, - "starkware.cairo.common.math.assert_nn.Args": { - "full_name": "starkware.cairo.common.math.assert_nn.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_nn.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.assert_nn.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_nn.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.math.assert_nn.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.assert_nn.a": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_nn.a", - "references": [ - { - "ap_tracking_data": { - "group": 11, - "offset": 0 - }, - "pc": 81, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_not_equal": { - "decorators": [], - "pc": 75, - "type": "function" - }, - "starkware.cairo.common.math.assert_not_equal.Args": { - "full_name": "starkware.cairo.common.math.assert_not_equal.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - }, - "b": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.math.assert_not_equal.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.assert_not_equal.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.math.assert_not_equal.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.math.assert_not_equal.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.assert_not_equal.a": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_not_equal.a", - "references": [ - { - "ap_tracking_data": { - "group": 10, - "offset": 0 - }, - "pc": 75, - "value": "[cast(fp + (-4), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_not_equal.b": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_not_equal.b", - "references": [ - { - "ap_tracking_data": { - "group": 10, - "offset": 0 - }, - "pc": 75, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_not_zero": { - "decorators": [], - "pc": 70, - "type": "function" - }, - "starkware.cairo.common.math.assert_not_zero.Args": { - "full_name": "starkware.cairo.common.math.assert_not_zero.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_not_zero.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.assert_not_zero.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.math.assert_not_zero.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.math.assert_not_zero.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.assert_not_zero.value": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_not_zero.value", - "references": [ - { - "ap_tracking_data": { - "group": 9, - "offset": 0 - }, - "pc": 70, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.signed_div_rem": { - "decorators": [], - "pc": 159, - "type": "function" - }, - "starkware.cairo.common.math.signed_div_rem.Args": { - "full_name": "starkware.cairo.common.math.signed_div_rem.Args", - "members": { - "bound": { - "cairo_type": "felt", - "offset": 2 - }, - "div": { - "cairo_type": "felt", - "offset": 1 - }, - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.math.signed_div_rem.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.signed_div_rem.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.signed_div_rem.Return": { - "cairo_type": "(q: felt, r: felt)", - "type": "type_definition" - }, - "starkware.cairo.common.math.signed_div_rem.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.signed_div_rem.biased_q": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.signed_div_rem.biased_q", - "references": [ - { - "ap_tracking_data": { - "group": 16, - "offset": 0 - }, - "pc": 159, - "value": "[cast([fp + (-6)] + 1, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.signed_div_rem.bound": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.signed_div_rem.bound", - "references": [ - { - "ap_tracking_data": { - "group": 16, - "offset": 0 - }, - "pc": 159, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.signed_div_rem.div": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.signed_div_rem.div", - "references": [ - { - "ap_tracking_data": { - "group": 16, - "offset": 0 - }, - "pc": 159, - "value": "[cast(fp + (-4), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.signed_div_rem.r": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.signed_div_rem.r", - "references": [ - { - "ap_tracking_data": { - "group": 16, - "offset": 0 - }, - "pc": 159, - "value": "[cast([fp + (-6)], felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.signed_div_rem.value": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.signed_div_rem.value", - "references": [ - { - "ap_tracking_data": { - "group": 16, - "offset": 0 - }, - "pc": 159, - "value": "[cast(fp + (-5), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math_cmp.RC_BOUND": { - "type": "const", - "value": 340282366920938463463374607431768211456 - }, - "starkware.cairo.common.math_cmp.assert_le_felt": { - "destination": "starkware.cairo.common.math.assert_le_felt", - "type": "alias" - }, - "starkware.cairo.common.math_cmp.assert_lt_felt": { - "destination": "starkware.cairo.common.math.assert_lt_felt", - "type": "alias" - }, - "starkware.cairo.common.math_cmp.is_le": { - "decorators": [ - "known_ap_change" - ], - "pc": 382, - "type": "function" - }, - "starkware.cairo.common.math_cmp.is_le.Args": { - "full_name": "starkware.cairo.common.math_cmp.is_le.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - }, - "b": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_le.ImplicitArgs": { - "full_name": "starkware.cairo.common.math_cmp.is_le.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_le.Return": { - "cairo_type": "felt", - "type": "type_definition" - }, - "starkware.cairo.common.math_cmp.is_le.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math_cmp.is_le_felt": { - "decorators": [ - "known_ap_change" - ], - "pc": 387, - "type": "function" - }, - "starkware.cairo.common.math_cmp.is_le_felt.Args": { - "full_name": "starkware.cairo.common.math_cmp.is_le_felt.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - }, - "b": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_le_felt.ImplicitArgs": { - "full_name": "starkware.cairo.common.math_cmp.is_le_felt.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_le_felt.Return": { - "cairo_type": "felt", - "type": "type_definition" - }, - "starkware.cairo.common.math_cmp.is_le_felt.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math_cmp.is_le_felt.a": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math_cmp.is_le_felt.a", - "references": [ - { - "ap_tracking_data": { - "group": 34, - "offset": 0 - }, - "pc": 387, - "value": "[cast(fp + (-4), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math_cmp.is_le_felt.b": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math_cmp.is_le_felt.b", - "references": [ - { - "ap_tracking_data": { - "group": 34, - "offset": 0 - }, - "pc": 387, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math_cmp.is_le_felt.not_le": { - "pc": 399, - "type": "label" - }, - "starkware.cairo.common.math_cmp.is_nn": { - "decorators": [ - "known_ap_change" - ], - "pc": 349, - "type": "function" - }, - "starkware.cairo.common.math_cmp.is_nn.Args": { - "full_name": "starkware.cairo.common.math_cmp.is_nn.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_nn.ImplicitArgs": { - "full_name": "starkware.cairo.common.math_cmp.is_nn.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_nn.Return": { - "cairo_type": "felt", - "type": "type_definition" - }, - "starkware.cairo.common.math_cmp.is_nn.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math_cmp.is_nn.a": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math_cmp.is_nn.a", - "references": [ - { - "ap_tracking_data": { - "group": 32, - "offset": 0 - }, - "pc": 349, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math_cmp.is_nn.need_felt_comparison": { - "pc": 373, - "type": "label" - }, - "starkware.cairo.common.math_cmp.is_nn.out_of_range": { - "pc": 359, - "type": "label" - }, - "starkware.cairo.common.math_cmp.is_not_zero": { - "decorators": [ - "known_ap_change" - ], - "pc": 341, - "type": "function" - }, - "starkware.cairo.common.math_cmp.is_not_zero.Args": { - "full_name": "starkware.cairo.common.math_cmp.is_not_zero.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_not_zero.ImplicitArgs": { - "full_name": "starkware.cairo.common.math_cmp.is_not_zero.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_not_zero.Return": { - "cairo_type": "felt", - "type": "type_definition" - }, - "starkware.cairo.common.math_cmp.is_not_zero.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.memcpy.memcpy": { - "decorators": [], - "pc": 9, - "type": "function" - }, - "starkware.cairo.common.memcpy.memcpy.Args": { - "full_name": "starkware.cairo.common.memcpy.memcpy.Args", - "members": { - "dst": { - "cairo_type": "felt*", - "offset": 0 - }, - "len": { - "cairo_type": "felt", - "offset": 2 - }, - "src": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.memcpy.memcpy.ImplicitArgs": { - "full_name": "starkware.cairo.common.memcpy.memcpy.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.memcpy.memcpy.LoopFrame": { - "full_name": "starkware.cairo.common.memcpy.memcpy.LoopFrame", - "members": { - "dst": { - "cairo_type": "felt*", - "offset": 0 - }, - "src": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.memcpy.memcpy.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.memcpy.memcpy.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.memcpy.memcpy.continue_copying": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.memcpy.memcpy.continue_copying", - "references": [ - { - "ap_tracking_data": { - "group": 2, - "offset": 3 - }, - "pc": 16, - "value": "[cast(ap, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.memcpy.memcpy.len": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.memcpy.memcpy.len", - "references": [ - { - "ap_tracking_data": { - "group": 2, - "offset": 0 - }, - "pc": 9, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.memcpy.memcpy.loop": { - "pc": 14, - "type": "label" - }, - "starkware.cairo.common.poseidon_state.PoseidonBuiltinState": { - "full_name": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "members": { - "s0": { - "cairo_type": "felt", - "offset": 0 - }, - "s1": { - "cairo_type": "felt", - "offset": 1 - }, - "s2": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.pow.assert_le": { - "destination": "starkware.cairo.common.math.assert_le", - "type": "alias" - }, - "starkware.cairo.common.pow.get_ap": { - "destination": "starkware.cairo.common.registers.get_ap", - "type": "alias" - }, - "starkware.cairo.common.pow.get_fp_and_pc": { - "destination": "starkware.cairo.common.registers.get_fp_and_pc", - "type": "alias" - }, - "starkware.cairo.common.registers.get_ap": { - "destination": "starkware.cairo.lang.compiler.lib.registers.get_ap", - "type": "alias" - }, - "starkware.cairo.common.registers.get_fp_and_pc": { - "destination": "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc", - "type": "alias" - }, - "starkware.cairo.common.registers.get_label_location": { - "decorators": [], - "pc": 407, - "type": "function" - }, - "starkware.cairo.common.registers.get_label_location.Args": { - "full_name": "starkware.cairo.common.registers.get_label_location.Args", - "members": { - "label_value": { - "cairo_type": "codeoffset", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.registers.get_label_location.ImplicitArgs": { - "full_name": "starkware.cairo.common.registers.get_label_location.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.registers.get_label_location.Return": { - "cairo_type": "(res: felt*)", - "type": "type_definition" - }, - "starkware.cairo.common.registers.get_label_location.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.registers.get_label_location.ret_pc_label": { - "pc": 409, - "type": "label" - }, - "starkware.cairo.common.squash_dict.DictAccess": { - "destination": "starkware.cairo.common.dict_access.DictAccess", - "type": "alias" - }, - "starkware.cairo.common.squash_dict.assert_lt_felt": { - "destination": "starkware.cairo.common.math.assert_lt_felt", - "type": "alias" - }, - "starkware.cairo.common.squash_dict.squash_dict": { - "decorators": [], - "pc": 2356, - "type": "function" - }, - "starkware.cairo.common.squash_dict.squash_dict.Args": { - "full_name": "starkware.cairo.common.squash_dict.squash_dict.Args", - "members": { - "dict_accesses": { - "cairo_type": "starkware.cairo.common.dict_access.DictAccess*", - "offset": 0 - }, - "dict_accesses_end": { - "cairo_type": "starkware.cairo.common.dict_access.DictAccess*", - "offset": 1 - }, - "squashed_dict": { - "cairo_type": "starkware.cairo.common.dict_access.DictAccess*", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.squash_dict.squash_dict.ImplicitArgs": { - "full_name": "starkware.cairo.common.squash_dict.squash_dict.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.squash_dict.squash_dict.Return": { - "cairo_type": "(squashed_dict: starkware.cairo.common.dict_access.DictAccess*)", - "type": "type_definition" - }, - "starkware.cairo.common.squash_dict.squash_dict.SIZEOF_LOCALS": { - "type": "const", - "value": 3 - }, - "starkware.cairo.common.squash_dict.squash_dict.big_keys": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.squash_dict.squash_dict.big_keys", - "references": [ - { - "ap_tracking_data": { - "group": 145, - "offset": 3 - }, - "pc": 2364, - "value": "[cast(fp + 2, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.squash_dict.squash_dict.dict_accesses": { - "cairo_type": "starkware.cairo.common.dict_access.DictAccess*", - "full_name": "starkware.cairo.common.squash_dict.squash_dict.dict_accesses", - "references": [ - { - "ap_tracking_data": { - "group": 145, - "offset": 0 - }, - "pc": 2356, - "value": "[cast(fp + (-5), starkware.cairo.common.dict_access.DictAccess**)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.squash_dict.squash_dict.first_key": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.squash_dict.squash_dict.first_key", - "references": [ - { - "ap_tracking_data": { - "group": 145, - "offset": 3 - }, - "pc": 2364, - "value": "[cast(fp + 1, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.squash_dict.squash_dict.n_accesses": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.squash_dict.squash_dict.n_accesses", - "references": [ - { - "ap_tracking_data": { - "group": 145, - "offset": 4 - }, - "pc": 2366, - "value": "[cast(ap + (-1), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.squash_dict.squash_dict.ptr_diff": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.squash_dict.squash_dict.ptr_diff", - "references": [ - { - "ap_tracking_data": { - "group": 145, - "offset": 3 - }, - "pc": 2359, - "value": "[cast(fp, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.squash_dict.squash_dict_inner": { - "decorators": [], - "pc": 2384, - "type": "function" - }, - "starkware.cairo.common.squash_dict.squash_dict_inner.Args": { - "full_name": "starkware.cairo.common.squash_dict.squash_dict_inner.Args", - "members": { - "big_keys": { - "cairo_type": "felt", - "offset": 6 - }, - "dict_accesses": { - "cairo_type": "starkware.cairo.common.dict_access.DictAccess*", - "offset": 1 - }, - "dict_accesses_end_minus1": { - "cairo_type": "felt*", - "offset": 2 - }, - "key": { - "cairo_type": "felt", - "offset": 3 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - }, - "remaining_accesses": { - "cairo_type": "felt", - "offset": 4 - }, - "squashed_dict": { - "cairo_type": "starkware.cairo.common.dict_access.DictAccess*", - "offset": 5 - } - }, - "size": 7, - "type": "struct" - }, - "starkware.cairo.common.squash_dict.squash_dict_inner.ImplicitArgs": { - "full_name": "starkware.cairo.common.squash_dict.squash_dict_inner.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.squash_dict.squash_dict_inner.LoopLocals": { - "full_name": "starkware.cairo.common.squash_dict.squash_dict_inner.LoopLocals", - "members": { - "access_ptr": { - "cairo_type": "starkware.cairo.common.dict_access.DictAccess*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.squash_dict.squash_dict_inner.LoopTemps": { - "full_name": "starkware.cairo.common.squash_dict.squash_dict_inner.LoopTemps", - "members": { - "index_delta": { - "cairo_type": "felt", - "offset": 1 - }, - "index_delta_minus1": { - "cairo_type": "felt", - "offset": 0 - }, - "ptr_delta": { - "cairo_type": "felt", - "offset": 2 - }, - "should_continue": { - "cairo_type": "felt", - "offset": 3 - } - }, - "size": 4, - "type": "struct" - }, - "starkware.cairo.common.squash_dict.squash_dict_inner.Return": { - "cairo_type": "(range_check_ptr: felt, squashed_dict: starkware.cairo.common.dict_access.DictAccess*)", - "type": "type_definition" - }, - "starkware.cairo.common.squash_dict.squash_dict_inner.SIZEOF_LOCALS": { - "type": "const", - "value": 2 - }, - "starkware.cairo.common.squash_dict.squash_dict_inner.loop": { - "pc": 2399, - "type": "label" - }, - "starkware.cairo.common.squash_dict.squash_dict_inner.loop_temps": { - "cairo_type": "starkware.cairo.common.squash_dict.squash_dict_inner.LoopTemps*", - "full_name": "starkware.cairo.common.squash_dict.squash_dict_inner.loop_temps", - "references": [ - { - "ap_tracking_data": { - "group": 147, - "offset": 7 - }, - "pc": 2399, - "value": "cast(ap, starkware.cairo.common.squash_dict.squash_dict_inner.LoopTemps*)" - } - ], - "type": "reference" - }, - "starkware.cairo.common.squash_dict.squash_dict_inner.n_used_accesses": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.squash_dict.squash_dict_inner.n_used_accesses", - "references": [ - { - "ap_tracking_data": { - "group": 148, - "offset": 2 - }, - "pc": 2415, - "value": "[cast(ap + (-1), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.squash_dict.squash_dict_inner.next_key": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.squash_dict.squash_dict_inner.next_key", - "references": [ - { - "ap_tracking_data": { - "group": 148, - "offset": 3 - }, - "pc": 2424, - "value": "[cast(ap, felt*)]" - }, - { - "ap_tracking_data": { - "group": 148, - "offset": 10 - }, - "pc": 2437, - "value": "[cast(ap + (-1), felt*)]" - }, - { - "ap_tracking_data": { - "group": 148, - "offset": 33 - }, - "pc": 2449, - "value": "[cast(ap + (-1), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.squash_dict.squash_dict_inner.range_check_ptr": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.squash_dict.squash_dict_inner.range_check_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 147, - "offset": 0 - }, - "pc": 2384, - "value": "[cast(fp + (-9), felt*)]" - }, - { - "ap_tracking_data": { - "group": 148, - "offset": 2 - }, - "pc": 2416, - "value": "cast([ap + (-3)] + 1, felt)" - }, - { - "ap_tracking_data": { - "group": 148, - "offset": 7 - }, - "pc": 2434, - "value": "[cast(ap + (-1), felt*)]" - }, - { - "ap_tracking_data": { - "group": 148, - "offset": 30 - }, - "pc": 2446, - "value": "[cast(ap + (-1), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.squash_dict.squash_dict_inner.should_skip_loop": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.squash_dict.squash_dict_inner.should_skip_loop", - "references": [ - { - "ap_tracking_data": { - "group": 147, - "offset": 7 - }, - "pc": 2397, - "value": "[cast(fp + 1, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.squash_dict.squash_dict_inner.skip_loop": { - "pc": 2412, - "type": "label" - }, - "starkware.cairo.common.uint256.ALL_ONES": { - "type": "const", - "value": 340282366920938463463374607431768211455 - }, - "starkware.cairo.common.uint256.BitwiseBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin", - "type": "alias" - }, - "starkware.cairo.common.uint256.HALF_SHIFT": { - "type": "const", - "value": 18446744073709551616 - }, - "starkware.cairo.common.uint256.SHIFT": { - "type": "const", - "value": 340282366920938463463374607431768211456 - }, - "starkware.cairo.common.uint256.Uint256": { - "full_name": "starkware.cairo.common.uint256.Uint256", - "members": { - "high": { - "cairo_type": "felt", - "offset": 1 - }, - "low": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.uint256.assert_in_range": { - "destination": "starkware.cairo.common.math.assert_in_range", - "type": "alias" - }, - "starkware.cairo.common.uint256.assert_le": { - "destination": "starkware.cairo.common.math.assert_le", - "type": "alias" - }, - "starkware.cairo.common.uint256.assert_nn_le": { - "destination": "starkware.cairo.common.math.assert_nn_le", - "type": "alias" - }, - "starkware.cairo.common.uint256.assert_not_zero": { - "destination": "starkware.cairo.common.math.assert_not_zero", - "type": "alias" - }, - "starkware.cairo.common.uint256.assert_uint256_le": { - "decorators": [], - "pc": 546, - "type": "function" - }, - "starkware.cairo.common.uint256.assert_uint256_le.Args": { - "full_name": "starkware.cairo.common.uint256.assert_uint256_le.Args", - "members": { - "a": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - }, - "b": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 2 - } - }, - "size": 4, - "type": "struct" - }, - "starkware.cairo.common.uint256.assert_uint256_le.ImplicitArgs": { - "full_name": "starkware.cairo.common.uint256.assert_uint256_le.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.uint256.assert_uint256_le.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.uint256.assert_uint256_le.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.uint256.bitwise_and": { - "destination": "starkware.cairo.common.bitwise.bitwise_and", - "type": "alias" - }, - "starkware.cairo.common.uint256.bitwise_or": { - "destination": "starkware.cairo.common.bitwise.bitwise_or", - "type": "alias" - }, - "starkware.cairo.common.uint256.bitwise_xor": { - "destination": "starkware.cairo.common.bitwise.bitwise_xor", - "type": "alias" - }, - "starkware.cairo.common.uint256.get_ap": { - "destination": "starkware.cairo.common.registers.get_ap", - "type": "alias" - }, - "starkware.cairo.common.uint256.get_fp_and_pc": { - "destination": "starkware.cairo.common.registers.get_fp_and_pc", - "type": "alias" - }, - "starkware.cairo.common.uint256.is_le": { - "destination": "starkware.cairo.common.math_cmp.is_le", - "type": "alias" - }, - "starkware.cairo.common.uint256.pow": { - "destination": "starkware.cairo.common.pow.pow", - "type": "alias" - }, - "starkware.cairo.common.uint256.split_64": { - "decorators": [], - "pc": 440, - "type": "function" - }, - "starkware.cairo.common.uint256.split_64.Args": { - "full_name": "starkware.cairo.common.uint256.split_64.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.uint256.split_64.ImplicitArgs": { - "full_name": "starkware.cairo.common.uint256.split_64.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.uint256.split_64.Return": { - "cairo_type": "(low: felt, high: felt)", - "type": "type_definition" - }, - "starkware.cairo.common.uint256.split_64.SIZEOF_LOCALS": { - "type": "const", - "value": 2 - }, - "starkware.cairo.common.uint256.split_64.a": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.uint256.split_64.a", - "references": [ - { - "ap_tracking_data": { - "group": 38, - "offset": 0 - }, - "pc": 440, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.uint256.split_64.high": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.uint256.split_64.high", - "references": [ - { - "ap_tracking_data": { - "group": 38, - "offset": 2 - }, - "pc": 442, - "value": "[cast(fp + 1, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.uint256.split_64.low": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.uint256.split_64.low", - "references": [ - { - "ap_tracking_data": { - "group": 38, - "offset": 2 - }, - "pc": 442, - "value": "[cast(fp, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.uint256.uint256_add": { - "decorators": [], - "pc": 418, - "type": "function" - }, - "starkware.cairo.common.uint256.uint256_add.Args": { - "full_name": "starkware.cairo.common.uint256.uint256_add.Args", - "members": { - "a": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - }, - "b": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 2 - } - }, - "size": 4, - "type": "struct" - }, - "starkware.cairo.common.uint256.uint256_add.ImplicitArgs": { - "full_name": "starkware.cairo.common.uint256.uint256_add.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.uint256.uint256_add.Return": { - "cairo_type": "(res: starkware.cairo.common.uint256.Uint256, carry: felt)", - "type": "type_definition" - }, - "starkware.cairo.common.uint256.uint256_add.SIZEOF_LOCALS": { - "type": "const", - "value": 4 - }, - "starkware.cairo.common.uint256.uint256_add.a": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "full_name": "starkware.cairo.common.uint256.uint256_add.a", - "references": [ - { - "ap_tracking_data": { - "group": 37, - "offset": 0 - }, - "pc": 418, - "value": "[cast(fp + (-6), starkware.cairo.common.uint256.Uint256*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.uint256.uint256_add.b": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "full_name": "starkware.cairo.common.uint256.uint256_add.b", - "references": [ - { - "ap_tracking_data": { - "group": 37, - "offset": 0 - }, - "pc": 418, - "value": "[cast(fp + (-4), starkware.cairo.common.uint256.Uint256*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.uint256.uint256_add.carry_high": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.uint256.uint256_add.carry_high", - "references": [ - { - "ap_tracking_data": { - "group": 37, - "offset": 4 - }, - "pc": 420, - "value": "[cast(fp + 3, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.uint256.uint256_add.carry_low": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.uint256.uint256_add.carry_low", - "references": [ - { - "ap_tracking_data": { - "group": 37, - "offset": 4 - }, - "pc": 420, - "value": "[cast(fp + 2, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.uint256.uint256_check": { - "decorators": [], - "pc": 413, - "type": "function" - }, - "starkware.cairo.common.uint256.uint256_check.Args": { - "full_name": "starkware.cairo.common.uint256.uint256_check.Args", - "members": { - "a": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.uint256.uint256_check.ImplicitArgs": { - "full_name": "starkware.cairo.common.uint256.uint256_check.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.uint256.uint256_check.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.uint256.uint256_check.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.uint256.uint256_eq": { - "decorators": [], - "pc": 524, - "type": "function" - }, - "starkware.cairo.common.uint256.uint256_eq.Args": { - "full_name": "starkware.cairo.common.uint256.uint256_eq.Args", - "members": { - "a": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - }, - "b": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 2 - } - }, - "size": 4, - "type": "struct" - }, - "starkware.cairo.common.uint256.uint256_eq.ImplicitArgs": { - "full_name": "starkware.cairo.common.uint256.uint256_eq.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.uint256.uint256_eq.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "starkware.cairo.common.uint256.uint256_eq.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.uint256.uint256_le": { - "decorators": [], - "pc": 473, - "type": "function" - }, - "starkware.cairo.common.uint256.uint256_le.Args": { - "full_name": "starkware.cairo.common.uint256.uint256_le.Args", - "members": { - "a": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - }, - "b": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 2 - } - }, - "size": 4, - "type": "struct" - }, - "starkware.cairo.common.uint256.uint256_le.ImplicitArgs": { - "full_name": "starkware.cairo.common.uint256.uint256_le.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.uint256.uint256_le.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "starkware.cairo.common.uint256.uint256_le.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.uint256.uint256_lt": { - "decorators": [], - "pc": 456, - "type": "function" - }, - "starkware.cairo.common.uint256.uint256_lt.Args": { - "full_name": "starkware.cairo.common.uint256.uint256_lt.Args", - "members": { - "a": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - }, - "b": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 2 - } - }, - "size": 4, - "type": "struct" - }, - "starkware.cairo.common.uint256.uint256_lt.ImplicitArgs": { - "full_name": "starkware.cairo.common.uint256.uint256_lt.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.uint256.uint256_lt.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "starkware.cairo.common.uint256.uint256_lt.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.uint256.uint256_neg": { - "decorators": [], - "pc": 493, - "type": "function" - }, - "starkware.cairo.common.uint256.uint256_neg.Args": { - "full_name": "starkware.cairo.common.uint256.uint256_neg.Args", - "members": { - "a": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.uint256.uint256_neg.ImplicitArgs": { - "full_name": "starkware.cairo.common.uint256.uint256_neg.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.uint256.uint256_neg.Return": { - "cairo_type": "(res: starkware.cairo.common.uint256.Uint256)", - "type": "type_definition" - }, - "starkware.cairo.common.uint256.uint256_neg.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.uint256.uint256_not": { - "decorators": [], - "pc": 485, - "type": "function" - }, - "starkware.cairo.common.uint256.uint256_not.Args": { - "full_name": "starkware.cairo.common.uint256.uint256_not.Args", - "members": { - "a": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.uint256.uint256_not.ImplicitArgs": { - "full_name": "starkware.cairo.common.uint256.uint256_not.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.uint256.uint256_not.Return": { - "cairo_type": "(res: starkware.cairo.common.uint256.Uint256)", - "type": "type_definition" - }, - "starkware.cairo.common.uint256.uint256_not.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.uint256.uint256_sub": { - "decorators": [], - "pc": 508, - "type": "function" - }, - "starkware.cairo.common.uint256.uint256_sub.Args": { - "full_name": "starkware.cairo.common.uint256.uint256_sub.Args", - "members": { - "a": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 0 - }, - "b": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 2 - } - }, - "size": 4, - "type": "struct" - }, - "starkware.cairo.common.uint256.uint256_sub.ImplicitArgs": { - "full_name": "starkware.cairo.common.uint256.uint256_sub.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.uint256.uint256_sub.Return": { - "cairo_type": "(res: starkware.cairo.common.uint256.Uint256)", - "type": "type_definition" - }, - "starkware.cairo.common.uint256.uint256_sub.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc": { - "decorators": [], - "pc": 24, - "type": "function" - }, - "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc.Args": { - "full_name": "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc.ImplicitArgs": { - "full_name": "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc.Return": { - "cairo_type": "(fp_val: felt*, pc_val: felt*)", - "type": "type_definition" - }, - "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.storage.ADDR_BOUND": { - "type": "const", - "value": -106710729501573572985208420194530329073740042555888586719489 - }, - "starkware.starknet.common.storage.MAX_STORAGE_ITEM_SIZE": { - "type": "const", - "value": 256 - }, - "starkware.starknet.common.storage.assert_250_bit": { - "destination": "starkware.cairo.common.math.assert_250_bit", - "type": "alias" - }, - "starkware.starknet.common.storage.normalize_address": { - "decorators": [ - "known_ap_change" - ], - "pc": 185, - "type": "function" - }, - "starkware.starknet.common.storage.normalize_address.Args": { - "full_name": "starkware.starknet.common.storage.normalize_address.Args", - "members": { - "addr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.storage.normalize_address.ImplicitArgs": { - "full_name": "starkware.starknet.common.storage.normalize_address.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.storage.normalize_address.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "starkware.starknet.common.storage.normalize_address.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.storage.normalize_address.addr": { - "cairo_type": "felt", - "full_name": "starkware.starknet.common.storage.normalize_address.addr", - "references": [ - { - "ap_tracking_data": { - "group": 17, - "offset": 0 - }, - "pc": 185, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.starknet.common.storage.normalize_address.is_250": { - "cairo_type": "felt", - "full_name": "starkware.starknet.common.storage.normalize_address.is_250", - "references": [ - { - "ap_tracking_data": { - "group": 17, - "offset": 2 - }, - "pc": 205, - "value": "[cast(ap + (-1), felt*)]" - } - ], - "type": "reference" - }, - "starkware.starknet.common.storage.normalize_address.is_small": { - "cairo_type": "felt", - "full_name": "starkware.starknet.common.storage.normalize_address.is_small", - "references": [ - { - "ap_tracking_data": { - "group": 17, - "offset": 1 - }, - "pc": 187, - "value": "[cast(ap + (-1), felt*)]" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.CALL_CONTRACT_SELECTOR": { - "type": "const", - "value": 20853273475220472486191784820 - }, - "starkware.starknet.common.syscalls.CallContract": { - "full_name": "starkware.starknet.common.syscalls.CallContract", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.CallContractRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.CallContractResponse", - "offset": 5 - } - }, - "size": 7, - "type": "struct" - }, - "starkware.starknet.common.syscalls.CallContractRequest": { - "full_name": "starkware.starknet.common.syscalls.CallContractRequest", - "members": { - "calldata": { - "cairo_type": "felt*", - "offset": 4 - }, - "calldata_size": { - "cairo_type": "felt", - "offset": 3 - }, - "contract_address": { - "cairo_type": "felt", - "offset": 1 - }, - "function_selector": { - "cairo_type": "felt", - "offset": 2 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.starknet.common.syscalls.CallContractResponse": { - "full_name": "starkware.starknet.common.syscalls.CallContractResponse", - "members": { - "retdata": { - "cairo_type": "felt*", - "offset": 1 - }, - "retdata_size": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DELEGATE_CALL_SELECTOR": { - "type": "const", - "value": 21167594061783206823196716140 - }, - "starkware.starknet.common.syscalls.DELEGATE_L1_HANDLER_SELECTOR": { - "type": "const", - "value": 23274015802972845247556842986379118667122 - }, - "starkware.starknet.common.syscalls.DEPLOY_SELECTOR": { - "type": "const", - "value": 75202468540281 - }, - "starkware.starknet.common.syscalls.Deploy": { - "full_name": "starkware.starknet.common.syscalls.Deploy", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.DeployRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.DeployResponse", - "offset": 6 - } - }, - "size": 9, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DeployRequest": { - "full_name": "starkware.starknet.common.syscalls.DeployRequest", - "members": { - "class_hash": { - "cairo_type": "felt", - "offset": 1 - }, - "constructor_calldata": { - "cairo_type": "felt*", - "offset": 4 - }, - "constructor_calldata_size": { - "cairo_type": "felt", - "offset": 3 - }, - "contract_address_salt": { - "cairo_type": "felt", - "offset": 2 - }, - "deploy_from_zero": { - "cairo_type": "felt", - "offset": 5 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 6, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DeployResponse": { - "full_name": "starkware.starknet.common.syscalls.DeployResponse", - "members": { - "constructor_retdata": { - "cairo_type": "felt*", - "offset": 2 - }, - "constructor_retdata_size": { - "cairo_type": "felt", - "offset": 1 - }, - "contract_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DictAccess": { - "destination": "starkware.cairo.common.dict_access.DictAccess", - "type": "alias" - }, - "starkware.starknet.common.syscalls.EMIT_EVENT_SELECTOR": { - "type": "const", - "value": 1280709301550335749748 - }, - "starkware.starknet.common.syscalls.EmitEvent": { - "full_name": "starkware.starknet.common.syscalls.EmitEvent", - "members": { - "data": { - "cairo_type": "felt*", - "offset": 4 - }, - "data_len": { - "cairo_type": "felt", - "offset": 3 - }, - "keys": { - "cairo_type": "felt*", - "offset": 2 - }, - "keys_len": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GET_BLOCK_NUMBER_SELECTOR": { - "type": "const", - "value": 1448089106835523001438702345020786 - }, - "starkware.starknet.common.syscalls.GET_BLOCK_TIMESTAMP_SELECTOR": { - "type": "const", - "value": 24294903732626645868215235778792757751152 - }, - "starkware.starknet.common.syscalls.GET_CALLER_ADDRESS_SELECTOR": { - "type": "const", - "value": 94901967781393078444254803017658102643 - }, - "starkware.starknet.common.syscalls.GET_CONTRACT_ADDRESS_SELECTOR": { - "type": "const", - "value": 6219495360805491471215297013070624192820083 - }, - "starkware.starknet.common.syscalls.GET_SEQUENCER_ADDRESS_SELECTOR": { - "type": "const", - "value": 1592190833581991703053805829594610833820054387 - }, - "starkware.starknet.common.syscalls.GET_TX_INFO_SELECTOR": { - "type": "const", - "value": 1317029390204112103023 - }, - "starkware.starknet.common.syscalls.GET_TX_SIGNATURE_SELECTOR": { - "type": "const", - "value": 1448089128652340074717162277007973 - }, - "starkware.starknet.common.syscalls.GetBlockNumber": { - "full_name": "starkware.starknet.common.syscalls.GetBlockNumber", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockNumberRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockNumberResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockNumberRequest": { - "full_name": "starkware.starknet.common.syscalls.GetBlockNumberRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockNumberResponse": { - "full_name": "starkware.starknet.common.syscalls.GetBlockNumberResponse", - "members": { - "block_number": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockTimestamp": { - "full_name": "starkware.starknet.common.syscalls.GetBlockTimestamp", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockTimestampRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockTimestampResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockTimestampRequest": { - "full_name": "starkware.starknet.common.syscalls.GetBlockTimestampRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockTimestampResponse": { - "full_name": "starkware.starknet.common.syscalls.GetBlockTimestampResponse", - "members": { - "block_timestamp": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetCallerAddress": { - "full_name": "starkware.starknet.common.syscalls.GetCallerAddress", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetCallerAddressRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetCallerAddressResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetCallerAddressRequest": { - "full_name": "starkware.starknet.common.syscalls.GetCallerAddressRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetCallerAddressResponse": { - "full_name": "starkware.starknet.common.syscalls.GetCallerAddressResponse", - "members": { - "caller_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetContractAddress": { - "full_name": "starkware.starknet.common.syscalls.GetContractAddress", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetContractAddressRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetContractAddressResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetContractAddressRequest": { - "full_name": "starkware.starknet.common.syscalls.GetContractAddressRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetContractAddressResponse": { - "full_name": "starkware.starknet.common.syscalls.GetContractAddressResponse", - "members": { - "contract_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetSequencerAddress": { - "full_name": "starkware.starknet.common.syscalls.GetSequencerAddress", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetSequencerAddressRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetSequencerAddressResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetSequencerAddressRequest": { - "full_name": "starkware.starknet.common.syscalls.GetSequencerAddressRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetSequencerAddressResponse": { - "full_name": "starkware.starknet.common.syscalls.GetSequencerAddressResponse", - "members": { - "sequencer_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxInfo": { - "full_name": "starkware.starknet.common.syscalls.GetTxInfo", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxInfoRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxInfoResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxInfoRequest": { - "full_name": "starkware.starknet.common.syscalls.GetTxInfoRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxInfoResponse": { - "full_name": "starkware.starknet.common.syscalls.GetTxInfoResponse", - "members": { - "tx_info": { - "cairo_type": "starkware.starknet.common.syscalls.TxInfo*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxSignature": { - "full_name": "starkware.starknet.common.syscalls.GetTxSignature", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxSignatureRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxSignatureResponse", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxSignatureRequest": { - "full_name": "starkware.starknet.common.syscalls.GetTxSignatureRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxSignatureResponse": { - "full_name": "starkware.starknet.common.syscalls.GetTxSignatureResponse", - "members": { - "signature": { - "cairo_type": "felt*", - "offset": 1 - }, - "signature_len": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.LIBRARY_CALL_L1_HANDLER_SELECTOR": { - "type": "const", - "value": 436233452754198157705746250789557519228244616562 - }, - "starkware.starknet.common.syscalls.LIBRARY_CALL_SELECTOR": { - "type": "const", - "value": 92376026794327011772951660 - }, - "starkware.starknet.common.syscalls.LibraryCall": { - "full_name": "starkware.starknet.common.syscalls.LibraryCall", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.LibraryCallRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.CallContractResponse", - "offset": 5 - } - }, - "size": 7, - "type": "struct" - }, - "starkware.starknet.common.syscalls.LibraryCallRequest": { - "full_name": "starkware.starknet.common.syscalls.LibraryCallRequest", - "members": { - "calldata": { - "cairo_type": "felt*", - "offset": 4 - }, - "calldata_size": { - "cairo_type": "felt", - "offset": 3 - }, - "class_hash": { - "cairo_type": "felt", - "offset": 1 - }, - "function_selector": { - "cairo_type": "felt", - "offset": 2 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.starknet.common.syscalls.REPLACE_CLASS_SELECTOR": { - "type": "const", - "value": 25500403217443378527601783667 - }, - "starkware.starknet.common.syscalls.ReplaceClass": { - "full_name": "starkware.starknet.common.syscalls.ReplaceClass", - "members": { - "class_hash": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.SEND_MESSAGE_TO_L1_SELECTOR": { - "type": "const", - "value": 433017908768303439907196859243777073 - }, - "starkware.starknet.common.syscalls.STORAGE_READ_SELECTOR": { - "type": "const", - "value": 100890693370601760042082660 - }, - "starkware.starknet.common.syscalls.STORAGE_WRITE_SELECTOR": { - "type": "const", - "value": 25828017502874050592466629733 - }, - "starkware.starknet.common.syscalls.SendMessageToL1SysCall": { - "full_name": "starkware.starknet.common.syscalls.SendMessageToL1SysCall", - "members": { - "payload_ptr": { - "cairo_type": "felt*", - "offset": 3 - }, - "payload_size": { - "cairo_type": "felt", - "offset": 2 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - }, - "to_address": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 4, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageRead": { - "full_name": "starkware.starknet.common.syscalls.StorageRead", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.StorageReadRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.StorageReadResponse", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageReadRequest": { - "full_name": "starkware.starknet.common.syscalls.StorageReadRequest", - "members": { - "address": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageReadResponse": { - "full_name": "starkware.starknet.common.syscalls.StorageReadResponse", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageWrite": { - "full_name": "starkware.starknet.common.syscalls.StorageWrite", - "members": { - "address": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.TxInfo": { - "full_name": "starkware.starknet.common.syscalls.TxInfo", - "members": { - "account_contract_address": { - "cairo_type": "felt", - "offset": 1 - }, - "chain_id": { - "cairo_type": "felt", - "offset": 6 - }, - "max_fee": { - "cairo_type": "felt", - "offset": 2 - }, - "nonce": { - "cairo_type": "felt", - "offset": 7 - }, - "signature": { - "cairo_type": "felt*", - "offset": 4 - }, - "signature_len": { - "cairo_type": "felt", - "offset": 3 - }, - "transaction_hash": { - "cairo_type": "felt", - "offset": 5 - }, - "version": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 8, - "type": "struct" - }, - "starkware.starknet.common.syscalls.call_contract": { - "decorators": [], - "pc": 25, - "type": "function" - }, - "starkware.starknet.common.syscalls.call_contract.Args": { - "full_name": "starkware.starknet.common.syscalls.call_contract.Args", - "members": { - "calldata": { - "cairo_type": "felt*", - "offset": 3 - }, - "calldata_size": { - "cairo_type": "felt", - "offset": 2 - }, - "contract_address": { - "cairo_type": "felt", - "offset": 0 - }, - "function_selector": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 4, - "type": "struct" - }, - "starkware.starknet.common.syscalls.call_contract.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.call_contract.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.call_contract.Return": { - "cairo_type": "(retdata_size: felt, retdata: felt*)", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.call_contract.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.call_contract.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.call_contract.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 4, - "offset": 0 - }, - "pc": 25, - "value": "[cast(fp + (-7), felt**)]" - }, - { - "ap_tracking_data": { - "group": 4, - "offset": 1 - }, - "pc": 32, - "value": "cast([fp + (-7)] + 7, felt*)" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.emit_event": { - "decorators": [], - "pc": 60, - "type": "function" - }, - "starkware.starknet.common.syscalls.emit_event.Args": { - "full_name": "starkware.starknet.common.syscalls.emit_event.Args", - "members": { - "data": { - "cairo_type": "felt*", - "offset": 3 - }, - "data_len": { - "cairo_type": "felt", - "offset": 2 - }, - "keys": { - "cairo_type": "felt*", - "offset": 1 - }, - "keys_len": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 4, - "type": "struct" - }, - "starkware.starknet.common.syscalls.emit_event.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.emit_event.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.emit_event.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.emit_event.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.emit_event.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.emit_event.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 8, - "offset": 0 - }, - "pc": 60, - "value": "[cast(fp + (-7), felt**)]" - }, - { - "ap_tracking_data": { - "group": 8, - "offset": 1 - }, - "pc": 67, - "value": "cast([fp + (-7)] + 5, felt*)" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.get_caller_address": { - "decorators": [], - "pc": 37, - "type": "function" - }, - "starkware.starknet.common.syscalls.get_caller_address.Args": { - "full_name": "starkware.starknet.common.syscalls.get_caller_address.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.starknet.common.syscalls.get_caller_address.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.get_caller_address.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.get_caller_address.Return": { - "cairo_type": "(caller_address: felt)", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.get_caller_address.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.get_caller_address.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.get_caller_address.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 5, - "offset": 0 - }, - "pc": 37, - "value": "[cast(fp + (-3), felt**)]" - }, - { - "ap_tracking_data": { - "group": 5, - "offset": 1 - }, - "pc": 40, - "value": "cast([fp + (-3)] + 2, felt*)" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.storage_read": { - "decorators": [], - "pc": 44, - "type": "function" - }, - "starkware.starknet.common.syscalls.storage_read.Args": { - "full_name": "starkware.starknet.common.syscalls.storage_read.Args", - "members": { - "address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_read.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.storage_read.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_read.Return": { - "cairo_type": "(value: felt)", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.storage_read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.storage_read.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.storage_read.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 6, - "offset": 0 - }, - "pc": 44, - "value": "[cast(fp + (-4), felt**)]" - }, - { - "ap_tracking_data": { - "group": 6, - "offset": 1 - }, - "pc": 48, - "value": "cast([fp + (-4)] + 3, felt*)" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.storage_write": { - "decorators": [], - "pc": 52, - "type": "function" - }, - "starkware.starknet.common.syscalls.storage_write.Args": { - "full_name": "starkware.starknet.common.syscalls.storage_write.Args", - "members": { - "address": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_write.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.storage_write.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.storage_write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.storage_write.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.storage_write.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 7, - "offset": 0 - }, - "pc": 52, - "value": "[cast(fp + (-5), felt**)]" - }, - { - "ap_tracking_data": { - "group": 7, - "offset": 1 - }, - "pc": 57, - "value": "cast([fp + (-5)] + 3, felt*)" - } - ], - "type": "reference" - }, - "utils.merkle_tree.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "utils.merkle_tree.TRUE": { - "destination": "starkware.cairo.common.bool.TRUE", - "type": "alias" - }, - "utils.merkle_tree.Uint256": { - "destination": "starkware.cairo.common.uint256.Uint256", - "type": "alias" - }, - "utils.merkle_tree._hash_sorted": { - "decorators": [], - "pc": 2579, - "type": "function" - }, - "utils.merkle_tree._hash_sorted.Args": { - "full_name": "utils.merkle_tree._hash_sorted.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - }, - "b": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "utils.merkle_tree._hash_sorted.ImplicitArgs": { - "full_name": "utils.merkle_tree._hash_sorted.ImplicitArgs", - "members": { - "hash_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "utils.merkle_tree._hash_sorted.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "utils.merkle_tree._hash_sorted.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "utils.merkle_tree._merkle_verify_body": { - "decorators": [], - "pc": 2604, - "type": "function" - }, - "utils.merkle_tree._merkle_verify_body.Args": { - "full_name": "utils.merkle_tree._merkle_verify_body.Args", - "members": { - "curr": { - "cairo_type": "felt", - "offset": 0 - }, - "proof": { - "cairo_type": "felt*", - "offset": 2 - }, - "proof_len": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "utils.merkle_tree._merkle_verify_body.ImplicitArgs": { - "full_name": "utils.merkle_tree._merkle_verify_body.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "utils.merkle_tree._merkle_verify_body.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "utils.merkle_tree._merkle_verify_body.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "utils.merkle_tree.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "utils.merkle_tree.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "utils.merkle_tree.is_le_felt": { - "destination": "starkware.cairo.common.math_cmp.is_le_felt", - "type": "alias" - }, - "utils.merkle_tree.merkle_verify": { - "decorators": [], - "pc": 2556, - "type": "function" - }, - "utils.merkle_tree.merkle_verify.Args": { - "full_name": "utils.merkle_tree.merkle_verify.Args", - "members": { - "leaf": { - "cairo_type": "felt", - "offset": 0 - }, - "proof": { - "cairo_type": "felt*", - "offset": 3 - }, - "proof_len": { - "cairo_type": "felt", - "offset": 2 - }, - "root": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 4, - "type": "struct" - }, - "utils.merkle_tree.merkle_verify.ImplicitArgs": { - "full_name": "utils.merkle_tree.merkle_verify.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "utils.merkle_tree.merkle_verify.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "utils.merkle_tree.merkle_verify.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "utils.merkle_tree.unsigned_div_rem": { - "destination": "starkware.cairo.common.math.unsigned_div_rem", - "type": "alias" - }, - "utils.string.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "utils.string.abs_value": { - "destination": "starkware.cairo.common.math.abs_value", - "type": "alias" - }, - "utils.string.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "utils.string.is_le": { - "destination": "starkware.cairo.common.math_cmp.is_le", - "type": "alias" - }, - "utils.string.sign": { - "destination": "starkware.cairo.common.math.sign", - "type": "alias" - }, - "utils.string.unsigned_div_rem": { - "destination": "starkware.cairo.common.math.unsigned_div_rem", - "type": "alias" - } - }, - "main_scope": "__main__", - "prime": "0x800000000000011000000000000000000000000000000000000000000000001", - "reference_manager": { - "references": [ - { - "ap_tracking_data": { - "group": 2, - "offset": 0 - }, - "pc": 9, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 2, - "offset": 3 - }, - "pc": 16, - "value": "[cast(ap, felt*)]" - }, - { - "ap_tracking_data": { - "group": 4, - "offset": 0 - }, - "pc": 25, - "value": "[cast(fp + (-7), felt**)]" - }, - { - "ap_tracking_data": { - "group": 5, - "offset": 0 - }, - "pc": 37, - "value": "[cast(fp + (-3), felt**)]" - }, - { - "ap_tracking_data": { - "group": 6, - "offset": 0 - }, - "pc": 44, - "value": "[cast(fp + (-4), felt**)]" - }, - { - "ap_tracking_data": { - "group": 7, - "offset": 0 - }, - "pc": 52, - "value": "[cast(fp + (-5), felt**)]" - }, - { - "ap_tracking_data": { - "group": 8, - "offset": 0 - }, - "pc": 60, - "value": "[cast(fp + (-7), felt**)]" - }, - { - "ap_tracking_data": { - "group": 9, - "offset": 0 - }, - "pc": 70, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 10, - "offset": 0 - }, - "pc": 75, - "value": "[cast(fp + (-4), felt*)]" - }, - { - "ap_tracking_data": { - "group": 10, - "offset": 0 - }, - "pc": 75, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 11, - "offset": 0 - }, - "pc": 81, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 13, - "offset": 0 - }, - "pc": 90, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 13, - "offset": 0 - }, - "pc": 90, - "value": "[cast([fp + (-4)], felt*)]" - }, - { - "ap_tracking_data": { - "group": 13, - "offset": 0 - }, - "pc": 90, - "value": "[cast([fp + (-4)] + 1, felt*)]" - }, - { - "ap_tracking_data": { - "group": 14, - "offset": 0 - }, - "pc": 103, - "value": "[cast(fp + (-4), felt*)]" - }, - { - "ap_tracking_data": { - "group": 14, - "offset": 0 - }, - "pc": 103, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 14, - "offset": 0 - }, - "pc": 103, - "value": "[cast(fp + (-5), felt*)]" - }, - { - "ap_tracking_data": { - "group": 15, - "offset": 0 - }, - "pc": 148, - "value": "[cast(fp + (-4), felt*)]" - }, - { - "ap_tracking_data": { - "group": 15, - "offset": 0 - }, - "pc": 148, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 16, - "offset": 0 - }, - "pc": 159, - "value": "[cast(fp + (-5), felt*)]" - }, - { - "ap_tracking_data": { - "group": 16, - "offset": 0 - }, - "pc": 159, - "value": "[cast(fp + (-4), felt*)]" - }, - { - "ap_tracking_data": { - "group": 16, - "offset": 0 - }, - "pc": 159, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 16, - "offset": 0 - }, - "pc": 159, - "value": "[cast([fp + (-6)], felt*)]" - }, - { - "ap_tracking_data": { - "group": 16, - "offset": 0 - }, - "pc": 159, - "value": "[cast([fp + (-6)] + 1, felt*)]" - }, - { - "ap_tracking_data": { - "group": 17, - "offset": 0 - }, - "pc": 185, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 17, - "offset": 1 - }, - "pc": 187, - "value": "[cast(ap + (-1), felt*)]" - }, - { - "ap_tracking_data": { - "group": 17, - "offset": 2 - }, - "pc": 205, - "value": "[cast(ap + (-1), felt*)]" - }, - { - "ap_tracking_data": { - "group": 32, - "offset": 0 - }, - "pc": 349, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 34, - "offset": 0 - }, - "pc": 387, - "value": "[cast(fp + (-4), felt*)]" - }, - { - "ap_tracking_data": { - "group": 34, - "offset": 0 - }, - "pc": 387, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 37, - "offset": 0 - }, - "pc": 418, - "value": "[cast(fp + (-6), starkware.cairo.common.uint256.Uint256*)]" - }, - { - "ap_tracking_data": { - "group": 37, - "offset": 0 - }, - "pc": 418, - "value": "[cast(fp + (-4), starkware.cairo.common.uint256.Uint256*)]" - }, - { - "ap_tracking_data": { - "group": 37, - "offset": 4 - }, - "pc": 420, - "value": "[cast(fp + 2, felt*)]" - }, - { - "ap_tracking_data": { - "group": 37, - "offset": 4 - }, - "pc": 420, - "value": "[cast(fp + 3, felt*)]" - }, - { - "ap_tracking_data": { - "group": 38, - "offset": 0 - }, - "pc": 440, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 38, - "offset": 2 - }, - "pc": 442, - "value": "[cast(fp, felt*)]" - }, - { - "ap_tracking_data": { - "group": 38, - "offset": 2 - }, - "pc": 442, - "value": "[cast(fp + 1, felt*)]" - }, - { - "ap_tracking_data": { - "group": 145, - "offset": 0 - }, - "pc": 2356, - "value": "[cast(fp + (-5), starkware.cairo.common.dict_access.DictAccess**)]" - }, - { - "ap_tracking_data": { - "group": 145, - "offset": 3 - }, - "pc": 2359, - "value": "[cast(fp, felt*)]" - }, - { - "ap_tracking_data": { - "group": 145, - "offset": 3 - }, - "pc": 2364, - "value": "[cast(fp + 1, felt*)]" - }, - { - "ap_tracking_data": { - "group": 145, - "offset": 3 - }, - "pc": 2364, - "value": "[cast(fp + 2, felt*)]" - }, - { - "ap_tracking_data": { - "group": 145, - "offset": 4 - }, - "pc": 2366, - "value": "[cast(ap + (-1), felt*)]" - }, - { - "ap_tracking_data": { - "group": 147, - "offset": 0 - }, - "pc": 2384, - "value": "[cast(fp + (-9), felt*)]" - }, - { - "ap_tracking_data": { - "group": 147, - "offset": 7 - }, - "pc": 2397, - "value": "[cast(fp + 1, felt*)]" - }, - { - "ap_tracking_data": { - "group": 147, - "offset": 7 - }, - "pc": 2399, - "value": "cast(ap, starkware.cairo.common.squash_dict.squash_dict_inner.LoopTemps*)" - }, - { - "ap_tracking_data": { - "group": 148, - "offset": 2 - }, - "pc": 2415, - "value": "[cast(ap + (-1), felt*)]" - }, - { - "ap_tracking_data": { - "group": 148, - "offset": 3 - }, - "pc": 2424, - "value": "[cast(ap, felt*)]" - }, - { - "ap_tracking_data": { - "group": 152, - "offset": 0 - }, - "pc": 2459, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 152, - "offset": 0 - }, - "pc": 2459, - "value": "[cast(fp + (-4), starkware.cairo.common.dict_access.DictAccess**)]" - }, - { - "ap_tracking_data": { - "group": 152, - "offset": 1 - }, - "pc": 2461, - "value": "[cast(fp, felt*)]" - }, - { - "ap_tracking_data": { - "group": 153, - "offset": 0 - }, - "pc": 2468, - "value": "[cast(fp + (-4), felt*)]" - }, - { - "ap_tracking_data": { - "group": 153, - "offset": 0 - }, - "pc": 2468, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 153, - "offset": 0 - }, - "pc": 2468, - "value": "[cast(fp + (-5), starkware.cairo.common.dict_access.DictAccess**)]" - }, - { - "ap_tracking_data": { - "group": 154, - "offset": 0 - }, - "pc": 2473, - "value": "[cast(fp + (-3), starkware.cairo.common.dict_access.DictAccess**)]" - }, - { - "ap_tracking_data": { - "group": 154, - "offset": 4 - }, - "pc": 2478, - "value": "[cast(fp, starkware.cairo.common.dict_access.DictAccess**)]" - }, - { - "ap_tracking_data": { - "group": 155, - "offset": 0 - }, - "pc": 2484, - "value": "[cast(ap + (-1), starkware.cairo.common.dict_access.DictAccess**)]" - }, - { - "ap_tracking_data": { - "group": 156, - "offset": 0 - }, - "pc": 2488, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 217, - "offset": 0 - }, - "pc": 3372, - "value": "[cast(fp + (-5), felt*)]" - }, - { - "ap_tracking_data": { - "group": 219, - "offset": 0 - }, - "pc": 3411, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 219, - "offset": 0 - }, - "pc": 3411, - "value": "[cast(fp + (-4), felt*)]" - } - ] - } - } -} diff --git a/packages/starksheet-cairo/build/DustyPilots_abi.json b/packages/starksheet-cairo/build/DustyPilots_abi.json deleted file mode 100644 index a37d3360..00000000 --- a/packages/starksheet-cairo/build/DustyPilots_abi.json +++ /dev/null @@ -1,764 +0,0 @@ -[ - { - "members": [ - { - "name": "low", - "offset": 0, - "type": "felt" - }, - { - "name": "high", - "offset": 1, - "type": "felt" - } - ], - "name": "Uint256", - "size": 2, - "type": "struct" - }, - { - "members": [ - { - "name": "id", - "offset": 0, - "type": "felt" - }, - { - "name": "owner", - "offset": 1, - "type": "felt" - }, - { - "name": "value", - "offset": 2, - "type": "felt" - } - ], - "name": "CellRendered", - "size": 3, - "type": "struct" - }, - { - "data": [ - { - "name": "previousOwner", - "type": "felt" - }, - { - "name": "newOwner", - "type": "felt" - } - ], - "keys": [], - "name": "OwnershipTransferred", - "type": "event" - }, - { - "data": [ - { - "name": "from_", - "type": "felt" - }, - { - "name": "to", - "type": "felt" - }, - { - "name": "tokenId", - "type": "Uint256" - } - ], - "keys": [], - "name": "Transfer", - "type": "event" - }, - { - "data": [ - { - "name": "owner", - "type": "felt" - }, - { - "name": "approved", - "type": "felt" - }, - { - "name": "tokenId", - "type": "Uint256" - } - ], - "keys": [], - "name": "Approval", - "type": "event" - }, - { - "data": [ - { - "name": "owner", - "type": "felt" - }, - { - "name": "operator", - "type": "felt" - }, - { - "name": "approved", - "type": "felt" - } - ], - "keys": [], - "name": "ApprovalForAll", - "type": "event" - }, - { - "data": [ - { - "name": "id", - "type": "felt" - }, - { - "name": "value", - "type": "felt" - }, - { - "name": "contract_address", - "type": "felt" - } - ], - "keys": [], - "name": "CellUpdated", - "type": "event" - }, - { - "inputs": [], - "name": "owner", - "outputs": [ - { - "name": "owner", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "new_owner", - "type": "felt" - } - ], - "name": "transferOwnership", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "max", - "type": "felt" - } - ], - "name": "setMaxPerWallet", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "getMaxPerWallet", - "outputs": [ - { - "name": "max", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "n_row", - "type": "felt" - } - ], - "name": "setNRow", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "getNRow", - "outputs": [ - { - "name": "n_row", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "address", - "type": "felt" - } - ], - "name": "setCellRenderer", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "getCellRenderer", - "outputs": [ - { - "name": "address", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "root", - "type": "felt" - } - ], - "name": "setMerkleRoot", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "openMint", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "closeMint", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "getMerkleRoot", - "outputs": [ - { - "name": "root", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "felt" - }, - { - "name": "contractAddress", - "type": "felt" - }, - { - "name": "value", - "type": "felt" - }, - { - "name": "cell_calldata_len", - "type": "felt" - }, - { - "name": "cell_calldata", - "type": "felt*" - } - ], - "name": "setCell", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "felt" - } - ], - "name": "getCell", - "outputs": [ - { - "name": "contractAddress", - "type": "felt" - }, - { - "name": "value", - "type": "felt" - }, - { - "name": "cell_calldata_len", - "type": "felt" - }, - { - "name": "cell_calldata", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "felt" - } - ], - "name": "renderCell", - "outputs": [ - { - "name": "cell", - "type": "CellRendered" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "felt" - } - ], - "name": "renderCellValue", - "outputs": [ - { - "name": "value", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "renderGrid", - "outputs": [ - { - "name": "cells_len", - "type": "felt" - }, - { - "name": "cells", - "type": "CellRendered*" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "Uint256" - }, - { - "name": "proof_len", - "type": "felt" - }, - { - "name": "proof", - "type": "felt*" - } - ], - "name": "mintPublic", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "Uint256" - }, - { - "name": "proof_len", - "type": "felt" - }, - { - "name": "proof", - "type": "felt*" - }, - { - "name": "contractAddress", - "type": "felt" - }, - { - "name": "value", - "type": "felt" - }, - { - "name": "cellCalldata_len", - "type": "felt" - }, - { - "name": "cellCalldata", - "type": "felt*" - } - ], - "name": "mintAndSetPublic", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "Uint256" - } - ], - "name": "tokenURI", - "outputs": [ - { - "name": "token_uri_len", - "type": "felt" - }, - { - "name": "token_uri", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "contractURI", - "outputs": [ - { - "name": "contractURI_len", - "type": "felt" - }, - { - "name": "contractURI", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "name", - "type": "felt" - }, - { - "name": "symbol", - "type": "felt" - }, - { - "name": "owner", - "type": "felt" - }, - { - "name": "merkle_root", - "type": "felt" - }, - { - "name": "max_per_wallet", - "type": "felt" - }, - { - "name": "renderer_address", - "type": "felt" - } - ], - "name": "initialize", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "is_initialized", - "outputs": [ - { - "name": "res", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "totalSupply", - "outputs": [ - { - "name": "totalSupply", - "type": "Uint256" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "index", - "type": "Uint256" - } - ], - "name": "tokenByIndex", - "outputs": [ - { - "name": "tokenId", - "type": "Uint256" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "owner", - "type": "felt" - }, - { - "name": "index", - "type": "Uint256" - } - ], - "name": "tokenOfOwnerByIndex", - "outputs": [ - { - "name": "tokenId", - "type": "Uint256" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "interfaceId", - "type": "felt" - } - ], - "name": "supportsInterface", - "outputs": [ - { - "name": "success", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "name", - "outputs": [ - { - "name": "name", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "symbol", - "outputs": [ - { - "name": "symbol", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "owner", - "type": "felt" - } - ], - "name": "balanceOf", - "outputs": [ - { - "name": "balance", - "type": "Uint256" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "Uint256" - } - ], - "name": "ownerOf", - "outputs": [ - { - "name": "owner", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "Uint256" - } - ], - "name": "getApproved", - "outputs": [ - { - "name": "approved", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "owner", - "type": "felt" - }, - { - "name": "operator", - "type": "felt" - } - ], - "name": "isApprovedForAll", - "outputs": [ - { - "name": "isApproved", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "to", - "type": "felt" - }, - { - "name": "tokenId", - "type": "Uint256" - } - ], - "name": "approve", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "operator", - "type": "felt" - }, - { - "name": "approved", - "type": "felt" - } - ], - "name": "setApprovalForAll", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "from_", - "type": "felt" - }, - { - "name": "to", - "type": "felt" - }, - { - "name": "tokenId", - "type": "Uint256" - } - ], - "name": "transferFrom", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "from_", - "type": "felt" - }, - { - "name": "to", - "type": "felt" - }, - { - "name": "tokenId", - "type": "Uint256" - }, - { - "name": "data_len", - "type": "felt" - }, - { - "name": "data", - "type": "felt*" - } - ], - "name": "safeTransferFrom", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "to", - "type": "felt" - }, - { - "name": "tokenId", - "type": "Uint256" - } - ], - "name": "mintOwner", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "Uint256" - } - ], - "name": "burn", - "outputs": [], - "type": "function" - } -] diff --git a/packages/starksheet-cairo/build/IpfsRenderer.json b/packages/starksheet-cairo/build/IpfsRenderer.json deleted file mode 100644 index 73af0156..00000000 --- a/packages/starksheet-cairo/build/IpfsRenderer.json +++ /dev/null @@ -1,3754 +0,0 @@ -{ - "abi": [ - { - "data": [ - { - "name": "previousOwner", - "type": "felt" - }, - { - "name": "newOwner", - "type": "felt" - } - ], - "keys": [], - "name": "OwnershipTransferred", - "type": "event" - }, - { - "inputs": [ - { - "name": "token_id", - "type": "felt" - }, - { - "name": "value", - "type": "felt" - }, - { - "name": "name", - "type": "felt" - } - ], - "name": "token_uri", - "outputs": [ - { - "name": "token_uri_len", - "type": "felt" - }, - { - "name": "token_uri", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - } - ], - "entry_points_by_type": { - "CONSTRUCTOR": [], - "EXTERNAL": [ - { - "offset": "0x34", - "selector": "0x226ad7e84c1fe08eb4c525ed93cccadf9517670341304571e66f7c4f95cbe54" - } - ], - "L1_HANDLER": [] - }, - "program": { - "attributes": [], - "builtins": [ - "pedersen", - "range_check" - ], - "compiler_version": "0.10.0", - "data": [ - "0x40780017fff7fff", - "0x1", - "0x208b7fff7fff7ffe", - "0x20780017fff7ffd", - "0x3", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480080007fff8000", - "0x400080007ffd7fff", - "0x482480017ffd8001", - "0x1", - "0x482480017ffd8001", - "0x1", - "0xa0680017fff7ffe", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffb", - "0x402a7ffc7ffd7fff", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x0", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x480680017fff8000", - "0x697066733a2f2f", - "0x400080007ffe7fff", - "0x400180017ffe7ffc", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480680017fff8000", - "0x2", - "0x48127ffa7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x3", - "0x4003800080007ffb", - "0x400380007ffd7ffb", - "0x402780017ffd8001", - "0x1", - "0x4826800180008000", - "0x1", - "0x40297ffb7fff8002", - "0x4826800180008000", - "0x1", - "0x480a7ffc7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd6", - "0x480a80017fff8000", - "0x4829800080008002", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x2", - "0x482680017ffd8000", - "0x3", - "0x402a7ffd7ffc7fff", - "0x480280017ffb8000", - "0x480280007ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x480280017ffd8000", - "0x480280027ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd4", - "0x40137ffc7fff8000", - "0x40137ffb7fff8001", - "0x48127ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffde", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe" - ], - "debug_info": { - "file_contents": { - "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo": "assert [cast(fp + (-4), felt*)] = __calldata_actual_size;\n", - "autogen/starknet/arg_processor/3e93b8906c329e7a5c33e020ce7a5a9c542c4444955be98eec5fcbef545a8662.cairo": "let __calldata_arg_value = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/5462c9ea522f66a6a8b3de2f37f244c7074893fe5c8d0b413046098a1ccfc2ce.cairo": "assert [__return_value_ptr] = ret_value.token_uri_len;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = ret_value.token_uri_len;\n// Store the updated range_check_ptr as a local variable to keep it available after\n// the memcpy.\nlocal range_check_ptr = range_check_ptr + 1;\n// Keep a reference to __return_value_ptr.\nlet __return_value_ptr_copy = __return_value_ptr;\n// Store the updated __return_value_ptr as a local variable to keep it available after\n// the memcpy.\nlocal __return_value_ptr: felt* = __return_value_ptr + ret_value.token_uri_len * 1;\nmemcpy(\n dst=__return_value_ptr_copy,\n src=ret_value.token_uri,\n len=ret_value.token_uri_len * 1);\n", - "autogen/starknet/arg_processor/92bae94c430cca894eac466fa5be50d176f1f62e79244db218577fbac5e84220.cairo": "let __calldata_arg_token_id = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo": "let __calldata_actual_size = __calldata_ptr - cast([cast(fp + (-3), felt**)], felt*);\n", - "autogen/starknet/arg_processor/e1eb73cd870ec466294c3700e77817cf3c039ac1384882ddb76383eb87a5da90.cairo": "let __calldata_arg_name = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/external/return/token_uri/f48cf5085ac07908983bbc364b0ba70d64fa7f2a9b8dc38e9d6fe3783bd626a8.cairo": "func token_uri_encode_return(ret_value: (token_uri_len: felt, token_uri: felt*), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/token_uri/0e46c67014b1932c61618de0923cda1cd086d4d13ccfc96398cf52540cb66251.cairo": "func token_uri() -> (syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*) {\n alloc_locals;\n}\n", - "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo": "let ret_value = __wrapped_func{pedersen_ptr=pedersen_ptr, syscall_ptr=syscall_ptr, range_check_ptr=range_check_ptr}(token_id=__calldata_arg_token_id, value=__calldata_arg_value, name=__calldata_arg_name,);\nlet (range_check_ptr, retdata_size, retdata) = token_uri_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/token_uri/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/token_uri/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/token_uri/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/token_uri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n" - }, - "instruction_locations": { - "0": { - "accessible_scopes": [ - "starkware.cairo.common.alloc", - "starkware.cairo.common.alloc.alloc" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/alloc.cairo" - }, - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 12, - "end_line": 4, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/alloc.cairo" - }, - "start_col": 5, - "start_line": 4 - } - }, - "2": { - "accessible_scopes": [ - "starkware.cairo.common.alloc", - "starkware.cairo.common.alloc.alloc" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 5, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/alloc.cairo" - }, - "start_col": 5, - "start_line": 5 - } - }, - "3": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 8 - } - }, - "5": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 9, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "6": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 41, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 12 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 23, - "end_line": 2, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'dst' in:" - ], - "start_col": 13, - "start_line": 2 - } - }, - "7": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 44, - "start_line": 13 - }, - "While expanding the reference 'src' in:" - ], - "start_col": 25, - "start_line": 2 - } - }, - "8": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 26, - "start_line": 17 - } - }, - "9": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 17 - } - }, - "10": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 22 - } - }, - "12": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 23 - } - }, - "14": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 27, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 24 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 44, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 29 - } - }, - "16": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 31 - } - }, - "17": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 26, - "end_line": 33, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 33 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 15, - "end_line": 34, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 34 - } - }, - "18": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 10, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 5, - "start_line": 10 - } - }, - "20": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 11, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 23, - "start_line": 11 - } - }, - "22": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 12, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 26, - "start_line": 12 - } - }, - "24": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 12, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 5, - "start_line": 12 - } - }, - "25": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 5, - "start_line": 13 - } - }, - "26": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 14, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 5, - "start_line": 14 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 16, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 16, - "start_line": 7 - } - }, - "27": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 14, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 5, - "start_line": 14 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 44, - "start_line": 7 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 44, - "start_line": 7 - } - }, - "28": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 14, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 5, - "start_line": 14 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 7 - } - }, - "29": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 14, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 13, - "start_line": 14 - } - }, - "31": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 11, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 14, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 16, - "start_line": 14 - }, - "While expanding the reference 'token_uri' in:" - ], - "start_col": 10, - "start_line": 11 - } - }, - "32": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 14, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 5, - "start_line": 14 - } - }, - "33": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/token_uri/f48cf5085ac07908983bbc364b0ba70d64fa7f2a9b8dc38e9d6fe3783bd626a8.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/token_uri/f48cf5085ac07908983bbc364b0ba70d64fa7f2a9b8dc38e9d6fe3783bd626a8.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "35": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/5462c9ea522f66a6a8b3de2f37f244c7074893fe5c8d0b413046098a1ccfc2ce.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 7, - "start_line": 9 - }, - "While handling return value 'token_uri_len'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "36": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 9, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 28, - "start_line": 9 - }, - "While handling return value 'token_uri'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "37": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 9, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 28, - "start_line": 9 - }, - "While handling return value 'token_uri'" - ], - "start_col": 1, - "start_line": 5 - } - }, - "39": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/5462c9ea522f66a6a8b3de2f37f244c7074893fe5c8d0b413046098a1ccfc2ce.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 9, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 28, - "start_line": 9 - }, - "While handling return value 'token_uri'" - ], - "start_col": 35, - "start_line": 10 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 7, - "start_line": 9 - }, - "While handling return value 'token_uri_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "41": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 84, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 9, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 28, - "start_line": 9 - }, - "While handling return value 'token_uri'" - ], - "start_col": 1, - "start_line": 10 - } - }, - "42": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/5462c9ea522f66a6a8b3de2f37f244c7074893fe5c8d0b413046098a1ccfc2ce.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 9, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 9, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 28, - "start_line": 9 - }, - "While handling return value 'token_uri'" - ], - "start_col": 9, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_copy' in:" - ], - "start_col": 28, - "start_line": 9 - }, - "While handling return value 'token_uri'" - ], - "start_col": 31, - "start_line": 7 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 7, - "start_line": 9 - }, - "While handling return value 'token_uri_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "44": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 9, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 28, - "start_line": 9 - }, - "While handling return value 'token_uri'" - ], - "start_col": 9, - "start_line": 13 - } - }, - "45": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 9, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 28, - "start_line": 9 - }, - "While handling return value 'token_uri'" - ], - "start_col": 9, - "start_line": 14 - } - }, - "46": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 9, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 28, - "start_line": 9 - }, - "While handling return value 'token_uri'" - ], - "start_col": 1, - "start_line": 11 - } - }, - "48": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 9, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/token_uri/f48cf5085ac07908983bbc364b0ba70d64fa7f2a9b8dc38e9d6fe3783bd626a8.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 28, - "start_line": 9 - }, - "While handling return value 'token_uri'" - ], - "start_col": 7, - "start_line": 5 - } - }, - "49": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/token_uri/f48cf5085ac07908983bbc364b0ba70d64fa7f2a9b8dc38e9d6fe3783bd626a8.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "50": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/token_uri/f48cf5085ac07908983bbc364b0ba70d64fa7f2a9b8dc38e9d6fe3783bd626a8.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/token_uri/f48cf5085ac07908983bbc364b0ba70d64fa7f2a9b8dc38e9d6fe3783bd626a8.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 7 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "51": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/token_uri/f48cf5085ac07908983bbc364b0ba70d64fa7f2a9b8dc38e9d6fe3783bd626a8.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "52": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/token_uri/0e46c67014b1932c61618de0923cda1cd086d4d13ccfc96398cf52540cb66251.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 5, - "start_line": 2 - } - }, - "54": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/e1eb73cd870ec466294c3700e77817cf3c039ac1384882ddb76383eb87a5da90.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 8, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 7 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 34, - "start_line": 8 - }, - "While handling calldata argument 'name'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "56": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "57": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 16, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "58": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 44, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "59": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "60": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/92bae94c430cca894eac466fa5be50d176f1f62e79244db218577fbac5e84220.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 8, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 149, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 126, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_token_id' in:" - ], - "start_col": 5, - "start_line": 8 - }, - "While handling calldata argument 'token_id'" - ], - "start_col": 31, - "start_line": 1 - } - }, - "61": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/3e93b8906c329e7a5c33e020ce7a5a9c542c4444955be98eec5fcbef545a8662.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 8, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 177, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 157, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_value' in:" - ], - "start_col": 21, - "start_line": 8 - }, - "While handling calldata argument 'value'" - ], - "start_col": 28, - "start_line": 1 - } - }, - "62": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/e1eb73cd870ec466294c3700e77817cf3c039ac1384882ddb76383eb87a5da90.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 8, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 203, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 184, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_name' in:" - ], - "start_col": 34, - "start_line": 8 - }, - "While handling calldata argument 'name'" - ], - "start_col": 27, - "start_line": 1 - } - }, - "63": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - } - }, - "65": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - } - }, - "66": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - } - }, - "67": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 98, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 83, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "68": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 99, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "70": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 71, - "start_line": 1 - } - }, - "71": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 45, - "start_line": 1 - } - }, - "72": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "73": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "74": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/token_uri/3c45a718d5dec5c07bc4698665154ce6a53892dd6482470bafad1a3c27838e5e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "75": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 7, - "input_file": { - "filename": "src/renderers/IpfsRenderer.cairo" - }, - "start_col": 6, - "start_line": 7 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - } - } - }, - "hints": { - "0": [ - { - "accessible_scopes": [ - "starkware.cairo.common.alloc", - "starkware.cairo.common.alloc.alloc" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 0, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "6": [ - { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "code": "vm_enter_scope({'n': ids.len})", - "flow_tracking_data": { - "ap_tracking": { - "group": 1, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.memcpy.memcpy.len": 0 - } - } - } - ], - "14": [ - { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "code": "n -= 1\nids.continue_copying = 1 if n > 0 else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 1, - "offset": 5 - }, - "reference_ids": { - "starkware.cairo.common.memcpy.memcpy.continue_copying": 1 - } - } - } - ], - "17": [ - { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "code": "vm_exit_scope()", - "flow_tracking_data": { - "ap_tracking": { - "group": 1, - "offset": 6 - }, - "reference_ids": {} - } - } - ], - "33": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 3, - "offset": 0 - }, - "reference_ids": {} - } - } - ] - }, - "identifiers": { - "__main__.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "__main__.Ownable": { - "destination": "openzeppelin.access.ownable.library.Ownable", - "type": "alias" - }, - "__main__.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "__main__.token_uri": { - "decorators": [ - "view" - ], - "pc": 18, - "type": "function" - }, - "__main__.token_uri.Args": { - "full_name": "__main__.token_uri.Args", - "members": { - "name": { - "cairo_type": "felt", - "offset": 2 - }, - "token_id": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.token_uri.ImplicitArgs": { - "full_name": "__main__.token_uri.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.token_uri.Return": { - "cairo_type": "(token_uri_len: felt, token_uri: felt*)", - "type": "type_definition" - }, - "__main__.token_uri.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.token_uri": { - "decorators": [ - "view" - ], - "pc": 52, - "type": "function" - }, - "__wrappers__.token_uri.Args": { - "full_name": "__wrappers__.token_uri.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.token_uri.ImplicitArgs": { - "full_name": "__wrappers__.token_uri.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.token_uri.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.token_uri.SIZEOF_LOCALS": { - "type": "const", - "value": 2 - }, - "__wrappers__.token_uri.__wrapped_func": { - "destination": "__main__.token_uri", - "type": "alias" - }, - "__wrappers__.token_uri_encode_return": { - "decorators": [], - "pc": 33, - "type": "function" - }, - "__wrappers__.token_uri_encode_return.Args": { - "full_name": "__wrappers__.token_uri_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "ret_value": { - "cairo_type": "(token_uri_len: felt, token_uri: felt*)", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__wrappers__.token_uri_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.token_uri_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.token_uri_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.token_uri_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 3 - }, - "__wrappers__.token_uri_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "openzeppelin.access.ownable.library.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable": { - "type": "namespace" - }, - "openzeppelin.access.ownable.library.Ownable.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable_owner": { - "type": "namespace" - }, - "openzeppelin.access.ownable.library.Ownable_owner.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable_owner.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable_owner.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable_owner.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable_owner.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable_owner.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable_owner.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred": { - "type": "namespace" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.Args": { - "full_name": "openzeppelin.access.ownable.library.OwnershipTransferred.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.OwnershipTransferred.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.SELECTOR": { - "type": "const", - "value": 553132481214675521502977957974509639062080100631756862105218886163371506175 - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.emit_event": { - "destination": "starkware.starknet.common.syscalls.emit_event", - "type": "alias" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "openzeppelin.access.ownable.library.assert_not_zero": { - "destination": "starkware.cairo.common.math.assert_not_zero", - "type": "alias" - }, - "openzeppelin.access.ownable.library.get_caller_address": { - "destination": "starkware.starknet.common.syscalls.get_caller_address", - "type": "alias" - }, - "starkware.cairo.common.alloc.alloc": { - "decorators": [], - "pc": 0, - "type": "function" - }, - "starkware.cairo.common.alloc.alloc.Args": { - "full_name": "starkware.cairo.common.alloc.alloc.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.alloc.alloc.ImplicitArgs": { - "full_name": "starkware.cairo.common.alloc.alloc.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.alloc.alloc.Return": { - "cairo_type": "(ptr: felt*)", - "type": "type_definition" - }, - "starkware.cairo.common.alloc.alloc.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.bool.FALSE": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.bool.TRUE": { - "type": "const", - "value": 1 - }, - "starkware.cairo.common.cairo_builtins.BitwiseBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin", - "members": { - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "x_and_y": { - "cairo_type": "felt", - "offset": 2 - }, - "x_or_y": { - "cairo_type": "felt", - "offset": 4 - }, - "x_xor_y": { - "cairo_type": "felt", - "offset": 3 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.EcOpBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.EcOpBuiltin", - "members": { - "m": { - "cairo_type": "felt", - "offset": 4 - }, - "p": { - "cairo_type": "starkware.cairo.common.ec_point.EcPoint", - "offset": 0 - }, - "q": { - "cairo_type": "starkware.cairo.common.ec_point.EcPoint", - "offset": 2 - }, - "r": { - "cairo_type": "starkware.cairo.common.ec_point.EcPoint", - "offset": 5 - } - }, - "size": 7, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.EcPoint": { - "destination": "starkware.cairo.common.ec_point.EcPoint", - "type": "alias" - }, - "starkware.cairo.common.cairo_builtins.HashBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "members": { - "result": { - "cairo_type": "felt", - "offset": 2 - }, - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.KeccakBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.KeccakBuiltin", - "members": { - "input": { - "cairo_type": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "offset": 0 - }, - "output": { - "cairo_type": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "offset": 8 - } - }, - "size": 16, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.KeccakBuiltinState": { - "destination": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "type": "alias" - }, - "starkware.cairo.common.cairo_builtins.PoseidonBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.PoseidonBuiltin", - "members": { - "input": { - "cairo_type": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "offset": 0 - }, - "output": { - "cairo_type": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "offset": 3 - } - }, - "size": 6, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.PoseidonBuiltinState": { - "destination": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "type": "alias" - }, - "starkware.cairo.common.cairo_builtins.SignatureBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.SignatureBuiltin", - "members": { - "message": { - "cairo_type": "felt", - "offset": 1 - }, - "pub_key": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.dict_access.DictAccess": { - "full_name": "starkware.cairo.common.dict_access.DictAccess", - "members": { - "key": { - "cairo_type": "felt", - "offset": 0 - }, - "new_value": { - "cairo_type": "felt", - "offset": 2 - }, - "prev_value": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.ec_point.EcPoint": { - "full_name": "starkware.cairo.common.ec_point.EcPoint", - "members": { - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.hash.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "starkware.cairo.common.keccak_state.KeccakBuiltinState": { - "full_name": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "members": { - "s0": { - "cairo_type": "felt", - "offset": 0 - }, - "s1": { - "cairo_type": "felt", - "offset": 1 - }, - "s2": { - "cairo_type": "felt", - "offset": 2 - }, - "s3": { - "cairo_type": "felt", - "offset": 3 - }, - "s4": { - "cairo_type": "felt", - "offset": 4 - }, - "s5": { - "cairo_type": "felt", - "offset": 5 - }, - "s6": { - "cairo_type": "felt", - "offset": 6 - }, - "s7": { - "cairo_type": "felt", - "offset": 7 - } - }, - "size": 8, - "type": "struct" - }, - "starkware.cairo.common.math.FALSE": { - "destination": "starkware.cairo.common.bool.FALSE", - "type": "alias" - }, - "starkware.cairo.common.math.TRUE": { - "destination": "starkware.cairo.common.bool.TRUE", - "type": "alias" - }, - "starkware.cairo.common.memcpy.memcpy": { - "decorators": [], - "pc": 3, - "type": "function" - }, - "starkware.cairo.common.memcpy.memcpy.Args": { - "full_name": "starkware.cairo.common.memcpy.memcpy.Args", - "members": { - "dst": { - "cairo_type": "felt*", - "offset": 0 - }, - "len": { - "cairo_type": "felt", - "offset": 2 - }, - "src": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.memcpy.memcpy.ImplicitArgs": { - "full_name": "starkware.cairo.common.memcpy.memcpy.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.memcpy.memcpy.LoopFrame": { - "full_name": "starkware.cairo.common.memcpy.memcpy.LoopFrame", - "members": { - "dst": { - "cairo_type": "felt*", - "offset": 0 - }, - "src": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.memcpy.memcpy.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.memcpy.memcpy.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.memcpy.memcpy.continue_copying": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.memcpy.memcpy.continue_copying", - "references": [ - { - "ap_tracking_data": { - "group": 1, - "offset": 3 - }, - "pc": 10, - "value": "[cast(ap, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.memcpy.memcpy.len": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.memcpy.memcpy.len", - "references": [ - { - "ap_tracking_data": { - "group": 1, - "offset": 0 - }, - "pc": 3, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.memcpy.memcpy.loop": { - "pc": 8, - "type": "label" - }, - "starkware.cairo.common.poseidon_state.PoseidonBuiltinState": { - "full_name": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "members": { - "s0": { - "cairo_type": "felt", - "offset": 0 - }, - "s1": { - "cairo_type": "felt", - "offset": 1 - }, - "s2": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.storage.ADDR_BOUND": { - "type": "const", - "value": -106710729501573572985208420194530329073740042555888586719489 - }, - "starkware.starknet.common.storage.MAX_STORAGE_ITEM_SIZE": { - "type": "const", - "value": 256 - }, - "starkware.starknet.common.storage.assert_250_bit": { - "destination": "starkware.cairo.common.math.assert_250_bit", - "type": "alias" - }, - "starkware.starknet.common.syscalls.CALL_CONTRACT_SELECTOR": { - "type": "const", - "value": 20853273475220472486191784820 - }, - "starkware.starknet.common.syscalls.CallContract": { - "full_name": "starkware.starknet.common.syscalls.CallContract", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.CallContractRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.CallContractResponse", - "offset": 5 - } - }, - "size": 7, - "type": "struct" - }, - "starkware.starknet.common.syscalls.CallContractRequest": { - "full_name": "starkware.starknet.common.syscalls.CallContractRequest", - "members": { - "calldata": { - "cairo_type": "felt*", - "offset": 4 - }, - "calldata_size": { - "cairo_type": "felt", - "offset": 3 - }, - "contract_address": { - "cairo_type": "felt", - "offset": 1 - }, - "function_selector": { - "cairo_type": "felt", - "offset": 2 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.starknet.common.syscalls.CallContractResponse": { - "full_name": "starkware.starknet.common.syscalls.CallContractResponse", - "members": { - "retdata": { - "cairo_type": "felt*", - "offset": 1 - }, - "retdata_size": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DELEGATE_CALL_SELECTOR": { - "type": "const", - "value": 21167594061783206823196716140 - }, - "starkware.starknet.common.syscalls.DELEGATE_L1_HANDLER_SELECTOR": { - "type": "const", - "value": 23274015802972845247556842986379118667122 - }, - "starkware.starknet.common.syscalls.DEPLOY_SELECTOR": { - "type": "const", - "value": 75202468540281 - }, - "starkware.starknet.common.syscalls.Deploy": { - "full_name": "starkware.starknet.common.syscalls.Deploy", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.DeployRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.DeployResponse", - "offset": 6 - } - }, - "size": 9, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DeployRequest": { - "full_name": "starkware.starknet.common.syscalls.DeployRequest", - "members": { - "class_hash": { - "cairo_type": "felt", - "offset": 1 - }, - "constructor_calldata": { - "cairo_type": "felt*", - "offset": 4 - }, - "constructor_calldata_size": { - "cairo_type": "felt", - "offset": 3 - }, - "contract_address_salt": { - "cairo_type": "felt", - "offset": 2 - }, - "deploy_from_zero": { - "cairo_type": "felt", - "offset": 5 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 6, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DeployResponse": { - "full_name": "starkware.starknet.common.syscalls.DeployResponse", - "members": { - "constructor_retdata": { - "cairo_type": "felt*", - "offset": 2 - }, - "constructor_retdata_size": { - "cairo_type": "felt", - "offset": 1 - }, - "contract_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DictAccess": { - "destination": "starkware.cairo.common.dict_access.DictAccess", - "type": "alias" - }, - "starkware.starknet.common.syscalls.EMIT_EVENT_SELECTOR": { - "type": "const", - "value": 1280709301550335749748 - }, - "starkware.starknet.common.syscalls.EmitEvent": { - "full_name": "starkware.starknet.common.syscalls.EmitEvent", - "members": { - "data": { - "cairo_type": "felt*", - "offset": 4 - }, - "data_len": { - "cairo_type": "felt", - "offset": 3 - }, - "keys": { - "cairo_type": "felt*", - "offset": 2 - }, - "keys_len": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GET_BLOCK_NUMBER_SELECTOR": { - "type": "const", - "value": 1448089106835523001438702345020786 - }, - "starkware.starknet.common.syscalls.GET_BLOCK_TIMESTAMP_SELECTOR": { - "type": "const", - "value": 24294903732626645868215235778792757751152 - }, - "starkware.starknet.common.syscalls.GET_CALLER_ADDRESS_SELECTOR": { - "type": "const", - "value": 94901967781393078444254803017658102643 - }, - "starkware.starknet.common.syscalls.GET_CONTRACT_ADDRESS_SELECTOR": { - "type": "const", - "value": 6219495360805491471215297013070624192820083 - }, - "starkware.starknet.common.syscalls.GET_SEQUENCER_ADDRESS_SELECTOR": { - "type": "const", - "value": 1592190833581991703053805829594610833820054387 - }, - "starkware.starknet.common.syscalls.GET_TX_INFO_SELECTOR": { - "type": "const", - "value": 1317029390204112103023 - }, - "starkware.starknet.common.syscalls.GET_TX_SIGNATURE_SELECTOR": { - "type": "const", - "value": 1448089128652340074717162277007973 - }, - "starkware.starknet.common.syscalls.GetBlockNumber": { - "full_name": "starkware.starknet.common.syscalls.GetBlockNumber", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockNumberRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockNumberResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockNumberRequest": { - "full_name": "starkware.starknet.common.syscalls.GetBlockNumberRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockNumberResponse": { - "full_name": "starkware.starknet.common.syscalls.GetBlockNumberResponse", - "members": { - "block_number": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockTimestamp": { - "full_name": "starkware.starknet.common.syscalls.GetBlockTimestamp", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockTimestampRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockTimestampResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockTimestampRequest": { - "full_name": "starkware.starknet.common.syscalls.GetBlockTimestampRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockTimestampResponse": { - "full_name": "starkware.starknet.common.syscalls.GetBlockTimestampResponse", - "members": { - "block_timestamp": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetCallerAddress": { - "full_name": "starkware.starknet.common.syscalls.GetCallerAddress", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetCallerAddressRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetCallerAddressResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetCallerAddressRequest": { - "full_name": "starkware.starknet.common.syscalls.GetCallerAddressRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetCallerAddressResponse": { - "full_name": "starkware.starknet.common.syscalls.GetCallerAddressResponse", - "members": { - "caller_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetContractAddress": { - "full_name": "starkware.starknet.common.syscalls.GetContractAddress", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetContractAddressRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetContractAddressResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetContractAddressRequest": { - "full_name": "starkware.starknet.common.syscalls.GetContractAddressRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetContractAddressResponse": { - "full_name": "starkware.starknet.common.syscalls.GetContractAddressResponse", - "members": { - "contract_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetSequencerAddress": { - "full_name": "starkware.starknet.common.syscalls.GetSequencerAddress", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetSequencerAddressRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetSequencerAddressResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetSequencerAddressRequest": { - "full_name": "starkware.starknet.common.syscalls.GetSequencerAddressRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetSequencerAddressResponse": { - "full_name": "starkware.starknet.common.syscalls.GetSequencerAddressResponse", - "members": { - "sequencer_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxInfo": { - "full_name": "starkware.starknet.common.syscalls.GetTxInfo", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxInfoRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxInfoResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxInfoRequest": { - "full_name": "starkware.starknet.common.syscalls.GetTxInfoRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxInfoResponse": { - "full_name": "starkware.starknet.common.syscalls.GetTxInfoResponse", - "members": { - "tx_info": { - "cairo_type": "starkware.starknet.common.syscalls.TxInfo*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxSignature": { - "full_name": "starkware.starknet.common.syscalls.GetTxSignature", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxSignatureRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxSignatureResponse", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxSignatureRequest": { - "full_name": "starkware.starknet.common.syscalls.GetTxSignatureRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxSignatureResponse": { - "full_name": "starkware.starknet.common.syscalls.GetTxSignatureResponse", - "members": { - "signature": { - "cairo_type": "felt*", - "offset": 1 - }, - "signature_len": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.LIBRARY_CALL_L1_HANDLER_SELECTOR": { - "type": "const", - "value": 436233452754198157705746250789557519228244616562 - }, - "starkware.starknet.common.syscalls.LIBRARY_CALL_SELECTOR": { - "type": "const", - "value": 92376026794327011772951660 - }, - "starkware.starknet.common.syscalls.LibraryCall": { - "full_name": "starkware.starknet.common.syscalls.LibraryCall", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.LibraryCallRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.CallContractResponse", - "offset": 5 - } - }, - "size": 7, - "type": "struct" - }, - "starkware.starknet.common.syscalls.LibraryCallRequest": { - "full_name": "starkware.starknet.common.syscalls.LibraryCallRequest", - "members": { - "calldata": { - "cairo_type": "felt*", - "offset": 4 - }, - "calldata_size": { - "cairo_type": "felt", - "offset": 3 - }, - "class_hash": { - "cairo_type": "felt", - "offset": 1 - }, - "function_selector": { - "cairo_type": "felt", - "offset": 2 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.starknet.common.syscalls.REPLACE_CLASS_SELECTOR": { - "type": "const", - "value": 25500403217443378527601783667 - }, - "starkware.starknet.common.syscalls.ReplaceClass": { - "full_name": "starkware.starknet.common.syscalls.ReplaceClass", - "members": { - "class_hash": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.SEND_MESSAGE_TO_L1_SELECTOR": { - "type": "const", - "value": 433017908768303439907196859243777073 - }, - "starkware.starknet.common.syscalls.STORAGE_READ_SELECTOR": { - "type": "const", - "value": 100890693370601760042082660 - }, - "starkware.starknet.common.syscalls.STORAGE_WRITE_SELECTOR": { - "type": "const", - "value": 25828017502874050592466629733 - }, - "starkware.starknet.common.syscalls.SendMessageToL1SysCall": { - "full_name": "starkware.starknet.common.syscalls.SendMessageToL1SysCall", - "members": { - "payload_ptr": { - "cairo_type": "felt*", - "offset": 3 - }, - "payload_size": { - "cairo_type": "felt", - "offset": 2 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - }, - "to_address": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 4, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageRead": { - "full_name": "starkware.starknet.common.syscalls.StorageRead", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.StorageReadRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.StorageReadResponse", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageReadRequest": { - "full_name": "starkware.starknet.common.syscalls.StorageReadRequest", - "members": { - "address": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageReadResponse": { - "full_name": "starkware.starknet.common.syscalls.StorageReadResponse", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageWrite": { - "full_name": "starkware.starknet.common.syscalls.StorageWrite", - "members": { - "address": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.TxInfo": { - "full_name": "starkware.starknet.common.syscalls.TxInfo", - "members": { - "account_contract_address": { - "cairo_type": "felt", - "offset": 1 - }, - "chain_id": { - "cairo_type": "felt", - "offset": 6 - }, - "max_fee": { - "cairo_type": "felt", - "offset": 2 - }, - "nonce": { - "cairo_type": "felt", - "offset": 7 - }, - "signature": { - "cairo_type": "felt*", - "offset": 4 - }, - "signature_len": { - "cairo_type": "felt", - "offset": 3 - }, - "transaction_hash": { - "cairo_type": "felt", - "offset": 5 - }, - "version": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 8, - "type": "struct" - } - }, - "main_scope": "__main__", - "prime": "0x800000000000011000000000000000000000000000000000000000000000001", - "reference_manager": { - "references": [ - { - "ap_tracking_data": { - "group": 1, - "offset": 0 - }, - "pc": 3, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 1, - "offset": 3 - }, - "pc": 10, - "value": "[cast(ap, felt*)]" - } - ] - } - } -} diff --git a/packages/starksheet-cairo/build/IpfsRenderer_abi.json b/packages/starksheet-cairo/build/IpfsRenderer_abi.json deleted file mode 100644 index 74dc02ad..00000000 --- a/packages/starksheet-cairo/build/IpfsRenderer_abi.json +++ /dev/null @@ -1,46 +0,0 @@ -[ - { - "data": [ - { - "name": "previousOwner", - "type": "felt" - }, - { - "name": "newOwner", - "type": "felt" - } - ], - "keys": [], - "name": "OwnershipTransferred", - "type": "event" - }, - { - "inputs": [ - { - "name": "token_id", - "type": "felt" - }, - { - "name": "value", - "type": "felt" - }, - { - "name": "name", - "type": "felt" - } - ], - "name": "token_uri", - "outputs": [ - { - "name": "token_uri_len", - "type": "felt" - }, - { - "name": "token_uri", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - } -] diff --git a/packages/starksheet-cairo/build/OpenzeppelinAccount.json b/packages/starksheet-cairo/build/OpenzeppelinAccount.json deleted file mode 100644 index ca57ac5a..00000000 --- a/packages/starksheet-cairo/build/OpenzeppelinAccount.json +++ /dev/null @@ -1,5812 +0,0 @@ -{ - "abi": [ - { - "members": [ - { - "name": "to", - "offset": 0, - "type": "felt" - }, - { - "name": "selector", - "offset": 1, - "type": "felt" - }, - { - "name": "data_offset", - "offset": 2, - "type": "felt" - }, - { - "name": "data_len", - "offset": 3, - "type": "felt" - } - ], - "name": "AccountCallArray", - "size": 4, - "type": "struct" - }, - { - "inputs": [ - { - "name": "publicKey", - "type": "felt" - } - ], - "name": "constructor", - "outputs": [], - "type": "constructor" - }, - { - "inputs": [], - "name": "getPublicKey", - "outputs": [ - { - "name": "publicKey", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "interfaceId", - "type": "felt" - } - ], - "name": "supportsInterface", - "outputs": [ - { - "name": "success", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "newPublicKey", - "type": "felt" - } - ], - "name": "setPublicKey", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "hash", - "type": "felt" - }, - { - "name": "signature_len", - "type": "felt" - }, - { - "name": "signature", - "type": "felt*" - } - ], - "name": "isValidSignature", - "outputs": [ - { - "name": "isValid", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "call_array_len", - "type": "felt" - }, - { - "name": "call_array", - "type": "AccountCallArray*" - }, - { - "name": "calldata_len", - "type": "felt" - }, - { - "name": "calldata", - "type": "felt*" - } - ], - "name": "__validate__", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "class_hash", - "type": "felt" - } - ], - "name": "__validate_declare__", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "class_hash", - "type": "felt" - }, - { - "name": "salt", - "type": "felt" - }, - { - "name": "publicKey", - "type": "felt" - } - ], - "name": "__validate_deploy__", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "call_array_len", - "type": "felt" - }, - { - "name": "call_array", - "type": "AccountCallArray*" - }, - { - "name": "calldata_len", - "type": "felt" - }, - { - "name": "calldata", - "type": "felt*" - } - ], - "name": "__execute__", - "outputs": [ - { - "name": "response_len", - "type": "felt" - }, - { - "name": "response", - "type": "felt*" - } - ], - "type": "function" - } - ], - "entry_points_by_type": { - "CONSTRUCTOR": [ - { - "offset": "0x16e", - "selector": "0x28ffe4ff0f226a9107253e17a904099aa4f63a02a5621de0576e5aa71bc5194" - } - ], - "EXTERNAL": [ - { - "offset": "0x1cd", - "selector": "0xbc0eb87884ab91e330445c3584a50d7ddf4b568f02fbeb456a6242cce3f5d9" - }, - { - "offset": "0x2bb", - "selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad" - }, - { - "offset": "0x224", - "selector": "0x162da33a4585851fe8d3af3c2a9c60b557814e221e0d4f30ff0b2189d9c7775" - }, - { - "offset": "0x191", - "selector": "0x1a6c6a0bdec86cc645c91997d8eea83e87148659e3e61122f72361fd5e94079" - }, - { - "offset": "0x1f4", - "selector": "0x213dfe25e2ca309c4d615a09cfc95fdb2fc7dc73fbcad12c450fe93b1f2ff9e" - }, - { - "offset": "0x25f", - "selector": "0x289da278a8dc833409cabfdad1581e8e7d40e42dcaed693fa4008dcdb4963b3" - }, - { - "offset": "0x1b2", - "selector": "0x29e211664c0b63c79638fbea474206ca74016b3e9a3dc4f9ac300ffd8bdf2cd" - }, - { - "offset": "0x285", - "selector": "0x36fcbf06cd96843058359e1a75928beacfac10727dab22a3972f0af8aa92895" - } - ], - "L1_HANDLER": [] - }, - "program": { - "attributes": [ - { - "accessible_scopes": [ - "openzeppelin.account.library", - "openzeppelin.account.library.Account", - "openzeppelin.account.library.Account.assert_only_self" - ], - "end_pc": 192, - "flow_tracking_data": { - "ap_tracking": { - "group": 16, - "offset": 12 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 191, - "value": "Account: caller is not this account" - }, - { - "accessible_scopes": [ - "openzeppelin.account.library", - "openzeppelin.account.library.Account", - "openzeppelin.account.library.Account.execute" - ], - "end_pc": 269, - "flow_tracking_data": { - "ap_tracking": { - "group": 21, - "offset": 9 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 259, - "value": "Account: deprecated tx version" - }, - { - "accessible_scopes": [ - "openzeppelin.account.library", - "openzeppelin.account.library.Account", - "openzeppelin.account.library.Account.execute" - ], - "end_pc": 274, - "flow_tracking_data": { - "ap_tracking": { - "group": 21, - "offset": 49 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 272, - "value": "Account: reentrant call" - } - ], - "builtins": [ - "pedersen", - "range_check", - "ecdsa", - "bitwise" - ], - "compiler_version": "0.11.2", - "data": [ - "0x40780017fff7fff", - "0x1", - "0x208b7fff7fff7ffe", - "0x20780017fff7ffd", - "0x3", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480080007fff8000", - "0x400080007ffd7fff", - "0x482480017ffd8001", - "0x1", - "0x482480017ffd8001", - "0x1", - "0xa0680017fff7ffe", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffb", - "0x402a7ffc7ffd7fff", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x43616c6c436f6e7472616374", - "0x400280007ff97fff", - "0x400380017ff97ffa", - "0x400380027ff97ffb", - "0x400380037ff97ffc", - "0x400380047ff97ffd", - "0x482680017ff98000", - "0x7", - "0x480280057ff98000", - "0x480280067ff98000", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x47657443616c6c657241646472657373", - "0x400280007ffd7fff", - "0x482680017ffd8000", - "0x2", - "0x480280017ffd8000", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x476574436f6e747261637441646472657373", - "0x400280007ffd7fff", - "0x482680017ffd8000", - "0x2", - "0x480280017ffd8000", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x53746f7261676552656164", - "0x400280007ffc7fff", - "0x400380017ffc7ffd", - "0x482680017ffc8000", - "0x3", - "0x480280027ffc8000", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x53746f726167655772697465", - "0x400280007ffb7fff", - "0x400380017ffb7ffc", - "0x400380027ffb7ffd", - "0x482680017ffb8000", - "0x3", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x4765745478496e666f", - "0x400280007ffd7fff", - "0x482680017ffd8000", - "0x2", - "0x480280017ffd8000", - "0x208b7fff7fff7ffe", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x484480017fff8000", - "0x2aaaaaaaaaaaab05555555555555556", - "0x48307fff7ffd8000", - "0x480280027ffb8000", - "0x480280037ffb8000", - "0x484480017fff8000", - "0x4000000000000088000000000000001", - "0x48307fff7ffd8000", - "0xa0680017fff8000", - "0xe", - "0x480680017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x48287ffc80007fff", - "0x40307ffc7ff87fff", - "0x48297ffd80007ffc", - "0x482680017ffd8000", - "0x1", - "0x48507fff7ffe8000", - "0x40507ff97ff57fff", - "0x482680017ffb8000", - "0x4", - "0x208b7fff7fff7ffe", - "0xa0680017fff8000", - "0xc", - "0x480680017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x48287ffd80007fff", - "0x48327fff7ffc8000", - "0x40307ffa7ff67fff", - "0x48527ffe7ffc8000", - "0x40507ff97ff57fff", - "0x482680017ffb8000", - "0x4", - "0x208b7fff7fff7ffe", - "0x40317ffd7ff97ffd", - "0x48297ffc80007ffd", - "0x48527fff7ffc8000", - "0x40507ffb7ff77fff", - "0x40780017fff7fff", - "0x2", - "0x482680017ffb8000", - "0x4", - "0x208b7fff7fff7ffe", - "0x48297ffd80007ffc", - "0x20680017fff7fff", - "0x4", - "0x402780017ffc7ffc", - "0x1", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffcc", - "0x208b7fff7fff7ffe", - "0x400380017ff97ffa", - "0x400380007ff97ffb", - "0x482680017ff98000", - "0x2", - "0x208b7fff7fff7ffe", - "0xa0680017fff8000", - "0xc", - "0x40780017fff7fff", - "0x6", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffbd", - "0x480680017fff8000", - "0x1", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffd7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe2", - "0x480680017fff8000", - "0x0", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffa", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff8e", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff88", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff1", - "0x208b7fff7fff7ffe", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff6c", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff62", - "0x40127fff7fff7ff9", - "0x48127ffe7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd5", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffe00365a", - "0x20680017fff7fff", - "0x8", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480680017fff8000", - "0x1", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffff59942a8c", - "0x20680017fff7fff", - "0x8", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480680017fff8000", - "0x1", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd7", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffbf", - "0x208b7fff7fff7ffe", - "0x480a7ff77fff8000", - "0x480a7ff87fff8000", - "0x480a7ffa7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffac", - "0x480a7ff97fff8000", - "0x480a7ffb7fff8000", - "0x48127ffd7fff8000", - "0x480280007ffd8000", - "0x480280017ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff87", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x48127ffd7fff8000", - "0x48127ff37fff8000", - "0x480680017fff8000", - "0x1", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x3", - "0x480a7ff57fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff3c", - "0x480a7ff97fff8000", - "0x480680017fff8000", - "0x1", - "0x480080007ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff7a", - "0x480680017fff8000", - "0x1", - "0x40127fff7fff7ffe", - "0x40137ffd7fff8000", - "0x48127fdc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff11", - "0x400680017fff7fff", - "0x0", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffeef", - "0x40137fff7fff8001", - "0x48127ffb7fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffd7fff8000", - "0x480a80017fff8000", - "0x1104800180018000", - "0x35", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffee5", - "0x40137fff7fff8002", - "0x48127ffc7fff8000", - "0x480a7ffa7fff8000", - "0x480a80017fff8000", - "0x480a80027fff8000", - "0x1104800180018000", - "0xa", - "0x48127ffe7fff8000", - "0x480a7ff67fff8000", - "0x480a7ff77fff8000", - "0x480a7ff87fff8000", - "0x480a80007fff8000", - "0x48127ffa7fff8000", - "0x480a80027fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x3", - "0x20780017fff7ffb", - "0x6", - "0x480a7ffa7fff8000", - "0x480680017fff8000", - "0x0", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480280007ffc8000", - "0x480280017ffc8000", - "0x480280027ffc8000", - "0x480280037ffc8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffed9", - "0x40137ffe7fff8000", - "0x40137fff7fff8001", - "0x40137ffd7fff8002", - "0x480a7ffd7fff8000", - "0x480a80017fff8000", - "0x480a80007fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffec2", - "0x480a80027fff8000", - "0x482680017ffb8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x482680017ffc8000", - "0x4", - "0x482a80007ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe4", - "0x48127ffe7fff8000", - "0x482880007ffe8000", - "0x208b7fff7fff7ffe", - "0x20780017fff7ffa", - "0x4", - "0x480a7ff97fff8000", - "0x208b7fff7fff7ffe", - "0x480280007ffb8000", - "0x400280007ffd7fff", - "0x480280017ffb8000", - "0x400280017ffd7fff", - "0x480280037ffb8000", - "0x400280027ffd7fff", - "0x480280027ffb8000", - "0x48327fff7ffc8000", - "0x400280037ffd7fff", - "0x480a7ff97fff8000", - "0x482680017ffa8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x482680017ffb8000", - "0x4", - "0x480a7ffc7fff8000", - "0x482680017ffd8000", - "0x4", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffec", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff48", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x1", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff3", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480280037ffb8000", - "0x480280047ffb8000", - "0x480680017fff8000", - "0x0", - "0x48127ff97fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff3e", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffc", - "0x4826800180008000", - "0x1", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff1", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x48127ffb7fff8000", - "0x480280037ffb8000", - "0x480280047ffb8000", - "0x48127ff97fff8000", - "0x48127ff97fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff23", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffc", - "0x4826800180008000", - "0x1", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x1", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffea", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x48127ffb7fff8000", - "0x480280037ffb8000", - "0x480280047ffb8000", - "0x48127ff97fff8000", - "0x48127ff97fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff19", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x1", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff3", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480280037ffb8000", - "0x480280047ffb8000", - "0x480680017fff8000", - "0x0", - "0x48127ff97fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff77fff8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff04", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffc", - "0x4826800180008000", - "0x1", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x480280027ffb8000", - "0x480280017ffd8000", - "0x400080007ffe7fff", - "0x482680017ffd8000", - "0x2", - "0x480280017ffd8000", - "0x48307fff7ffe8000", - "0x402a7ffd7ffc7fff", - "0x480280027ffb8000", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280037ffb8000", - "0x482480017ffc8000", - "0x1", - "0x480280007ffd8000", - "0x480280017ffd8000", - "0x482680017ffd8000", - "0x2", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffdc", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe3", - "0x48127ff37fff8000", - "0x48127ff37fff8000", - "0x48127ffb7fff8000", - "0x48127ff27fff8000", - "0x480280047ffb8000", - "0x48127ff97fff8000", - "0x48127ff97fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff67fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe29", - "0x48127ffe7fff8000", - "0x480a7ff77fff8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480080057ffb8000", - "0x480080037ffa8000", - "0x480080047ff98000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffecf", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x400080007ffe7fff", - "0x482680017ffd8000", - "0x1", - "0x480280007ffd8000", - "0x484480017fff8000", - "0x4", - "0x48307fff7ffd8000", - "0x480280027ffb8000", - "0x480080007ffe8000", - "0x400080017ffe7fff", - "0x482480017ffd8000", - "0x1", - "0x480080007ffc8000", - "0x48307fff7ffe8000", - "0x402a7ffd7ffc7fff", - "0x480280027ffb8000", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280037ffb8000", - "0x482480017ffc8000", - "0x2", - "0x480280007ffd8000", - "0x482680017ffd8000", - "0x1", - "0x480080007ff38000", - "0x482480017ff28000", - "0x1", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd3", - "0x40780017fff7fff", - "0x1", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffc7fff8000", - "0x48127ffa7fff8000", - "0x480280047ffb8000", - "0x480680017fff8000", - "0x0", - "0x48127ff97fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffdee", - "0x48127ffe7fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480080057ffb8000", - "0x480080037ffa8000", - "0x480080047ff98000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe94", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x1", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280037ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe8", - "0x40780017fff7fff", - "0x1", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffc7fff8000", - "0x48127ffa7fff8000", - "0x480280047ffb8000", - "0x480680017fff8000", - "0x0", - "0x48127ff97fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff77fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffdc8", - "0x48127ffe7fff8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480080057ffb8000", - "0x480080037ffa8000", - "0x480080047ff98000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe6e", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x3", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280037ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x480280017ffd8000", - "0x480280027ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe6", - "0x40780017fff7fff", - "0x1", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffc7fff8000", - "0x48127ffa7fff8000", - "0x480280047ffb8000", - "0x480680017fff8000", - "0x0", - "0x48127ff97fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff57fff8000", - "0x480a7ff67fff8000", - "0x480a7ff77fff8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe5a", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x3", - "0x4003800080007ffb", - "0x400380007ffd7ffb", - "0x402780017ffd8001", - "0x1", - "0x4826800180008000", - "0x1", - "0x40297ffb7fff8002", - "0x4826800180008000", - "0x1", - "0x480a7ffc7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd4f", - "0x480a80017fff8000", - "0x4829800080008002", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x4", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x400080007ffe7fff", - "0x482680017ffd8000", - "0x1", - "0x480280007ffd8000", - "0x484480017fff8000", - "0x4", - "0x48307fff7ffd8000", - "0x480280027ffb8000", - "0x480080007ffe8000", - "0x400080017ffe7fff", - "0x482480017ffd8000", - "0x1", - "0x480080007ffc8000", - "0x48307fff7ffe8000", - "0x402a7ffd7ffc7fff", - "0x480280027ffb8000", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280037ffb8000", - "0x480280047ffb8000", - "0x482480017ffb8000", - "0x2", - "0x480280007ffd8000", - "0x482680017ffd8000", - "0x1", - "0x480080007ff28000", - "0x482480017ff18000", - "0x1", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffc2", - "0x40137ff97fff8000", - "0x40137ffa7fff8001", - "0x40137ffb7fff8002", - "0x40137ffc7fff8003", - "0x48127ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffc7", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x48127ffb7fff8000", - "0x480a80027fff8000", - "0x480a80037fff8000", - "0x48127ff97fff8000", - "0x48127ff97fff8000", - "0x208b7fff7fff7ffe" - ], - "debug_info": null, - "hints": { - "0": [ - { - "accessible_scopes": [ - "starkware.cairo.common.alloc", - "starkware.cairo.common.alloc.alloc" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 0, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "6": [ - { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "code": "vm_enter_scope({'n': ids.len})", - "flow_tracking_data": { - "ap_tracking": { - "group": 1, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.memcpy.memcpy.len": 0 - } - } - } - ], - "14": [ - { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "code": "n -= 1\nids.continue_copying = 1 if n > 0 else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 1, - "offset": 5 - }, - "reference_ids": { - "starkware.cairo.common.memcpy.memcpy.continue_copying": 1 - } - } - } - ], - "17": [ - { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "code": "vm_exit_scope()", - "flow_tracking_data": { - "ap_tracking": { - "group": 1, - "offset": 6 - }, - "reference_ids": {} - } - } - ], - "25": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.call_contract" - ], - "code": "syscall_handler.call_contract(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 2, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.call_contract.syscall_ptr": 2 - } - } - } - ], - "33": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "code": "syscall_handler.get_caller_address(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 3, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.get_caller_address.syscall_ptr": 3 - } - } - } - ], - "40": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_contract_address" - ], - "code": "syscall_handler.get_contract_address(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 4, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.get_contract_address.syscall_ptr": 4 - } - } - } - ], - "48": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "code": "syscall_handler.storage_read(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 5, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.storage_read.syscall_ptr": 5 - } - } - } - ], - "57": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "code": "syscall_handler.storage_write(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 6, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.storage_write.syscall_ptr": 6 - } - } - } - ], - "63": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_tx_info" - ], - "code": "syscall_handler.get_tx_info(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 7, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.get_tx_info.syscall_ptr": 7 - } - } - } - ], - "67": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "code": "import itertools\n\nfrom starkware.cairo.common.math_utils import assert_integer\nassert_integer(ids.a)\nassert_integer(ids.b)\na = ids.a % PRIME\nb = ids.b % PRIME\nassert a <= b, f'a = {a} is not less than or equal to b = {b}.'\n\n# Find an arc less than PRIME / 3, and another less than PRIME / 2.\nlengths_and_indices = [(a, 0), (b - a, 1), (PRIME - 1 - b, 2)]\nlengths_and_indices.sort()\nassert lengths_and_indices[0][0] <= PRIME // 3 and lengths_and_indices[1][0] <= PRIME // 2\nexcluded = lengths_and_indices[2][1]\n\nmemory[ids.range_check_ptr + 1], memory[ids.range_check_ptr + 0] = (\n divmod(lengths_and_indices[0][0], ids.PRIME_OVER_3_HIGH))\nmemory[ids.range_check_ptr + 3], memory[ids.range_check_ptr + 2] = (\n divmod(lengths_and_indices[1][0], ids.PRIME_OVER_2_HIGH))", - "flow_tracking_data": { - "ap_tracking": { - "group": 8, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.assert_le_felt.a": 8, - "starkware.cairo.common.math.assert_le_felt.b": 9, - "starkware.cairo.common.math.assert_le_felt.range_check_ptr": 10 - } - } - } - ], - "77": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "code": "memory[ap] = 1 if excluded != 0 else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 8, - "offset": 8 - }, - "reference_ids": {} - } - } - ], - "91": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "code": "memory[ap] = 1 if excluded != 1 else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 8, - "offset": 9 - }, - "reference_ids": {} - } - } - ], - "103": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "code": "assert excluded == 2", - "flow_tracking_data": { - "ap_tracking": { - "group": 8, - "offset": 10 - }, - "reference_ids": {} - } - } - ], - "112": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_lt_felt" - ], - "code": "from starkware.cairo.common.math_utils import assert_integer\nassert_integer(ids.a)\nassert_integer(ids.b)\nassert (ids.a % PRIME) < (ids.b % PRIME), \\\n f'a = {ids.a % PRIME} is not less than b = {ids.b % PRIME}.'", - "flow_tracking_data": { - "ap_tracking": { - "group": 9, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.assert_lt_felt.a": 11, - "starkware.cairo.common.math.assert_lt_felt.b": 12 - } - } - } - ], - "123": [ - { - "accessible_scopes": [ - "starkware.cairo.common.signature", - "starkware.cairo.common.signature.verify_ecdsa_signature" - ], - "code": "ecdsa_builtin.add_signature(ids.ecdsa_ptr.address_, (ids.signature_r, ids.signature_s))", - "flow_tracking_data": { - "ap_tracking": { - "group": 10, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.signature.verify_ecdsa_signature.ecdsa_ptr": 15, - "starkware.cairo.common.signature.verify_ecdsa_signature.signature_r": 13, - "starkware.cairo.common.signature.verify_ecdsa_signature.signature_s": 14 - } - } - } - ], - "128": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le_felt" - ], - "code": "memory[ap] = 0 if (ids.a % PRIME) <= (ids.b % PRIME) else 1", - "flow_tracking_data": { - "ap_tracking": { - "group": 11, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math_cmp.is_le_felt.a": 16, - "starkware.cairo.common.math_cmp.is_le_felt.b": 17 - } - } - } - ], - "375": [ - { - "accessible_scopes": [ - "openzeppelin.account.presets.Account", - "openzeppelin.account.presets.Account", - "__wrappers__", - "__wrappers__.constructor" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 30, - "offset": 35 - }, - "reference_ids": {} - } - } - ], - "392": [ - { - "accessible_scopes": [ - "openzeppelin.account.presets.Account", - "openzeppelin.account.presets.Account", - "__wrappers__", - "__wrappers__.getPublicKey_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 32, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "425": [ - { - "accessible_scopes": [ - "openzeppelin.account.presets.Account", - "openzeppelin.account.presets.Account", - "__wrappers__", - "__wrappers__.supportsInterface_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 36, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "470": [ - { - "accessible_scopes": [ - "openzeppelin.account.presets.Account", - "openzeppelin.account.presets.Account", - "__wrappers__", - "__wrappers__.setPublicKey" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 40, - "offset": 50 - }, - "reference_ids": {} - } - } - ], - "491": [ - { - "accessible_scopes": [ - "openzeppelin.account.presets.Account", - "openzeppelin.account.presets.Account", - "__wrappers__", - "__wrappers__.isValidSignature_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 42, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "579": [ - { - "accessible_scopes": [ - "openzeppelin.account.presets.Account", - "openzeppelin.account.presets.Account", - "__wrappers__", - "__wrappers__.__validate__" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 45, - "offset": 77 - }, - "reference_ids": {} - } - } - ], - "617": [ - { - "accessible_scopes": [ - "openzeppelin.account.presets.Account", - "openzeppelin.account.presets.Account", - "__wrappers__", - "__wrappers__.__validate_declare__" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 47, - "offset": 63 - }, - "reference_ids": {} - } - } - ], - "657": [ - { - "accessible_scopes": [ - "openzeppelin.account.presets.Account", - "openzeppelin.account.presets.Account", - "__wrappers__", - "__wrappers__.__validate_deploy__" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 49, - "offset": 65 - }, - "reference_ids": {} - } - } - ], - "680": [ - { - "accessible_scopes": [ - "openzeppelin.account.presets.Account", - "openzeppelin.account.presets.Account", - "__wrappers__", - "__wrappers__.__execute___encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 52, - "offset": 0 - }, - "reference_ids": {} - } - } - ] - }, - "identifiers": { - "__main__.__execute__": { - "destination": "openzeppelin.account.presets.Account.__execute__", - "type": "alias" - }, - "__main__.__validate__": { - "destination": "openzeppelin.account.presets.Account.__validate__", - "type": "alias" - }, - "__main__.__validate_declare__": { - "destination": "openzeppelin.account.presets.Account.__validate_declare__", - "type": "alias" - }, - "__main__.__validate_deploy__": { - "destination": "openzeppelin.account.presets.Account.__validate_deploy__", - "type": "alias" - }, - "__main__.constructor": { - "destination": "openzeppelin.account.presets.Account.constructor", - "type": "alias" - }, - "__main__.getPublicKey": { - "destination": "openzeppelin.account.presets.Account.getPublicKey", - "type": "alias" - }, - "__main__.isValidSignature": { - "destination": "openzeppelin.account.presets.Account.isValidSignature", - "type": "alias" - }, - "__main__.setPublicKey": { - "destination": "openzeppelin.account.presets.Account.setPublicKey", - "type": "alias" - }, - "__main__.supportsInterface": { - "destination": "openzeppelin.account.presets.Account.supportsInterface", - "type": "alias" - }, - "__wrappers__.__execute__": { - "decorators": [ - "external" - ], - "pc": 699, - "type": "function" - }, - "__wrappers__.__execute__.Args": { - "full_name": "__wrappers__.__execute__.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.__execute__.ImplicitArgs": { - "full_name": "__wrappers__.__execute__.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.__execute__.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, ecdsa_ptr: starkware.cairo.common.cairo_builtins.SignatureBuiltin*, bitwise_ptr: starkware.cairo.common.cairo_builtins.BitwiseBuiltin*, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.__execute__.SIZEOF_LOCALS": { - "type": "const", - "value": 4 - }, - "__wrappers__.__execute__.__wrapped_func": { - "destination": "openzeppelin.account.presets.Account.__execute__", - "type": "alias" - }, - "__wrappers__.__execute___encode_return": { - "decorators": [], - "pc": 680, - "type": "function" - }, - "__wrappers__.__execute___encode_return.Args": { - "full_name": "__wrappers__.__execute___encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "ret_value": { - "cairo_type": "(response_len: felt, response: felt*)", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__wrappers__.__execute___encode_return.ImplicitArgs": { - "full_name": "__wrappers__.__execute___encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.__execute___encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.__execute___encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 3 - }, - "__wrappers__.__execute___encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.__validate__": { - "decorators": [ - "external" - ], - "pc": 548, - "type": "function" - }, - "__wrappers__.__validate__.Args": { - "full_name": "__wrappers__.__validate__.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.__validate__.ImplicitArgs": { - "full_name": "__wrappers__.__validate__.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.__validate__.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, ecdsa_ptr: starkware.cairo.common.cairo_builtins.SignatureBuiltin*, bitwise_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.__validate__.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.__validate__.__wrapped_func": { - "destination": "openzeppelin.account.presets.Account.__validate__", - "type": "alias" - }, - "__wrappers__.__validate___encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.__validate_declare__": { - "decorators": [ - "external" - ], - "pc": 607, - "type": "function" - }, - "__wrappers__.__validate_declare__.Args": { - "full_name": "__wrappers__.__validate_declare__.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.__validate_declare__.ImplicitArgs": { - "full_name": "__wrappers__.__validate_declare__.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.__validate_declare__.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, ecdsa_ptr: starkware.cairo.common.cairo_builtins.SignatureBuiltin*, bitwise_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.__validate_declare__.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.__validate_declare__.__wrapped_func": { - "destination": "openzeppelin.account.presets.Account.__validate_declare__", - "type": "alias" - }, - "__wrappers__.__validate_declare___encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.__validate_deploy__": { - "decorators": [ - "external" - ], - "pc": 645, - "type": "function" - }, - "__wrappers__.__validate_deploy__.Args": { - "full_name": "__wrappers__.__validate_deploy__.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.__validate_deploy__.ImplicitArgs": { - "full_name": "__wrappers__.__validate_deploy__.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.__validate_deploy__.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, ecdsa_ptr: starkware.cairo.common.cairo_builtins.SignatureBuiltin*, bitwise_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.__validate_deploy__.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.__validate_deploy__.__wrapped_func": { - "destination": "openzeppelin.account.presets.Account.__validate_deploy__", - "type": "alias" - }, - "__wrappers__.__validate_deploy___encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.constructor": { - "decorators": [ - "constructor" - ], - "pc": 366, - "type": "function" - }, - "__wrappers__.constructor.Args": { - "full_name": "__wrappers__.constructor.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.constructor.ImplicitArgs": { - "full_name": "__wrappers__.constructor.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.constructor.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, ecdsa_ptr: felt, bitwise_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.constructor.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.constructor.__wrapped_func": { - "destination": "openzeppelin.account.presets.Account.constructor", - "type": "alias" - }, - "__wrappers__.constructor_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.getPublicKey": { - "decorators": [ - "view" - ], - "pc": 401, - "type": "function" - }, - "__wrappers__.getPublicKey.Args": { - "full_name": "__wrappers__.getPublicKey.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getPublicKey.ImplicitArgs": { - "full_name": "__wrappers__.getPublicKey.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getPublicKey.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, ecdsa_ptr: felt, bitwise_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.getPublicKey.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.getPublicKey.__wrapped_func": { - "destination": "openzeppelin.account.presets.Account.getPublicKey", - "type": "alias" - }, - "__wrappers__.getPublicKey_encode_return": { - "decorators": [], - "pc": 392, - "type": "function" - }, - "__wrappers__.getPublicKey_encode_return.Args": { - "full_name": "__wrappers__.getPublicKey_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "ret_value": { - "cairo_type": "(publicKey: felt)", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__wrappers__.getPublicKey_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.getPublicKey_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getPublicKey_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.getPublicKey_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.getPublicKey_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.isValidSignature": { - "decorators": [ - "view" - ], - "pc": 500, - "type": "function" - }, - "__wrappers__.isValidSignature.Args": { - "full_name": "__wrappers__.isValidSignature.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.isValidSignature.ImplicitArgs": { - "full_name": "__wrappers__.isValidSignature.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.isValidSignature.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, ecdsa_ptr: starkware.cairo.common.cairo_builtins.SignatureBuiltin*, bitwise_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.isValidSignature.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.isValidSignature.__wrapped_func": { - "destination": "openzeppelin.account.presets.Account.isValidSignature", - "type": "alias" - }, - "__wrappers__.isValidSignature_encode_return": { - "decorators": [], - "pc": 491, - "type": "function" - }, - "__wrappers__.isValidSignature_encode_return.Args": { - "full_name": "__wrappers__.isValidSignature_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "ret_value": { - "cairo_type": "(isValid: felt)", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__wrappers__.isValidSignature_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.isValidSignature_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.isValidSignature_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.isValidSignature_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.isValidSignature_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.setPublicKey": { - "decorators": [ - "external" - ], - "pc": 461, - "type": "function" - }, - "__wrappers__.setPublicKey.Args": { - "full_name": "__wrappers__.setPublicKey.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.setPublicKey.ImplicitArgs": { - "full_name": "__wrappers__.setPublicKey.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.setPublicKey.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, ecdsa_ptr: felt, bitwise_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.setPublicKey.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.setPublicKey.__wrapped_func": { - "destination": "openzeppelin.account.presets.Account.setPublicKey", - "type": "alias" - }, - "__wrappers__.setPublicKey_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.supportsInterface": { - "decorators": [ - "view" - ], - "pc": 434, - "type": "function" - }, - "__wrappers__.supportsInterface.Args": { - "full_name": "__wrappers__.supportsInterface.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.supportsInterface.ImplicitArgs": { - "full_name": "__wrappers__.supportsInterface.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.supportsInterface.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, ecdsa_ptr: felt, bitwise_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.supportsInterface.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.supportsInterface.__wrapped_func": { - "destination": "openzeppelin.account.presets.Account.supportsInterface", - "type": "alias" - }, - "__wrappers__.supportsInterface_encode_return": { - "decorators": [], - "pc": 425, - "type": "function" - }, - "__wrappers__.supportsInterface_encode_return.Args": { - "full_name": "__wrappers__.supportsInterface_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "ret_value": { - "cairo_type": "(success: felt)", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__wrappers__.supportsInterface_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.supportsInterface_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.supportsInterface_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.supportsInterface_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.supportsInterface_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "openzeppelin.account.library.Account": { - "type": "namespace" - }, - "openzeppelin.account.library.Account.Args": { - "full_name": "openzeppelin.account.library.Account.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.account.library.Account.ImplicitArgs": { - "full_name": "openzeppelin.account.library.Account.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.account.library.Account.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.account.library.Account.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.account.library.Account._execute_list": { - "decorators": [], - "pc": 301, - "type": "function" - }, - "openzeppelin.account.library.Account._execute_list.Args": { - "full_name": "openzeppelin.account.library.Account._execute_list.Args", - "members": { - "calls": { - "cairo_type": "openzeppelin.account.library.Call*", - "offset": 1 - }, - "calls_len": { - "cairo_type": "felt", - "offset": 0 - }, - "response": { - "cairo_type": "felt*", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.account.library.Account._execute_list.ImplicitArgs": { - "full_name": "openzeppelin.account.library.Account._execute_list.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.account.library.Account._execute_list.Return": { - "cairo_type": "(response_len: felt)", - "type": "type_definition" - }, - "openzeppelin.account.library.Account._execute_list.SIZEOF_LOCALS": { - "type": "const", - "value": 3 - }, - "openzeppelin.account.library.Account._from_call_array_to_call": { - "decorators": [], - "pc": 335, - "type": "function" - }, - "openzeppelin.account.library.Account._from_call_array_to_call.Args": { - "full_name": "openzeppelin.account.library.Account._from_call_array_to_call.Args", - "members": { - "call_array": { - "cairo_type": "openzeppelin.account.library.AccountCallArray*", - "offset": 1 - }, - "call_array_len": { - "cairo_type": "felt", - "offset": 0 - }, - "calldata": { - "cairo_type": "felt*", - "offset": 2 - }, - "calls": { - "cairo_type": "openzeppelin.account.library.Call*", - "offset": 3 - } - }, - "size": 4, - "type": "struct" - }, - "openzeppelin.account.library.Account._from_call_array_to_call.ImplicitArgs": { - "full_name": "openzeppelin.account.library.Account._from_call_array_to_call.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.account.library.Account._from_call_array_to_call.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.account.library.Account._from_call_array_to_call.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.account.library.Account.assert_only_self": { - "decorators": [], - "pc": 185, - "type": "function" - }, - "openzeppelin.account.library.Account.assert_only_self.Args": { - "full_name": "openzeppelin.account.library.Account.assert_only_self.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.account.library.Account.assert_only_self.ImplicitArgs": { - "full_name": "openzeppelin.account.library.Account.assert_only_self.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.account.library.Account.assert_only_self.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.account.library.Account.assert_only_self.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.account.library.Account.execute": { - "decorators": [], - "pc": 254, - "type": "function" - }, - "openzeppelin.account.library.Account.execute.Args": { - "full_name": "openzeppelin.account.library.Account.execute.Args", - "members": { - "call_array": { - "cairo_type": "openzeppelin.account.library.AccountCallArray*", - "offset": 1 - }, - "call_array_len": { - "cairo_type": "felt", - "offset": 0 - }, - "calldata": { - "cairo_type": "felt*", - "offset": 3 - }, - "calldata_len": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 4, - "type": "struct" - }, - "openzeppelin.account.library.Account.execute.ImplicitArgs": { - "full_name": "openzeppelin.account.library.Account.execute.ImplicitArgs", - "members": { - "bitwise_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin*", - "offset": 3 - }, - "ecdsa_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.SignatureBuiltin*", - "offset": 2 - }, - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 4 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 5, - "type": "struct" - }, - "openzeppelin.account.library.Account.execute.Return": { - "cairo_type": "(response_len: felt, response: felt*)", - "type": "type_definition" - }, - "openzeppelin.account.library.Account.execute.SIZEOF_LOCALS": { - "type": "const", - "value": 3 - }, - "openzeppelin.account.library.Account.get_public_key": { - "decorators": [], - "pc": 194, - "type": "function" - }, - "openzeppelin.account.library.Account.get_public_key.Args": { - "full_name": "openzeppelin.account.library.Account.get_public_key.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.account.library.Account.get_public_key.ImplicitArgs": { - "full_name": "openzeppelin.account.library.Account.get_public_key.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.account.library.Account.get_public_key.Return": { - "cairo_type": "(public_key: felt)", - "type": "type_definition" - }, - "openzeppelin.account.library.Account.get_public_key.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.account.library.Account.initializer": { - "decorators": [], - "pc": 178, - "type": "function" - }, - "openzeppelin.account.library.Account.initializer.Args": { - "full_name": "openzeppelin.account.library.Account.initializer.Args", - "members": { - "_public_key": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.account.library.Account.initializer.ImplicitArgs": { - "full_name": "openzeppelin.account.library.Account.initializer.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.account.library.Account.initializer.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.account.library.Account.initializer.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.account.library.Account.is_valid_signature": { - "decorators": [], - "pc": 235, - "type": "function" - }, - "openzeppelin.account.library.Account.is_valid_signature.Args": { - "full_name": "openzeppelin.account.library.Account.is_valid_signature.Args", - "members": { - "hash": { - "cairo_type": "felt", - "offset": 0 - }, - "signature": { - "cairo_type": "felt*", - "offset": 2 - }, - "signature_len": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.account.library.Account.is_valid_signature.ImplicitArgs": { - "full_name": "openzeppelin.account.library.Account.is_valid_signature.ImplicitArgs", - "members": { - "ecdsa_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.SignatureBuiltin*", - "offset": 2 - }, - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 3 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 4, - "type": "struct" - }, - "openzeppelin.account.library.Account.is_valid_signature.Return": { - "cairo_type": "(is_valid: felt)", - "type": "type_definition" - }, - "openzeppelin.account.library.Account.is_valid_signature.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.account.library.Account.set_public_key": { - "decorators": [], - "pc": 226, - "type": "function" - }, - "openzeppelin.account.library.Account.set_public_key.Args": { - "full_name": "openzeppelin.account.library.Account.set_public_key.Args", - "members": { - "new_public_key": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.account.library.Account.set_public_key.ImplicitArgs": { - "full_name": "openzeppelin.account.library.Account.set_public_key.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.account.library.Account.set_public_key.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.account.library.Account.set_public_key.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.account.library.Account.supports_interface": { - "decorators": [], - "pc": 200, - "type": "function" - }, - "openzeppelin.account.library.Account.supports_interface.Args": { - "full_name": "openzeppelin.account.library.Account.supports_interface.Args", - "members": { - "interface_id": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.account.library.Account.supports_interface.ImplicitArgs": { - "full_name": "openzeppelin.account.library.Account.supports_interface.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.account.library.Account.supports_interface.Return": { - "cairo_type": "(success: felt)", - "type": "type_definition" - }, - "openzeppelin.account.library.Account.supports_interface.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.account.library.AccountCallArray": { - "full_name": "openzeppelin.account.library.AccountCallArray", - "members": { - "data_len": { - "cairo_type": "felt", - "offset": 3 - }, - "data_offset": { - "cairo_type": "felt", - "offset": 2 - }, - "selector": { - "cairo_type": "felt", - "offset": 1 - }, - "to": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 4, - "type": "struct" - }, - "openzeppelin.account.library.Account_public_key": { - "type": "namespace" - }, - "openzeppelin.account.library.Account_public_key.Args": { - "full_name": "openzeppelin.account.library.Account_public_key.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.account.library.Account_public_key.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.account.library.Account_public_key.ImplicitArgs": { - "full_name": "openzeppelin.account.library.Account_public_key.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.account.library.Account_public_key.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.account.library.Account_public_key.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.account.library.Account_public_key.addr": { - "decorators": [], - "pc": 148, - "type": "function" - }, - "openzeppelin.account.library.Account_public_key.addr.Args": { - "full_name": "openzeppelin.account.library.Account_public_key.addr.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.account.library.Account_public_key.addr.ImplicitArgs": { - "full_name": "openzeppelin.account.library.Account_public_key.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.account.library.Account_public_key.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "openzeppelin.account.library.Account_public_key.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.account.library.Account_public_key.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.account.library.Account_public_key.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.account.library.Account_public_key.read": { - "decorators": [], - "pc": 153, - "type": "function" - }, - "openzeppelin.account.library.Account_public_key.read.Args": { - "full_name": "openzeppelin.account.library.Account_public_key.read.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.account.library.Account_public_key.read.ImplicitArgs": { - "full_name": "openzeppelin.account.library.Account_public_key.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.account.library.Account_public_key.read.Return": { - "cairo_type": "(public_key: felt)", - "type": "type_definition" - }, - "openzeppelin.account.library.Account_public_key.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.account.library.Account_public_key.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.account.library.Account_public_key.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.account.library.Account_public_key.write": { - "decorators": [], - "pc": 166, - "type": "function" - }, - "openzeppelin.account.library.Account_public_key.write.Args": { - "full_name": "openzeppelin.account.library.Account_public_key.write.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.account.library.Account_public_key.write.ImplicitArgs": { - "full_name": "openzeppelin.account.library.Account_public_key.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.account.library.Account_public_key.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.account.library.Account_public_key.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.account.library.BitwiseBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin", - "type": "alias" - }, - "openzeppelin.account.library.Call": { - "full_name": "openzeppelin.account.library.Call", - "members": { - "calldata": { - "cairo_type": "felt*", - "offset": 3 - }, - "calldata_len": { - "cairo_type": "felt", - "offset": 2 - }, - "selector": { - "cairo_type": "felt", - "offset": 1 - }, - "to": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 4, - "type": "struct" - }, - "openzeppelin.account.library.FALSE": { - "destination": "starkware.cairo.common.bool.FALSE", - "type": "alias" - }, - "openzeppelin.account.library.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.account.library.IACCOUNT_ID": { - "destination": "openzeppelin.utils.constants.library.IACCOUNT_ID", - "type": "alias" - }, - "openzeppelin.account.library.IERC165_ID": { - "destination": "openzeppelin.utils.constants.library.IERC165_ID", - "type": "alias" - }, - "openzeppelin.account.library.SignatureBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.SignatureBuiltin", - "type": "alias" - }, - "openzeppelin.account.library.TRANSACTION_VERSION": { - "destination": "openzeppelin.utils.constants.library.TRANSACTION_VERSION", - "type": "alias" - }, - "openzeppelin.account.library.TRUE": { - "destination": "starkware.cairo.common.bool.TRUE", - "type": "alias" - }, - "openzeppelin.account.library.Uint256": { - "destination": "starkware.cairo.common.uint256.Uint256", - "type": "alias" - }, - "openzeppelin.account.library.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "openzeppelin.account.library.call_contract": { - "destination": "starkware.starknet.common.syscalls.call_contract", - "type": "alias" - }, - "openzeppelin.account.library.finalize_keccak": { - "destination": "starkware.cairo.common.cairo_secp.signature.finalize_keccak", - "type": "alias" - }, - "openzeppelin.account.library.get_caller_address": { - "destination": "starkware.starknet.common.syscalls.get_caller_address", - "type": "alias" - }, - "openzeppelin.account.library.get_contract_address": { - "destination": "starkware.starknet.common.syscalls.get_contract_address", - "type": "alias" - }, - "openzeppelin.account.library.get_fp_and_pc": { - "destination": "starkware.cairo.common.registers.get_fp_and_pc", - "type": "alias" - }, - "openzeppelin.account.library.get_tx_info": { - "destination": "starkware.starknet.common.syscalls.get_tx_info", - "type": "alias" - }, - "openzeppelin.account.library.is_le_felt": { - "destination": "starkware.cairo.common.math_cmp.is_le_felt", - "type": "alias" - }, - "openzeppelin.account.library.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "openzeppelin.account.library.split_felt": { - "destination": "starkware.cairo.common.math.split_felt", - "type": "alias" - }, - "openzeppelin.account.library.verify_ecdsa_signature": { - "destination": "starkware.cairo.common.signature.verify_ecdsa_signature", - "type": "alias" - }, - "openzeppelin.account.library.verify_eth_signature_uint256": { - "destination": "starkware.cairo.common.cairo_secp.signature.verify_eth_signature_uint256", - "type": "alias" - }, - "openzeppelin.account.presets.Account.Account": { - "destination": "openzeppelin.account.library.Account", - "type": "alias" - }, - "openzeppelin.account.presets.Account.AccountCallArray": { - "destination": "openzeppelin.account.library.AccountCallArray", - "type": "alias" - }, - "openzeppelin.account.presets.Account.BitwiseBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin", - "type": "alias" - }, - "openzeppelin.account.presets.Account.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.account.presets.Account.SignatureBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.SignatureBuiltin", - "type": "alias" - }, - "openzeppelin.account.presets.Account.__execute__": { - "decorators": [ - "external" - ], - "pc": 668, - "type": "function" - }, - "openzeppelin.account.presets.Account.__execute__.Args": { - "full_name": "openzeppelin.account.presets.Account.__execute__.Args", - "members": { - "call_array": { - "cairo_type": "openzeppelin.account.library.AccountCallArray*", - "offset": 1 - }, - "call_array_len": { - "cairo_type": "felt", - "offset": 0 - }, - "calldata": { - "cairo_type": "felt*", - "offset": 3 - }, - "calldata_len": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 4, - "type": "struct" - }, - "openzeppelin.account.presets.Account.__execute__.ImplicitArgs": { - "full_name": "openzeppelin.account.presets.Account.__execute__.ImplicitArgs", - "members": { - "bitwise_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin*", - "offset": 3 - }, - "ecdsa_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.SignatureBuiltin*", - "offset": 2 - }, - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 4 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 5, - "type": "struct" - }, - "openzeppelin.account.presets.Account.__execute__.Return": { - "cairo_type": "(response_len: felt, response: felt*)", - "type": "type_definition" - }, - "openzeppelin.account.presets.Account.__execute__.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.account.presets.Account.__validate__": { - "decorators": [ - "external" - ], - "pc": 531, - "type": "function" - }, - "openzeppelin.account.presets.Account.__validate__.Args": { - "full_name": "openzeppelin.account.presets.Account.__validate__.Args", - "members": { - "call_array": { - "cairo_type": "openzeppelin.account.library.AccountCallArray*", - "offset": 1 - }, - "call_array_len": { - "cairo_type": "felt", - "offset": 0 - }, - "calldata": { - "cairo_type": "felt*", - "offset": 3 - }, - "calldata_len": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 4, - "type": "struct" - }, - "openzeppelin.account.presets.Account.__validate__.ImplicitArgs": { - "full_name": "openzeppelin.account.presets.Account.__validate__.ImplicitArgs", - "members": { - "ecdsa_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.SignatureBuiltin*", - "offset": 2 - }, - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 3 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 4, - "type": "struct" - }, - "openzeppelin.account.presets.Account.__validate__.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.account.presets.Account.__validate__.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.account.presets.Account.__validate_declare__": { - "decorators": [ - "external" - ], - "pc": 590, - "type": "function" - }, - "openzeppelin.account.presets.Account.__validate_declare__.Args": { - "full_name": "openzeppelin.account.presets.Account.__validate_declare__.Args", - "members": { - "class_hash": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.account.presets.Account.__validate_declare__.ImplicitArgs": { - "full_name": "openzeppelin.account.presets.Account.__validate_declare__.ImplicitArgs", - "members": { - "ecdsa_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.SignatureBuiltin*", - "offset": 2 - }, - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 3 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 4, - "type": "struct" - }, - "openzeppelin.account.presets.Account.__validate_declare__.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.account.presets.Account.__validate_declare__.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.account.presets.Account.__validate_deploy__": { - "decorators": [ - "external" - ], - "pc": 628, - "type": "function" - }, - "openzeppelin.account.presets.Account.__validate_deploy__.Args": { - "full_name": "openzeppelin.account.presets.Account.__validate_deploy__.Args", - "members": { - "class_hash": { - "cairo_type": "felt", - "offset": 0 - }, - "publicKey": { - "cairo_type": "felt", - "offset": 2 - }, - "salt": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.account.presets.Account.__validate_deploy__.ImplicitArgs": { - "full_name": "openzeppelin.account.presets.Account.__validate_deploy__.ImplicitArgs", - "members": { - "ecdsa_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.SignatureBuiltin*", - "offset": 2 - }, - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 3 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 4, - "type": "struct" - }, - "openzeppelin.account.presets.Account.__validate_deploy__.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.account.presets.Account.__validate_deploy__.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.account.presets.Account.constructor": { - "decorators": [ - "constructor" - ], - "pc": 359, - "type": "function" - }, - "openzeppelin.account.presets.Account.constructor.Args": { - "full_name": "openzeppelin.account.presets.Account.constructor.Args", - "members": { - "publicKey": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.account.presets.Account.constructor.ImplicitArgs": { - "full_name": "openzeppelin.account.presets.Account.constructor.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.account.presets.Account.constructor.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.account.presets.Account.constructor.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.account.presets.Account.getPublicKey": { - "decorators": [ - "view" - ], - "pc": 386, - "type": "function" - }, - "openzeppelin.account.presets.Account.getPublicKey.Args": { - "full_name": "openzeppelin.account.presets.Account.getPublicKey.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.account.presets.Account.getPublicKey.ImplicitArgs": { - "full_name": "openzeppelin.account.presets.Account.getPublicKey.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.account.presets.Account.getPublicKey.Return": { - "cairo_type": "(publicKey: felt)", - "type": "type_definition" - }, - "openzeppelin.account.presets.Account.getPublicKey.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.account.presets.Account.get_tx_info": { - "destination": "starkware.starknet.common.syscalls.get_tx_info", - "type": "alias" - }, - "openzeppelin.account.presets.Account.isValidSignature": { - "decorators": [ - "view" - ], - "pc": 481, - "type": "function" - }, - "openzeppelin.account.presets.Account.isValidSignature.Args": { - "full_name": "openzeppelin.account.presets.Account.isValidSignature.Args", - "members": { - "hash": { - "cairo_type": "felt", - "offset": 0 - }, - "signature": { - "cairo_type": "felt*", - "offset": 2 - }, - "signature_len": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.account.presets.Account.isValidSignature.ImplicitArgs": { - "full_name": "openzeppelin.account.presets.Account.isValidSignature.ImplicitArgs", - "members": { - "ecdsa_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.SignatureBuiltin*", - "offset": 2 - }, - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 3 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 4, - "type": "struct" - }, - "openzeppelin.account.presets.Account.isValidSignature.Return": { - "cairo_type": "(isValid: felt)", - "type": "type_definition" - }, - "openzeppelin.account.presets.Account.isValidSignature.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.account.presets.Account.setPublicKey": { - "decorators": [ - "external" - ], - "pc": 454, - "type": "function" - }, - "openzeppelin.account.presets.Account.setPublicKey.Args": { - "full_name": "openzeppelin.account.presets.Account.setPublicKey.Args", - "members": { - "newPublicKey": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.account.presets.Account.setPublicKey.ImplicitArgs": { - "full_name": "openzeppelin.account.presets.Account.setPublicKey.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.account.presets.Account.setPublicKey.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.account.presets.Account.setPublicKey.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.account.presets.Account.supportsInterface": { - "decorators": [ - "view" - ], - "pc": 418, - "type": "function" - }, - "openzeppelin.account.presets.Account.supportsInterface.Args": { - "full_name": "openzeppelin.account.presets.Account.supportsInterface.Args", - "members": { - "interfaceId": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.account.presets.Account.supportsInterface.ImplicitArgs": { - "full_name": "openzeppelin.account.presets.Account.supportsInterface.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.account.presets.Account.supportsInterface.Return": { - "cairo_type": "(success: felt)", - "type": "type_definition" - }, - "openzeppelin.account.presets.Account.supportsInterface.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.utils.constants.library.DEFAULT_ADMIN_ROLE": { - "type": "const", - "value": 0 - }, - "openzeppelin.utils.constants.library.IACCESSCONTROL_ID": { - "type": "const", - "value": 2036718347 - }, - "openzeppelin.utils.constants.library.IACCOUNT_ID": { - "type": "const", - "value": 2792084853 - }, - "openzeppelin.utils.constants.library.IERC1155_ID": { - "type": "const", - "value": 3652614694 - }, - "openzeppelin.utils.constants.library.IERC1155_METADATA_ID": { - "type": "const", - "value": 243872796 - }, - "openzeppelin.utils.constants.library.IERC1155_RECEIVER_ID": { - "type": "const", - "value": 1310921440 - }, - "openzeppelin.utils.constants.library.IERC165_ID": { - "type": "const", - "value": 33540519 - }, - "openzeppelin.utils.constants.library.IERC721_ENUMERABLE_ID": { - "type": "const", - "value": 2014223715 - }, - "openzeppelin.utils.constants.library.IERC721_ID": { - "type": "const", - "value": 2158778573 - }, - "openzeppelin.utils.constants.library.IERC721_METADATA_ID": { - "type": "const", - "value": 1532892063 - }, - "openzeppelin.utils.constants.library.IERC721_RECEIVER_ID": { - "type": "const", - "value": 353073666 - }, - "openzeppelin.utils.constants.library.INVALID_ID": { - "type": "const", - "value": 4294967295 - }, - "openzeppelin.utils.constants.library.ON_ERC1155_BATCH_RECEIVED_SELECTOR": { - "type": "const", - "value": 3155786881 - }, - "openzeppelin.utils.constants.library.ON_ERC1155_RECEIVED_SELECTOR": { - "type": "const", - "value": 4063915617 - }, - "openzeppelin.utils.constants.library.TRANSACTION_VERSION": { - "type": "const", - "value": 1 - }, - "openzeppelin.utils.constants.library.UINT8_MAX": { - "type": "const", - "value": 255 - }, - "starkware.cairo.common.alloc.alloc": { - "decorators": [], - "pc": 0, - "type": "function" - }, - "starkware.cairo.common.alloc.alloc.Args": { - "full_name": "starkware.cairo.common.alloc.alloc.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.alloc.alloc.ImplicitArgs": { - "full_name": "starkware.cairo.common.alloc.alloc.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.alloc.alloc.Return": { - "cairo_type": "(ptr: felt*)", - "type": "type_definition" - }, - "starkware.cairo.common.alloc.alloc.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.bitwise.ALL_ONES": { - "type": "const", - "value": -106710729501573572985208420194530329073740042555888586719234 - }, - "starkware.cairo.common.bitwise.BitwiseBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin", - "type": "alias" - }, - "starkware.cairo.common.bool.FALSE": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.bool.TRUE": { - "type": "const", - "value": 1 - }, - "starkware.cairo.common.cairo_builtins.BitwiseBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin", - "members": { - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "x_and_y": { - "cairo_type": "felt", - "offset": 2 - }, - "x_or_y": { - "cairo_type": "felt", - "offset": 4 - }, - "x_xor_y": { - "cairo_type": "felt", - "offset": 3 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.EcOpBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.EcOpBuiltin", - "members": { - "m": { - "cairo_type": "felt", - "offset": 4 - }, - "p": { - "cairo_type": "starkware.cairo.common.ec_point.EcPoint", - "offset": 0 - }, - "q": { - "cairo_type": "starkware.cairo.common.ec_point.EcPoint", - "offset": 2 - }, - "r": { - "cairo_type": "starkware.cairo.common.ec_point.EcPoint", - "offset": 5 - } - }, - "size": 7, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.EcPoint": { - "destination": "starkware.cairo.common.ec_point.EcPoint", - "type": "alias" - }, - "starkware.cairo.common.cairo_builtins.HashBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "members": { - "result": { - "cairo_type": "felt", - "offset": 2 - }, - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.KeccakBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.KeccakBuiltin", - "members": { - "input": { - "cairo_type": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "offset": 0 - }, - "output": { - "cairo_type": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "offset": 8 - } - }, - "size": 16, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.KeccakBuiltinState": { - "destination": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "type": "alias" - }, - "starkware.cairo.common.cairo_builtins.PoseidonBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.PoseidonBuiltin", - "members": { - "input": { - "cairo_type": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "offset": 0 - }, - "output": { - "cairo_type": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "offset": 3 - } - }, - "size": 6, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.PoseidonBuiltinState": { - "destination": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "type": "alias" - }, - "starkware.cairo.common.cairo_builtins.SignatureBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.SignatureBuiltin", - "members": { - "message": { - "cairo_type": "felt", - "offset": 1 - }, - "pub_key": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.cairo_keccak.keccak.BLOCK_SIZE": { - "destination": "starkware.cairo.common.cairo_keccak.packed_keccak.BLOCK_SIZE", - "type": "alias" - }, - "starkware.cairo.common.cairo_keccak.keccak.BYTES_IN_WORD": { - "type": "const", - "value": 8 - }, - "starkware.cairo.common.cairo_keccak.keccak.BitwiseBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin", - "type": "alias" - }, - "starkware.cairo.common.cairo_keccak.keccak.KECCAK_CAPACITY_IN_WORDS": { - "type": "const", - "value": 8 - }, - "starkware.cairo.common.cairo_keccak.keccak.KECCAK_FULL_RATE_IN_BYTES": { - "type": "const", - "value": 136 - }, - "starkware.cairo.common.cairo_keccak.keccak.KECCAK_FULL_RATE_IN_WORDS": { - "type": "const", - "value": 17 - }, - "starkware.cairo.common.cairo_keccak.keccak.KECCAK_STATE_SIZE_FELTS": { - "type": "const", - "value": 25 - }, - "starkware.cairo.common.cairo_keccak.keccak.Uint256": { - "destination": "starkware.cairo.common.uint256.Uint256", - "type": "alias" - }, - "starkware.cairo.common.cairo_keccak.keccak.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "starkware.cairo.common.cairo_keccak.keccak.assert_nn_le": { - "destination": "starkware.cairo.common.math.assert_nn_le", - "type": "alias" - }, - "starkware.cairo.common.cairo_keccak.keccak.bitwise_xor": { - "destination": "starkware.cairo.common.bitwise.bitwise_xor", - "type": "alias" - }, - "starkware.cairo.common.cairo_keccak.keccak.keccak_add_felts": { - "destination": "starkware.cairo.common.keccak_utils.keccak_utils.keccak_add_felts", - "type": "alias" - }, - "starkware.cairo.common.cairo_keccak.keccak.keccak_add_uint256s": { - "destination": "starkware.cairo.common.keccak_utils.keccak_utils.keccak_add_uint256s", - "type": "alias" - }, - "starkware.cairo.common.cairo_keccak.keccak.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "starkware.cairo.common.cairo_keccak.keccak.memset": { - "destination": "starkware.cairo.common.memset.memset", - "type": "alias" - }, - "starkware.cairo.common.cairo_keccak.keccak.packed_keccak_func": { - "destination": "starkware.cairo.common.cairo_keccak.packed_keccak.packed_keccak_func", - "type": "alias" - }, - "starkware.cairo.common.cairo_keccak.keccak.pow": { - "destination": "starkware.cairo.common.pow.pow", - "type": "alias" - }, - "starkware.cairo.common.cairo_keccak.keccak.uint256_reverse_endian": { - "destination": "starkware.cairo.common.uint256.uint256_reverse_endian", - "type": "alias" - }, - "starkware.cairo.common.cairo_keccak.keccak.unsigned_div_rem": { - "destination": "starkware.cairo.common.math.unsigned_div_rem", - "type": "alias" - }, - "starkware.cairo.common.cairo_keccak.packed_keccak.ALL_ONES": { - "type": "const", - "value": -106710729501573572985208420194530329073740042555888586719234 - }, - "starkware.cairo.common.cairo_keccak.packed_keccak.BLOCK_SIZE": { - "type": "const", - "value": 3 - }, - "starkware.cairo.common.cairo_keccak.packed_keccak.BitwiseBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin", - "type": "alias" - }, - "starkware.cairo.common.cairo_keccak.packed_keccak.SHIFTS": { - "type": "const", - "value": 340282366920938463481821351505477763073 - }, - "starkware.cairo.common.cairo_keccak.packed_keccak.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "starkware.cairo.common.cairo_keccak.packed_keccak.get_fp_and_pc": { - "destination": "starkware.cairo.common.registers.get_fp_and_pc", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.bigint.BASE": { - "destination": "starkware.cairo.common.cairo_secp.constants.BASE", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.bigint.BigInt3": { - "full_name": "starkware.cairo.common.cairo_secp.bigint.BigInt3", - "members": { - "d0": { - "cairo_type": "felt", - "offset": 0 - }, - "d1": { - "cairo_type": "felt", - "offset": 1 - }, - "d2": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.cairo_secp.bigint.RC_BOUND": { - "destination": "starkware.cairo.common.math_cmp.RC_BOUND", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.bigint.Uint256": { - "destination": "starkware.cairo.common.uint256.Uint256", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.bigint.UnreducedBigInt3": { - "full_name": "starkware.cairo.common.cairo_secp.bigint.UnreducedBigInt3", - "members": { - "d0": { - "cairo_type": "felt", - "offset": 0 - }, - "d1": { - "cairo_type": "felt", - "offset": 1 - }, - "d2": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.cairo_secp.bigint.UnreducedBigInt5": { - "full_name": "starkware.cairo.common.cairo_secp.bigint.UnreducedBigInt5", - "members": { - "d0": { - "cairo_type": "felt", - "offset": 0 - }, - "d1": { - "cairo_type": "felt", - "offset": 1 - }, - "d2": { - "cairo_type": "felt", - "offset": 2 - }, - "d3": { - "cairo_type": "felt", - "offset": 3 - }, - "d4": { - "cairo_type": "felt", - "offset": 4 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.cairo.common.cairo_secp.bigint.assert_nn": { - "destination": "starkware.cairo.common.math.assert_nn", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.bigint.assert_nn_le": { - "destination": "starkware.cairo.common.math.assert_nn_le", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.bigint.unsigned_div_rem": { - "destination": "starkware.cairo.common.math.unsigned_div_rem", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.constants.BASE": { - "type": "const", - "value": 77371252455336267181195264 - }, - "starkware.cairo.common.cairo_secp.constants.BETA": { - "type": "const", - "value": 7 - }, - "starkware.cairo.common.cairo_secp.constants.N0": { - "type": "const", - "value": 10428087374290690730508609 - }, - "starkware.cairo.common.cairo_secp.constants.N1": { - "type": "const", - "value": 77371252455330678278691517 - }, - "starkware.cairo.common.cairo_secp.constants.N2": { - "type": "const", - "value": 19342813113834066795298815 - }, - "starkware.cairo.common.cairo_secp.constants.P0": { - "type": "const", - "value": 77371252455336262886226991 - }, - "starkware.cairo.common.cairo_secp.constants.P1": { - "type": "const", - "value": 77371252455336267181195263 - }, - "starkware.cairo.common.cairo_secp.constants.P2": { - "type": "const", - "value": 19342813113834066795298815 - }, - "starkware.cairo.common.cairo_secp.constants.SECP_REM": { - "type": "const", - "value": 4294968273 - }, - "starkware.cairo.common.cairo_secp.ec.BigInt3": { - "destination": "starkware.cairo.common.cairo_secp.bigint.BigInt3", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.ec.EcPoint": { - "full_name": "starkware.cairo.common.cairo_secp.ec.EcPoint", - "members": { - "x": { - "cairo_type": "starkware.cairo.common.cairo_secp.bigint.BigInt3", - "offset": 0 - }, - "y": { - "cairo_type": "starkware.cairo.common.cairo_secp.bigint.BigInt3", - "offset": 3 - } - }, - "size": 6, - "type": "struct" - }, - "starkware.cairo.common.cairo_secp.ec.UnreducedBigInt3": { - "destination": "starkware.cairo.common.cairo_secp.bigint.UnreducedBigInt3", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.ec.is_zero": { - "destination": "starkware.cairo.common.cairo_secp.field.is_zero", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.ec.nondet_bigint3": { - "destination": "starkware.cairo.common.cairo_secp.bigint.nondet_bigint3", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.ec.unreduced_mul": { - "destination": "starkware.cairo.common.cairo_secp.field.unreduced_mul", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.ec.unreduced_sqr": { - "destination": "starkware.cairo.common.cairo_secp.field.unreduced_sqr", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.ec.verify_zero": { - "destination": "starkware.cairo.common.cairo_secp.field.verify_zero", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.field.BASE": { - "destination": "starkware.cairo.common.cairo_secp.constants.BASE", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.field.BigInt3": { - "destination": "starkware.cairo.common.cairo_secp.bigint.BigInt3", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.field.P0": { - "destination": "starkware.cairo.common.cairo_secp.constants.P0", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.field.P1": { - "destination": "starkware.cairo.common.cairo_secp.constants.P1", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.field.P2": { - "destination": "starkware.cairo.common.cairo_secp.constants.P2", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.field.SECP_REM": { - "destination": "starkware.cairo.common.cairo_secp.constants.SECP_REM", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.field.UnreducedBigInt3": { - "destination": "starkware.cairo.common.cairo_secp.bigint.UnreducedBigInt3", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.field.assert_nn_le": { - "destination": "starkware.cairo.common.math.assert_nn_le", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.field.nondet_bigint3": { - "destination": "starkware.cairo.common.cairo_secp.bigint.nondet_bigint3", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.BASE": { - "destination": "starkware.cairo.common.cairo_secp.bigint.BASE", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.BETA": { - "destination": "starkware.cairo.common.cairo_secp.constants.BETA", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.BigInt3": { - "destination": "starkware.cairo.common.cairo_secp.bigint.BigInt3", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.BitwiseBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.EcPoint": { - "destination": "starkware.cairo.common.cairo_secp.ec.EcPoint", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.N0": { - "destination": "starkware.cairo.common.cairo_secp.constants.N0", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.N1": { - "destination": "starkware.cairo.common.cairo_secp.constants.N1", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.N2": { - "destination": "starkware.cairo.common.cairo_secp.constants.N2", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.RC_BOUND": { - "destination": "starkware.cairo.common.math_cmp.RC_BOUND", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.Uint256": { - "destination": "starkware.cairo.common.uint256.Uint256", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.UnreducedBigInt3": { - "destination": "starkware.cairo.common.cairo_secp.bigint.UnreducedBigInt3", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.assert_nn": { - "destination": "starkware.cairo.common.math.assert_nn", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.assert_nn_le": { - "destination": "starkware.cairo.common.math.assert_nn_le", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.assert_not_zero": { - "destination": "starkware.cairo.common.math.assert_not_zero", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.bigint_mul": { - "destination": "starkware.cairo.common.cairo_secp.bigint.bigint_mul", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.bigint_to_uint256": { - "destination": "starkware.cairo.common.cairo_secp.bigint.bigint_to_uint256", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.cairo_keccak_uint256s_bigend": { - "destination": "starkware.cairo.common.cairo_keccak.keccak.cairo_keccak_uint256s_bigend", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.ec_add": { - "destination": "starkware.cairo.common.cairo_secp.ec.ec_add", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.ec_mul": { - "destination": "starkware.cairo.common.cairo_secp.ec.ec_mul", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.ec_negate": { - "destination": "starkware.cairo.common.cairo_secp.ec.ec_negate", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.finalize_keccak": { - "destination": "starkware.cairo.common.cairo_keccak.keccak.finalize_keccak", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.nondet_bigint3": { - "destination": "starkware.cairo.common.cairo_secp.bigint.nondet_bigint3", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.reduce": { - "destination": "starkware.cairo.common.cairo_secp.field.reduce", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.uint256_to_bigint": { - "destination": "starkware.cairo.common.cairo_secp.bigint.uint256_to_bigint", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.unreduced_mul": { - "destination": "starkware.cairo.common.cairo_secp.field.unreduced_mul", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.unreduced_sqr": { - "destination": "starkware.cairo.common.cairo_secp.field.unreduced_sqr", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.unsigned_div_rem": { - "destination": "starkware.cairo.common.math.unsigned_div_rem", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.validate_reduced_field_element": { - "destination": "starkware.cairo.common.cairo_secp.field.validate_reduced_field_element", - "type": "alias" - }, - "starkware.cairo.common.cairo_secp.signature.verify_zero": { - "destination": "starkware.cairo.common.cairo_secp.field.verify_zero", - "type": "alias" - }, - "starkware.cairo.common.dict_access.DictAccess": { - "full_name": "starkware.cairo.common.dict_access.DictAccess", - "members": { - "key": { - "cairo_type": "felt", - "offset": 0 - }, - "new_value": { - "cairo_type": "felt", - "offset": 2 - }, - "prev_value": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.ec.EcOpBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.EcOpBuiltin", - "type": "alias" - }, - "starkware.cairo.common.ec.EcPoint": { - "destination": "starkware.cairo.common.ec_point.EcPoint", - "type": "alias" - }, - "starkware.cairo.common.ec.StarkCurve": { - "type": "namespace" - }, - "starkware.cairo.common.ec.StarkCurve.ALPHA": { - "type": "const", - "value": 1 - }, - "starkware.cairo.common.ec.StarkCurve.Args": { - "full_name": "starkware.cairo.common.ec.StarkCurve.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.ec.StarkCurve.BETA": { - "type": "const", - "value": -476910135076337975234679399815567221425937815956490878998147463828055613816 - }, - "starkware.cairo.common.ec.StarkCurve.GEN_X": { - "type": "const", - "value": 874739451078007766457464989774322083649278607533249481151382481072868806602 - }, - "starkware.cairo.common.ec.StarkCurve.GEN_Y": { - "type": "const", - "value": 152666792071518830868575557812948353041420400780739481342941381225525861407 - }, - "starkware.cairo.common.ec.StarkCurve.ImplicitArgs": { - "full_name": "starkware.cairo.common.ec.StarkCurve.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.ec.StarkCurve.ORDER": { - "type": "const", - "value": -96363463615509210819012598251359154898 - }, - "starkware.cairo.common.ec.StarkCurve.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.ec.StarkCurve.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.ec.is_quad_residue": { - "destination": "starkware.cairo.common.math.is_quad_residue", - "type": "alias" - }, - "starkware.cairo.common.ec_point.EcPoint": { - "full_name": "starkware.cairo.common.ec_point.EcPoint", - "members": { - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.hash.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "starkware.cairo.common.keccak_state.KeccakBuiltinState": { - "full_name": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "members": { - "s0": { - "cairo_type": "felt", - "offset": 0 - }, - "s1": { - "cairo_type": "felt", - "offset": 1 - }, - "s2": { - "cairo_type": "felt", - "offset": 2 - }, - "s3": { - "cairo_type": "felt", - "offset": 3 - }, - "s4": { - "cairo_type": "felt", - "offset": 4 - }, - "s5": { - "cairo_type": "felt", - "offset": 5 - }, - "s6": { - "cairo_type": "felt", - "offset": 6 - }, - "s7": { - "cairo_type": "felt", - "offset": 7 - } - }, - "size": 8, - "type": "struct" - }, - "starkware.cairo.common.keccak_utils.keccak_utils.BitwiseBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin", - "type": "alias" - }, - "starkware.cairo.common.keccak_utils.keccak_utils.Uint256": { - "destination": "starkware.cairo.common.uint256.Uint256", - "type": "alias" - }, - "starkware.cairo.common.keccak_utils.keccak_utils.split_felt": { - "destination": "starkware.cairo.common.math.split_felt", - "type": "alias" - }, - "starkware.cairo.common.keccak_utils.keccak_utils.uint256_reverse_endian": { - "destination": "starkware.cairo.common.uint256.uint256_reverse_endian", - "type": "alias" - }, - "starkware.cairo.common.math.FALSE": { - "destination": "starkware.cairo.common.bool.FALSE", - "type": "alias" - }, - "starkware.cairo.common.math.TRUE": { - "destination": "starkware.cairo.common.bool.TRUE", - "type": "alias" - }, - "starkware.cairo.common.math.assert_le_felt": { - "decorators": [ - "known_ap_change" - ], - "pc": 67, - "type": "function" - }, - "starkware.cairo.common.math.assert_le_felt.Args": { - "full_name": "starkware.cairo.common.math.assert_le_felt.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - }, - "b": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.math.assert_le_felt.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.assert_le_felt.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_le_felt.PRIME_OVER_2_HIGH": { - "type": "const", - "value": 5316911983139663648412552867652567041 - }, - "starkware.cairo.common.math.assert_le_felt.PRIME_OVER_3_HIGH": { - "type": "const", - "value": 3544607988759775765608368578435044694 - }, - "starkware.cairo.common.math.assert_le_felt.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.math.assert_le_felt.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.assert_le_felt.a": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_le_felt.a", - "references": [ - { - "ap_tracking_data": { - "group": 8, - "offset": 0 - }, - "pc": 67, - "value": "[cast(fp + (-4), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_le_felt.b": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_le_felt.b", - "references": [ - { - "ap_tracking_data": { - "group": 8, - "offset": 0 - }, - "pc": 67, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_le_felt.range_check_ptr": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_le_felt.range_check_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 8, - "offset": 0 - }, - "pc": 67, - "value": "[cast(fp + (-5), felt*)]" - }, - { - "ap_tracking_data": { - "group": 8, - "offset": 8 - }, - "pc": 77, - "value": "cast([fp + (-5)] + 4, felt)" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_le_felt.skip_exclude_a": { - "pc": 91, - "type": "label" - }, - "starkware.cairo.common.math.assert_le_felt.skip_exclude_b_minus_a": { - "pc": 103, - "type": "label" - }, - "starkware.cairo.common.math.assert_lt_felt": { - "decorators": [ - "known_ap_change" - ], - "pc": 112, - "type": "function" - }, - "starkware.cairo.common.math.assert_lt_felt.Args": { - "full_name": "starkware.cairo.common.math.assert_lt_felt.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - }, - "b": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.math.assert_lt_felt.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.assert_lt_felt.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_lt_felt.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.math.assert_lt_felt.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.assert_lt_felt.a": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_lt_felt.a", - "references": [ - { - "ap_tracking_data": { - "group": 9, - "offset": 0 - }, - "pc": 112, - "value": "[cast(fp + (-4), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_lt_felt.b": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_lt_felt.b", - "references": [ - { - "ap_tracking_data": { - "group": 9, - "offset": 0 - }, - "pc": 112, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math_cmp.RC_BOUND": { - "type": "const", - "value": 340282366920938463463374607431768211456 - }, - "starkware.cairo.common.math_cmp.assert_le_felt": { - "destination": "starkware.cairo.common.math.assert_le_felt", - "type": "alias" - }, - "starkware.cairo.common.math_cmp.assert_lt_felt": { - "destination": "starkware.cairo.common.math.assert_lt_felt", - "type": "alias" - }, - "starkware.cairo.common.math_cmp.is_le_felt": { - "decorators": [ - "known_ap_change" - ], - "pc": 128, - "type": "function" - }, - "starkware.cairo.common.math_cmp.is_le_felt.Args": { - "full_name": "starkware.cairo.common.math_cmp.is_le_felt.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - }, - "b": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_le_felt.ImplicitArgs": { - "full_name": "starkware.cairo.common.math_cmp.is_le_felt.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_le_felt.Return": { - "cairo_type": "felt", - "type": "type_definition" - }, - "starkware.cairo.common.math_cmp.is_le_felt.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math_cmp.is_le_felt.a": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math_cmp.is_le_felt.a", - "references": [ - { - "ap_tracking_data": { - "group": 11, - "offset": 0 - }, - "pc": 128, - "value": "[cast(fp + (-4), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math_cmp.is_le_felt.b": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math_cmp.is_le_felt.b", - "references": [ - { - "ap_tracking_data": { - "group": 11, - "offset": 0 - }, - "pc": 128, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math_cmp.is_le_felt.not_le": { - "pc": 140, - "type": "label" - }, - "starkware.cairo.common.memcpy.memcpy": { - "decorators": [], - "pc": 3, - "type": "function" - }, - "starkware.cairo.common.memcpy.memcpy.Args": { - "full_name": "starkware.cairo.common.memcpy.memcpy.Args", - "members": { - "dst": { - "cairo_type": "felt*", - "offset": 0 - }, - "len": { - "cairo_type": "felt", - "offset": 2 - }, - "src": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.memcpy.memcpy.ImplicitArgs": { - "full_name": "starkware.cairo.common.memcpy.memcpy.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.memcpy.memcpy.LoopFrame": { - "full_name": "starkware.cairo.common.memcpy.memcpy.LoopFrame", - "members": { - "dst": { - "cairo_type": "felt*", - "offset": 0 - }, - "src": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.memcpy.memcpy.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.memcpy.memcpy.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.memcpy.memcpy.continue_copying": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.memcpy.memcpy.continue_copying", - "references": [ - { - "ap_tracking_data": { - "group": 1, - "offset": 3 - }, - "pc": 10, - "value": "[cast(ap, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.memcpy.memcpy.len": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.memcpy.memcpy.len", - "references": [ - { - "ap_tracking_data": { - "group": 1, - "offset": 0 - }, - "pc": 3, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.memcpy.memcpy.loop": { - "pc": 8, - "type": "label" - }, - "starkware.cairo.common.poseidon_state.PoseidonBuiltinState": { - "full_name": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "members": { - "s0": { - "cairo_type": "felt", - "offset": 0 - }, - "s1": { - "cairo_type": "felt", - "offset": 1 - }, - "s2": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.pow.assert_le": { - "destination": "starkware.cairo.common.math.assert_le", - "type": "alias" - }, - "starkware.cairo.common.pow.get_ap": { - "destination": "starkware.cairo.common.registers.get_ap", - "type": "alias" - }, - "starkware.cairo.common.pow.get_fp_and_pc": { - "destination": "starkware.cairo.common.registers.get_fp_and_pc", - "type": "alias" - }, - "starkware.cairo.common.registers.get_ap": { - "destination": "starkware.cairo.lang.compiler.lib.registers.get_ap", - "type": "alias" - }, - "starkware.cairo.common.registers.get_fp_and_pc": { - "destination": "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc", - "type": "alias" - }, - "starkware.cairo.common.signature.EcOpBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.EcOpBuiltin", - "type": "alias" - }, - "starkware.cairo.common.signature.EcPoint": { - "destination": "starkware.cairo.common.ec_point.EcPoint", - "type": "alias" - }, - "starkware.cairo.common.signature.FALSE": { - "destination": "starkware.cairo.common.bool.FALSE", - "type": "alias" - }, - "starkware.cairo.common.signature.SignatureBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.SignatureBuiltin", - "type": "alias" - }, - "starkware.cairo.common.signature.StarkCurve": { - "destination": "starkware.cairo.common.ec.StarkCurve", - "type": "alias" - }, - "starkware.cairo.common.signature.TRUE": { - "destination": "starkware.cairo.common.bool.TRUE", - "type": "alias" - }, - "starkware.cairo.common.signature.ec_add": { - "destination": "starkware.cairo.common.ec.ec_add", - "type": "alias" - }, - "starkware.cairo.common.signature.ec_mul": { - "destination": "starkware.cairo.common.ec.ec_mul", - "type": "alias" - }, - "starkware.cairo.common.signature.ec_sub": { - "destination": "starkware.cairo.common.ec.ec_sub", - "type": "alias" - }, - "starkware.cairo.common.signature.is_x_on_curve": { - "destination": "starkware.cairo.common.ec.is_x_on_curve", - "type": "alias" - }, - "starkware.cairo.common.signature.recover_y": { - "destination": "starkware.cairo.common.ec.recover_y", - "type": "alias" - }, - "starkware.cairo.common.signature.verify_ecdsa_signature": { - "decorators": [], - "pc": 123, - "type": "function" - }, - "starkware.cairo.common.signature.verify_ecdsa_signature.Args": { - "full_name": "starkware.cairo.common.signature.verify_ecdsa_signature.Args", - "members": { - "message": { - "cairo_type": "felt", - "offset": 0 - }, - "public_key": { - "cairo_type": "felt", - "offset": 1 - }, - "signature_r": { - "cairo_type": "felt", - "offset": 2 - }, - "signature_s": { - "cairo_type": "felt", - "offset": 3 - } - }, - "size": 4, - "type": "struct" - }, - "starkware.cairo.common.signature.verify_ecdsa_signature.ImplicitArgs": { - "full_name": "starkware.cairo.common.signature.verify_ecdsa_signature.ImplicitArgs", - "members": { - "ecdsa_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.SignatureBuiltin*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.signature.verify_ecdsa_signature.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.signature.verify_ecdsa_signature.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.signature.verify_ecdsa_signature.ecdsa_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.SignatureBuiltin*", - "full_name": "starkware.cairo.common.signature.verify_ecdsa_signature.ecdsa_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 10, - "offset": 0 - }, - "pc": 123, - "value": "[cast(fp + (-7), starkware.cairo.common.cairo_builtins.SignatureBuiltin**)]" - }, - { - "ap_tracking_data": { - "group": 10, - "offset": 0 - }, - "pc": 125, - "value": "cast([fp + (-7)] + 2, starkware.cairo.common.cairo_builtins.SignatureBuiltin*)" - } - ], - "type": "reference" - }, - "starkware.cairo.common.signature.verify_ecdsa_signature.signature_r": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.signature.verify_ecdsa_signature.signature_r", - "references": [ - { - "ap_tracking_data": { - "group": 10, - "offset": 0 - }, - "pc": 123, - "value": "[cast(fp + (-4), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.signature.verify_ecdsa_signature.signature_s": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.signature.verify_ecdsa_signature.signature_s", - "references": [ - { - "ap_tracking_data": { - "group": 10, - "offset": 0 - }, - "pc": 123, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.uint256.ALL_ONES": { - "type": "const", - "value": 340282366920938463463374607431768211455 - }, - "starkware.cairo.common.uint256.BitwiseBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin", - "type": "alias" - }, - "starkware.cairo.common.uint256.HALF_SHIFT": { - "type": "const", - "value": 18446744073709551616 - }, - "starkware.cairo.common.uint256.SHIFT": { - "type": "const", - "value": 340282366920938463463374607431768211456 - }, - "starkware.cairo.common.uint256.Uint256": { - "full_name": "starkware.cairo.common.uint256.Uint256", - "members": { - "high": { - "cairo_type": "felt", - "offset": 1 - }, - "low": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.uint256.assert_in_range": { - "destination": "starkware.cairo.common.math.assert_in_range", - "type": "alias" - }, - "starkware.cairo.common.uint256.assert_le": { - "destination": "starkware.cairo.common.math.assert_le", - "type": "alias" - }, - "starkware.cairo.common.uint256.assert_nn_le": { - "destination": "starkware.cairo.common.math.assert_nn_le", - "type": "alias" - }, - "starkware.cairo.common.uint256.assert_not_zero": { - "destination": "starkware.cairo.common.math.assert_not_zero", - "type": "alias" - }, - "starkware.cairo.common.uint256.bitwise_and": { - "destination": "starkware.cairo.common.bitwise.bitwise_and", - "type": "alias" - }, - "starkware.cairo.common.uint256.bitwise_or": { - "destination": "starkware.cairo.common.bitwise.bitwise_or", - "type": "alias" - }, - "starkware.cairo.common.uint256.bitwise_xor": { - "destination": "starkware.cairo.common.bitwise.bitwise_xor", - "type": "alias" - }, - "starkware.cairo.common.uint256.get_ap": { - "destination": "starkware.cairo.common.registers.get_ap", - "type": "alias" - }, - "starkware.cairo.common.uint256.get_fp_and_pc": { - "destination": "starkware.cairo.common.registers.get_fp_and_pc", - "type": "alias" - }, - "starkware.cairo.common.uint256.is_le": { - "destination": "starkware.cairo.common.math_cmp.is_le", - "type": "alias" - }, - "starkware.cairo.common.uint256.pow": { - "destination": "starkware.cairo.common.pow.pow", - "type": "alias" - }, - "starkware.starknet.common.storage.ADDR_BOUND": { - "type": "const", - "value": -106710729501573572985208420194530329073740042555888586719489 - }, - "starkware.starknet.common.storage.MAX_STORAGE_ITEM_SIZE": { - "type": "const", - "value": 256 - }, - "starkware.starknet.common.storage.assert_250_bit": { - "destination": "starkware.cairo.common.math.assert_250_bit", - "type": "alias" - }, - "starkware.starknet.common.syscalls.CALL_CONTRACT_SELECTOR": { - "type": "const", - "value": 20853273475220472486191784820 - }, - "starkware.starknet.common.syscalls.CallContract": { - "full_name": "starkware.starknet.common.syscalls.CallContract", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.CallContractRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.CallContractResponse", - "offset": 5 - } - }, - "size": 7, - "type": "struct" - }, - "starkware.starknet.common.syscalls.CallContractRequest": { - "full_name": "starkware.starknet.common.syscalls.CallContractRequest", - "members": { - "calldata": { - "cairo_type": "felt*", - "offset": 4 - }, - "calldata_size": { - "cairo_type": "felt", - "offset": 3 - }, - "contract_address": { - "cairo_type": "felt", - "offset": 1 - }, - "function_selector": { - "cairo_type": "felt", - "offset": 2 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.starknet.common.syscalls.CallContractResponse": { - "full_name": "starkware.starknet.common.syscalls.CallContractResponse", - "members": { - "retdata": { - "cairo_type": "felt*", - "offset": 1 - }, - "retdata_size": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DELEGATE_CALL_SELECTOR": { - "type": "const", - "value": 21167594061783206823196716140 - }, - "starkware.starknet.common.syscalls.DELEGATE_L1_HANDLER_SELECTOR": { - "type": "const", - "value": 23274015802972845247556842986379118667122 - }, - "starkware.starknet.common.syscalls.DEPLOY_SELECTOR": { - "type": "const", - "value": 75202468540281 - }, - "starkware.starknet.common.syscalls.Deploy": { - "full_name": "starkware.starknet.common.syscalls.Deploy", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.DeployRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.DeployResponse", - "offset": 6 - } - }, - "size": 9, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DeployRequest": { - "full_name": "starkware.starknet.common.syscalls.DeployRequest", - "members": { - "class_hash": { - "cairo_type": "felt", - "offset": 1 - }, - "constructor_calldata": { - "cairo_type": "felt*", - "offset": 4 - }, - "constructor_calldata_size": { - "cairo_type": "felt", - "offset": 3 - }, - "contract_address_salt": { - "cairo_type": "felt", - "offset": 2 - }, - "deploy_from_zero": { - "cairo_type": "felt", - "offset": 5 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 6, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DeployResponse": { - "full_name": "starkware.starknet.common.syscalls.DeployResponse", - "members": { - "constructor_retdata": { - "cairo_type": "felt*", - "offset": 2 - }, - "constructor_retdata_size": { - "cairo_type": "felt", - "offset": 1 - }, - "contract_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DictAccess": { - "destination": "starkware.cairo.common.dict_access.DictAccess", - "type": "alias" - }, - "starkware.starknet.common.syscalls.EMIT_EVENT_SELECTOR": { - "type": "const", - "value": 1280709301550335749748 - }, - "starkware.starknet.common.syscalls.EmitEvent": { - "full_name": "starkware.starknet.common.syscalls.EmitEvent", - "members": { - "data": { - "cairo_type": "felt*", - "offset": 4 - }, - "data_len": { - "cairo_type": "felt", - "offset": 3 - }, - "keys": { - "cairo_type": "felt*", - "offset": 2 - }, - "keys_len": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GET_BLOCK_NUMBER_SELECTOR": { - "type": "const", - "value": 1448089106835523001438702345020786 - }, - "starkware.starknet.common.syscalls.GET_BLOCK_TIMESTAMP_SELECTOR": { - "type": "const", - "value": 24294903732626645868215235778792757751152 - }, - "starkware.starknet.common.syscalls.GET_CALLER_ADDRESS_SELECTOR": { - "type": "const", - "value": 94901967781393078444254803017658102643 - }, - "starkware.starknet.common.syscalls.GET_CONTRACT_ADDRESS_SELECTOR": { - "type": "const", - "value": 6219495360805491471215297013070624192820083 - }, - "starkware.starknet.common.syscalls.GET_SEQUENCER_ADDRESS_SELECTOR": { - "type": "const", - "value": 1592190833581991703053805829594610833820054387 - }, - "starkware.starknet.common.syscalls.GET_TX_INFO_SELECTOR": { - "type": "const", - "value": 1317029390204112103023 - }, - "starkware.starknet.common.syscalls.GET_TX_SIGNATURE_SELECTOR": { - "type": "const", - "value": 1448089128652340074717162277007973 - }, - "starkware.starknet.common.syscalls.GetBlockNumber": { - "full_name": "starkware.starknet.common.syscalls.GetBlockNumber", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockNumberRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockNumberResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockNumberRequest": { - "full_name": "starkware.starknet.common.syscalls.GetBlockNumberRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockNumberResponse": { - "full_name": "starkware.starknet.common.syscalls.GetBlockNumberResponse", - "members": { - "block_number": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockTimestamp": { - "full_name": "starkware.starknet.common.syscalls.GetBlockTimestamp", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockTimestampRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockTimestampResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockTimestampRequest": { - "full_name": "starkware.starknet.common.syscalls.GetBlockTimestampRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockTimestampResponse": { - "full_name": "starkware.starknet.common.syscalls.GetBlockTimestampResponse", - "members": { - "block_timestamp": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetCallerAddress": { - "full_name": "starkware.starknet.common.syscalls.GetCallerAddress", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetCallerAddressRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetCallerAddressResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetCallerAddressRequest": { - "full_name": "starkware.starknet.common.syscalls.GetCallerAddressRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetCallerAddressResponse": { - "full_name": "starkware.starknet.common.syscalls.GetCallerAddressResponse", - "members": { - "caller_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetContractAddress": { - "full_name": "starkware.starknet.common.syscalls.GetContractAddress", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetContractAddressRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetContractAddressResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetContractAddressRequest": { - "full_name": "starkware.starknet.common.syscalls.GetContractAddressRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetContractAddressResponse": { - "full_name": "starkware.starknet.common.syscalls.GetContractAddressResponse", - "members": { - "contract_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetSequencerAddress": { - "full_name": "starkware.starknet.common.syscalls.GetSequencerAddress", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetSequencerAddressRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetSequencerAddressResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetSequencerAddressRequest": { - "full_name": "starkware.starknet.common.syscalls.GetSequencerAddressRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetSequencerAddressResponse": { - "full_name": "starkware.starknet.common.syscalls.GetSequencerAddressResponse", - "members": { - "sequencer_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxInfo": { - "full_name": "starkware.starknet.common.syscalls.GetTxInfo", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxInfoRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxInfoResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxInfoRequest": { - "full_name": "starkware.starknet.common.syscalls.GetTxInfoRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxInfoResponse": { - "full_name": "starkware.starknet.common.syscalls.GetTxInfoResponse", - "members": { - "tx_info": { - "cairo_type": "starkware.starknet.common.syscalls.TxInfo*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxSignature": { - "full_name": "starkware.starknet.common.syscalls.GetTxSignature", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxSignatureRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxSignatureResponse", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxSignatureRequest": { - "full_name": "starkware.starknet.common.syscalls.GetTxSignatureRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxSignatureResponse": { - "full_name": "starkware.starknet.common.syscalls.GetTxSignatureResponse", - "members": { - "signature": { - "cairo_type": "felt*", - "offset": 1 - }, - "signature_len": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.LIBRARY_CALL_L1_HANDLER_SELECTOR": { - "type": "const", - "value": 436233452754198157705746250789557519228244616562 - }, - "starkware.starknet.common.syscalls.LIBRARY_CALL_SELECTOR": { - "type": "const", - "value": 92376026794327011772951660 - }, - "starkware.starknet.common.syscalls.LibraryCall": { - "full_name": "starkware.starknet.common.syscalls.LibraryCall", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.LibraryCallRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.CallContractResponse", - "offset": 5 - } - }, - "size": 7, - "type": "struct" - }, - "starkware.starknet.common.syscalls.LibraryCallRequest": { - "full_name": "starkware.starknet.common.syscalls.LibraryCallRequest", - "members": { - "calldata": { - "cairo_type": "felt*", - "offset": 4 - }, - "calldata_size": { - "cairo_type": "felt", - "offset": 3 - }, - "class_hash": { - "cairo_type": "felt", - "offset": 1 - }, - "function_selector": { - "cairo_type": "felt", - "offset": 2 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.starknet.common.syscalls.REPLACE_CLASS_SELECTOR": { - "type": "const", - "value": 25500403217443378527601783667 - }, - "starkware.starknet.common.syscalls.ReplaceClass": { - "full_name": "starkware.starknet.common.syscalls.ReplaceClass", - "members": { - "class_hash": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.SEND_MESSAGE_TO_L1_SELECTOR": { - "type": "const", - "value": 433017908768303439907196859243777073 - }, - "starkware.starknet.common.syscalls.STORAGE_READ_SELECTOR": { - "type": "const", - "value": 100890693370601760042082660 - }, - "starkware.starknet.common.syscalls.STORAGE_WRITE_SELECTOR": { - "type": "const", - "value": 25828017502874050592466629733 - }, - "starkware.starknet.common.syscalls.SendMessageToL1SysCall": { - "full_name": "starkware.starknet.common.syscalls.SendMessageToL1SysCall", - "members": { - "payload_ptr": { - "cairo_type": "felt*", - "offset": 3 - }, - "payload_size": { - "cairo_type": "felt", - "offset": 2 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - }, - "to_address": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 4, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageRead": { - "full_name": "starkware.starknet.common.syscalls.StorageRead", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.StorageReadRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.StorageReadResponse", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageReadRequest": { - "full_name": "starkware.starknet.common.syscalls.StorageReadRequest", - "members": { - "address": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageReadResponse": { - "full_name": "starkware.starknet.common.syscalls.StorageReadResponse", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageWrite": { - "full_name": "starkware.starknet.common.syscalls.StorageWrite", - "members": { - "address": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.TxInfo": { - "full_name": "starkware.starknet.common.syscalls.TxInfo", - "members": { - "account_contract_address": { - "cairo_type": "felt", - "offset": 1 - }, - "chain_id": { - "cairo_type": "felt", - "offset": 6 - }, - "max_fee": { - "cairo_type": "felt", - "offset": 2 - }, - "nonce": { - "cairo_type": "felt", - "offset": 7 - }, - "signature": { - "cairo_type": "felt*", - "offset": 4 - }, - "signature_len": { - "cairo_type": "felt", - "offset": 3 - }, - "transaction_hash": { - "cairo_type": "felt", - "offset": 5 - }, - "version": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 8, - "type": "struct" - }, - "starkware.starknet.common.syscalls.call_contract": { - "decorators": [], - "pc": 18, - "type": "function" - }, - "starkware.starknet.common.syscalls.call_contract.Args": { - "full_name": "starkware.starknet.common.syscalls.call_contract.Args", - "members": { - "calldata": { - "cairo_type": "felt*", - "offset": 3 - }, - "calldata_size": { - "cairo_type": "felt", - "offset": 2 - }, - "contract_address": { - "cairo_type": "felt", - "offset": 0 - }, - "function_selector": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 4, - "type": "struct" - }, - "starkware.starknet.common.syscalls.call_contract.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.call_contract.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.call_contract.Return": { - "cairo_type": "(retdata_size: felt, retdata: felt*)", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.call_contract.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.call_contract.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.call_contract.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 2, - "offset": 0 - }, - "pc": 18, - "value": "[cast(fp + (-7), felt**)]" - }, - { - "ap_tracking_data": { - "group": 2, - "offset": 1 - }, - "pc": 25, - "value": "cast([fp + (-7)] + 7, felt*)" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.get_caller_address": { - "decorators": [], - "pc": 30, - "type": "function" - }, - "starkware.starknet.common.syscalls.get_caller_address.Args": { - "full_name": "starkware.starknet.common.syscalls.get_caller_address.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.starknet.common.syscalls.get_caller_address.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.get_caller_address.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.get_caller_address.Return": { - "cairo_type": "(caller_address: felt)", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.get_caller_address.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.get_caller_address.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.get_caller_address.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 3, - "offset": 0 - }, - "pc": 30, - "value": "[cast(fp + (-3), felt**)]" - }, - { - "ap_tracking_data": { - "group": 3, - "offset": 1 - }, - "pc": 33, - "value": "cast([fp + (-3)] + 2, felt*)" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.get_contract_address": { - "decorators": [], - "pc": 37, - "type": "function" - }, - "starkware.starknet.common.syscalls.get_contract_address.Args": { - "full_name": "starkware.starknet.common.syscalls.get_contract_address.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.starknet.common.syscalls.get_contract_address.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.get_contract_address.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.get_contract_address.Return": { - "cairo_type": "(contract_address: felt)", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.get_contract_address.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.get_contract_address.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.get_contract_address.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 4, - "offset": 0 - }, - "pc": 37, - "value": "[cast(fp + (-3), felt**)]" - }, - { - "ap_tracking_data": { - "group": 4, - "offset": 1 - }, - "pc": 40, - "value": "cast([fp + (-3)] + 2, felt*)" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.get_tx_info": { - "decorators": [], - "pc": 60, - "type": "function" - }, - "starkware.starknet.common.syscalls.get_tx_info.Args": { - "full_name": "starkware.starknet.common.syscalls.get_tx_info.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.starknet.common.syscalls.get_tx_info.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.get_tx_info.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.get_tx_info.Return": { - "cairo_type": "(tx_info: starkware.starknet.common.syscalls.TxInfo*)", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.get_tx_info.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.get_tx_info.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.get_tx_info.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 7, - "offset": 0 - }, - "pc": 60, - "value": "[cast(fp + (-3), felt**)]" - }, - { - "ap_tracking_data": { - "group": 7, - "offset": 1 - }, - "pc": 63, - "value": "cast([fp + (-3)] + 2, felt*)" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.storage_read": { - "decorators": [], - "pc": 44, - "type": "function" - }, - "starkware.starknet.common.syscalls.storage_read.Args": { - "full_name": "starkware.starknet.common.syscalls.storage_read.Args", - "members": { - "address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_read.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.storage_read.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_read.Return": { - "cairo_type": "(value: felt)", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.storage_read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.storage_read.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.storage_read.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 5, - "offset": 0 - }, - "pc": 44, - "value": "[cast(fp + (-4), felt**)]" - }, - { - "ap_tracking_data": { - "group": 5, - "offset": 1 - }, - "pc": 48, - "value": "cast([fp + (-4)] + 3, felt*)" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.storage_write": { - "decorators": [], - "pc": 52, - "type": "function" - }, - "starkware.starknet.common.syscalls.storage_write.Args": { - "full_name": "starkware.starknet.common.syscalls.storage_write.Args", - "members": { - "address": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_write.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.storage_write.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.storage_write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.storage_write.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.storage_write.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 6, - "offset": 0 - }, - "pc": 52, - "value": "[cast(fp + (-5), felt**)]" - }, - { - "ap_tracking_data": { - "group": 6, - "offset": 1 - }, - "pc": 57, - "value": "cast([fp + (-5)] + 3, felt*)" - } - ], - "type": "reference" - } - }, - "main_scope": "__main__", - "prime": "0x800000000000011000000000000000000000000000000000000000000000001", - "reference_manager": { - "references": [ - { - "ap_tracking_data": { - "group": 1, - "offset": 0 - }, - "pc": 3, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 1, - "offset": 3 - }, - "pc": 10, - "value": "[cast(ap, felt*)]" - }, - { - "ap_tracking_data": { - "group": 2, - "offset": 0 - }, - "pc": 18, - "value": "[cast(fp + (-7), felt**)]" - }, - { - "ap_tracking_data": { - "group": 3, - "offset": 0 - }, - "pc": 30, - "value": "[cast(fp + (-3), felt**)]" - }, - { - "ap_tracking_data": { - "group": 4, - "offset": 0 - }, - "pc": 37, - "value": "[cast(fp + (-3), felt**)]" - }, - { - "ap_tracking_data": { - "group": 5, - "offset": 0 - }, - "pc": 44, - "value": "[cast(fp + (-4), felt**)]" - }, - { - "ap_tracking_data": { - "group": 6, - "offset": 0 - }, - "pc": 52, - "value": "[cast(fp + (-5), felt**)]" - }, - { - "ap_tracking_data": { - "group": 7, - "offset": 0 - }, - "pc": 60, - "value": "[cast(fp + (-3), felt**)]" - }, - { - "ap_tracking_data": { - "group": 8, - "offset": 0 - }, - "pc": 67, - "value": "[cast(fp + (-4), felt*)]" - }, - { - "ap_tracking_data": { - "group": 8, - "offset": 0 - }, - "pc": 67, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 8, - "offset": 0 - }, - "pc": 67, - "value": "[cast(fp + (-5), felt*)]" - }, - { - "ap_tracking_data": { - "group": 9, - "offset": 0 - }, - "pc": 112, - "value": "[cast(fp + (-4), felt*)]" - }, - { - "ap_tracking_data": { - "group": 9, - "offset": 0 - }, - "pc": 112, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 10, - "offset": 0 - }, - "pc": 123, - "value": "[cast(fp + (-4), felt*)]" - }, - { - "ap_tracking_data": { - "group": 10, - "offset": 0 - }, - "pc": 123, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 10, - "offset": 0 - }, - "pc": 123, - "value": "[cast(fp + (-7), starkware.cairo.common.cairo_builtins.SignatureBuiltin**)]" - }, - { - "ap_tracking_data": { - "group": 11, - "offset": 0 - }, - "pc": 128, - "value": "[cast(fp + (-4), felt*)]" - }, - { - "ap_tracking_data": { - "group": 11, - "offset": 0 - }, - "pc": 128, - "value": "[cast(fp + (-3), felt*)]" - } - ] - } - } -} \ No newline at end of file diff --git a/packages/starksheet-cairo/build/RandomRenderer.json b/packages/starksheet-cairo/build/RandomRenderer.json deleted file mode 100644 index 3687fab8..00000000 --- a/packages/starksheet-cairo/build/RandomRenderer.json +++ /dev/null @@ -1,34459 +0,0 @@ -{ - "abi": [ - { - "data": [ - { - "name": "previousOwner", - "type": "felt" - }, - { - "name": "newOwner", - "type": "felt" - } - ], - "keys": [], - "name": "OwnershipTransferred", - "type": "event" - }, - { - "inputs": [], - "name": "getOwner", - "outputs": [ - { - "name": "owner", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "getUris", - "outputs": [ - { - "name": "uris_len", - "type": "felt" - }, - { - "name": "uris", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "index", - "type": "felt" - } - ], - "name": "getUri", - "outputs": [ - { - "name": "uri_len", - "type": "felt" - }, - { - "name": "uri", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "encoded_uris_len", - "type": "felt" - }, - { - "name": "encoded_uris", - "type": "felt*" - }, - { - "name": "index", - "type": "felt" - } - ], - "name": "testUris", - "outputs": [ - { - "name": "uri_len", - "type": "felt" - }, - { - "name": "uri", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "uris_len", - "type": "felt" - }, - { - "name": "uris", - "type": "felt*" - } - ], - "name": "setUris", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "new_owner", - "type": "felt" - } - ], - "name": "transferOwnership", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "owner", - "type": "felt" - }, - { - "name": "uris_len", - "type": "felt" - }, - { - "name": "uris", - "type": "felt*" - } - ], - "name": "constructor", - "outputs": [], - "type": "constructor" - }, - { - "inputs": [ - { - "name": "token_id", - "type": "felt" - }, - { - "name": "value", - "type": "felt" - }, - { - "name": "name", - "type": "felt" - } - ], - "name": "token_uri", - "outputs": [ - { - "name": "token_uri_len", - "type": "felt" - }, - { - "name": "token_uri", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - } - ], - "entry_points_by_type": { - "CONSTRUCTOR": [ - { - "offset": "0x36f", - "selector": "0x28ffe4ff0f226a9107253e17a904099aa4f63a02a5621de0576e5aa71bc5194" - } - ], - "EXTERNAL": [ - { - "offset": "0x2b7", - "selector": "0x1333f490cca7d58dc2bd4adb0f0995df1189a6a6631d999fdf45a480603b32d" - }, - { - "offset": "0x34d", - "selector": "0x14a390f291e2e1f29874769efdef47ddad94d76f77ff516fad206a385e8995f" - }, - { - "offset": "0x3bc", - "selector": "0x226ad7e84c1fe08eb4c525ed93cccadf9517670341304571e66f7c4f95cbe54" - }, - { - "offset": "0x254", - "selector": "0x266623c84ac264056e7e0926e35de090cc02e13da956962ff63d60d7c1edce7" - }, - { - "offset": "0x32b", - "selector": "0x267a8ed2a901c910e89060a043c35dda12e1c1259a956b7c06d320291da9f96" - }, - { - "offset": "0x2fa", - "selector": "0x33b91033fd43f60cc00477c7fd4022ed4ab66b6b97283def60fcfd1f043ca6f" - }, - { - "offset": "0x28a", - "selector": "0x3d634eb8680ef57bcff2b266518bbe5d3b3a8739cec321d67ffdf86bbccf2ec" - } - ], - "L1_HANDLER": [] - }, - "program": { - "attributes": [ - { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "end_pc": 329, - "flow_tracking_data": { - "ap_tracking": { - "group": 25, - "offset": 6 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 327, - "value": "Ownable: caller is the zero address" - }, - { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "end_pc": 330, - "flow_tracking_data": { - "ap_tracking": { - "group": 25, - "offset": 8 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 329, - "value": "Ownable: caller is not the owner" - }, - { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "end_pc": 343, - "flow_tracking_data": { - "ap_tracking": { - "group": 27, - "offset": 0 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 340, - "value": "Ownable: new owner is the zero address" - } - ], - "builtins": [ - "pedersen", - "range_check" - ], - "compiler_version": "0.10.0", - "data": [ - "0x40780017fff7fff", - "0x1", - "0x208b7fff7fff7ffe", - "0x400380007ffb7ffc", - "0x400380017ffb7ffd", - "0x482680017ffb8000", - "0x3", - "0x480280027ffb8000", - "0x208b7fff7fff7ffe", - "0x20780017fff7ffd", - "0x3", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480080007fff8000", - "0x400080007ffd7fff", - "0x482480017ffd8001", - "0x1", - "0x482480017ffd8001", - "0x1", - "0xa0680017fff7ffe", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffb", - "0x402a7ffc7ffd7fff", - "0x208b7fff7fff7ffe", - "0x208b7fff7fff7ffe", - "0x20780017fff7ffd", - "0x4", - "0x400780017fff7ffd", - "0x1", - "0x208b7fff7fff7ffe", - "0x400380007ffc7ffd", - "0x482680017ffc8000", - "0x1", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x48297ffc80007ffd", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffb", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x3ffffffffffffffffffffffffffffff", - "0x480280017ffc8000", - "0x48307fff80007ffe", - "0x400280027ffc7fff", - "0x480280017ffc8000", - "0x484480017fff8000", - "0x100000000000000000000000000000000", - "0x480280007ffc8000", - "0x40317fff7ffe7ffd", - "0x482680017ffc8000", - "0x3", - "0x208b7fff7fff7ffe", - "0x480280017ffc8000", - "0x484480017fff8000", - "0x100000000000000000000000000000000", - "0x480280007ffc8000", - "0x40317fff7ffe7ffd", - "0x480280017ffc8000", - "0x482480017fff8000", - "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", - "0x20680017fff7fff", - "0xb", - "0x482680017ffc8000", - "0x2", - "0x480280007ffc8000", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x10780017fff7fff", - "0x9", - "0x482680017ffc8000", - "0x2", - "0x480280017ffc8000", - "0x480680017fff8000", - "0x800000000000010ffffffffffffffff", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd7", - "0x480280017ffc8000", - "0x480280007ffc8000", - "0x208b7fff7fff7ffe", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x484480017fff8000", - "0x2aaaaaaaaaaaab05555555555555556", - "0x48307fff7ffd8000", - "0x480280027ffb8000", - "0x480280037ffb8000", - "0x484480017fff8000", - "0x4000000000000088000000000000001", - "0x48307fff7ffd8000", - "0xa0680017fff8000", - "0xe", - "0x480680017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x48287ffc80007fff", - "0x40307ffc7ff87fff", - "0x48297ffd80007ffc", - "0x482680017ffd8000", - "0x1", - "0x48507fff7ffe8000", - "0x40507ff97ff57fff", - "0x482680017ffb8000", - "0x4", - "0x208b7fff7fff7ffe", - "0xa0680017fff8000", - "0xc", - "0x480680017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x48287ffd80007fff", - "0x48327fff7ffc8000", - "0x40307ffa7ff67fff", - "0x48527ffe7ffc8000", - "0x40507ff97ff57fff", - "0x482680017ffb8000", - "0x4", - "0x208b7fff7fff7ffe", - "0x40317ffd7ff97ffd", - "0x48297ffc80007ffd", - "0x48527fff7ffc8000", - "0x40507ffb7ff77fff", - "0x40780017fff7fff", - "0x2", - "0x482680017ffb8000", - "0x4", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x20680017fff7fff", - "0x8", - "0x482680017ffc8000", - "0x1", - "0x484680017ffd8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x400280007ffc7fff", - "0x208b7fff7fff7ffe", - "0x400380007ffc7ffd", - "0x482680017ffc8000", - "0x1", - "0x480a7ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x20780017fff7ffd", - "0x8", - "0x40780017fff7fff", - "0x2", - "0x480a7ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x20680017fff7fff", - "0xa", - "0x484680017ffd8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x400280007ffc7fff", - "0x482680017ffc8000", - "0x1", - "0x480680017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x400380007ffc7ffd", - "0x482680017ffc8000", - "0x1", - "0x480680017fff8000", - "0x1", - "0x208b7fff7fff7ffe", - "0x482680017ffb8000", - "0x2", - "0x480280007ffb8000", - "0x482680017ffd8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff75", - "0x480280017ffb8000", - "0x48487ffd7fff8000", - "0x480280007ffb8000", - "0x40317fff7ffe7ffc", - "0x48127ffc7fff8000", - "0x480280017ffb8000", - "0x480280007ffb8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x20680017fff7fff", - "0x10", - "0x480a7ffc7fff8000", - "0x482680017ffd8000", - "0x11000000000000000000000000000000000000000000000101", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff69", - "0x480680017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x48127ffe7fff8000", - "0x48287ffd80007ffe", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff63", - "0x482680017ffd8000", - "0x11000000000000000000000000000000000000000000000101", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x20680017fff7fff", - "0xc", - "0x40780017fff7fff", - "0xa", - "0x480680017fff8000", - "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeff", - "0x480a7ffc7fff8000", - "0x48287ffd80007ffe", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff54", - "0x10780017fff7fff", - "0x8", - "0x40780017fff7fff", - "0xb", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff4c", - "0x480a7ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x47657443616c6c657241646472657373", - "0x400280007ffd7fff", - "0x482680017ffd8000", - "0x2", - "0x480280017ffd8000", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x53746f7261676552656164", - "0x400280007ffc7fff", - "0x400380017ffc7ffd", - "0x482680017ffc8000", - "0x3", - "0x480280027ffc8000", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x53746f726167655772697465", - "0x400280007ffb7fff", - "0x400380017ffb7ffc", - "0x400380027ffb7ffd", - "0x482680017ffb8000", - "0x3", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x456d69744576656e74", - "0x400280007ff97fff", - "0x400380017ff97ffa", - "0x400380027ff97ffb", - "0x400380037ff97ffc", - "0x400380047ff97ffd", - "0x482680017ff98000", - "0x5", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x2", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffefe", - "0x40137fff7fff8000", - "0x480680017fff8000", - "0x1390fd803c110ac71730ece1decfc34eb1d0088e295d4f1b125dda1e0c5b9ff", - "0x4002800080007fff", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffef8", - "0x40137fff7fff8001", - "0x4003800080017ffc", - "0x4003800180017ffd", - "0x4826800180018000", - "0x2", - "0x480a7ffa7fff8000", - "0x480680017fff8000", - "0x1", - "0x480a80007fff8000", - "0x4828800180007ffc", - "0x480a80017fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe2", - "0x480a7ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x2bd557f4ba80dfabefabe45e9b2dd35db1b9a78e96c72bc2b69b655ce47a930", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffa", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffc3", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffbd", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x24", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0xc", - "0x48127ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff9c", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffed3", - "0x40127ffd7fff7ff7", - "0x48127ffc7fff8000", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffcf", - "0x208b7fff7fff7ffe", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffec5", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe6", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x3", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffec", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffc4", - "0x48127ffd7fff8000", - "0x48127ffe7fff8000", - "0x48127fe77fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff93", - "0x48127ffe7fff8000", - "0x48127fe37fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0xa0680017fff8000", - "0xa", - "0x400380007ffc7ffd", - "0x40780017fff7fff", - "0x14", - "0x482680017ffc8000", - "0x1", - "0x480680017fff8000", - "0x1", - "0x208b7fff7fff7ffe", - "0xa0680017fff8000", - "0xe", - "0x484680017ffd8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x482480017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x400280007ffc7fff", - "0x40780017fff7fff", - "0x11", - "0x482680017ffc8000", - "0x1", - "0x480680017fff8000", - "0x0", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480680017fff8000", - "0x100000000000000000000000000000000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffec1", - "0x480680017fff8000", - "0x0", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x48297ffc80007ffd", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffde", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x2", - "0x20780017fff7ffd", - "0x6", - "0x480a7ffc7fff8000", - "0x480680017fff8000", - "0x30", - "0x208b7fff7fff7ffe", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe5e", - "0x40137fff7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffed7", - "0x480680017fff8000", - "0x0", - "0x480a80007fff8000", - "0x1104800180018000", - "0x1c", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffedd", - "0x482480017fff8000", - "0x1", - "0x20680017fff7fff", - "0x6", - "0x400780017fff8001", - "0x2d", - "0x10780017fff7fff", - "0x4", - "0x400780017fff8001", - "0x0", - "0x48127ffd7fff8000", - "0x480a80017fff8000", - "0x48127ff47fff8000", - "0x480a80007fff8000", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x1f", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x30", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x0", - "0x20780017fff7ffb", - "0x5", - "0x480a7ffa7fff8000", - "0x480a7ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480680017fff8000", - "0xa", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffed6", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff1", - "0x482a7ffc7ffd8000", - "0x400080007fff7ffe", - "0x48127ff97fff8000", - "0x48127ff97fff8000", - "0x482680017ffc8000", - "0x1", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffeb", - "0x208b7fff7fff7ffe", - "0x48297ffb80007ffd", - "0x20680017fff7fff", - "0x5", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x208b7fff7fff7ffe", - "0x484680017ffa8000", - "0x100", - "0x482680017ffd8000", - "0x1", - "0x48317fff80007ffb", - "0x48327fff7ffc8000", - "0x480080007fff8000", - "0x480a7ff97fff8000", - "0x48307ffe7ffa8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x482680017ffd8000", - "0x1", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", - "0x208b7fff7fff7ffe", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe21", - "0x482680017ffd8000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe07", - "0x48307fff7ffe8000", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x81a27a8322d1a6f0328b55aa6722bcb3d7c61fe559fdd342832d7631a8c6d4", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffa", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffedf", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffed9", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480680017fff8000", - "0x27d7acd0ad15808107cd50305d063e2aadc3a070b73d49d054507c3c1b2e191", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffde4", - "0x480a7ffc7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe95", - "0x48127fe17fff8000", - "0x48127ffd7fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff0", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffeb7", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe2", - "0x480a7ff97fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffeb0", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff07", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffc", - "0x4826800180008000", - "0x1", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff1", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd9c", - "0x40137fff7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x0", - "0x480a80007fff8000", - "0x1104800180018000", - "0x17c", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff91", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x3", - "0x4003800080007ffb", - "0x400380007ffd7ffb", - "0x402780017ffd8001", - "0x1", - "0x4826800180008000", - "0x1", - "0x40297ffb7fff8002", - "0x4826800180008000", - "0x1", - "0x480a7ffc7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd86", - "0x480a80017fff8000", - "0x4829800080008002", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x2", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd4", - "0x40137ffb7fff8000", - "0x40137ffc7fff8001", - "0x48127ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe3", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x167", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x3", - "0x4003800080007ffb", - "0x400380007ffd7ffb", - "0x402780017ffd8001", - "0x1", - "0x4826800180008000", - "0x1", - "0x40297ffb7fff8002", - "0x4826800180008000", - "0x1", - "0x480a7ffc7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd59", - "0x480a80017fff8000", - "0x4829800080008002", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x2", - "0x482680017ffd8000", - "0x1", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffde", - "0x40137ffb7fff8000", - "0x40137ffc7fff8001", - "0x48127ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd32", - "0x40137fff7fff8000", - "0x482a7ffd7ffc8000", - "0x480080007fff8000", - "0x482480017fff8000", - "0x1", - "0x482a7ffd7ffc8000", - "0x480080007fff8000", - "0x48327fff7ffc8000", - "0x480a80007fff8000", - "0x48327ffb7ffc8000", - "0x480080007ffd8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd2e", - "0x482a7ffd7ffc8000", - "0x480080007fff8000", - "0x48327fff7ffc8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480080007ffc8000", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x3", - "0x4003800080007ffb", - "0x400380007ffd7ffb", - "0x402780017ffd8001", - "0x1", - "0x4826800180008000", - "0x1", - "0x40297ffb7fff8002", - "0x4826800180008000", - "0x1", - "0x480a7ffc7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd16", - "0x480a80017fff8000", - "0x4829800080008002", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x2", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x400080007ffe7fff", - "0x482680017ffd8000", - "0x1", - "0x480280007ffd8000", - "0x48307fff7ffe8000", - "0x482480017fff8000", - "0x1", - "0x402a7ffd7ffc7fff", - "0x480280027ffb8000", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x482480017ffd8000", - "0x1", - "0x480280007ffd8000", - "0x482680017ffd8000", - "0x1", - "0x480080007ff88000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffbf", - "0x40137ffb7fff8000", - "0x40137ffc7fff8001", - "0x48127ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd4", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe21", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffeef", - "0x480680017fff8000", - "0x0", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0xac", - "0x208b7fff7fff7ffe", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x400080007ffe7fff", - "0x482680017ffd8000", - "0x1", - "0x480280007ffd8000", - "0x48307fff7ffe8000", - "0x402a7ffd7ffc7fff", - "0x480280027ffb8000", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x482480017ffd8000", - "0x1", - "0x480280007ffd8000", - "0x482680017ffd8000", - "0x1", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe2", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe0b", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x1", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff3", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffdd6", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffeab", - "0x480680017fff8000", - "0x0", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x68", - "0x208b7fff7fff7ffe", - "0x480280027ffb8000", - "0x480280017ffd8000", - "0x400080007ffe7fff", - "0x482680017ffd8000", - "0x2", - "0x480280017ffd8000", - "0x48307fff7ffe8000", - "0x402a7ffd7ffc7fff", - "0x480280027ffb8000", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x482480017ffd8000", - "0x1", - "0x480280007ffd8000", - "0x480280017ffd8000", - "0x482680017ffd8000", - "0x2", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x0", - "0x480a7ff97fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc74", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffca1", - "0x480a7ff87fff8000", - "0x48127fe87fff8000", - "0x48127ffb7fff8000", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe90", - "0x48127ffe7fff8000", - "0x48127fc17fff8000", - "0x48127ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd0a", - "0x48127fe77fff8000", - "0x48127fe77fff8000", - "0x48127ffb7fff8000", - "0x48127ffc7fff8000", - "0x1104800180018000", - "0x62", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x3", - "0x4003800080007ffb", - "0x400380007ffd7ffb", - "0x402780017ffd8001", - "0x1", - "0x4826800180008000", - "0x1", - "0x40297ffb7fff8002", - "0x4826800180008000", - "0x1", - "0x480a7ffc7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc54", - "0x480a80017fff8000", - "0x4829800080008002", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x2", - "0x482680017ffd8000", - "0x3", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x480280017ffd8000", - "0x480280027ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffc5", - "0x40137ffb7fff8000", - "0x40137ffc7fff8001", - "0x48127ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffde", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x48297ffc80007ffb", - "0x20680017fff7fff", - "0x6", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x208b7fff7fff7ffe", - "0x482a7ffb7ffd8000", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480080007ffb8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe58", - "0x482680017ffb8000", - "0x1", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", - "0x208b7fff7fff7ffe", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe17", - "0x48317fff80007ffc", - "0x20680017fff7fff", - "0x7", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x480a7ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe30", - "0x400280007ffd7fff", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x482680017ffc8000", - "0x1", - "0x482680017ffd8000", - "0x1", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe6", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x2", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe1d", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe1b", - "0x40137fff7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffbee", - "0x40137fff7fff8001", - "0x482480017fc38000", - "0x1", - "0x48127ff87fff8000", - "0x48127ff87fff8000", - "0x48127ff87fff8000", - "0x482480017fbf8000", - "0x1", - "0x482880007ffb8000", - "0x480a80017fff8000", - "0x1104800180018000", - "0x5", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffa7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd70", - "0x482480017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x20680017fff7fff", - "0x6", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x48127ffb7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffdf6", - "0x400280007ffd7fff", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x482680017ffb8000", - "0x1", - "0x480a7ffc7fff8000", - "0x482680017ffd8000", - "0x1", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe5", - "0x208b7fff7fff7ffe" - ], - "debug_info": { - "file_contents": { - "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo": "assert [cast(fp + (-4), felt*)] = __calldata_actual_size;\n", - "autogen/starknet/arg_processor/073ad342b04c4113aad0e4fcc310e3b998c1ae0103c8f54e93d61ae6e4766e81.cairo": "let __calldata_arg_encoded_uris_len = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/0e2692b9b5b0d1050bfa0e270aad02e1a4dd5194eace4357b14efae5cfb7ff33.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = ret_value.uri_len;\n// Store the updated range_check_ptr as a local variable to keep it available after\n// the memcpy.\nlocal range_check_ptr = range_check_ptr + 1;\n// Keep a reference to __return_value_ptr.\nlet __return_value_ptr_copy = __return_value_ptr;\n// Store the updated __return_value_ptr as a local variable to keep it available after\n// the memcpy.\nlocal __return_value_ptr: felt* = __return_value_ptr + ret_value.uri_len * 1;\nmemcpy(\n dst=__return_value_ptr_copy,\n src=ret_value.uri,\n len=ret_value.uri_len * 1);\n", - "autogen/starknet/arg_processor/302a0e7f223f7f95d8ec699c8e1fa2628283de74616337c794098be1f39f0256.cairo": "let __calldata_arg_index = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/3e93b8906c329e7a5c33e020ce7a5a9c542c4444955be98eec5fcbef545a8662.cairo": "let __calldata_arg_value = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/3e997d9761388a58baa7b454b348a99f2985b55f99cf1ea7b31f5954242f81a7.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = ret_value.uris_len;\n// Store the updated range_check_ptr as a local variable to keep it available after\n// the memcpy.\nlocal range_check_ptr = range_check_ptr + 1;\n// Keep a reference to __return_value_ptr.\nlet __return_value_ptr_copy = __return_value_ptr;\n// Store the updated __return_value_ptr as a local variable to keep it available after\n// the memcpy.\nlocal __return_value_ptr: felt* = __return_value_ptr + ret_value.uris_len * 1;\nmemcpy(\n dst=__return_value_ptr_copy,\n src=ret_value.uris,\n len=ret_value.uris_len * 1);\n", - "autogen/starknet/arg_processor/445d818b0524d35ae3e73b7abec41731d1445f0ce6866ec5a3a8a871521799a0.cairo": "assert [__calldata_ptr] = newOwner;\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/450f0509800d3afb78e5f375ff7b17115e6b5d0fd7e2bff94c78fdb15f5f2d10.cairo": "let __calldata_arg_new_owner = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/4d3c3312cf28c6aaaca9e6272964446e12daddba3759882910a365c0efed08b3.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = __calldata_arg_uris_len;\nlet range_check_ptr = range_check_ptr + 1;\n// Create the reference.\nlet __calldata_arg_uris = cast(__calldata_ptr, felt*);\n// Use 'tempvar' instead of 'let' to avoid repeating this computation for the\n// following arguments.\ntempvar __calldata_ptr = __calldata_ptr + __calldata_arg_uris_len * 1;\n", - "autogen/starknet/arg_processor/5462c9ea522f66a6a8b3de2f37f244c7074893fe5c8d0b413046098a1ccfc2ce.cairo": "assert [__return_value_ptr] = ret_value.token_uri_len;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/860925ba0e84404f570d0f727a5bc2dbe9f339c324eb0fc9b3b7324b211ad7e9.cairo": "let __calldata_arg_uris_len = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = ret_value.token_uri_len;\n// Store the updated range_check_ptr as a local variable to keep it available after\n// the memcpy.\nlocal range_check_ptr = range_check_ptr + 1;\n// Keep a reference to __return_value_ptr.\nlet __return_value_ptr_copy = __return_value_ptr;\n// Store the updated __return_value_ptr as a local variable to keep it available after\n// the memcpy.\nlocal __return_value_ptr: felt* = __return_value_ptr + ret_value.token_uri_len * 1;\nmemcpy(\n dst=__return_value_ptr_copy,\n src=ret_value.token_uri,\n len=ret_value.token_uri_len * 1);\n", - "autogen/starknet/arg_processor/92bae94c430cca894eac466fa5be50d176f1f62e79244db218577fbac5e84220.cairo": "let __calldata_arg_token_id = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/b02ddc13e06346668d980e18c0fec90f17036d195bf95d21ac18e846a0a129f3.cairo": "assert [__return_value_ptr] = ret_value.owner;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo": "let __calldata_actual_size = __calldata_ptr - cast([cast(fp + (-3), felt**)], felt*);\n", - "autogen/starknet/arg_processor/de9cdb15e04bbb23c0fa9a69d99b361b8fcc49113f31e26360d3d1d38ad316c9.cairo": "assert [__return_value_ptr] = ret_value.uris_len;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/e1eb73cd870ec466294c3700e77817cf3c039ac1384882ddb76383eb87a5da90.cairo": "let __calldata_arg_name = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/e2129a0023ce5f9e4c3de1d6fb100b2688dccff4a2ed2082db4a311f35c53e21.cairo": "assert [__calldata_ptr] = previousOwner;\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/e5c63607fcbdbe90af3e646b038ed92cbbfbdda49041f6d47804f4a9e0551fe2.cairo": "assert [__return_value_ptr] = ret_value.uri_len;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/ebfe7743ee2a7d26a243da33d07168cae9419b48d861bde75986fc65feb11420.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = __calldata_arg_encoded_uris_len;\nlet range_check_ptr = range_check_ptr + 1;\n// Create the reference.\nlet __calldata_arg_encoded_uris = cast(__calldata_ptr, felt*);\n// Use 'tempvar' instead of 'let' to avoid repeating this computation for the\n// following arguments.\ntempvar __calldata_ptr = __calldata_ptr + __calldata_arg_encoded_uris_len * 1;\n", - "autogen/starknet/arg_processor/f6a4d9ae897caf37cefd18f7c8da7eee73157818279359aadee282f0fe59cdbc.cairo": "let __calldata_arg_owner = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo": "emit_event(keys_len=1, keys=__keys_ptr, data_len=__calldata_ptr - __data_ptr, data=__data_ptr);\nreturn ();\n", - "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo": "alloc_locals;\nlet (local __keys_ptr: felt*) = alloc();\nassert [__keys_ptr] = SELECTOR;\nlet (local __data_ptr: felt*) = alloc();\nlet __calldata_ptr = __data_ptr;\n", - "autogen/starknet/event/OwnershipTransferred/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo": "func emit{syscall_ptr: felt*, range_check_ptr}() {\n}\n", - "autogen/starknet/external/constructor/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/constructor/8682a073fe3cc70bab3d539eb66aed8590e5785f411e73a386699f142b9a4b35.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(owner=__calldata_arg_owner, uris_len=__calldata_arg_uris_len, uris=__calldata_arg_uris,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/constructor/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/constructor/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/constructor/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/getOwner/50eef2d703602d24c42df800878bfabc425ad0069960e1dc159c4d3bf27e35f6.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}();\nlet (range_check_ptr, retdata_size, retdata) = getOwner_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/getOwner/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/getOwner/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/getOwner/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/getOwner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/getUri/168ea02ff2f5e1e0110befc18d858a5c0702d764020c5064bab1b76e9e1bf31a.cairo": "func getUri() -> (syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*) {\n alloc_locals;\n}\n", - "autogen/starknet/external/getUri/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/getUri/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/getUri/98a5f295af3a2d780151029647c3dade14bea546bcd187607b899389a63ebe1e.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(index=__calldata_arg_index,);\nlet (range_check_ptr, retdata_size, retdata) = getUri_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/getUri/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/getUri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/getUris/16b14650f8f77c5b220f7ec13673aa41c3b93f27e60acb61812cf0ca621ce336.cairo": "func getUris() -> (syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*) {\n alloc_locals;\n}\n", - "autogen/starknet/external/getUris/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/getUris/949b182ecec4fb81f2183f1cefa71a20c084e771152261dbf56ff153c13f4d6d.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}();\nlet (range_check_ptr, retdata_size, retdata) = getUris_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/getUris/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/getUris/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/getUris/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/return/getOwner/b6df8dec790559c2c5b7a358af946adc3119f253addccded3beb4074a973d539.cairo": "func getOwner_encode_return(ret_value: (owner: felt), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/getUri/ffe1c155873c36f06d097dd655593fa13135320e7512bcc3125b3b0fdf2414c8.cairo": "func getUri_encode_return(ret_value: (uri_len: felt, uri: felt*), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/getUris/27bbe6e2811d5a6060091641fe546a465f4875f175231c16ca76298d6ad4834d.cairo": "func getUris_encode_return(ret_value: (uris_len: felt, uris: felt*), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/testUris/93186184cb71ae2c7031ae11a0eb8708449a93a7b0214b026750101d50310eff.cairo": "func testUris_encode_return(ret_value: (uri_len: felt, uri: felt*), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/token_uri/f48cf5085ac07908983bbc364b0ba70d64fa7f2a9b8dc38e9d6fe3783bd626a8.cairo": "func token_uri_encode_return(ret_value: (token_uri_len: felt, token_uri: felt*), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/setUris/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/setUris/77b2e0c8d6c3be67c8b2ebdac4e543e9663cde85b9a9088f620d8d3fb9704f3f.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(uris_len=__calldata_arg_uris_len, uris=__calldata_arg_uris,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/setUris/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/setUris/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/setUris/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/testUris/5fa0e26a7047774b90cdb3007fc92aad94a8347fffeb6fff9cdc9d7c17b713e3.cairo": "func testUris() -> (syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*) {\n alloc_locals;\n}\n", - "autogen/starknet/external/testUris/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/testUris/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/testUris/a10454f81fc641c3a6624a8376b2c503ea06e3d0ff8d190d60bb846b87a3927a.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(encoded_uris_len=__calldata_arg_encoded_uris_len, encoded_uris=__calldata_arg_encoded_uris, index=__calldata_arg_index,);\nlet (range_check_ptr, retdata_size, retdata) = testUris_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/testUris/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/testUris/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/token_uri/0e46c67014b1932c61618de0923cda1cd086d4d13ccfc96398cf52540cb66251.cairo": "func token_uri() -> (syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*) {\n alloc_locals;\n}\n", - "autogen/starknet/external/token_uri/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/token_uri/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/token_uri/9d05eaea81d1f118198de7fbeb87299791e5ee5607b9eeaa2f7214ab7ab8249b.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(token_id=__calldata_arg_token_id, value=__calldata_arg_value, name=__calldata_arg_name,);\nlet (range_check_ptr, retdata_size, retdata) = token_uri_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/token_uri/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/token_uri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/transferOwnership/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/transferOwnership/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/transferOwnership/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(new_owner=__calldata_arg_new_owner,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/transferOwnership/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,retdata_size,retdata);\n", - "autogen/starknet/storage_var/Ownable_owner/decl.cairo": "namespace Ownable_owner {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (owner: felt) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/Ownable_owner/impl.cairo": "namespace Ownable_owner {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 1239149872729906871793169171313897310809028090219849129902089947133222824240;\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (owner: felt) {\n let (storage_addr) = addr();\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let (storage_addr) = addr();\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}", - "autogen/starknet/storage_var/_uris/decl.cairo": "namespace _uris {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(index: felt) -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(index: felt) -> (\n value: felt\n ) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n index: felt, value: felt\n ) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/_uris/impl.cairo": "namespace _uris {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}(index: felt) -> (res: felt) {\n let res = 1126329121246448023582374407928356638649056238973467551539056045535802876305;\n let (res) = hash2{hash_ptr=pedersen_ptr}(res, cast(&index, felt*)[0]);\n let (res) = normalize_address(addr=res);\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(index: felt) -> (\n value: felt\n ) {\n let (storage_addr) = addr(index);\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(\n index: felt, value: felt\n ) {\n let (storage_addr) = addr(index);\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}", - "autogen/starknet/storage_var/_uris_len/decl.cairo": "namespace _uris_len {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/_uris_len/impl.cairo": "namespace _uris_len {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 229044657188318937485848726128489423070864388359829207310196805253187815124;\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let (storage_addr) = addr();\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let (storage_addr) = addr();\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}" - }, - "instruction_locations": { - "0": { - "accessible_scopes": [ - "starkware.cairo.common.alloc", - "starkware.cairo.common.alloc.alloc" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/alloc.cairo" - }, - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 12, - "end_line": 4, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/alloc.cairo" - }, - "start_col": 5, - "start_line": 4 - } - }, - "2": { - "accessible_scopes": [ - "starkware.cairo.common.alloc", - "starkware.cairo.common.alloc.alloc" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 5, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/alloc.cairo" - }, - "start_col": 5, - "start_line": 5 - } - }, - "3": { - "accessible_scopes": [ - "starkware.cairo.common.hash", - "starkware.cairo.common.hash.hash2" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 14, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "start_col": 5, - "start_line": 14 - } - }, - "4": { - "accessible_scopes": [ - "starkware.cairo.common.hash", - "starkware.cairo.common.hash.hash2" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "start_col": 5, - "start_line": 15 - } - }, - "5": { - "accessible_scopes": [ - "starkware.cairo.common.hash", - "starkware.cairo.common.hash.hash2" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "start_col": 5, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'hash_ptr' in:" - ], - "start_col": 12, - "start_line": 13 - }, - "While expanding the reference 'hash_ptr' in:" - ], - "start_col": 20, - "start_line": 17 - } - }, - "7": { - "accessible_scopes": [ - "starkware.cairo.common.hash", - "starkware.cairo.common.hash.hash2" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 16, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "start_col": 20, - "start_line": 18 - }, - "While expanding the reference 'result' in:" - ], - "start_col": 18, - "start_line": 16 - } - }, - "8": { - "accessible_scopes": [ - "starkware.cairo.common.hash", - "starkware.cairo.common.hash.hash2" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "start_col": 5, - "start_line": 18 - } - }, - "9": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 8 - } - }, - "11": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 9, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "12": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 41, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 12 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 23, - "end_line": 2, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'dst' in:" - ], - "start_col": 13, - "start_line": 2 - } - }, - "13": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 44, - "start_line": 13 - }, - "While expanding the reference 'src' in:" - ], - "start_col": 25, - "start_line": 2 - } - }, - "14": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 26, - "start_line": 17 - } - }, - "15": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 17 - } - }, - "16": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 22 - } - }, - "18": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 23 - } - }, - "20": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 27, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 24 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 44, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 29 - } - }, - "22": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 31 - } - }, - "23": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 26, - "end_line": 33, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 33 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 15, - "end_line": 34, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 34 - } - }, - "24": { - "accessible_scopes": [ - "starkware.cairo.lang.compiler.lib.registers", - "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 73, - "end_line": 7, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/lang/compiler/lib/registers.cairo" - }, - "start_col": 5, - "start_line": 7 - } - }, - "25": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_not_zero" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 11, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 7 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 7, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 12 - } - }, - "27": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_not_zero" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 14, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 14 - } - }, - "29": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_not_zero" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 17 - } - }, - "30": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_nn" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 46, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 42 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 26, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 47 - } - }, - "31": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 48, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 49 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 41 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 48 - } - }, - "33": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 49 - } - }, - "34": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 54, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 54 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 41 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - } - }, - "35": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 54, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 15, - "start_line": 54 - } - }, - "36": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 54, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 54 - } - }, - "38": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 55, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 55 - } - }, - "39": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 106, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 97 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 50, - "end_line": 108, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 36, - "start_line": 108 - } - }, - "41": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 95, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 108, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 53, - "start_line": 108 - }, - "While expanding the reference 'high' in:" - ], - "start_col": 16, - "start_line": 95 - } - }, - "42": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 108, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 36, - "start_line": 108 - } - }, - "43": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 108, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 108 - } - }, - "44": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 95, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 113 - }, - "While expanding the reference 'high' in:" - ], - "start_col": 16, - "start_line": 95 - } - }, - "45": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 113 - } - }, - "47": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 94, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 35, - "start_line": 113 - }, - "While expanding the reference 'low' in:" - ], - "start_col": 15, - "start_line": 94 - } - }, - "48": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 113, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 113 - } - }, - "49": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 115, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 89, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 116, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 116 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 89 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 115 - } - }, - "51": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 116, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 116 - } - }, - "52": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 141, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 134 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 37, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 142, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 142 - }, - "While expanding the reference 'high' in:" - ], - "start_col": 16, - "start_line": 131 - } - }, - "53": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 142, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 142 - } - }, - "55": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 130, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 142, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 40, - "start_line": 142 - }, - "While expanding the reference 'low' in:" - ], - "start_col": 15, - "start_line": 130 - } - }, - "56": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 142, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 142 - } - }, - "57": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 143 - }, - "While expanding the reference 'high' in:" - ], - "start_col": 16, - "start_line": 131 - } - }, - "58": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 143, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 143 - } - }, - "60": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 143, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 143 - } - }, - "62": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 132, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 144, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 144 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 132 - } - }, - "64": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 130, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 144, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 19, - "start_line": 144 - }, - "While expanding the reference 'low' in:" - ], - "start_col": 15, - "start_line": 130 - } - }, - "65": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 144, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 24, - "start_line": 144 - } - }, - "67": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 144, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 144 - } - }, - "69": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 143, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 143 - } - }, - "71": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 132, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 146, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 146 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 132 - } - }, - "73": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 146, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 19, - "start_line": 146 - }, - "While expanding the reference 'high' in:" - ], - "start_col": 16, - "start_line": 131 - } - }, - "74": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 146, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 25, - "start_line": 146 - } - }, - "76": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 146, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 146 - } - }, - "78": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 18, - "start_line": 148 - }, - "While expanding the reference 'high' in:" - ], - "start_col": 16, - "start_line": 131 - } - }, - "79": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 130, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 28, - "start_line": 148 - }, - "While expanding the reference 'low' in:" - ], - "start_col": 15, - "start_line": 130 - } - }, - "80": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 148 - } - }, - "81": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 184, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 164 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 42, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 25, - "start_line": 186 - } - }, - "82": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 66, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 45, - "start_line": 186 - } - }, - "83": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 45, - "start_line": 186 - } - }, - "85": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 25, - "start_line": 186 - } - }, - "86": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 24, - "start_line": 187 - } - }, - "87": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 48, - "start_line": 187 - } - }, - "88": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 89, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 48, - "start_line": 187 - } - }, - "90": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 89, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 24, - "start_line": 187 - } - }, - "91": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 49, - "end_line": 196, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 196 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 42, - "end_line": 197, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 197 - } - }, - "93": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 23, - "start_line": 198 - } - }, - "95": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 22, - "start_line": 198 - } - }, - "96": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 198 - } - }, - "97": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 199, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 24, - "start_line": 199 - } - }, - "98": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 199, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 34, - "start_line": 199 - } - }, - "100": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 199, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 23, - "start_line": 199 - } - }, - "101": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 199, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 199 - } - }, - "102": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 188, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 200 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 154 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 188 - } - }, - "104": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 200 - } - }, - "105": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 49, - "end_line": 204, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 204 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 50, - "end_line": 205, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 205 - } - }, - "107": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 206, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 21, - "start_line": 206 - } - }, - "109": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 206, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 206 - } - }, - "110": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 207, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 22, - "start_line": 207 - } - }, - "111": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 207, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 207 - } - }, - "112": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 208, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 23, - "start_line": 208 - } - }, - "113": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 208, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 208 - } - }, - "114": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 188, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 209, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 209 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 154 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 188 - } - }, - "116": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 209, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 209 - } - }, - "117": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 31, - "end_line": 213, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 213 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 214, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 214 - } - }, - "118": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 215, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 28, - "start_line": 215 - } - }, - "119": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 215, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 23, - "start_line": 215 - } - }, - "120": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 215, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 215 - } - }, - "121": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 12, - "end_line": 216, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 216 - } - }, - "123": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 188, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 217, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 217 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 154 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 188 - } - }, - "125": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 217, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 217 - } - }, - "126": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.abs_value" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 243, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 243 - } - }, - "128": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.abs_value" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 248, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 244 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 7, - "end_line": 249, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 249 - } - }, - "130": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.abs_value" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 250, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 39, - "start_line": 250 - } - }, - "132": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.abs_value" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 251, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 29, - "start_line": 251 - } - }, - "134": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.abs_value" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 252, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 252 - } - }, - "135": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.abs_value" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 254, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 254 - } - }, - "136": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.abs_value" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 256, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 256 - } - }, - "137": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.abs_value" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 257, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 242, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 258, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 258 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 242 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 31, - "start_line": 257 - } - }, - "139": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.abs_value" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 242, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 258, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 16, - "start_line": 258 - }, - "While expanding the reference 'value' in:" - ], - "start_col": 33, - "start_line": 242 - } - }, - "140": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.abs_value" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 258, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 258 - } - }, - "141": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 266, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 266 - } - }, - "143": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 267, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 267 - } - }, - "145": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 265, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 265, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 268, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 268 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 11, - "start_line": 265 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 11, - "start_line": 265 - } - }, - "146": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 268, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 16, - "start_line": 268 - } - }, - "148": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 268, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 268 - } - }, - "149": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 271, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 271 - } - }, - "151": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 276, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 272 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 7, - "end_line": 277, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 277 - } - }, - "153": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 278, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 36, - "start_line": 278 - } - }, - "155": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 278, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 278 - } - }, - "156": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 279, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 265, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 280, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 280 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 11, - "start_line": 265 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 31, - "start_line": 279 - } - }, - "158": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 280, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 16, - "start_line": 280 - } - }, - "160": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 280, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 280 - } - }, - "161": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 282, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 282 - } - }, - "163": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 283, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 283 - } - }, - "164": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 284, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 265, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 285 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 11, - "start_line": 265 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 31, - "start_line": 284 - } - }, - "166": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 16, - "start_line": 285 - } - }, - "168": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 285, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 285 - } - }, - "169": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 307, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 301 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 46, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 308, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 308 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 300 - } - }, - "171": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 298, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 308, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 15, - "start_line": 308 - }, - "While expanding the reference 'r' in:" - ], - "start_col": 13, - "start_line": 298 - } - }, - "172": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 308, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 18, - "start_line": 308 - } - }, - "174": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 308, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 308 - } - }, - "176": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 299, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 310, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 310 - }, - "While expanding the reference 'q' in:" - ], - "start_col": 13, - "start_line": 299 - } - }, - "177": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 310, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 310 - } - }, - "178": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 298, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 310, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 30, - "start_line": 310 - }, - "While expanding the reference 'r' in:" - ], - "start_col": 13, - "start_line": 298 - } - }, - "179": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 310, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 310 - } - }, - "180": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 308, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 297, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 311 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 297 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 308 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - } - }, - "181": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 299, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 13, - "start_line": 311 - }, - "While expanding the reference 'q' in:" - ], - "start_col": 13, - "start_line": 299 - } - }, - "182": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 298, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 16, - "start_line": 311 - }, - "While expanding the reference 'r' in:" - ], - "start_col": 13, - "start_line": 298 - } - }, - "183": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 311 - } - }, - "184": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 5, - "start_line": 13 - } - }, - "186": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 5, - "start_line": 14 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 7, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 5, - "start_line": 22 - } - }, - "188": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 89, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 50, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 50 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 89 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - } - }, - "189": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 48, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 50, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 24, - "start_line": 50 - }, - "While expanding the reference 'x' in:" - ], - "start_col": 17, - "start_line": 48 - } - }, - "191": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 50, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 50 - } - }, - "193": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 24, - "start_line": 51 - }, - "While expanding the reference 'y' in:" - ], - "start_col": 18, - "start_line": 49 - } - }, - "195": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 89, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 50, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 89, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 51 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 89 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 50 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 89 - } - }, - "196": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 24, - "start_line": 51 - }, - "While expanding the reference 'y' in:" - ], - "start_col": 17, - "start_line": 49 - } - }, - "197": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 51 - } - }, - "199": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 52, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 21, - "start_line": 52 - } - }, - "201": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 52, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 52 - } - }, - "202": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 23 - } - }, - "204": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 57, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 24 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 11, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 25 - } - }, - "206": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 30, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 13, - "start_line": 30 - } - }, - "208": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 28, - "start_line": 32 - } - }, - "210": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 89, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 13, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 89 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - } - }, - "211": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 28, - "start_line": 32 - } - }, - "212": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 13, - "start_line": 32 - } - }, - "214": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 25 - } - }, - "216": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 26, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 13, - "start_line": 26 - } - }, - "218": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 89, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 13, - "start_line": 28 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 89 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - } - }, - "219": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 28, - "start_line": 28 - }, - "While expanding the reference 'addr' in:" - ], - "start_col": 41, - "start_line": 12 - } - }, - "220": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 13, - "start_line": 28 - } - }, - "222": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 34, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 21, - "start_line": 34 - }, - "While expanding the reference 'addr' in:" - ], - "start_col": 41, - "start_line": 12 - } - }, - "223": { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 34, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "start_col": 9, - "start_line": 34 - } - }, - "224": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 90, - "end_line": 202, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 63, - "start_line": 202 - } - }, - "226": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 92, - "end_line": 202, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 202 - } - }, - "227": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 93, - "end_line": 203, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 203 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 58, - "end_line": 204, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 205, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 205 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 204 - } - }, - "229": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 205, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 28, - "start_line": 205 - } - }, - "230": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 205, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 205 - } - }, - "231": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 354, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 58, - "start_line": 354 - } - }, - "233": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 354, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 354 - } - }, - "234": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 354, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 354 - } - }, - "235": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 87, - "end_line": 355, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 355 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 53, - "end_line": 357, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 358, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 358 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 357 - } - }, - "237": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 358, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 19, - "start_line": 358 - } - }, - "238": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 358, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 358 - } - }, - "239": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 372, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 18, - "start_line": 372 - } - }, - "241": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 373, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 371 - } - }, - "242": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 373, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 371 - } - }, - "243": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 373, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 371 - } - }, - "244": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 88, - "end_line": 374, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 374 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 54, - "end_line": 375, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 376 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 375 - } - }, - "246": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 376 - } - }, - "247": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 392, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 18, - "start_line": 392 - } - }, - "249": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 391 - } - }, - "250": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 391 - } - }, - "251": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 391 - } - }, - "252": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 391 - } - }, - "253": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 393, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 391 - } - }, - "254": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 85, - "end_line": 394, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 394 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 51, - "end_line": 395, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 396, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 396 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 390 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 395 - } - }, - "256": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 396, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 396 - } - }, - "257": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "259": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 33, - "start_line": 2 - } - }, - "261": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "262": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 23, - "start_line": 3 - } - }, - "264": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "265": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 33, - "start_line": 4 - } - }, - "267": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 6, - "start_line": 4 - } - }, - "268": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/e2129a0023ce5f9e4c3de1d6fb100b2688dccff4a2ed2082db4a311f35c53e21.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 27, - "start_line": 15 - }, - "While handling calldata argument 'previousOwner'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "269": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/445d818b0524d35ae3e73b7abec41731d1445f0ce6866ec5a3a8a871521799a0.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 48, - "start_line": 15 - }, - "While handling calldata argument 'newOwner'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "270": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/445d818b0524d35ae3e73b7abec41731d1445f0ce6866ec5a3a8a871521799a0.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 48, - "start_line": 15 - }, - "While handling calldata argument 'newOwner'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "272": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 390, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 1 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 390 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - } - }, - "273": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 21, - "start_line": 1 - } - }, - "275": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 29, - "start_line": 1 - }, - "While expanding the reference '__keys_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 12, - "start_line": 2 - } - }, - "276": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 50, - "start_line": 1 - } - }, - "277": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 84, - "start_line": 1 - }, - "While expanding the reference '__data_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 12, - "start_line": 4 - } - }, - "278": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "280": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - } - }, - "281": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.OwnershipTransferred", - "openzeppelin.access.ownable.library.OwnershipTransferred.emit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "282": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "283": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "284": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "286": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "287": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 12 - } - }, - "288": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 12 - } - }, - "289": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - } - }, - "291": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 37, - "start_line": 14 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 12 - } - }, - "292": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 58, - "start_line": 14 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 13 - } - }, - "293": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 37, - "start_line": 14 - } - }, - "295": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 31, - "start_line": 16 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 14 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "296": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 32, - "start_line": 17 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 13 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "297": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 35, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 13 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "298": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 45, - "start_line": 19 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 14 - } - }, - "299": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 20 - } - }, - "300": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 23 - } - }, - "301": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 23 - } - }, - "302": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - } - }, - "304": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 23 - } - }, - "305": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 31, - "start_line": 25 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 24 - } - }, - "306": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 55, - "start_line": 25 - } - }, - "307": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - } - }, - "309": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 19 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "310": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 19 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "311": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable_owner", - "openzeppelin.access.ownable.library.Ownable_owner.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - } - }, - "312": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 81 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 31 - } - }, - "313": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 50, - "start_line": 81 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 31 - } - }, - "314": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 85, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 93, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 78, - "start_line": 81 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 31 - } - }, - "315": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 29, - "start_line": 32 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 87, - "start_line": 31 - } - }, - "316": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 32 - } - }, - "318": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 33, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 33 - } - }, - "319": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 23, - "start_line": 41 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 56 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 28, - "start_line": 40 - } - }, - "320": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 74, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 23, - "start_line": 41 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 56 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 48, - "start_line": 40 - } - }, - "321": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 91, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 23, - "start_line": 41 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 56 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 76, - "start_line": 40 - } - }, - "322": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 23, - "start_line": 41 - } - }, - "324": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 24, - "start_line": 42 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 41 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 56 - } - }, - "325": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 24, - "start_line": 42 - } - }, - "327": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 44, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 13, - "start_line": 44 - } - }, - "329": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 13, - "start_line": 47 - } - }, - "330": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 49 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 28, - "start_line": 40 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 42 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - } - }, - "331": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 49 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 48, - "start_line": 40 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 41 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 56 - } - }, - "332": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 91, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 49 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 76, - "start_line": 40 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 41 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 56 - } - }, - "333": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.assert_only_owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 49 - } - }, - "334": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 57, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 16, - "start_line": 57 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 56 - } - }, - "335": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 57, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 16, - "start_line": 57 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 56 - } - }, - "336": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 57, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 16, - "start_line": 57 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 56 - } - }, - "337": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 57, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 16, - "start_line": 57 - } - }, - "339": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 57, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 57 - } - }, - "340": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 61, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 64, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 29, - "start_line": 64 - }, - "While expanding the reference 'new_owner' in:" - ], - "start_col": 9, - "start_line": 61 - } - }, - "341": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 64, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 13, - "start_line": 64 - } - }, - "343": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 66 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 28, - "start_line": 40 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 29, - "start_line": 60 - } - }, - "344": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 66 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 48, - "start_line": 40 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 49, - "start_line": 60 - } - }, - "345": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 92, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 91, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 66 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 76, - "start_line": 40 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 77, - "start_line": 60 - } - }, - "346": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 66 - } - }, - "348": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 61, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 67, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 29, - "start_line": 67 - }, - "While expanding the reference 'new_owner' in:" - ], - "start_col": 9, - "start_line": 61 - } - }, - "349": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 67, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 67 - } - }, - "351": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable.transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 68, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 68 - } - }, - "352": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 38, - "start_line": 84 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 56 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 81 - } - }, - "353": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 76, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 38, - "start_line": 84 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 56 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 50, - "start_line": 81 - } - }, - "354": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 93, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 38, - "start_line": 84 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 56 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 78, - "start_line": 81 - } - }, - "355": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 38, - "start_line": 84 - } - }, - "357": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 85 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 19 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 38, - "start_line": 84 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 56 - } - }, - "358": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 85 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 19 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 84 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 56 - } - }, - "359": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 85 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 19 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 38, - "start_line": 84 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 56 - } - }, - "360": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 82, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 29, - "start_line": 85 - }, - "While expanding the reference 'new_owner' in:" - ], - "start_col": 9, - "start_line": 82 - } - }, - "361": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 85 - } - }, - "363": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 86 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 85 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 19 - } - }, - "364": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 86 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 85 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 19 - } - }, - "365": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 35, - "start_line": 86 - }, - "While expanding the reference 'previous_owner' in:" - ], - "start_col": 14, - "start_line": 84 - } - }, - "366": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 82, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 51, - "start_line": 86 - }, - "While expanding the reference 'new_owner' in:" - ], - "start_col": 9, - "start_line": 82 - } - }, - "367": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 86 - } - }, - "369": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 87, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 87 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 81 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 86 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 11, - "start_line": 1 - } - }, - "370": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/Ownable_owner/decl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 87, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 87 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 50, - "start_line": 81 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 9, - "start_line": 85 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 19 - } - }, - "371": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/event/OwnershipTransferred/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 93, - "end_line": 81, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 87, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 87 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 78, - "start_line": 81 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 86 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 15 - }, - "While handling event:" - ], - "start_col": 31, - "start_line": 1 - } - }, - "372": { - "accessible_scopes": [ - "openzeppelin.access.ownable.library", - "openzeppelin.access.ownable.library.Ownable", - "openzeppelin.access.ownable.library.Ownable._transfer_ownership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 87, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "start_col": 9, - "start_line": 87 - } - }, - "373": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 84, - "end_line": 19, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 19 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 40, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 20 - } - }, - "375": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 21 - } - }, - "376": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 22 - } - }, - "378": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 23 - } - }, - "380": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 12, - "start_line": 24 - } - }, - "382": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 24 - } - }, - "383": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 91, - "end_line": 27, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 27 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 48, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 28 - } - }, - "385": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 33, - "start_line": 29 - } - }, - "387": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 32, - "start_line": 29 - } - }, - "389": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 29 - } - }, - "390": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 30, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 30 - } - }, - "392": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 31 - } - }, - "394": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 12, - "start_line": 32 - } - }, - "396": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 32 - } - }, - "397": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 35 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 154 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 18 - } - }, - "398": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 20, - "start_line": 35 - } - }, - "400": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 30, - "start_line": 35 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 29, - "start_line": 18 - } - }, - "401": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 35 - } - }, - "403": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 12, - "start_line": 36 - } - }, - "405": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 36 - } - }, - "406": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 43, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 12, - "start_line": 43 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 42 - } - }, - "407": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 43, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 18, - "start_line": 43 - } - }, - "408": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 43, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 12, - "start_line": 43 - } - }, - "410": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 43, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 43 - } - }, - "411": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 14, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 5, - "start_line": 14 - } - }, - "413": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 16, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 5, - "start_line": 16 - } - }, - "415": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 9, - "start_line": 17 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 13 - } - }, - "416": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 17, - "start_line": 17 - } - }, - "418": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 9, - "start_line": 17 - } - }, - "419": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 23, - "start_line": 20 - } - }, - "421": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 10, - "start_line": 20 - }, - "While auto generating local variable for 'arr_ascii'." - ], - "start_col": 10, - "start_line": 20 - } - }, - "422": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 242, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 19, - "start_line": 21 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 242 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 13 - } - }, - "423": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 29, - "start_line": 21 - }, - "While expanding the reference 'num' in:" - ], - "start_col": 27, - "start_line": 13 - } - }, - "424": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 19, - "start_line": 21 - } - }, - "426": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 39, - "start_line": 23 - } - }, - "428": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 52, - "start_line": 23 - }, - "While expanding the reference 'arr_ascii' in:" - ], - "start_col": 10, - "start_line": 20 - }, - "While auto generating local variable for 'arr_ascii'." - ], - "start_col": 10, - "start_line": 20 - } - }, - "429": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 6, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 33, - "start_line": 22 - } - }, - "431": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 265, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 26, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 13, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 11, - "start_line": 265 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 33, - "start_line": 22 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 39, - "start_line": 49 - } - }, - "432": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 26, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 18, - "start_line": 26 - }, - "While expanding the reference 'num' in:" - ], - "start_col": 27, - "start_line": 13 - } - }, - "433": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 26, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 13, - "start_line": 26 - } - }, - "435": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 9, - "start_line": 28 - } - }, - "437": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 5, - "start_line": 28 - } - }, - "439": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 9, - "start_line": 29 - } - }, - "441": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 5, - "start_line": 28 - } - }, - "443": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 9, - "start_line": 31 - } - }, - "445": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 265, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 26, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 71, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 19, - "start_line": 34 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 46, - "start_line": 71 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 13, - "start_line": 26 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 11, - "start_line": 265 - } - }, - "446": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 27, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 15, - "start_line": 35 - }, - "While expanding the reference 'init' in:" - ], - "start_col": 11, - "start_line": 27 - } - }, - "447": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 25, - "start_line": 35 - }, - "While expanding the reference 'arr_ascii_len' in:" - ], - "start_col": 10, - "start_line": 22 - } - }, - "448": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 44, - "start_line": 35 - }, - "While expanding the reference 'arr_ascii' in:" - ], - "start_col": 10, - "start_line": 20 - }, - "While auto generating local variable for 'arr_ascii'." - ], - "start_col": 10, - "start_line": 20 - } - }, - "449": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 59, - "start_line": 35 - } - }, - "451": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 6, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 19, - "start_line": 34 - } - }, - "453": { - "accessible_scopes": [ - "utils.string", - "utils.string.str" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 38, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 5, - "start_line": 38 - } - }, - "454": { - "accessible_scopes": [ - "utils.string", - "utils.string._ascii_from_digit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 46, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 13, - "start_line": 46 - } - }, - "456": { - "accessible_scopes": [ - "utils.string", - "utils.string._ascii_from_digit" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 46, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 5, - "start_line": 46 - } - }, - "457": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 52, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 5, - "start_line": 52 - } - }, - "459": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 54, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 5, - "start_line": 54 - } - }, - "461": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 55, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 9, - "start_line": 55 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 39, - "start_line": 49 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 39, - "start_line": 49 - } - }, - "462": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 50, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 55, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 17, - "start_line": 55 - }, - "While expanding the reference 'arr_ascii_len' in:" - ], - "start_col": 19, - "start_line": 50 - } - }, - "463": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 55, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 9, - "start_line": 55 - } - }, - "464": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 297, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 58, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 31, - "start_line": 58 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 297 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 39, - "start_line": 49 - } - }, - "465": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 50, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 58, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 48, - "start_line": 58 - }, - "While expanding the reference 'remain' in:" - ], - "start_col": 5, - "start_line": 50 - } - }, - "466": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 58, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 56, - "start_line": 58 - } - }, - "468": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 58, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 31, - "start_line": 58 - } - }, - "470": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 59, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 19, - "start_line": 59 - } - }, - "472": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 12, - "start_line": 60 - } - }, - "473": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 5, - "start_line": 60 - } - }, - "474": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 297, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 58, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 67, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 33, - "start_line": 65 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 39, - "start_line": 49 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 31, - "start_line": 58 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 297 - } - }, - "475": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 58, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 16, - "start_line": 66 - }, - "While expanding the reference 'remain_nxt' in:" - ], - "start_col": 10, - "start_line": 58 - } - }, - "476": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 42, - "start_line": 66 - } - }, - "478": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 50, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 66, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 71, - "start_line": 66 - }, - "While expanding the reference 'arr_ascii' in:" - ], - "start_col": 40, - "start_line": 50 - } - }, - "479": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 6, - "end_line": 67, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 33, - "start_line": 65 - } - }, - "481": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_array_from_number" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 68, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 5, - "start_line": 68 - } - }, - "482": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 74, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 9, - "start_line": 74 - } - }, - "483": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 74, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 5, - "start_line": 74 - } - }, - "485": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 71, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 71, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 75, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 9, - "start_line": 75 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 46, - "start_line": 71 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 46, - "start_line": 71 - } - }, - "486": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 72, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 75, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 17, - "start_line": 75 - }, - "While expanding the reference 'ascii' in:" - ], - "start_col": 5, - "start_line": 72 - } - }, - "487": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 75, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 9, - "start_line": 75 - } - }, - "488": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 78, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 15, - "start_line": 84 - }, - "While expanding the reference 'ascii_nxt' in:" - ], - "start_col": 21, - "start_line": 78 - } - }, - "490": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 78, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 15, - "start_line": 84 - }, - "While expanding the reference 'ascii_nxt' in:" - ], - "start_col": 39, - "start_line": 78 - } - }, - "492": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 78, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 15, - "start_line": 84 - }, - "While expanding the reference 'ascii_nxt' in:" - ], - "start_col": 39, - "start_line": 78 - } - }, - "493": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 78, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 15, - "start_line": 84 - }, - "While expanding the reference 'ascii_nxt' in:" - ], - "start_col": 35, - "start_line": 78 - } - }, - "494": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 78, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 15, - "start_line": 84 - }, - "While expanding the reference 'ascii_nxt' in:" - ], - "start_col": 35, - "start_line": 78 - } - }, - "495": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 71, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 71, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 6, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 25, - "start_line": 83 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 46, - "start_line": 71 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 46, - "start_line": 71 - } - }, - "496": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 78, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 15, - "start_line": 84 - }, - "While expanding the reference 'ascii_nxt' in:" - ], - "start_col": 21, - "start_line": 78 - } - }, - "497": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 72, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 30, - "start_line": 84 - }, - "While expanding the reference 'len' in:" - ], - "start_col": 18, - "start_line": 72 - } - }, - "498": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 72, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 39, - "start_line": 84 - }, - "While expanding the reference 'arr' in:" - ], - "start_col": 29, - "start_line": 72 - } - }, - "499": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 84, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 48, - "start_line": 84 - } - }, - "501": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 6, - "end_line": 85, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 25, - "start_line": 83 - } - }, - "503": { - "accessible_scopes": [ - "utils.string", - "utils.string._recurse_ascii_from_ascii_array_inverse" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 86, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/utils/string.cairo" - }, - "start_col": 5, - "start_line": 86 - } - }, - "504": { - "accessible_scopes": [ - "starkware.cairo.common.registers", - "starkware.cairo.common.registers.get_label_location" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/registers.cairo" - }, - "start_col": 23, - "start_line": 22 - } - }, - "506": { - "accessible_scopes": [ - "starkware.cairo.common.registers", - "starkware.cairo.common.registers.get_label_location" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/registers.cairo" - }, - "start_col": 27, - "start_line": 25 - } - }, - "508": { - "accessible_scopes": [ - "starkware.cairo.common.registers", - "starkware.cairo.common.registers.get_label_location" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/registers.cairo" - }, - "start_col": 17, - "start_line": 25 - } - }, - "509": { - "accessible_scopes": [ - "starkware.cairo.common.registers", - "starkware.cairo.common.registers.get_label_location" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 25, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/registers.cairo" - }, - "start_col": 5, - "start_line": 25 - } - }, - "510": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "511": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "512": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 94, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "514": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "515": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 12 - } - }, - "516": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 12 - } - }, - "517": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 30, - "start_line": 13 - } - }, - "519": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 37, - "start_line": 14 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 12 - } - }, - "520": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 58, - "start_line": 14 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 13 - } - }, - "521": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 37, - "start_line": 14 - } - }, - "523": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 31, - "start_line": 16 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 14 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "524": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 32, - "start_line": 17 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 13 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "525": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 35, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 13 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "526": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 45, - "start_line": 19 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 14 - } - }, - "527": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 9, - "start_line": 20 - } - }, - "528": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 23 - } - }, - "529": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 23 - } - }, - "530": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 30, - "start_line": 24 - } - }, - "532": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 23 - } - }, - "533": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 31, - "start_line": 25 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 24 - } - }, - "534": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 55, - "start_line": 25 - } - }, - "535": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 9, - "start_line": 25 - } - }, - "537": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 19 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "538": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 19 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 24 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "539": { - "accessible_scopes": [ - "__main__", - "__main__._uris_len", - "__main__._uris_len.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/impl.cairo" - }, - "start_col": 9, - "start_line": 26 - } - }, - "540": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 36, - "start_line": 9 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "541": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 50, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "543": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 55, - "start_line": 9 - } - }, - "544": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - } - }, - "546": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 21, - "start_line": 10 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "547": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 44, - "start_line": 10 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 9 - } - }, - "548": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 21, - "start_line": 10 - } - }, - "550": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 9, - "start_line": 11 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 9 - } - }, - "551": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 9, - "start_line": 11 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 10 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 24, - "start_line": 12 - } - }, - "552": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 21, - "start_line": 11 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 14, - "start_line": 10 - } - }, - "553": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 9, - "start_line": 11 - } - }, - "554": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 30, - "start_line": 17 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 14 - } - }, - "555": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 30, - "start_line": 17 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 14 - } - }, - "556": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 91, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 35, - "start_line": 17 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 80, - "start_line": 14 - } - }, - "557": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 30, - "start_line": 17 - } - }, - "559": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 37, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 14 - } - }, - "560": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 58, - "start_line": 18 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 17 - } - }, - "561": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 37, - "start_line": 18 - } - }, - "563": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 31, - "start_line": 20 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 18 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "564": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 32, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 17 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "565": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 17, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 22, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 35, - "start_line": 22 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 17 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "566": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 23, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 45, - "start_line": 23 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 18 - } - }, - "567": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 24, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 9, - "start_line": 24 - } - }, - "568": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 30, - "start_line": 30 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 27 - } - }, - "569": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 30, - "start_line": 30 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 27 - } - }, - "570": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 35, - "start_line": 30 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 9, - "start_line": 28 - } - }, - "571": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 30, - "start_line": 30 - } - }, - "573": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 9, - "start_line": 31 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 27 - } - }, - "574": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 31, - "start_line": 31 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 30 - } - }, - "575": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 55, - "start_line": 31 - } - }, - "576": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 31, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 9, - "start_line": 31 - } - }, - "578": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 9, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 30 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "579": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 30, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 9, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 30 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "580": { - "accessible_scopes": [ - "__main__", - "__main__._uris", - "__main__._uris.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 32, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/impl.cairo" - }, - "start_col": 9, - "start_line": 32 - } - }, - "581": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 12, - "start_line": 22 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 56 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 21 - } - }, - "582": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 12, - "start_line": 22 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 56 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 21 - } - }, - "583": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 12, - "start_line": 22 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 56 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 21 - } - }, - "584": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 12, - "start_line": 22 - } - }, - "586": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 22, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 22 - } - }, - "587": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/getOwner/b6df8dec790559c2c5b7a358af946adc3119f253addccded3beb4074a973d539.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 21 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/getOwner/b6df8dec790559c2c5b7a358af946adc3119f253addccded3beb4074a973d539.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 21 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "589": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/b02ddc13e06346668d980e18c0fec90f17036d195bf95d21ac18e846a0a129f3.cairo" - }, - "parent_location": [ - { - "end_col": 97, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 86, - "start_line": 21 - }, - "While handling return value 'owner'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "590": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/b02ddc13e06346668d980e18c0fec90f17036d195bf95d21ac18e846a0a129f3.cairo" - }, - "parent_location": [ - { - "end_col": 97, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/getOwner/b6df8dec790559c2c5b7a358af946adc3119f253addccded3beb4074a973d539.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 21 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 86, - "start_line": 21 - }, - "While handling return value 'owner'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "592": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/return/getOwner/b6df8dec790559c2c5b7a358af946adc3119f253addccded3beb4074a973d539.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/getOwner/b6df8dec790559c2c5b7a358af946adc3119f253addccded3beb4074a973d539.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 21 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 21 - }, - "While handling return value of" - ], - "start_col": 55, - "start_line": 1 - } - }, - "593": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/getOwner/b6df8dec790559c2c5b7a358af946adc3119f253addccded3beb4074a973d539.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 21 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "594": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/getOwner/b6df8dec790559c2c5b7a358af946adc3119f253addccded3beb4074a973d539.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/getOwner/b6df8dec790559c2c5b7a358af946adc3119f253addccded3beb4074a973d539.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 21 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 21 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "595": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/getOwner/b6df8dec790559c2c5b7a358af946adc3119f253addccded3beb4074a973d539.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 21 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "596": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 21 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "597": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/50eef2d703602d24c42df800878bfabc425ad0069960e1dc159c4d3bf27e35f6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 21 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 21 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "598": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/50eef2d703602d24c42df800878bfabc425ad0069960e1dc159c4d3bf27e35f6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 21 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 21 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "599": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/50eef2d703602d24c42df800878bfabc425ad0069960e1dc159c4d3bf27e35f6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 21 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 21 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "600": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 21 - } - }, - "602": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/50eef2d703602d24c42df800878bfabc425ad0069960e1dc159c4d3bf27e35f6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 97, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getOwner/50eef2d703602d24c42df800878bfabc425ad0069960e1dc159c4d3bf27e35f6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 21 - }, - "While constructing the external wrapper for:" - ], - "start_col": 82, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 21 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "603": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getOwner/50eef2d703602d24c42df800878bfabc425ad0069960e1dc159c4d3bf27e35f6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 21 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "605": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/50eef2d703602d24c42df800878bfabc425ad0069960e1dc159c4d3bf27e35f6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 21 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 21 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "606": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/50eef2d703602d24c42df800878bfabc425ad0069960e1dc159c4d3bf27e35f6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 21 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 21 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "607": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getOwner/50eef2d703602d24c42df800878bfabc425ad0069960e1dc159c4d3bf27e35f6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 21 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 21 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "608": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getOwner/50eef2d703602d24c42df800878bfabc425ad0069960e1dc159c4d3bf27e35f6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 21 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 21 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "609": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getOwner/50eef2d703602d24c42df800878bfabc425ad0069960e1dc159c4d3bf27e35f6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 21 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 21 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "610": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getOwner/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 21, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 21 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "611": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 29, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 29 - } - }, - "613": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 30, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 18, - "start_line": 30 - } - }, - "615": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 30, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 30, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 10, - "start_line": 30 - }, - "While auto generating local variable for 'uris'." - ], - "start_col": 10, - "start_line": 30 - } - }, - "616": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 108, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 31, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 31 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 108 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 14, - "start_line": 26 - } - }, - "617": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 108, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 31, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 31 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 37, - "start_line": 108 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 26 - } - }, - "618": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 108, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 31, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 31 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 108 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 26 - } - }, - "619": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 31, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 22, - "start_line": 31 - } - }, - "621": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 30, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 30, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 31, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 30, - "start_line": 31 - }, - "While expanding the reference 'uris' in:" - ], - "start_col": 10, - "start_line": 30 - }, - "While auto generating local variable for 'uris'." - ], - "start_col": 10, - "start_line": 30 - } - }, - "622": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 31, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 31 - } - }, - "624": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 108, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 31, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 32, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 22, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 31 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 108 - } - }, - "625": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 108, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 31, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 32, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 22, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 5, - "start_line": 31 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 37, - "start_line": 108 - } - }, - "626": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 108, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 31, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 32, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 22, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 31 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 108 - } - }, - "627": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 32, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 22, - "start_line": 32 - } - }, - "629": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 30, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 30, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 33, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 23, - "start_line": 33 - }, - "While expanding the reference 'uris' in:" - ], - "start_col": 10, - "start_line": 30 - }, - "While auto generating local variable for 'uris'." - ], - "start_col": 10, - "start_line": 30 - } - }, - "630": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 33, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 33 - } - }, - "631": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/getUris/27bbe6e2811d5a6060091641fe546a465f4875f175231c16ca76298d6ad4834d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 26 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/getUris/27bbe6e2811d5a6060091641fe546a465f4875f175231c16ca76298d6ad4834d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 26 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "633": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/de9cdb15e04bbb23c0fa9a69d99b361b8fcc49113f31e26360d3d1d38ad316c9.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 27, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 27 - }, - "While handling return value 'uris_len'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "634": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/3e997d9761388a58baa7b454b348a99f2985b55f99cf1ea7b31f5954242f81a7.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 27, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 27 - }, - "While handling return value 'uris'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "635": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/3e997d9761388a58baa7b454b348a99f2985b55f99cf1ea7b31f5954242f81a7.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 27, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 27 - }, - "While handling return value 'uris'" - ], - "start_col": 1, - "start_line": 5 - } - }, - "637": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/de9cdb15e04bbb23c0fa9a69d99b361b8fcc49113f31e26360d3d1d38ad316c9.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 27, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/3e997d9761388a58baa7b454b348a99f2985b55f99cf1ea7b31f5954242f81a7.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 27, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 27 - }, - "While handling return value 'uris'" - ], - "start_col": 35, - "start_line": 10 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 5, - "start_line": 27 - }, - "While handling return value 'uris_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "639": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/3e997d9761388a58baa7b454b348a99f2985b55f99cf1ea7b31f5954242f81a7.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 27, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 27 - }, - "While handling return value 'uris'" - ], - "start_col": 1, - "start_line": 10 - } - }, - "640": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/de9cdb15e04bbb23c0fa9a69d99b361b8fcc49113f31e26360d3d1d38ad316c9.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 27, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/arg_processor/3e997d9761388a58baa7b454b348a99f2985b55f99cf1ea7b31f5954242f81a7.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 27, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/arg_processor/3e997d9761388a58baa7b454b348a99f2985b55f99cf1ea7b31f5954242f81a7.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 27, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 27 - }, - "While handling return value 'uris'" - ], - "start_col": 9, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_copy' in:" - ], - "start_col": 21, - "start_line": 27 - }, - "While handling return value 'uris'" - ], - "start_col": 31, - "start_line": 7 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 5, - "start_line": 27 - }, - "While handling return value 'uris_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "642": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/arg_processor/3e997d9761388a58baa7b454b348a99f2985b55f99cf1ea7b31f5954242f81a7.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 27, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 27 - }, - "While handling return value 'uris'" - ], - "start_col": 9, - "start_line": 13 - } - }, - "643": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/3e997d9761388a58baa7b454b348a99f2985b55f99cf1ea7b31f5954242f81a7.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 27, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 27 - }, - "While handling return value 'uris'" - ], - "start_col": 9, - "start_line": 14 - } - }, - "644": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/3e997d9761388a58baa7b454b348a99f2985b55f99cf1ea7b31f5954242f81a7.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 27, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 27 - }, - "While handling return value 'uris'" - ], - "start_col": 1, - "start_line": 11 - } - }, - "646": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/3e997d9761388a58baa7b454b348a99f2985b55f99cf1ea7b31f5954242f81a7.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 27, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/getUris/27bbe6e2811d5a6060091641fe546a465f4875f175231c16ca76298d6ad4834d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 26 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 27 - }, - "While handling return value 'uris'" - ], - "start_col": 7, - "start_line": 5 - } - }, - "647": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/getUris/27bbe6e2811d5a6060091641fe546a465f4875f175231c16ca76298d6ad4834d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 26 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "648": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/getUris/27bbe6e2811d5a6060091641fe546a465f4875f175231c16ca76298d6ad4834d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/getUris/27bbe6e2811d5a6060091641fe546a465f4875f175231c16ca76298d6ad4834d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 26 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 26 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "649": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/getUris/27bbe6e2811d5a6060091641fe546a465f4875f175231c16ca76298d6ad4834d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 26 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "650": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getUris/16b14650f8f77c5b220f7ec13673aa41c3b93f27e60acb61812cf0ca621ce336.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 5, - "start_line": 2 - } - }, - "652": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 26 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "653": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUris/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUris/949b182ecec4fb81f2183f1cefa71a20c084e771152261dbf56ff153c13f4d6d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 14, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "654": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUris/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUris/949b182ecec4fb81f2183f1cefa71a20c084e771152261dbf56ff153c13f4d6d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "655": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUris/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 77, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUris/949b182ecec4fb81f2183f1cefa71a20c084e771152261dbf56ff153c13f4d6d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "656": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 26 - } - }, - "658": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUris/949b182ecec4fb81f2183f1cefa71a20c084e771152261dbf56ff153c13f4d6d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUris/949b182ecec4fb81f2183f1cefa71a20c084e771152261dbf56ff153c13f4d6d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 6, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "659": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUris/949b182ecec4fb81f2183f1cefa71a20c084e771152261dbf56ff153c13f4d6d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUris/949b182ecec4fb81f2183f1cefa71a20c084e771152261dbf56ff153c13f4d6d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 6, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "660": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUris/949b182ecec4fb81f2183f1cefa71a20c084e771152261dbf56ff153c13f4d6d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 96, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getUris/949b182ecec4fb81f2183f1cefa71a20c084e771152261dbf56ff153c13f4d6d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 81, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "661": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 97, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getUris/949b182ecec4fb81f2183f1cefa71a20c084e771152261dbf56ff153c13f4d6d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "663": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUris/949b182ecec4fb81f2183f1cefa71a20c084e771152261dbf56ff153c13f4d6d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUris/949b182ecec4fb81f2183f1cefa71a20c084e771152261dbf56ff153c13f4d6d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUris/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 6, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "664": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUris/949b182ecec4fb81f2183f1cefa71a20c084e771152261dbf56ff153c13f4d6d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUris/949b182ecec4fb81f2183f1cefa71a20c084e771152261dbf56ff153c13f4d6d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUris/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 6, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "665": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getUris/949b182ecec4fb81f2183f1cefa71a20c084e771152261dbf56ff153c13f4d6d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUris/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "666": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getUris/949b182ecec4fb81f2183f1cefa71a20c084e771152261dbf56ff153c13f4d6d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUris/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "667": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getUris/949b182ecec4fb81f2183f1cefa71a20c084e771152261dbf56ff153c13f4d6d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUris/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "668": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUris/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 26, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 26 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "669": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getUri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 120, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 40, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 12, - "start_line": 40 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 120 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 13, - "start_line": 37 - } - }, - "670": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getUri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 120, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 40, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 12, - "start_line": 40 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 120 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 33, - "start_line": 37 - } - }, - "671": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getUri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 76, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 120, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 40, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 12, - "start_line": 40 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 120 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 61, - "start_line": 37 - } - }, - "672": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getUri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 89, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 40, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 40 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 78, - "start_line": 37 - } - }, - "673": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getUri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 40, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 12, - "start_line": 40 - } - }, - "675": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.getUri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 40, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 40 - } - }, - "676": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/getUri/ffe1c155873c36f06d097dd655593fa13135320e7512bcc3125b3b0fdf2414c8.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 37 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/getUri/ffe1c155873c36f06d097dd655593fa13135320e7512bcc3125b3b0fdf2414c8.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 37 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "678": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/e5c63607fcbdbe90af3e646b038ed92cbbfbdda49041f6d47804f4a9e0551fe2.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 38, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 38 - }, - "While handling return value 'uri_len'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "679": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/0e2692b9b5b0d1050bfa0e270aad02e1a4dd5194eace4357b14efae5cfb7ff33.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 38, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 20, - "start_line": 38 - }, - "While handling return value 'uri'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "680": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/0e2692b9b5b0d1050bfa0e270aad02e1a4dd5194eace4357b14efae5cfb7ff33.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 38, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 20, - "start_line": 38 - }, - "While handling return value 'uri'" - ], - "start_col": 1, - "start_line": 5 - } - }, - "682": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/e5c63607fcbdbe90af3e646b038ed92cbbfbdda49041f6d47804f4a9e0551fe2.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 38, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/0e2692b9b5b0d1050bfa0e270aad02e1a4dd5194eace4357b14efae5cfb7ff33.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 38, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 20, - "start_line": 38 - }, - "While handling return value 'uri'" - ], - "start_col": 35, - "start_line": 10 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 5, - "start_line": 38 - }, - "While handling return value 'uri_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "684": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/0e2692b9b5b0d1050bfa0e270aad02e1a4dd5194eace4357b14efae5cfb7ff33.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 38, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 20, - "start_line": 38 - }, - "While handling return value 'uri'" - ], - "start_col": 1, - "start_line": 10 - } - }, - "685": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/e5c63607fcbdbe90af3e646b038ed92cbbfbdda49041f6d47804f4a9e0551fe2.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 38, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/arg_processor/0e2692b9b5b0d1050bfa0e270aad02e1a4dd5194eace4357b14efae5cfb7ff33.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 38, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/arg_processor/0e2692b9b5b0d1050bfa0e270aad02e1a4dd5194eace4357b14efae5cfb7ff33.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 38, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 20, - "start_line": 38 - }, - "While handling return value 'uri'" - ], - "start_col": 9, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_copy' in:" - ], - "start_col": 20, - "start_line": 38 - }, - "While handling return value 'uri'" - ], - "start_col": 31, - "start_line": 7 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 5, - "start_line": 38 - }, - "While handling return value 'uri_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "687": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/arg_processor/0e2692b9b5b0d1050bfa0e270aad02e1a4dd5194eace4357b14efae5cfb7ff33.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 38, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 20, - "start_line": 38 - }, - "While handling return value 'uri'" - ], - "start_col": 9, - "start_line": 13 - } - }, - "688": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/0e2692b9b5b0d1050bfa0e270aad02e1a4dd5194eace4357b14efae5cfb7ff33.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 38, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 20, - "start_line": 38 - }, - "While handling return value 'uri'" - ], - "start_col": 9, - "start_line": 14 - } - }, - "689": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/0e2692b9b5b0d1050bfa0e270aad02e1a4dd5194eace4357b14efae5cfb7ff33.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 38, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 20, - "start_line": 38 - }, - "While handling return value 'uri'" - ], - "start_col": 1, - "start_line": 11 - } - }, - "691": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/0e2692b9b5b0d1050bfa0e270aad02e1a4dd5194eace4357b14efae5cfb7ff33.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 38, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/getUri/ffe1c155873c36f06d097dd655593fa13135320e7512bcc3125b3b0fdf2414c8.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 37 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 38 - }, - "While handling return value 'uri'" - ], - "start_col": 7, - "start_line": 5 - } - }, - "692": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/getUri/ffe1c155873c36f06d097dd655593fa13135320e7512bcc3125b3b0fdf2414c8.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 37 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "693": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/getUri/ffe1c155873c36f06d097dd655593fa13135320e7512bcc3125b3b0fdf2414c8.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/getUri/ffe1c155873c36f06d097dd655593fa13135320e7512bcc3125b3b0fdf2414c8.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 37 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 37 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "694": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/getUri/ffe1c155873c36f06d097dd655593fa13135320e7512bcc3125b3b0fdf2414c8.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 37 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "695": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getUri/168ea02ff2f5e1e0110befc18d858a5c0702d764020c5064bab1b76e9e1bf31a.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 5, - "start_line": 2 - } - }, - "697": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/302a0e7f223f7f95d8ec699c8e1fa2628283de74616337c794098be1f39f0256.cairo" - }, - "parent_location": [ - { - "end_col": 89, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 37 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 37 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 78, - "start_line": 37 - }, - "While handling calldata argument 'index'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "699": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 37 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "700": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUri/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUri/98a5f295af3a2d780151029647c3dade14bea546bcd187607b899389a63ebe1e.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 13, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "701": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUri/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUri/98a5f295af3a2d780151029647c3dade14bea546bcd187607b899389a63ebe1e.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 33, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "702": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUri/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUri/98a5f295af3a2d780151029647c3dade14bea546bcd187607b899389a63ebe1e.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 61, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "703": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/302a0e7f223f7f95d8ec699c8e1fa2628283de74616337c794098be1f39f0256.cairo" - }, - "parent_location": [ - { - "end_col": 89, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 143, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUri/98a5f295af3a2d780151029647c3dade14bea546bcd187607b899389a63ebe1e.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 123, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_index' in:" - ], - "start_col": 78, - "start_line": 37 - }, - "While handling calldata argument 'index'" - ], - "start_col": 28, - "start_line": 1 - } - }, - "704": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 37 - } - }, - "706": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUri/98a5f295af3a2d780151029647c3dade14bea546bcd187607b899389a63ebe1e.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUri/98a5f295af3a2d780151029647c3dade14bea546bcd187607b899389a63ebe1e.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "707": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUri/98a5f295af3a2d780151029647c3dade14bea546bcd187607b899389a63ebe1e.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUri/98a5f295af3a2d780151029647c3dade14bea546bcd187607b899389a63ebe1e.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "708": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUri/98a5f295af3a2d780151029647c3dade14bea546bcd187607b899389a63ebe1e.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 95, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getUri/98a5f295af3a2d780151029647c3dade14bea546bcd187607b899389a63ebe1e.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 80, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "709": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 96, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getUri/98a5f295af3a2d780151029647c3dade14bea546bcd187607b899389a63ebe1e.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "711": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUri/98a5f295af3a2d780151029647c3dade14bea546bcd187607b899389a63ebe1e.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUri/98a5f295af3a2d780151029647c3dade14bea546bcd187607b899389a63ebe1e.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "712": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUri/98a5f295af3a2d780151029647c3dade14bea546bcd187607b899389a63ebe1e.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUri/98a5f295af3a2d780151029647c3dade14bea546bcd187607b899389a63ebe1e.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "713": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getUri/98a5f295af3a2d780151029647c3dade14bea546bcd187607b899389a63ebe1e.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "714": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getUri/98a5f295af3a2d780151029647c3dade14bea546bcd187607b899389a63ebe1e.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "715": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/getUri/98a5f295af3a2d780151029647c3dade14bea546bcd187607b899389a63ebe1e.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "716": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/getUri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 12, - "end_line": 37, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 37 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "717": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 47, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 47 - } - }, - "719": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 51, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 24, - "start_line": 51 - } - }, - "721": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 51, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 51, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 10, - "start_line": 51 - }, - "While auto generating local variable for 'uri'." - ], - "start_col": 10, - "start_line": 51 - } - }, - "722": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 48, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 50, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 52, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 32, - "start_line": 52 - }, - "While expanding the reference 'start' in:" - ], - "start_col": 17, - "start_line": 50 - }, - "While expanding the reference 'pos' in:" - ], - "start_col": 16, - "start_line": 48 - } - }, - "723": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 48, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 50, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 52, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 32, - "start_line": 52 - }, - "While expanding the reference 'start' in:" - ], - "start_col": 17, - "start_line": 50 - }, - "While expanding the reference 'pos' in:" - ], - "start_col": 15, - "start_line": 48 - } - }, - "724": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 50, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 52, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 32, - "start_line": 52 - }, - "While expanding the reference 'start' in:" - ], - "start_col": 17, - "start_line": 50 - } - }, - "726": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 48, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 49, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 52, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 39, - "start_line": 52 - }, - "While expanding the reference 'uri_len' in:" - ], - "start_col": 35, - "start_line": 49 - }, - "While expanding the reference 'pos' in:" - ], - "start_col": 16, - "start_line": 48 - } - }, - "727": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 48, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 49, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 52, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 39, - "start_line": 52 - }, - "While expanding the reference 'uri_len' in:" - ], - "start_col": 35, - "start_line": 49 - }, - "While expanding the reference 'pos' in:" - ], - "start_col": 15, - "start_line": 48 - } - }, - "728": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 49, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 52, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 39, - "start_line": 52 - }, - "While expanding the reference 'uri_len' in:" - ], - "start_col": 20, - "start_line": 49 - } - }, - "729": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 51, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 51, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 52, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 12, - "start_line": 52 - }, - "While expanding the reference 'uri' in:" - ], - "start_col": 10, - "start_line": 51 - }, - "While auto generating local variable for 'uri'." - ], - "start_col": 10, - "start_line": 51 - } - }, - "730": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 52, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 17, - "start_line": 52 - } - }, - "731": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 49, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 52, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 39, - "start_line": 52 - }, - "While expanding the reference 'uri_len' in:" - ], - "start_col": 19, - "start_line": 49 - } - }, - "732": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 52, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 52 - } - }, - "734": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 48, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 49, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 53, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 13, - "start_line": 53 - }, - "While expanding the reference 'uri_len' in:" - ], - "start_col": 35, - "start_line": 49 - }, - "While expanding the reference 'pos' in:" - ], - "start_col": 16, - "start_line": 48 - } - }, - "735": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 48, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 49, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 53, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 13, - "start_line": 53 - }, - "While expanding the reference 'uri_len' in:" - ], - "start_col": 35, - "start_line": 49 - }, - "While expanding the reference 'pos' in:" - ], - "start_col": 15, - "start_line": 48 - } - }, - "736": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 49, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 53, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 13, - "start_line": 53 - }, - "While expanding the reference 'uri_len' in:" - ], - "start_col": 20, - "start_line": 49 - } - }, - "737": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 53, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 53 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 44 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 44 - } - }, - "738": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 53, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 53 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 44 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 44 - } - }, - "739": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 53, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 53 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 44 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 44 - } - }, - "740": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 49, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 53, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 13, - "start_line": 53 - }, - "While expanding the reference 'uri_len' in:" - ], - "start_col": 19, - "start_line": 49 - } - }, - "741": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 51, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 51, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 53, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 22, - "start_line": 53 - }, - "While expanding the reference 'uri' in:" - ], - "start_col": 10, - "start_line": 51 - }, - "While auto generating local variable for 'uri'." - ], - "start_col": 10, - "start_line": 51 - } - }, - "742": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 53, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 53 - } - }, - "743": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/testUris/93186184cb71ae2c7031ae11a0eb8708449a93a7b0214b026750101d50310eff.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/testUris/93186184cb71ae2c7031ae11a0eb8708449a93a7b0214b026750101d50310eff.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "745": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/e5c63607fcbdbe90af3e646b038ed92cbbfbdda49041f6d47804f4a9e0551fe2.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 46, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 7, - "start_line": 46 - }, - "While handling return value 'uri_len'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "746": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/0e2692b9b5b0d1050bfa0e270aad02e1a4dd5194eace4357b14efae5cfb7ff33.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 46, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 22, - "start_line": 46 - }, - "While handling return value 'uri'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "747": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/0e2692b9b5b0d1050bfa0e270aad02e1a4dd5194eace4357b14efae5cfb7ff33.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 46, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 22, - "start_line": 46 - }, - "While handling return value 'uri'" - ], - "start_col": 1, - "start_line": 5 - } - }, - "749": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/e5c63607fcbdbe90af3e646b038ed92cbbfbdda49041f6d47804f4a9e0551fe2.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 46, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/0e2692b9b5b0d1050bfa0e270aad02e1a4dd5194eace4357b14efae5cfb7ff33.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 46, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 22, - "start_line": 46 - }, - "While handling return value 'uri'" - ], - "start_col": 35, - "start_line": 10 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 7, - "start_line": 46 - }, - "While handling return value 'uri_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "751": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/0e2692b9b5b0d1050bfa0e270aad02e1a4dd5194eace4357b14efae5cfb7ff33.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 46, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 22, - "start_line": 46 - }, - "While handling return value 'uri'" - ], - "start_col": 1, - "start_line": 10 - } - }, - "752": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/e5c63607fcbdbe90af3e646b038ed92cbbfbdda49041f6d47804f4a9e0551fe2.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 46, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/arg_processor/0e2692b9b5b0d1050bfa0e270aad02e1a4dd5194eace4357b14efae5cfb7ff33.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 46, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/arg_processor/0e2692b9b5b0d1050bfa0e270aad02e1a4dd5194eace4357b14efae5cfb7ff33.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 46, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 22, - "start_line": 46 - }, - "While handling return value 'uri'" - ], - "start_col": 9, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_copy' in:" - ], - "start_col": 22, - "start_line": 46 - }, - "While handling return value 'uri'" - ], - "start_col": 31, - "start_line": 7 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 7, - "start_line": 46 - }, - "While handling return value 'uri_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "754": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/arg_processor/0e2692b9b5b0d1050bfa0e270aad02e1a4dd5194eace4357b14efae5cfb7ff33.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 46, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 22, - "start_line": 46 - }, - "While handling return value 'uri'" - ], - "start_col": 9, - "start_line": 13 - } - }, - "755": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/0e2692b9b5b0d1050bfa0e270aad02e1a4dd5194eace4357b14efae5cfb7ff33.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 46, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 22, - "start_line": 46 - }, - "While handling return value 'uri'" - ], - "start_col": 9, - "start_line": 14 - } - }, - "756": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/0e2692b9b5b0d1050bfa0e270aad02e1a4dd5194eace4357b14efae5cfb7ff33.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 46, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 22, - "start_line": 46 - }, - "While handling return value 'uri'" - ], - "start_col": 1, - "start_line": 11 - } - }, - "758": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/0e2692b9b5b0d1050bfa0e270aad02e1a4dd5194eace4357b14efae5cfb7ff33.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 46, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/testUris/93186184cb71ae2c7031ae11a0eb8708449a93a7b0214b026750101d50310eff.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 22, - "start_line": 46 - }, - "While handling return value 'uri'" - ], - "start_col": 7, - "start_line": 5 - } - }, - "759": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/testUris/93186184cb71ae2c7031ae11a0eb8708449a93a7b0214b026750101d50310eff.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "760": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/testUris/93186184cb71ae2c7031ae11a0eb8708449a93a7b0214b026750101d50310eff.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/testUris/93186184cb71ae2c7031ae11a0eb8708449a93a7b0214b026750101d50310eff.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 44 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "761": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/testUris/93186184cb71ae2c7031ae11a0eb8708449a93a7b0214b026750101d50310eff.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "762": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/testUris/5fa0e26a7047774b90cdb3007fc92aad94a8347fffeb6fff9cdc9d7c17b713e3.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 5, - "start_line": 2 - } - }, - "764": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/ebfe7743ee2a7d26a243da33d07168cae9419b48d861bde75986fc65feb11420.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 45, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 29, - "start_line": 45 - }, - "While handling calldata argument 'encoded_uris'" - ], - "start_col": 9, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "765": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/073ad342b04c4113aad0e4fcc310e3b998c1ae0103c8f54e93d61ae6e4766e81.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 45, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/ebfe7743ee2a7d26a243da33d07168cae9419b48d861bde75986fc65feb11420.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 45, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 29, - "start_line": 45 - }, - "While handling calldata argument 'encoded_uris'" - ], - "start_col": 28, - "start_line": 2 - }, - "While expanding the reference '__calldata_arg_encoded_uris_len' in:" - ], - "start_col": 5, - "start_line": 45 - }, - "While handling calldata argument 'encoded_uris_len'" - ], - "start_col": 39, - "start_line": 1 - } - }, - "766": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/ebfe7743ee2a7d26a243da33d07168cae9419b48d861bde75986fc65feb11420.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 45, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 29, - "start_line": 45 - }, - "While handling calldata argument 'encoded_uris'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "767": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/073ad342b04c4113aad0e4fcc310e3b998c1ae0103c8f54e93d61ae6e4766e81.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 45, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/ebfe7743ee2a7d26a243da33d07168cae9419b48d861bde75986fc65feb11420.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 45, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 29, - "start_line": 45 - }, - "While handling calldata argument 'encoded_uris'" - ], - "start_col": 26, - "start_line": 8 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 5, - "start_line": 45 - }, - "While handling calldata argument 'encoded_uris_len'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "769": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/073ad342b04c4113aad0e4fcc310e3b998c1ae0103c8f54e93d61ae6e4766e81.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 45, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/ebfe7743ee2a7d26a243da33d07168cae9419b48d861bde75986fc65feb11420.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 45, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 29, - "start_line": 45 - }, - "While handling calldata argument 'encoded_uris'" - ], - "start_col": 43, - "start_line": 8 - }, - "While expanding the reference '__calldata_arg_encoded_uris_len' in:" - ], - "start_col": 5, - "start_line": 45 - }, - "While handling calldata argument 'encoded_uris_len'" - ], - "start_col": 39, - "start_line": 1 - } - }, - "770": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/ebfe7743ee2a7d26a243da33d07168cae9419b48d861bde75986fc65feb11420.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 45, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 29, - "start_line": 45 - }, - "While handling calldata argument 'encoded_uris'" - ], - "start_col": 26, - "start_line": 8 - } - }, - "771": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/302a0e7f223f7f95d8ec699c8e1fa2628283de74616337c794098be1f39f0256.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 45, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 44 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 50, - "start_line": 45 - }, - "While handling calldata argument 'index'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "773": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "774": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/ebfe7743ee2a7d26a243da33d07168cae9419b48d861bde75986fc65feb11420.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 45, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/a10454f81fc641c3a6624a8376b2c503ea06e3d0ff8d190d60bb846b87a3927a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 29, - "start_line": 45 - }, - "While handling calldata argument 'encoded_uris'" - ], - "start_col": 23, - "start_line": 3 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "775": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/a10454f81fc641c3a6624a8376b2c503ea06e3d0ff8d190d60bb846b87a3927a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "776": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/a10454f81fc641c3a6624a8376b2c503ea06e3d0ff8d190d60bb846b87a3927a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "777": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/ebfe7743ee2a7d26a243da33d07168cae9419b48d861bde75986fc65feb11420.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 45, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/a10454f81fc641c3a6624a8376b2c503ea06e3d0ff8d190d60bb846b87a3927a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 29, - "start_line": 45 - }, - "While handling calldata argument 'encoded_uris'" - ], - "start_col": 23, - "start_line": 3 - } - }, - "779": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/073ad342b04c4113aad0e4fcc310e3b998c1ae0103c8f54e93d61ae6e4766e81.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 45, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 165, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/a10454f81fc641c3a6624a8376b2c503ea06e3d0ff8d190d60bb846b87a3927a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 134, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_encoded_uris_len' in:" - ], - "start_col": 5, - "start_line": 45 - }, - "While handling calldata argument 'encoded_uris_len'" - ], - "start_col": 39, - "start_line": 1 - } - }, - "780": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/ebfe7743ee2a7d26a243da33d07168cae9419b48d861bde75986fc65feb11420.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 45, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 207, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/a10454f81fc641c3a6624a8376b2c503ea06e3d0ff8d190d60bb846b87a3927a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 180, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_encoded_uris' in:" - ], - "start_col": 29, - "start_line": 45 - }, - "While handling calldata argument 'encoded_uris'" - ], - "start_col": 35, - "start_line": 5 - } - }, - "782": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/302a0e7f223f7f95d8ec699c8e1fa2628283de74616337c794098be1f39f0256.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 45, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 235, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/a10454f81fc641c3a6624a8376b2c503ea06e3d0ff8d190d60bb846b87a3927a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 215, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_index' in:" - ], - "start_col": 50, - "start_line": 45 - }, - "While handling calldata argument 'index'" - ], - "start_col": 28, - "start_line": 1 - } - }, - "783": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - } - }, - "785": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/a10454f81fc641c3a6624a8376b2c503ea06e3d0ff8d190d60bb846b87a3927a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/a10454f81fc641c3a6624a8376b2c503ea06e3d0ff8d190d60bb846b87a3927a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "786": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/a10454f81fc641c3a6624a8376b2c503ea06e3d0ff8d190d60bb846b87a3927a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/a10454f81fc641c3a6624a8376b2c503ea06e3d0ff8d190d60bb846b87a3927a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "787": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/a10454f81fc641c3a6624a8376b2c503ea06e3d0ff8d190d60bb846b87a3927a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 97, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/testUris/a10454f81fc641c3a6624a8376b2c503ea06e3d0ff8d190d60bb846b87a3927a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 82, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "788": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/testUris/a10454f81fc641c3a6624a8376b2c503ea06e3d0ff8d190d60bb846b87a3927a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "790": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/a10454f81fc641c3a6624a8376b2c503ea06e3d0ff8d190d60bb846b87a3927a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/a10454f81fc641c3a6624a8376b2c503ea06e3d0ff8d190d60bb846b87a3927a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "791": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/a10454f81fc641c3a6624a8376b2c503ea06e3d0ff8d190d60bb846b87a3927a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/a10454f81fc641c3a6624a8376b2c503ea06e3d0ff8d190d60bb846b87a3927a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "792": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/testUris/a10454f81fc641c3a6624a8376b2c503ea06e3d0ff8d190d60bb846b87a3927a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "793": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/testUris/a10454f81fc641c3a6624a8376b2c503ea06e3d0ff8d190d60bb846b87a3927a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "794": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/testUris/a10454f81fc641c3a6624a8376b2c503ea06e3d0ff8d190d60bb846b87a3927a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "795": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/testUris/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 44, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 44 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "796": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 60, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 60 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 28, - "start_line": 40 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 14, - "start_line": 57 - } - }, - "797": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 60, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 60 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 48, - "start_line": 40 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 57 - } - }, - "798": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 91, - "end_line": 40, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 60, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 60 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 76, - "start_line": 40 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 57 - } - }, - "799": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 60, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 60 - } - }, - "801": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 58, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 61, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 61 - }, - "While expanding the reference 'uris_len' in:" - ], - "start_col": 5, - "start_line": 58 - } - }, - "802": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 61, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 61 - } - }, - "804": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 62, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 23, - "start_line": 62 - } - }, - "806": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 58, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 62, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 35, - "start_line": 62 - }, - "While expanding the reference 'uris_len' in:" - ], - "start_col": 5, - "start_line": 58 - } - }, - "807": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 58, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 62, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 50, - "start_line": 62 - }, - "While expanding the reference 'uris' in:" - ], - "start_col": 21, - "start_line": 58 - } - }, - "808": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 62, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 62 - } - }, - "810": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 63, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 63 - } - }, - "811": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setUris/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 77, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/4d3c3312cf28c6aaaca9e6272964446e12daddba3759882910a365c0efed08b3.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 58, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 58 - }, - "While handling calldata argument 'uris'" - ], - "start_col": 9, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 57 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "812": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/860925ba0e84404f570d0f727a5bc2dbe9f339c324eb0fc9b3b7324b211ad7e9.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 58, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/4d3c3312cf28c6aaaca9e6272964446e12daddba3759882910a365c0efed08b3.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 58, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 58 - }, - "While handling calldata argument 'uris'" - ], - "start_col": 28, - "start_line": 2 - }, - "While expanding the reference '__calldata_arg_uris_len' in:" - ], - "start_col": 5, - "start_line": 58 - }, - "While handling calldata argument 'uris_len'" - ], - "start_col": 31, - "start_line": 1 - } - }, - "813": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/4d3c3312cf28c6aaaca9e6272964446e12daddba3759882910a365c0efed08b3.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 58, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 58 - }, - "While handling calldata argument 'uris'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "814": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/860925ba0e84404f570d0f727a5bc2dbe9f339c324eb0fc9b3b7324b211ad7e9.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 58, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/4d3c3312cf28c6aaaca9e6272964446e12daddba3759882910a365c0efed08b3.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 58, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 58 - }, - "While handling calldata argument 'uris'" - ], - "start_col": 26, - "start_line": 8 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 5, - "start_line": 58 - }, - "While handling calldata argument 'uris_len'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "816": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/860925ba0e84404f570d0f727a5bc2dbe9f339c324eb0fc9b3b7324b211ad7e9.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 58, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/4d3c3312cf28c6aaaca9e6272964446e12daddba3759882910a365c0efed08b3.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 58, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 58 - }, - "While handling calldata argument 'uris'" - ], - "start_col": 43, - "start_line": 8 - }, - "While expanding the reference '__calldata_arg_uris_len' in:" - ], - "start_col": 5, - "start_line": 58 - }, - "While handling calldata argument 'uris_len'" - ], - "start_col": 31, - "start_line": 1 - } - }, - "817": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 70, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/4d3c3312cf28c6aaaca9e6272964446e12daddba3759882910a365c0efed08b3.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 58, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 58 - }, - "While handling calldata argument 'uris'" - ], - "start_col": 26, - "start_line": 8 - } - }, - "818": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 57 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "819": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setUris/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 77, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/4d3c3312cf28c6aaaca9e6272964446e12daddba3759882910a365c0efed08b3.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 58, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setUris/77b2e0c8d6c3be67c8b2ebdac4e543e9663cde85b9a9088f620d8d3fb9704f3f.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 57 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 58 - }, - "While handling calldata argument 'uris'" - ], - "start_col": 23, - "start_line": 3 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 62, - "start_line": 57 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "820": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setUris/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setUris/77b2e0c8d6c3be67c8b2ebdac4e543e9663cde85b9a9088f620d8d3fb9704f3f.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 57 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 14, - "start_line": 57 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "821": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setUris/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setUris/77b2e0c8d6c3be67c8b2ebdac4e543e9663cde85b9a9088f620d8d3fb9704f3f.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 57 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 57 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "822": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/4d3c3312cf28c6aaaca9e6272964446e12daddba3759882910a365c0efed08b3.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 58, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setUris/77b2e0c8d6c3be67c8b2ebdac4e543e9663cde85b9a9088f620d8d3fb9704f3f.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 57 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 58 - }, - "While handling calldata argument 'uris'" - ], - "start_col": 23, - "start_line": 3 - } - }, - "824": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/860925ba0e84404f570d0f727a5bc2dbe9f339c324eb0fc9b3b7324b211ad7e9.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 58, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 149, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setUris/77b2e0c8d6c3be67c8b2ebdac4e543e9663cde85b9a9088f620d8d3fb9704f3f.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 57 - }, - "While constructing the external wrapper for:" - ], - "start_col": 126, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_uris_len' in:" - ], - "start_col": 5, - "start_line": 58 - }, - "While handling calldata argument 'uris_len'" - ], - "start_col": 31, - "start_line": 1 - } - }, - "825": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/4d3c3312cf28c6aaaca9e6272964446e12daddba3759882910a365c0efed08b3.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 58, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 175, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setUris/77b2e0c8d6c3be67c8b2ebdac4e543e9663cde85b9a9088f620d8d3fb9704f3f.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 57 - }, - "While constructing the external wrapper for:" - ], - "start_col": 156, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_uris' in:" - ], - "start_col": 21, - "start_line": 58 - }, - "While handling calldata argument 'uris'" - ], - "start_col": 27, - "start_line": 5 - } - }, - "827": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 57 - } - }, - "829": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setUris" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/setUris/77b2e0c8d6c3be67c8b2ebdac4e543e9663cde85b9a9088f620d8d3fb9704f3f.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 57 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/setUris/77b2e0c8d6c3be67c8b2ebdac4e543e9663cde85b9a9088f620d8d3fb9704f3f.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 57 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "831": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setUris/77b2e0c8d6c3be67c8b2ebdac4e543e9663cde85b9a9088f620d8d3fb9704f3f.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setUris/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 57 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 57 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "832": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setUris/77b2e0c8d6c3be67c8b2ebdac4e543e9663cde85b9a9088f620d8d3fb9704f3f.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setUris/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 57 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 57 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "833": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setUris/77b2e0c8d6c3be67c8b2ebdac4e543e9663cde85b9a9088f620d8d3fb9704f3f.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setUris/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 57 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 57 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "834": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/setUris/77b2e0c8d6c3be67c8b2ebdac4e543e9663cde85b9a9088f620d8d3fb9704f3f.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setUris/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 57 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 57 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "836": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/setUris/77b2e0c8d6c3be67c8b2ebdac4e543e9663cde85b9a9088f620d8d3fb9704f3f.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setUris/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 57 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 57 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "837": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setUris" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/setUris/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 57, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 57 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "838": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 70, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 70 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 29, - "start_line": 60 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 67 - } - }, - "839": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 70, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 70, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 70 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 49, - "start_line": 60 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 44, - "start_line": 67 - } - }, - "840": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 87, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 92, - "end_line": 60, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 70, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 70 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 77, - "start_line": 60 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 72, - "start_line": 67 - } - }, - "841": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 68, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 70, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 32, - "start_line": 70 - }, - "While expanding the reference 'new_owner' in:" - ], - "start_col": 5, - "start_line": 68 - } - }, - "842": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 70, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 70 - } - }, - "844": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 71, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 71 - } - }, - "845": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/450f0509800d3afb78e5f375ff7b17115e6b5d0fd7e2bff94c78fdb15f5f2d10.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 68, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 67 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 67 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 5, - "start_line": 68 - }, - "While handling calldata argument 'new_owner'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "847": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 67 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "848": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 67 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 67 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "849": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 67 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 44, - "start_line": 67 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "850": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 87, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 67 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 72, - "start_line": 67 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "851": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/450f0509800d3afb78e5f375ff7b17115e6b5d0fd7e2bff94c78fdb15f5f2d10.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 68, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 151, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 67 - }, - "While constructing the external wrapper for:" - ], - "start_col": 127, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_new_owner' in:" - ], - "start_col": 5, - "start_line": 68 - }, - "While handling calldata argument 'new_owner'" - ], - "start_col": 32, - "start_line": 1 - } - }, - "852": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 67 - } - }, - "854": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 67 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 67 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "856": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 67 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 67 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "857": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 67 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 67 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "858": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 67 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 67 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "859": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 67 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 67 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "861": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/c2abbdf6d40d1d1b0441e88eb8846ba0c3d55e5f282e3d3f8d0a35a43a9b3e33.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 67 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 67 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "862": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/transferOwnership/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 67, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 67 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "863": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 78, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 78 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 31 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 75 - } - }, - "864": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 78, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 78 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 31 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 75 - } - }, - "865": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/openzeppelin/access/ownable/library.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 78, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 78 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 31 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 75 - } - }, - "866": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 76, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 78, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 25, - "start_line": 78 - }, - "While expanding the reference 'owner' in:" - ], - "start_col": 5, - "start_line": 76 - } - }, - "867": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 78, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 78 - } - }, - "869": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 76, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 79, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 79 - }, - "While expanding the reference 'uris_len' in:" - ], - "start_col": 18, - "start_line": 76 - } - }, - "870": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 79, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 79 - } - }, - "872": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 80, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 23, - "start_line": 80 - } - }, - "874": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 76, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 80, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 35, - "start_line": 80 - }, - "While expanding the reference 'uris_len' in:" - ], - "start_col": 18, - "start_line": 76 - } - }, - "875": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 76, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 80, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 50, - "start_line": 80 - }, - "While expanding the reference 'uris' in:" - ], - "start_col": 34, - "start_line": 76 - } - }, - "876": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 80, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 80 - } - }, - "878": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 81, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 81 - } - }, - "879": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/constructor/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/4d3c3312cf28c6aaaca9e6272964446e12daddba3759882910a365c0efed08b3.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 76, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 34, - "start_line": 76 - }, - "While handling calldata argument 'uris'" - ], - "start_col": 9, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "880": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/860925ba0e84404f570d0f727a5bc2dbe9f339c324eb0fc9b3b7324b211ad7e9.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 76, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/4d3c3312cf28c6aaaca9e6272964446e12daddba3759882910a365c0efed08b3.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 76, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 34, - "start_line": 76 - }, - "While handling calldata argument 'uris'" - ], - "start_col": 28, - "start_line": 2 - }, - "While expanding the reference '__calldata_arg_uris_len' in:" - ], - "start_col": 18, - "start_line": 76 - }, - "While handling calldata argument 'uris_len'" - ], - "start_col": 31, - "start_line": 1 - } - }, - "881": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/4d3c3312cf28c6aaaca9e6272964446e12daddba3759882910a365c0efed08b3.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 76, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 34, - "start_line": 76 - }, - "While handling calldata argument 'uris'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "882": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/860925ba0e84404f570d0f727a5bc2dbe9f339c324eb0fc9b3b7324b211ad7e9.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 76, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/4d3c3312cf28c6aaaca9e6272964446e12daddba3759882910a365c0efed08b3.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 76, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 34, - "start_line": 76 - }, - "While handling calldata argument 'uris'" - ], - "start_col": 26, - "start_line": 8 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 18, - "start_line": 76 - }, - "While handling calldata argument 'uris_len'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "884": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/860925ba0e84404f570d0f727a5bc2dbe9f339c324eb0fc9b3b7324b211ad7e9.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 76, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/4d3c3312cf28c6aaaca9e6272964446e12daddba3759882910a365c0efed08b3.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 76, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 34, - "start_line": 76 - }, - "While handling calldata argument 'uris'" - ], - "start_col": 43, - "start_line": 8 - }, - "While expanding the reference '__calldata_arg_uris_len' in:" - ], - "start_col": 18, - "start_line": 76 - }, - "While handling calldata argument 'uris_len'" - ], - "start_col": 31, - "start_line": 1 - } - }, - "885": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 70, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/4d3c3312cf28c6aaaca9e6272964446e12daddba3759882910a365c0efed08b3.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 76, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 34, - "start_line": 76 - }, - "While handling calldata argument 'uris'" - ], - "start_col": 26, - "start_line": 8 - } - }, - "886": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "887": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/constructor/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/4d3c3312cf28c6aaaca9e6272964446e12daddba3759882910a365c0efed08b3.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 76, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/constructor/8682a073fe3cc70bab3d539eb66aed8590e5785f411e73a386699f142b9a4b35.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 34, - "start_line": 76 - }, - "While handling calldata argument 'uris'" - ], - "start_col": 23, - "start_line": 3 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "888": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/constructor/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/constructor/8682a073fe3cc70bab3d539eb66aed8590e5785f411e73a386699f142b9a4b35.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "889": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/constructor/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/constructor/8682a073fe3cc70bab3d539eb66aed8590e5785f411e73a386699f142b9a4b35.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "890": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/4d3c3312cf28c6aaaca9e6272964446e12daddba3759882910a365c0efed08b3.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 76, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/constructor/8682a073fe3cc70bab3d539eb66aed8590e5785f411e73a386699f142b9a4b35.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 34, - "start_line": 76 - }, - "While handling calldata argument 'uris'" - ], - "start_col": 23, - "start_line": 3 - } - }, - "892": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/f6a4d9ae897caf37cefd18f7c8da7eee73157818279359aadee282f0fe59cdbc.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 76, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 143, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/constructor/8682a073fe3cc70bab3d539eb66aed8590e5785f411e73a386699f142b9a4b35.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 123, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_owner' in:" - ], - "start_col": 5, - "start_line": 76 - }, - "While handling calldata argument 'owner'" - ], - "start_col": 28, - "start_line": 1 - } - }, - "893": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/860925ba0e84404f570d0f727a5bc2dbe9f339c324eb0fc9b3b7324b211ad7e9.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 76, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 177, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/constructor/8682a073fe3cc70bab3d539eb66aed8590e5785f411e73a386699f142b9a4b35.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 154, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_uris_len' in:" - ], - "start_col": 18, - "start_line": 76 - }, - "While handling calldata argument 'uris_len'" - ], - "start_col": 31, - "start_line": 1 - } - }, - "894": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/4d3c3312cf28c6aaaca9e6272964446e12daddba3759882910a365c0efed08b3.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 76, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 203, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/constructor/8682a073fe3cc70bab3d539eb66aed8590e5785f411e73a386699f142b9a4b35.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 184, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_uris' in:" - ], - "start_col": 34, - "start_line": 76 - }, - "While handling calldata argument 'uris'" - ], - "start_col": 27, - "start_line": 5 - } - }, - "896": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 75 - } - }, - "898": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/constructor/8682a073fe3cc70bab3d539eb66aed8590e5785f411e73a386699f142b9a4b35.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/constructor/8682a073fe3cc70bab3d539eb66aed8590e5785f411e73a386699f142b9a4b35.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "900": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/constructor/8682a073fe3cc70bab3d539eb66aed8590e5785f411e73a386699f142b9a4b35.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/constructor/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "901": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/constructor/8682a073fe3cc70bab3d539eb66aed8590e5785f411e73a386699f142b9a4b35.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/constructor/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "902": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/constructor/8682a073fe3cc70bab3d539eb66aed8590e5785f411e73a386699f142b9a4b35.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/constructor/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "903": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/constructor/8682a073fe3cc70bab3d539eb66aed8590e5785f411e73a386699f142b9a4b35.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/constructor/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "905": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/constructor/8682a073fe3cc70bab3d539eb66aed8590e5785f411e73a386699f142b9a4b35.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/constructor/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "906": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/constructor/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 75, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "907": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 88, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 88 - } - }, - "909": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 89, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 35, - "start_line": 89 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 85 - } - }, - "910": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 86, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 89, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 49, - "start_line": 89 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 5, - "start_line": 86 - } - }, - "911": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 86, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 89, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 59, - "start_line": 89 - }, - "While expanding the reference 'value' in:" - ], - "start_col": 21, - "start_line": 86 - } - }, - "912": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 89, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 20, - "start_line": 89 - } - }, - "914": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 124, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 90, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 23, - "start_line": 90 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 124 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 85 - } - }, - "915": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 89, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 90, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 34, - "start_line": 90 - }, - "While expanding the reference 'rarity' in:" - ], - "start_col": 10, - "start_line": 89 - } - }, - "916": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 90, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 23, - "start_line": 90 - } - }, - "918": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 91, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 23, - "start_line": 91 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 85 - } - }, - "919": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 89, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 91, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 23, - "start_line": 91 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 89 - } - }, - "920": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 124, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 90, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 91, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 23, - "start_line": 91 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 90 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 124 - } - }, - "921": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 91, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 34, - "start_line": 91 - } - }, - "923": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 91, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 23, - "start_line": 91 - } - }, - "925": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 91, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 297, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 92, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 22, - "start_line": 92 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 297 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 91 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "926": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 90, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 92, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 39, - "start_line": 92 - }, - "While expanding the reference 'rarity' in:" - ], - "start_col": 13, - "start_line": 90 - } - }, - "927": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 91, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 92, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 47, - "start_line": 92 - }, - "While expanding the reference 'uri_count' in:" - ], - "start_col": 10, - "start_line": 91 - } - }, - "928": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 92, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 22, - "start_line": 92 - } - }, - "930": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 91, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 120, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 93, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 38, - "start_line": 93 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 120 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 91 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "931": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 91, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 120, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 93, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 38, - "start_line": 93 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 120 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 91 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "932": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 297, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 92, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 120, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 93, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 38, - "start_line": 93 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 120 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 22, - "start_line": 92 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 297 - } - }, - "933": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 92, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 93, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 47, - "start_line": 93 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 13, - "start_line": 92 - } - }, - "934": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 93, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 38, - "start_line": 93 - } - }, - "936": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 94, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 94 - } - }, - "937": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/token_uri/f48cf5085ac07908983bbc364b0ba70d64fa7f2a9b8dc38e9d6fe3783bd626a8.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/token_uri/f48cf5085ac07908983bbc364b0ba70d64fa7f2a9b8dc38e9d6fe3783bd626a8.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "939": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/5462c9ea522f66a6a8b3de2f37f244c7074893fe5c8d0b413046098a1ccfc2ce.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 87, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 7, - "start_line": 87 - }, - "While handling return value 'token_uri_len'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "940": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 87, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 28, - "start_line": 87 - }, - "While handling return value 'token_uri'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "941": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 87, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 28, - "start_line": 87 - }, - "While handling return value 'token_uri'" - ], - "start_col": 1, - "start_line": 5 - } - }, - "943": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/5462c9ea522f66a6a8b3de2f37f244c7074893fe5c8d0b413046098a1ccfc2ce.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 87, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 87, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 28, - "start_line": 87 - }, - "While handling return value 'token_uri'" - ], - "start_col": 35, - "start_line": 10 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 7, - "start_line": 87 - }, - "While handling return value 'token_uri_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "945": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 84, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 87, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 28, - "start_line": 87 - }, - "While handling return value 'token_uri'" - ], - "start_col": 1, - "start_line": 10 - } - }, - "946": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/5462c9ea522f66a6a8b3de2f37f244c7074893fe5c8d0b413046098a1ccfc2ce.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 87, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 87, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 87, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 28, - "start_line": 87 - }, - "While handling return value 'token_uri'" - ], - "start_col": 9, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_copy' in:" - ], - "start_col": 28, - "start_line": 87 - }, - "While handling return value 'token_uri'" - ], - "start_col": 31, - "start_line": 7 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 7, - "start_line": 87 - }, - "While handling return value 'token_uri_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "948": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 87, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 28, - "start_line": 87 - }, - "While handling return value 'token_uri'" - ], - "start_col": 9, - "start_line": 13 - } - }, - "949": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 87, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 28, - "start_line": 87 - }, - "While handling return value 'token_uri'" - ], - "start_col": 9, - "start_line": 14 - } - }, - "950": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 87, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 28, - "start_line": 87 - }, - "While handling return value 'token_uri'" - ], - "start_col": 1, - "start_line": 11 - } - }, - "952": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/8d1ba44ec0b1d27c24688348db19d49f555faaa5454ce90a4e7ba33d6a63afea.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 87, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/token_uri/f48cf5085ac07908983bbc364b0ba70d64fa7f2a9b8dc38e9d6fe3783bd626a8.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 28, - "start_line": 87 - }, - "While handling return value 'token_uri'" - ], - "start_col": 7, - "start_line": 5 - } - }, - "953": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/token_uri/f48cf5085ac07908983bbc364b0ba70d64fa7f2a9b8dc38e9d6fe3783bd626a8.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "954": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/token_uri/f48cf5085ac07908983bbc364b0ba70d64fa7f2a9b8dc38e9d6fe3783bd626a8.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/token_uri/f48cf5085ac07908983bbc364b0ba70d64fa7f2a9b8dc38e9d6fe3783bd626a8.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 85 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "955": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/token_uri/f48cf5085ac07908983bbc364b0ba70d64fa7f2a9b8dc38e9d6fe3783bd626a8.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "956": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/token_uri/0e46c67014b1932c61618de0923cda1cd086d4d13ccfc96398cf52540cb66251.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 5, - "start_line": 2 - } - }, - "958": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/e1eb73cd870ec466294c3700e77817cf3c039ac1384882ddb76383eb87a5da90.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 86, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 85 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 34, - "start_line": 86 - }, - "While handling calldata argument 'name'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "960": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "961": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/9d05eaea81d1f118198de7fbeb87299791e5ee5607b9eeaa2f7214ab7ab8249b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "962": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/9d05eaea81d1f118198de7fbeb87299791e5ee5607b9eeaa2f7214ab7ab8249b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "963": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/9d05eaea81d1f118198de7fbeb87299791e5ee5607b9eeaa2f7214ab7ab8249b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "964": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/92bae94c430cca894eac466fa5be50d176f1f62e79244db218577fbac5e84220.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 86, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 149, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/9d05eaea81d1f118198de7fbeb87299791e5ee5607b9eeaa2f7214ab7ab8249b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 126, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_token_id' in:" - ], - "start_col": 5, - "start_line": 86 - }, - "While handling calldata argument 'token_id'" - ], - "start_col": 31, - "start_line": 1 - } - }, - "965": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/3e93b8906c329e7a5c33e020ce7a5a9c542c4444955be98eec5fcbef545a8662.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 86, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 177, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/9d05eaea81d1f118198de7fbeb87299791e5ee5607b9eeaa2f7214ab7ab8249b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 157, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_value' in:" - ], - "start_col": 21, - "start_line": 86 - }, - "While handling calldata argument 'value'" - ], - "start_col": 28, - "start_line": 1 - } - }, - "966": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/e1eb73cd870ec466294c3700e77817cf3c039ac1384882ddb76383eb87a5da90.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 86, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 203, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/9d05eaea81d1f118198de7fbeb87299791e5ee5607b9eeaa2f7214ab7ab8249b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 184, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_name' in:" - ], - "start_col": 34, - "start_line": 86 - }, - "While handling calldata argument 'name'" - ], - "start_col": 27, - "start_line": 1 - } - }, - "967": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - } - }, - "969": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/9d05eaea81d1f118198de7fbeb87299791e5ee5607b9eeaa2f7214ab7ab8249b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/9d05eaea81d1f118198de7fbeb87299791e5ee5607b9eeaa2f7214ab7ab8249b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "970": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/9d05eaea81d1f118198de7fbeb87299791e5ee5607b9eeaa2f7214ab7ab8249b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/9d05eaea81d1f118198de7fbeb87299791e5ee5607b9eeaa2f7214ab7ab8249b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "971": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/9d05eaea81d1f118198de7fbeb87299791e5ee5607b9eeaa2f7214ab7ab8249b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 98, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/token_uri/9d05eaea81d1f118198de7fbeb87299791e5ee5607b9eeaa2f7214ab7ab8249b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 83, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "972": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 99, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/token_uri/9d05eaea81d1f118198de7fbeb87299791e5ee5607b9eeaa2f7214ab7ab8249b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "974": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/9d05eaea81d1f118198de7fbeb87299791e5ee5607b9eeaa2f7214ab7ab8249b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/9d05eaea81d1f118198de7fbeb87299791e5ee5607b9eeaa2f7214ab7ab8249b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "975": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/9d05eaea81d1f118198de7fbeb87299791e5ee5607b9eeaa2f7214ab7ab8249b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/9d05eaea81d1f118198de7fbeb87299791e5ee5607b9eeaa2f7214ab7ab8249b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "976": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/token_uri/9d05eaea81d1f118198de7fbeb87299791e5ee5607b9eeaa2f7214ab7ab8249b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "977": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/token_uri/9d05eaea81d1f118198de7fbeb87299791e5ee5607b9eeaa2f7214ab7ab8249b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "978": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/token_uri/9d05eaea81d1f118198de7fbeb87299791e5ee5607b9eeaa2f7214ab7ab8249b.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 63, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "979": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/token_uri/da17921a4e81c09e730800bbf23bfdbe5e9e6bfaedc59d80fbf62087fa43c27d.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 85, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 6, - "start_line": 85 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "980": { - "accessible_scopes": [ - "__main__", - "__main__._uris_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 100, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 9, - "start_line": 100 - } - }, - "981": { - "accessible_scopes": [ - "__main__", - "__main__._uris_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 100, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 100 - } - }, - "983": { - "accessible_scopes": [ - "__main__", - "__main__._uris_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 97, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 97, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 101, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 9, - "start_line": 101 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 97 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 97 - } - }, - "984": { - "accessible_scopes": [ - "__main__", - "__main__._uris_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 97, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 97, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 101, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 9, - "start_line": 101 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 97 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 97 - } - }, - "985": { - "accessible_scopes": [ - "__main__", - "__main__._uris_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 97, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 97, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 101, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 9, - "start_line": 101 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 97 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 97 - } - }, - "986": { - "accessible_scopes": [ - "__main__", - "__main__._uris_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 101, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 9, - "start_line": 101 - } - }, - "987": { - "accessible_scopes": [ - "__main__", - "__main__._uris_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 103, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 104, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 24, - "start_line": 104 - }, - "While expanding the reference 'current' in:" - ], - "start_col": 19, - "start_line": 103 - } - }, - "988": { - "accessible_scopes": [ - "__main__", - "__main__._uris_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 97, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 104, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 104 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 97 - } - }, - "989": { - "accessible_scopes": [ - "__main__", - "__main__._uris_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 97, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 104, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 104 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 97 - } - }, - "990": { - "accessible_scopes": [ - "__main__", - "__main__._uris_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 97, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 104, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 104 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 97 - } - }, - "991": { - "accessible_scopes": [ - "__main__", - "__main__._uris_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 98, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 104, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 17, - "start_line": 104 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 5, - "start_line": 98 - } - }, - "992": { - "accessible_scopes": [ - "__main__", - "__main__._uris_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 103, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 104, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 24, - "start_line": 104 - }, - "While expanding the reference 'current' in:" - ], - "start_col": 19, - "start_line": 103 - } - }, - "993": { - "accessible_scopes": [ - "__main__", - "__main__._uris_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 104, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 104 - } - }, - "995": { - "accessible_scopes": [ - "__main__", - "__main__._uris_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 105, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 24, - "start_line": 105 - } - }, - "997": { - "accessible_scopes": [ - "__main__", - "__main__._uris_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 98, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 105, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 35, - "start_line": 105 - }, - "While expanding the reference 'uris_len' in:" - ], - "start_col": 18, - "start_line": 98 - } - }, - "998": { - "accessible_scopes": [ - "__main__", - "__main__._uris_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 98, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 105, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 45, - "start_line": 105 - }, - "While expanding the reference 'uris' in:" - ], - "start_col": 34, - "start_line": 98 - } - }, - "999": { - "accessible_scopes": [ - "__main__", - "__main__._uris_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 105, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 12, - "start_line": 105 - } - }, - "1001": { - "accessible_scopes": [ - "__main__", - "__main__._uris_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 105, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 105 - } - }, - "1002": { - "accessible_scopes": [ - "__main__", - "__main__._uris_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 108, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 111, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 111 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 108 - } - }, - "1003": { - "accessible_scopes": [ - "__main__", - "__main__._uris_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 108, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 111, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 111 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 37, - "start_line": 108 - } - }, - "1004": { - "accessible_scopes": [ - "__main__", - "__main__._uris_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 108, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 111, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 111 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 108 - } - }, - "1005": { - "accessible_scopes": [ - "__main__", - "__main__._uris_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 111, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 111 - } - }, - "1007": { - "accessible_scopes": [ - "__main__", - "__main__._uris_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 112, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 9, - "start_line": 112 - } - }, - "1008": { - "accessible_scopes": [ - "__main__", - "__main__._uris_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 112, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 112 - } - }, - "1010": { - "accessible_scopes": [ - "__main__", - "__main__._uris_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 111, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 108, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 113, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 9, - "start_line": 113 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 108 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 21, - "start_line": 111 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "1011": { - "accessible_scopes": [ - "__main__", - "__main__._uris_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 111, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 108, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 113, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 9, - "start_line": 113 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 37, - "start_line": 108 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 21, - "start_line": 111 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "1012": { - "accessible_scopes": [ - "__main__", - "__main__._uris_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 111, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 108, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 113, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 9, - "start_line": 113 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 108 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 111 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "1013": { - "accessible_scopes": [ - "__main__", - "__main__._uris_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 109, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 113, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 22, - "start_line": 113 - }, - "While expanding the reference 'uris' in:" - ], - "start_col": 18, - "start_line": 109 - } - }, - "1014": { - "accessible_scopes": [ - "__main__", - "__main__._uris_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 113, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 9, - "start_line": 113 - } - }, - "1015": { - "accessible_scopes": [ - "__main__", - "__main__._uris_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 111, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 115, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 115 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 21, - "start_line": 111 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "1016": { - "accessible_scopes": [ - "__main__", - "__main__._uris_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 111, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 115, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 115 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 21, - "start_line": 111 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "1017": { - "accessible_scopes": [ - "__main__", - "__main__._uris_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris_len/decl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 111, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 115, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 115 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 111 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "1018": { - "accessible_scopes": [ - "__main__", - "__main__._uris_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 109, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 115, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 32, - "start_line": 115 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 5, - "start_line": 109 - } - }, - "1019": { - "accessible_scopes": [ - "__main__", - "__main__._uris_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 115, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 115 - } - }, - "1021": { - "accessible_scopes": [ - "__main__", - "__main__._uris_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 116, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 116 - } - }, - "1022": { - "accessible_scopes": [ - "__main__", - "__main__._uris_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 115, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 108, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 117, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 12, - "start_line": 117 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 17, - "start_line": 108 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 21, - "start_line": 115 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "1023": { - "accessible_scopes": [ - "__main__", - "__main__._uris_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 115, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 108, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 117, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 12, - "start_line": 117 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 37, - "start_line": 108 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 21, - "start_line": 115 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "1024": { - "accessible_scopes": [ - "__main__", - "__main__._uris_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 115, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 108, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 117, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 12, - "start_line": 117 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 65, - "start_line": 108 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 115 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "1025": { - "accessible_scopes": [ - "__main__", - "__main__._uris_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 117, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 23, - "start_line": 117 - } - }, - "1027": { - "accessible_scopes": [ - "__main__", - "__main__._uris_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 117, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 34, - "start_line": 117 - } - }, - "1029": { - "accessible_scopes": [ - "__main__", - "__main__._uris_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 117, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 12, - "start_line": 117 - } - }, - "1031": { - "accessible_scopes": [ - "__main__", - "__main__._uris_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 117, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 117 - } - }, - "1032": { - "accessible_scopes": [ - "__main__", - "__main__._get_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 123, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 123 - } - }, - "1034": { - "accessible_scopes": [ - "__main__", - "__main__._get_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 120, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 124, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 17, - "start_line": 124 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 120 - } - }, - "1035": { - "accessible_scopes": [ - "__main__", - "__main__._get_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 120, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 124, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 17, - "start_line": 124 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 120 - } - }, - "1036": { - "accessible_scopes": [ - "__main__", - "__main__._get_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 120, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 124, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 17, - "start_line": 124 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 120 - } - }, - "1037": { - "accessible_scopes": [ - "__main__", - "__main__._get_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 91, - "end_line": 120, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 124, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 28, - "start_line": 124 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 80, - "start_line": 120 - } - }, - "1038": { - "accessible_scopes": [ - "__main__", - "__main__._get_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 124, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 17, - "start_line": 124 - } - }, - "1040": { - "accessible_scopes": [ - "__main__", - "__main__._get_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 125, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 125 - } - }, - "1042": { - "accessible_scopes": [ - "__main__", - "__main__._get_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 125, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 125, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 10, - "start_line": 125 - }, - "While auto generating local variable for 'uri_len'." - ], - "start_col": 10, - "start_line": 125 - } - }, - "1043": { - "accessible_scopes": [ - "__main__", - "__main__._get_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 127, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 24, - "start_line": 127 - } - }, - "1045": { - "accessible_scopes": [ - "__main__", - "__main__._get_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 127, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 127, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 10, - "start_line": 127 - }, - "While auto generating local variable for 'uri'." - ], - "start_col": 10, - "start_line": 127 - } - }, - "1046": { - "accessible_scopes": [ - "__main__", - "__main__._get_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 126, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 128, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 29, - "start_line": 128 - }, - "While expanding the reference 'start' in:" - ], - "start_col": 17, - "start_line": 126 - } - }, - "1048": { - "accessible_scopes": [ - "__main__", - "__main__._get_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 125, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 132, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 128, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 128 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 132 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 21, - "start_line": 125 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "1049": { - "accessible_scopes": [ - "__main__", - "__main__._get_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 125, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 132, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 128, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 128 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 132 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 21, - "start_line": 125 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "1050": { - "accessible_scopes": [ - "__main__", - "__main__._get_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 125, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 132, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 128, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 128 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 132 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 125 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "1051": { - "accessible_scopes": [ - "__main__", - "__main__._get_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 126, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 128, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 22, - "start_line": 128 - }, - "While expanding the reference 'start' in:" - ], - "start_col": 17, - "start_line": 126 - } - }, - "1053": { - "accessible_scopes": [ - "__main__", - "__main__._get_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 128, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 29, - "start_line": 128 - } - }, - "1054": { - "accessible_scopes": [ - "__main__", - "__main__._get_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 127, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 127, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 128, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 46, - "start_line": 128 - }, - "While expanding the reference 'uri' in:" - ], - "start_col": 10, - "start_line": 127 - }, - "While auto generating local variable for 'uri'." - ], - "start_col": 10, - "start_line": 127 - } - }, - "1055": { - "accessible_scopes": [ - "__main__", - "__main__._get_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 128, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 128 - } - }, - "1057": { - "accessible_scopes": [ - "__main__", - "__main__._get_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 125, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 125, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 129, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 13, - "start_line": 129 - }, - "While expanding the reference 'uri_len' in:" - ], - "start_col": 10, - "start_line": 125 - }, - "While auto generating local variable for 'uri_len'." - ], - "start_col": 10, - "start_line": 125 - } - }, - "1058": { - "accessible_scopes": [ - "__main__", - "__main__._get_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 127, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 127, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 129, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 22, - "start_line": 129 - }, - "While expanding the reference 'uri' in:" - ], - "start_col": 10, - "start_line": 127 - }, - "While auto generating local variable for 'uri'." - ], - "start_col": 10, - "start_line": 127 - } - }, - "1059": { - "accessible_scopes": [ - "__main__", - "__main__._get_uri" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 129, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 129 - } - }, - "1060": { - "accessible_scopes": [ - "__main__", - "__main__._read_into_array" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 132, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 135, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 18, - "start_line": 135 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 42 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 132 - } - }, - "1061": { - "accessible_scopes": [ - "__main__", - "__main__._read_into_array" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 133, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 135, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 24, - "start_line": 135 - }, - "While expanding the reference 'stop' in:" - ], - "start_col": 18, - "start_line": 133 - } - }, - "1062": { - "accessible_scopes": [ - "__main__", - "__main__._read_into_array" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 133, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 135, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 30, - "start_line": 135 - }, - "While expanding the reference 'start' in:" - ], - "start_col": 5, - "start_line": 133 - } - }, - "1063": { - "accessible_scopes": [ - "__main__", - "__main__._read_into_array" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 135, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 18, - "start_line": 135 - } - }, - "1065": { - "accessible_scopes": [ - "__main__", - "__main__._read_into_array" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 136, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 9, - "start_line": 136 - } - }, - "1067": { - "accessible_scopes": [ - "__main__", - "__main__._read_into_array" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 136, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 136 - } - }, - "1069": { - "accessible_scopes": [ - "__main__", - "__main__._read_into_array" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 132, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 132, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 137, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 9, - "start_line": 137 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 132 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 132 - } - }, - "1070": { - "accessible_scopes": [ - "__main__", - "__main__._read_into_array" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 132, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 132, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 137, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 9, - "start_line": 137 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 132 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 132 - } - }, - "1071": { - "accessible_scopes": [ - "__main__", - "__main__._read_into_array" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 135, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 132, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 137, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 9, - "start_line": 137 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 132 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 135 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 42 - } - }, - "1072": { - "accessible_scopes": [ - "__main__", - "__main__._read_into_array" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 137, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 9, - "start_line": 137 - } - }, - "1073": { - "accessible_scopes": [ - "__main__", - "__main__._read_into_array" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 132, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 139, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 139 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 132 - } - }, - "1074": { - "accessible_scopes": [ - "__main__", - "__main__._read_into_array" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 132, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 139, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 139 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 132 - } - }, - "1075": { - "accessible_scopes": [ - "__main__", - "__main__._read_into_array" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 135, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 139, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 139 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 18, - "start_line": 135 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 42 - } - }, - "1076": { - "accessible_scopes": [ - "__main__", - "__main__._read_into_array" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 133, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 139, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 32, - "start_line": 139 - }, - "While expanding the reference 'start' in:" - ], - "start_col": 5, - "start_line": 133 - } - }, - "1077": { - "accessible_scopes": [ - "__main__", - "__main__._read_into_array" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 139, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 21, - "start_line": 139 - } - }, - "1079": { - "accessible_scopes": [ - "__main__", - "__main__._read_into_array" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 140, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 140 - } - }, - "1080": { - "accessible_scopes": [ - "__main__", - "__main__._read_into_array" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 139, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 132, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 141, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 12, - "start_line": 141 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 132 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 21, - "start_line": 139 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "1081": { - "accessible_scopes": [ - "__main__", - "__main__._read_into_array" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 139, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 132, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 141, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 12, - "start_line": 141 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 43, - "start_line": 132 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 21, - "start_line": 139 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "1082": { - "accessible_scopes": [ - "__main__", - "__main__._read_into_array" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_uris/decl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 139, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 86, - "end_line": 132, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 141, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 12, - "start_line": 141 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 71, - "start_line": 132 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 139 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "1083": { - "accessible_scopes": [ - "__main__", - "__main__._read_into_array" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 141, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 29, - "start_line": 141 - } - }, - "1085": { - "accessible_scopes": [ - "__main__", - "__main__._read_into_array" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 133, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 141, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 40, - "start_line": 141 - }, - "While expanding the reference 'stop' in:" - ], - "start_col": 18, - "start_line": 133 - } - }, - "1086": { - "accessible_scopes": [ - "__main__", - "__main__._read_into_array" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 141, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 46, - "start_line": 141 - } - }, - "1088": { - "accessible_scopes": [ - "__main__", - "__main__._read_into_array" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 141, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 12, - "start_line": 141 - } - }, - "1090": { - "accessible_scopes": [ - "__main__", - "__main__._read_into_array" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 141, - "input_file": { - "filename": "src/renderers/RandomRenderer.cairo" - }, - "start_col": 5, - "start_line": 141 - } - } - } - }, - "hints": { - "0": [ - { - "accessible_scopes": [ - "starkware.cairo.common.alloc", - "starkware.cairo.common.alloc.alloc" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 0, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "12": [ - { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "code": "vm_enter_scope({'n': ids.len})", - "flow_tracking_data": { - "ap_tracking": { - "group": 2, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.memcpy.memcpy.len": 0 - } - } - } - ], - "20": [ - { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "code": "n -= 1\nids.continue_copying = 1 if n > 0 else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 2, - "offset": 5 - }, - "reference_ids": { - "starkware.cairo.common.memcpy.memcpy.continue_copying": 1 - } - } - } - ], - "23": [ - { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "code": "vm_exit_scope()", - "flow_tracking_data": { - "ap_tracking": { - "group": 2, - "offset": 6 - }, - "reference_ids": {} - } - } - ], - "25": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_not_zero" - ], - "code": "from starkware.cairo.common.math_utils import assert_integer\nassert_integer(ids.value)\nassert ids.value % PRIME != 0, f'assert_not_zero failed: {ids.value} = 0.'", - "flow_tracking_data": { - "ap_tracking": { - "group": 4, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.assert_not_zero.value": 2 - } - } - } - ], - "30": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_nn" - ], - "code": "from starkware.cairo.common.math_utils import assert_integer\nassert_integer(ids.a)\nassert 0 <= ids.a % PRIME < range_check_builtin.bound, f'a = {ids.a} is out of range.'", - "flow_tracking_data": { - "ap_tracking": { - "group": 5, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.assert_nn.a": 3 - } - } - } - ], - "39": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_250_bit" - ], - "code": "from starkware.cairo.common.math_utils import as_int\n\n# Correctness check.\nvalue = as_int(ids.value, PRIME) % PRIME\nassert value < ids.UPPER_BOUND, f'{value} is outside of the range [0, 2**250).'\n\n# Calculation for the assertion.\nids.high, ids.low = divmod(ids.value, ids.SHIFT)", - "flow_tracking_data": { - "ap_tracking": { - "group": 7, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.assert_250_bit.high": 6, - "starkware.cairo.common.math.assert_250_bit.low": 5, - "starkware.cairo.common.math.assert_250_bit.value": 4 - } - } - } - ], - "52": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "code": "from starkware.cairo.common.math_utils import assert_integer\nassert ids.MAX_HIGH < 2**128 and ids.MAX_LOW < 2**128\nassert PRIME - 1 == ids.MAX_HIGH * 2**128 + ids.MAX_LOW\nassert_integer(ids.value)\nids.low = ids.value & ((1 << 128) - 1)\nids.high = ids.value >> 128", - "flow_tracking_data": { - "ap_tracking": { - "group": 8, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.split_felt.high": 9, - "starkware.cairo.common.math.split_felt.low": 8, - "starkware.cairo.common.math.split_felt.value": 7 - } - } - } - ], - "81": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "code": "import itertools\n\nfrom starkware.cairo.common.math_utils import assert_integer\nassert_integer(ids.a)\nassert_integer(ids.b)\na = ids.a % PRIME\nb = ids.b % PRIME\nassert a <= b, f'a = {a} is not less than or equal to b = {b}.'\n\n# Find an arc less than PRIME / 3, and another less than PRIME / 2.\nlengths_and_indices = [(a, 0), (b - a, 1), (PRIME - 1 - b, 2)]\nlengths_and_indices.sort()\nassert lengths_and_indices[0][0] <= PRIME // 3 and lengths_and_indices[1][0] <= PRIME // 2\nexcluded = lengths_and_indices[2][1]\n\nmemory[ids.range_check_ptr + 1], memory[ids.range_check_ptr + 0] = (\n divmod(lengths_and_indices[0][0], ids.PRIME_OVER_3_HIGH))\nmemory[ids.range_check_ptr + 3], memory[ids.range_check_ptr + 2] = (\n divmod(lengths_and_indices[1][0], ids.PRIME_OVER_2_HIGH))", - "flow_tracking_data": { - "ap_tracking": { - "group": 9, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.assert_le_felt.a": 10, - "starkware.cairo.common.math.assert_le_felt.b": 11, - "starkware.cairo.common.math.assert_le_felt.range_check_ptr": 12 - } - } - } - ], - "91": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "code": "memory[ap] = 1 if excluded != 0 else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 9, - "offset": 8 - }, - "reference_ids": {} - } - } - ], - "105": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "code": "memory[ap] = 1 if excluded != 1 else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 9, - "offset": 9 - }, - "reference_ids": {} - } - } - ], - "117": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "code": "assert excluded == 2", - "flow_tracking_data": { - "ap_tracking": { - "group": 9, - "offset": 10 - }, - "reference_ids": {} - } - } - ], - "128": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.abs_value" - ], - "code": "from starkware.cairo.common.math_utils import is_positive\nids.is_positive = 1 if is_positive(\n value=ids.value, prime=PRIME, rc_bound=range_check_builtin.bound) else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 10, - "offset": 1 - }, - "reference_ids": { - "starkware.cairo.common.math.abs_value.is_positive": 14, - "starkware.cairo.common.math.abs_value.value": 13 - } - } - } - ], - "151": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.sign" - ], - "code": "from starkware.cairo.common.math_utils import is_positive\nids.is_positive = 1 if is_positive(\n value=ids.value, prime=PRIME, rc_bound=range_check_builtin.bound) else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 11, - "offset": 1 - }, - "reference_ids": { - "starkware.cairo.common.math.sign.is_positive": 16, - "starkware.cairo.common.math.sign.value": 15 - } - } - } - ], - "169": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "code": "from starkware.cairo.common.math_utils import assert_integer\nassert_integer(ids.div)\nassert 0 < ids.div <= PRIME // range_check_builtin.bound, \\\n f'div={hex(ids.div)} is out of the valid range.'\nids.q, ids.r = divmod(ids.value, ids.div)", - "flow_tracking_data": { - "ap_tracking": { - "group": 12, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.unsigned_div_rem.div": 18, - "starkware.cairo.common.math.unsigned_div_rem.q": 20, - "starkware.cairo.common.math.unsigned_div_rem.r": 19, - "starkware.cairo.common.math.unsigned_div_rem.value": 17 - } - } - } - ], - "186": [ - { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "code": "# Verify the assumptions on the relationship between 2**250, ADDR_BOUND and PRIME.\nADDR_BOUND = ids.ADDR_BOUND % PRIME\nassert (2**250 < ADDR_BOUND <= 2**251) and (2 * 2**250 < PRIME) and (\n ADDR_BOUND * 2 > PRIME), \\\n 'normalize_address() cannot be used with the current constants.'\nids.is_small = 1 if ids.addr < ADDR_BOUND else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 13, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.storage.normalize_address.addr": 21, - "starkware.starknet.common.storage.normalize_address.is_small": 22 - } - } - } - ], - "204": [ - { - "accessible_scopes": [ - "starkware.starknet.common.storage", - "starkware.starknet.common.storage.normalize_address" - ], - "code": "ids.is_250 = 1 if ids.addr < 2**250 else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 13, - "offset": 2 - }, - "reference_ids": { - "starkware.starknet.common.storage.normalize_address.addr": 21, - "starkware.starknet.common.storage.normalize_address.is_250": 23 - } - } - } - ], - "227": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "code": "syscall_handler.get_caller_address(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 14, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.get_caller_address.syscall_ptr": 24 - } - } - } - ], - "235": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "code": "syscall_handler.storage_read(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 15, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.storage_read.syscall_ptr": 25 - } - } - } - ], - "244": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "code": "syscall_handler.storage_write(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 16, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.storage_write.syscall_ptr": 26 - } - } - } - ], - "254": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.emit_event" - ], - "code": "syscall_handler.emit_event(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 17, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.emit_event.syscall_ptr": 27 - } - } - } - ], - "373": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "code": "memory[ap] = 0 if 0 <= (ids.a % PRIME) < range_check_builtin.bound else 1", - "flow_tracking_data": { - "ap_tracking": { - "group": 31, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math_cmp.is_nn.a": 28 - } - } - } - ], - "383": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "code": "memory[ap] = 0 if 0 <= ((-ids.a - 1) % PRIME) < range_check_builtin.bound else 1", - "flow_tracking_data": { - "ap_tracking": { - "group": 31, - "offset": 1 - }, - "reference_ids": { - "starkware.cairo.common.math_cmp.is_nn.a": 28 - } - } - } - ], - "587": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getOwner_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 49, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "631": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUris_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 53, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "676": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.getUri_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 60, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "743": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.testUris_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 67, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "829": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.setUris" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 76, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "854": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.transferOwnership" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 80, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "898": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 85, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "937": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.token_uri_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 88, - "offset": 0 - }, - "reference_ids": {} - } - } - ] - }, - "identifiers": { - "__main__.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "__main__.Ownable": { - "destination": "openzeppelin.access.ownable.library.Ownable", - "type": "alias" - }, - "__main__._get_uri": { - "decorators": [], - "pc": 1032, - "type": "function" - }, - "__main__._get_uri.Args": { - "full_name": "__main__._get_uri.Args", - "members": { - "index": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__._get_uri.ImplicitArgs": { - "full_name": "__main__._get_uri.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._get_uri.Return": { - "cairo_type": "(uri_len: felt, uri: felt*)", - "type": "type_definition" - }, - "__main__._get_uri.SIZEOF_LOCALS": { - "type": "const", - "value": 2 - }, - "__main__._read_into_array": { - "decorators": [], - "pc": 1060, - "type": "function" - }, - "__main__._read_into_array.Args": { - "full_name": "__main__._read_into_array.Args", - "members": { - "arr": { - "cairo_type": "felt*", - "offset": 2 - }, - "start": { - "cairo_type": "felt", - "offset": 0 - }, - "stop": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._read_into_array.ImplicitArgs": { - "full_name": "__main__._read_into_array.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._read_into_array.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__._read_into_array.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._uris": { - "type": "namespace" - }, - "__main__._uris.Args": { - "full_name": "__main__._uris.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._uris.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "__main__._uris.ImplicitArgs": { - "full_name": "__main__._uris.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._uris.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__._uris.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._uris.addr": { - "decorators": [], - "pc": 540, - "type": "function" - }, - "__main__._uris.addr.Args": { - "full_name": "__main__._uris.addr.Args", - "members": { - "index": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__._uris.addr.ImplicitArgs": { - "full_name": "__main__._uris.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "__main__._uris.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "__main__._uris.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._uris.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "__main__._uris.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "__main__._uris.read": { - "decorators": [], - "pc": 554, - "type": "function" - }, - "__main__._uris.read.Args": { - "full_name": "__main__._uris.read.Args", - "members": { - "index": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__._uris.read.ImplicitArgs": { - "full_name": "__main__._uris.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._uris.read.Return": { - "cairo_type": "(value: felt)", - "type": "type_definition" - }, - "__main__._uris.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._uris.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "__main__._uris.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "__main__._uris.write": { - "decorators": [], - "pc": 568, - "type": "function" - }, - "__main__._uris.write.Args": { - "full_name": "__main__._uris.write.Args", - "members": { - "index": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "__main__._uris.write.ImplicitArgs": { - "full_name": "__main__._uris.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._uris.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__._uris.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._uris_len": { - "type": "namespace" - }, - "__main__._uris_len.Args": { - "full_name": "__main__._uris_len.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._uris_len.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "__main__._uris_len.ImplicitArgs": { - "full_name": "__main__._uris_len.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._uris_len.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__._uris_len.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._uris_len.addr": { - "decorators": [], - "pc": 510, - "type": "function" - }, - "__main__._uris_len.addr.Args": { - "full_name": "__main__._uris_len.addr.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._uris_len.addr.ImplicitArgs": { - "full_name": "__main__._uris_len.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "__main__._uris_len.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "__main__._uris_len.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._uris_len.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "__main__._uris_len.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "__main__._uris_len.read": { - "decorators": [], - "pc": 515, - "type": "function" - }, - "__main__._uris_len.read.Args": { - "full_name": "__main__._uris_len.read.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._uris_len.read.ImplicitArgs": { - "full_name": "__main__._uris_len.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._uris_len.read.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "__main__._uris_len.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._uris_len.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "__main__._uris_len.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "__main__._uris_len.write": { - "decorators": [], - "pc": 528, - "type": "function" - }, - "__main__._uris_len.write.Args": { - "full_name": "__main__._uris_len.write.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__._uris_len.write.ImplicitArgs": { - "full_name": "__main__._uris_len.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._uris_len.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__._uris_len.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._uris_read": { - "decorators": [], - "pc": 1002, - "type": "function" - }, - "__main__._uris_read.Args": { - "full_name": "__main__._uris_read.Args", - "members": { - "index": { - "cairo_type": "felt", - "offset": 0 - }, - "uris": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "__main__._uris_read.ImplicitArgs": { - "full_name": "__main__._uris_read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._uris_read.Return": { - "cairo_type": "(uris: felt*)", - "type": "type_definition" - }, - "__main__._uris_read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._uris_write": { - "decorators": [], - "pc": 980, - "type": "function" - }, - "__main__._uris_write.Args": { - "full_name": "__main__._uris_write.Args", - "members": { - "index": { - "cairo_type": "felt", - "offset": 0 - }, - "uris": { - "cairo_type": "felt*", - "offset": 2 - }, - "uris_len": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._uris_write.ImplicitArgs": { - "full_name": "__main__._uris_write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._uris_write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__._uris_write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "__main__.constructor": { - "decorators": [ - "constructor" - ], - "pc": 863, - "type": "function" - }, - "__main__.constructor.Args": { - "full_name": "__main__.constructor.Args", - "members": { - "owner": { - "cairo_type": "felt", - "offset": 0 - }, - "uris": { - "cairo_type": "felt*", - "offset": 2 - }, - "uris_len": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.constructor.ImplicitArgs": { - "full_name": "__main__.constructor.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.constructor.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.constructor.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.getOwner": { - "decorators": [ - "view" - ], - "pc": 581, - "type": "function" - }, - "__main__.getOwner.Args": { - "full_name": "__main__.getOwner.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.getOwner.ImplicitArgs": { - "full_name": "__main__.getOwner.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.getOwner.Return": { - "cairo_type": "(owner: felt)", - "type": "type_definition" - }, - "__main__.getOwner.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.getUri": { - "decorators": [ - "view" - ], - "pc": 669, - "type": "function" - }, - "__main__.getUri.Args": { - "full_name": "__main__.getUri.Args", - "members": { - "index": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__.getUri.ImplicitArgs": { - "full_name": "__main__.getUri.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.getUri.Return": { - "cairo_type": "(uri_len: felt, uri: felt*)", - "type": "type_definition" - }, - "__main__.getUri.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.getUris": { - "decorators": [ - "view" - ], - "pc": 611, - "type": "function" - }, - "__main__.getUris.Args": { - "full_name": "__main__.getUris.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.getUris.ImplicitArgs": { - "full_name": "__main__.getUris.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.getUris.Return": { - "cairo_type": "(uris_len: felt, uris: felt*)", - "type": "type_definition" - }, - "__main__.getUris.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__main__.get_label_location": { - "destination": "starkware.cairo.common.registers.get_label_location", - "type": "alias" - }, - "__main__.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "__main__.is_le": { - "destination": "starkware.cairo.common.math_cmp.is_le", - "type": "alias" - }, - "__main__.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__main__.setUris": { - "decorators": [ - "external" - ], - "pc": 796, - "type": "function" - }, - "__main__.setUris.Args": { - "full_name": "__main__.setUris.Args", - "members": { - "uris": { - "cairo_type": "felt*", - "offset": 1 - }, - "uris_len": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__main__.setUris.ImplicitArgs": { - "full_name": "__main__.setUris.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.setUris.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.setUris.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.split_felt": { - "destination": "starkware.cairo.common.math.split_felt", - "type": "alias" - }, - "__main__.str": { - "destination": "utils.string.str", - "type": "alias" - }, - "__main__.testUris": { - "decorators": [ - "view" - ], - "pc": 717, - "type": "function" - }, - "__main__.testUris.Args": { - "full_name": "__main__.testUris.Args", - "members": { - "encoded_uris": { - "cairo_type": "felt*", - "offset": 1 - }, - "encoded_uris_len": { - "cairo_type": "felt", - "offset": 0 - }, - "index": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.testUris.ImplicitArgs": { - "full_name": "__main__.testUris.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.testUris.Return": { - "cairo_type": "(uri_len: felt, uri: felt*)", - "type": "type_definition" - }, - "__main__.testUris.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__main__.token_uri": { - "decorators": [ - "view" - ], - "pc": 907, - "type": "function" - }, - "__main__.token_uri.Args": { - "full_name": "__main__.token_uri.Args", - "members": { - "name": { - "cairo_type": "felt", - "offset": 2 - }, - "token_id": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.token_uri.ImplicitArgs": { - "full_name": "__main__.token_uri.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.token_uri.Return": { - "cairo_type": "(token_uri_len: felt, token_uri: felt*)", - "type": "type_definition" - }, - "__main__.token_uri.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.transferOwnership": { - "decorators": [ - "external" - ], - "pc": 838, - "type": "function" - }, - "__main__.transferOwnership.Args": { - "full_name": "__main__.transferOwnership.Args", - "members": { - "new_owner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__.transferOwnership.ImplicitArgs": { - "full_name": "__main__.transferOwnership.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.transferOwnership.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.transferOwnership.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.unsigned_div_rem": { - "destination": "starkware.cairo.common.math.unsigned_div_rem", - "type": "alias" - }, - "__wrappers__.constructor": { - "decorators": [ - "constructor" - ], - "pc": 879, - "type": "function" - }, - "__wrappers__.constructor.Args": { - "full_name": "__wrappers__.constructor.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.constructor.ImplicitArgs": { - "full_name": "__wrappers__.constructor.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.constructor.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.constructor.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.constructor.__wrapped_func": { - "destination": "__main__.constructor", - "type": "alias" - }, - "__wrappers__.constructor_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.getOwner": { - "decorators": [ - "view" - ], - "pc": 596, - "type": "function" - }, - "__wrappers__.getOwner.Args": { - "full_name": "__wrappers__.getOwner.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getOwner.ImplicitArgs": { - "full_name": "__wrappers__.getOwner.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getOwner.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.getOwner.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.getOwner.__wrapped_func": { - "destination": "__main__.getOwner", - "type": "alias" - }, - "__wrappers__.getOwner_encode_return": { - "decorators": [], - "pc": 587, - "type": "function" - }, - "__wrappers__.getOwner_encode_return.Args": { - "full_name": "__wrappers__.getOwner_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "ret_value": { - "cairo_type": "(owner: felt)", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__wrappers__.getOwner_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.getOwner_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getOwner_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.getOwner_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.getOwner_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.getUri": { - "decorators": [ - "view" - ], - "pc": 695, - "type": "function" - }, - "__wrappers__.getUri.Args": { - "full_name": "__wrappers__.getUri.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getUri.ImplicitArgs": { - "full_name": "__wrappers__.getUri.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getUri.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.getUri.SIZEOF_LOCALS": { - "type": "const", - "value": 2 - }, - "__wrappers__.getUri.__wrapped_func": { - "destination": "__main__.getUri", - "type": "alias" - }, - "__wrappers__.getUri_encode_return": { - "decorators": [], - "pc": 676, - "type": "function" - }, - "__wrappers__.getUri_encode_return.Args": { - "full_name": "__wrappers__.getUri_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "ret_value": { - "cairo_type": "(uri_len: felt, uri: felt*)", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__wrappers__.getUri_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.getUri_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getUri_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.getUri_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 3 - }, - "__wrappers__.getUri_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.getUris": { - "decorators": [ - "view" - ], - "pc": 650, - "type": "function" - }, - "__wrappers__.getUris.Args": { - "full_name": "__wrappers__.getUris.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getUris.ImplicitArgs": { - "full_name": "__wrappers__.getUris.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getUris.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.getUris.SIZEOF_LOCALS": { - "type": "const", - "value": 2 - }, - "__wrappers__.getUris.__wrapped_func": { - "destination": "__main__.getUris", - "type": "alias" - }, - "__wrappers__.getUris_encode_return": { - "decorators": [], - "pc": 631, - "type": "function" - }, - "__wrappers__.getUris_encode_return.Args": { - "full_name": "__wrappers__.getUris_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "ret_value": { - "cairo_type": "(uris_len: felt, uris: felt*)", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__wrappers__.getUris_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.getUris_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.getUris_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.getUris_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 3 - }, - "__wrappers__.getUris_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.setUris": { - "decorators": [ - "external" - ], - "pc": 811, - "type": "function" - }, - "__wrappers__.setUris.Args": { - "full_name": "__wrappers__.setUris.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.setUris.ImplicitArgs": { - "full_name": "__wrappers__.setUris.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.setUris.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.setUris.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.setUris.__wrapped_func": { - "destination": "__main__.setUris", - "type": "alias" - }, - "__wrappers__.setUris_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.testUris": { - "decorators": [ - "view" - ], - "pc": 762, - "type": "function" - }, - "__wrappers__.testUris.Args": { - "full_name": "__wrappers__.testUris.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.testUris.ImplicitArgs": { - "full_name": "__wrappers__.testUris.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.testUris.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.testUris.SIZEOF_LOCALS": { - "type": "const", - "value": 2 - }, - "__wrappers__.testUris.__wrapped_func": { - "destination": "__main__.testUris", - "type": "alias" - }, - "__wrappers__.testUris_encode_return": { - "decorators": [], - "pc": 743, - "type": "function" - }, - "__wrappers__.testUris_encode_return.Args": { - "full_name": "__wrappers__.testUris_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "ret_value": { - "cairo_type": "(uri_len: felt, uri: felt*)", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__wrappers__.testUris_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.testUris_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.testUris_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.testUris_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 3 - }, - "__wrappers__.testUris_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.token_uri": { - "decorators": [ - "view" - ], - "pc": 956, - "type": "function" - }, - "__wrappers__.token_uri.Args": { - "full_name": "__wrappers__.token_uri.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.token_uri.ImplicitArgs": { - "full_name": "__wrappers__.token_uri.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.token_uri.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.token_uri.SIZEOF_LOCALS": { - "type": "const", - "value": 2 - }, - "__wrappers__.token_uri.__wrapped_func": { - "destination": "__main__.token_uri", - "type": "alias" - }, - "__wrappers__.token_uri_encode_return": { - "decorators": [], - "pc": 937, - "type": "function" - }, - "__wrappers__.token_uri_encode_return.Args": { - "full_name": "__wrappers__.token_uri_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "ret_value": { - "cairo_type": "(token_uri_len: felt, token_uri: felt*)", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__wrappers__.token_uri_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.token_uri_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.token_uri_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.token_uri_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 3 - }, - "__wrappers__.token_uri_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.transferOwnership": { - "decorators": [ - "external" - ], - "pc": 845, - "type": "function" - }, - "__wrappers__.transferOwnership.Args": { - "full_name": "__wrappers__.transferOwnership.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.transferOwnership.ImplicitArgs": { - "full_name": "__wrappers__.transferOwnership.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.transferOwnership.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.transferOwnership.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.transferOwnership.__wrapped_func": { - "destination": "__main__.transferOwnership", - "type": "alias" - }, - "__wrappers__.transferOwnership_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "openzeppelin.access.ownable.library.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable": { - "type": "namespace" - }, - "openzeppelin.access.ownable.library.Ownable.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable._transfer_ownership": { - "decorators": [], - "pc": 352, - "type": "function" - }, - "openzeppelin.access.ownable.library.Ownable._transfer_ownership.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable._transfer_ownership.Args", - "members": { - "new_owner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable._transfer_ownership.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable._transfer_ownership.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable._transfer_ownership.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable._transfer_ownership.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable.assert_only_owner": { - "decorators": [], - "pc": 319, - "type": "function" - }, - "openzeppelin.access.ownable.library.Ownable.assert_only_owner.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable.assert_only_owner.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.assert_only_owner.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable.assert_only_owner.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.assert_only_owner.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable.assert_only_owner.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable.initializer": { - "decorators": [], - "pc": 312, - "type": "function" - }, - "openzeppelin.access.ownable.library.Ownable.initializer.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable.initializer.Args", - "members": { - "owner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.initializer.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable.initializer.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.initializer.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable.initializer.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable.owner": { - "decorators": [], - "pc": 334, - "type": "function" - }, - "openzeppelin.access.ownable.library.Ownable.owner.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable.owner.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.owner.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable.owner.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.owner.Return": { - "cairo_type": "(owner: felt)", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable.owner.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable.transfer_ownership": { - "decorators": [], - "pc": 340, - "type": "function" - }, - "openzeppelin.access.ownable.library.Ownable.transfer_ownership.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable.transfer_ownership.Args", - "members": { - "new_owner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.transfer_ownership.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable.transfer_ownership.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable.transfer_ownership.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable.transfer_ownership.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable_owner": { - "type": "namespace" - }, - "openzeppelin.access.ownable.library.Ownable_owner.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable_owner.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable_owner.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable_owner.addr": { - "decorators": [], - "pc": 282, - "type": "function" - }, - "openzeppelin.access.ownable.library.Ownable_owner.addr.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.addr.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.addr.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable_owner.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable_owner.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable_owner.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable_owner.read": { - "decorators": [], - "pc": 287, - "type": "function" - }, - "openzeppelin.access.ownable.library.Ownable_owner.read.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.read.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.read.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.read.Return": { - "cairo_type": "(owner: felt)", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable_owner.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.Ownable_owner.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable_owner.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.access.ownable.library.Ownable_owner.write": { - "decorators": [], - "pc": 300, - "type": "function" - }, - "openzeppelin.access.ownable.library.Ownable_owner.write.Args": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.write.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.write.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.Ownable_owner.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "openzeppelin.access.ownable.library.Ownable_owner.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.Ownable_owner.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.OwnershipTransferred": { - "type": "namespace" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.Args": { - "full_name": "openzeppelin.access.ownable.library.OwnershipTransferred.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.OwnershipTransferred.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.SELECTOR": { - "type": "const", - "value": 553132481214675521502977957974509639062080100631756862105218886163371506175 - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.emit": { - "decorators": [], - "pc": 257, - "type": "function" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.emit.Args": { - "full_name": "openzeppelin.access.ownable.library.OwnershipTransferred.emit.Args", - "members": { - "newOwner": { - "cairo_type": "felt", - "offset": 1 - }, - "previousOwner": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.emit.ImplicitArgs": { - "full_name": "openzeppelin.access.ownable.library.OwnershipTransferred.emit.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.emit.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.emit.SIZEOF_LOCALS": { - "type": "const", - "value": 2 - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.emit_event": { - "destination": "starkware.starknet.common.syscalls.emit_event", - "type": "alias" - }, - "openzeppelin.access.ownable.library.OwnershipTransferred.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "openzeppelin.access.ownable.library.assert_not_zero": { - "destination": "starkware.cairo.common.math.assert_not_zero", - "type": "alias" - }, - "openzeppelin.access.ownable.library.get_caller_address": { - "destination": "starkware.starknet.common.syscalls.get_caller_address", - "type": "alias" - }, - "starkware.cairo.common.alloc.alloc": { - "decorators": [], - "pc": 0, - "type": "function" - }, - "starkware.cairo.common.alloc.alloc.Args": { - "full_name": "starkware.cairo.common.alloc.alloc.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.alloc.alloc.ImplicitArgs": { - "full_name": "starkware.cairo.common.alloc.alloc.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.alloc.alloc.Return": { - "cairo_type": "(ptr: felt*)", - "type": "type_definition" - }, - "starkware.cairo.common.alloc.alloc.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.bool.FALSE": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.bool.TRUE": { - "type": "const", - "value": 1 - }, - "starkware.cairo.common.cairo_builtins.BitwiseBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin", - "members": { - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "x_and_y": { - "cairo_type": "felt", - "offset": 2 - }, - "x_or_y": { - "cairo_type": "felt", - "offset": 4 - }, - "x_xor_y": { - "cairo_type": "felt", - "offset": 3 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.EcOpBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.EcOpBuiltin", - "members": { - "m": { - "cairo_type": "felt", - "offset": 4 - }, - "p": { - "cairo_type": "starkware.cairo.common.ec_point.EcPoint", - "offset": 0 - }, - "q": { - "cairo_type": "starkware.cairo.common.ec_point.EcPoint", - "offset": 2 - }, - "r": { - "cairo_type": "starkware.cairo.common.ec_point.EcPoint", - "offset": 5 - } - }, - "size": 7, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.EcPoint": { - "destination": "starkware.cairo.common.ec_point.EcPoint", - "type": "alias" - }, - "starkware.cairo.common.cairo_builtins.HashBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "members": { - "result": { - "cairo_type": "felt", - "offset": 2 - }, - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.KeccakBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.KeccakBuiltin", - "members": { - "input": { - "cairo_type": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "offset": 0 - }, - "output": { - "cairo_type": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "offset": 8 - } - }, - "size": 16, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.KeccakBuiltinState": { - "destination": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "type": "alias" - }, - "starkware.cairo.common.cairo_builtins.PoseidonBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.PoseidonBuiltin", - "members": { - "input": { - "cairo_type": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "offset": 0 - }, - "output": { - "cairo_type": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "offset": 3 - } - }, - "size": 6, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.PoseidonBuiltinState": { - "destination": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "type": "alias" - }, - "starkware.cairo.common.cairo_builtins.SignatureBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.SignatureBuiltin", - "members": { - "message": { - "cairo_type": "felt", - "offset": 1 - }, - "pub_key": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.dict_access.DictAccess": { - "full_name": "starkware.cairo.common.dict_access.DictAccess", - "members": { - "key": { - "cairo_type": "felt", - "offset": 0 - }, - "new_value": { - "cairo_type": "felt", - "offset": 2 - }, - "prev_value": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.ec_point.EcPoint": { - "full_name": "starkware.cairo.common.ec_point.EcPoint", - "members": { - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.hash.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "starkware.cairo.common.hash.hash2": { - "decorators": [], - "pc": 3, - "type": "function" - }, - "starkware.cairo.common.hash.hash2.Args": { - "full_name": "starkware.cairo.common.hash.hash2.Args", - "members": { - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.hash.hash2.ImplicitArgs": { - "full_name": "starkware.cairo.common.hash.hash2.ImplicitArgs", - "members": { - "hash_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.hash.hash2.Return": { - "cairo_type": "(result: felt)", - "type": "type_definition" - }, - "starkware.cairo.common.hash.hash2.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.keccak_state.KeccakBuiltinState": { - "full_name": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "members": { - "s0": { - "cairo_type": "felt", - "offset": 0 - }, - "s1": { - "cairo_type": "felt", - "offset": 1 - }, - "s2": { - "cairo_type": "felt", - "offset": 2 - }, - "s3": { - "cairo_type": "felt", - "offset": 3 - }, - "s4": { - "cairo_type": "felt", - "offset": 4 - }, - "s5": { - "cairo_type": "felt", - "offset": 5 - }, - "s6": { - "cairo_type": "felt", - "offset": 6 - }, - "s7": { - "cairo_type": "felt", - "offset": 7 - } - }, - "size": 8, - "type": "struct" - }, - "starkware.cairo.common.math.FALSE": { - "destination": "starkware.cairo.common.bool.FALSE", - "type": "alias" - }, - "starkware.cairo.common.math.TRUE": { - "destination": "starkware.cairo.common.bool.TRUE", - "type": "alias" - }, - "starkware.cairo.common.math.abs_value": { - "decorators": [ - "known_ap_change" - ], - "pc": 126, - "type": "function" - }, - "starkware.cairo.common.math.abs_value.Args": { - "full_name": "starkware.cairo.common.math.abs_value.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.abs_value.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.abs_value.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.abs_value.Return": { - "cairo_type": "felt", - "type": "type_definition" - }, - "starkware.cairo.common.math.abs_value.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.abs_value.is_positive": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.abs_value.is_positive", - "references": [ - { - "ap_tracking_data": { - "group": 10, - "offset": 1 - }, - "pc": 128, - "value": "[cast(ap + (-1), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.abs_value.value": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.abs_value.value", - "references": [ - { - "ap_tracking_data": { - "group": 10, - "offset": 0 - }, - "pc": 126, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_250_bit": { - "decorators": [ - "known_ap_change" - ], - "pc": 39, - "type": "function" - }, - "starkware.cairo.common.math.assert_250_bit.Args": { - "full_name": "starkware.cairo.common.math.assert_250_bit.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_250_bit.HIGH_BOUND": { - "type": "const", - "value": 5316911983139663491615228241121378304 - }, - "starkware.cairo.common.math.assert_250_bit.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.assert_250_bit.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_250_bit.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.math.assert_250_bit.SHIFT": { - "type": "const", - "value": 340282366920938463463374607431768211456 - }, - "starkware.cairo.common.math.assert_250_bit.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.assert_250_bit.UPPER_BOUND": { - "type": "const", - "value": 1809251394333065553493296640760748560207343510400633813116524750123642650624 - }, - "starkware.cairo.common.math.assert_250_bit.high": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_250_bit.high", - "references": [ - { - "ap_tracking_data": { - "group": 7, - "offset": 0 - }, - "pc": 39, - "value": "[cast([fp + (-4)] + 1, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_250_bit.low": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_250_bit.low", - "references": [ - { - "ap_tracking_data": { - "group": 7, - "offset": 0 - }, - "pc": 39, - "value": "[cast([fp + (-4)], felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_250_bit.value": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_250_bit.value", - "references": [ - { - "ap_tracking_data": { - "group": 7, - "offset": 0 - }, - "pc": 39, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_le": { - "decorators": [], - "pc": 34, - "type": "function" - }, - "starkware.cairo.common.math.assert_le.Args": { - "full_name": "starkware.cairo.common.math.assert_le.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - }, - "b": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.math.assert_le.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.assert_le.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_le.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.math.assert_le.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.assert_le_felt": { - "decorators": [ - "known_ap_change" - ], - "pc": 81, - "type": "function" - }, - "starkware.cairo.common.math.assert_le_felt.Args": { - "full_name": "starkware.cairo.common.math.assert_le_felt.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - }, - "b": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.math.assert_le_felt.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.assert_le_felt.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_le_felt.PRIME_OVER_2_HIGH": { - "type": "const", - "value": 5316911983139663648412552867652567041 - }, - "starkware.cairo.common.math.assert_le_felt.PRIME_OVER_3_HIGH": { - "type": "const", - "value": 3544607988759775765608368578435044694 - }, - "starkware.cairo.common.math.assert_le_felt.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.math.assert_le_felt.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.assert_le_felt.a": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_le_felt.a", - "references": [ - { - "ap_tracking_data": { - "group": 9, - "offset": 0 - }, - "pc": 81, - "value": "[cast(fp + (-4), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_le_felt.b": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_le_felt.b", - "references": [ - { - "ap_tracking_data": { - "group": 9, - "offset": 0 - }, - "pc": 81, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_le_felt.range_check_ptr": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_le_felt.range_check_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 9, - "offset": 0 - }, - "pc": 81, - "value": "[cast(fp + (-5), felt*)]" - }, - { - "ap_tracking_data": { - "group": 9, - "offset": 8 - }, - "pc": 91, - "value": "cast([fp + (-5)] + 4, felt)" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_le_felt.skip_exclude_a": { - "pc": 105, - "type": "label" - }, - "starkware.cairo.common.math.assert_le_felt.skip_exclude_b_minus_a": { - "pc": 117, - "type": "label" - }, - "starkware.cairo.common.math.assert_nn": { - "decorators": [], - "pc": 30, - "type": "function" - }, - "starkware.cairo.common.math.assert_nn.Args": { - "full_name": "starkware.cairo.common.math.assert_nn.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_nn.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.assert_nn.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_nn.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.math.assert_nn.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.assert_nn.a": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_nn.a", - "references": [ - { - "ap_tracking_data": { - "group": 5, - "offset": 0 - }, - "pc": 30, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_not_zero": { - "decorators": [], - "pc": 25, - "type": "function" - }, - "starkware.cairo.common.math.assert_not_zero.Args": { - "full_name": "starkware.cairo.common.math.assert_not_zero.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_not_zero.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.assert_not_zero.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.math.assert_not_zero.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.math.assert_not_zero.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.assert_not_zero.value": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_not_zero.value", - "references": [ - { - "ap_tracking_data": { - "group": 4, - "offset": 0 - }, - "pc": 25, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.sign": { - "decorators": [ - "known_ap_change" - ], - "pc": 141, - "type": "function" - }, - "starkware.cairo.common.math.sign.Args": { - "full_name": "starkware.cairo.common.math.sign.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.sign.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.sign.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.sign.Return": { - "cairo_type": "felt", - "type": "type_definition" - }, - "starkware.cairo.common.math.sign.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.sign.is_positive": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.sign.is_positive", - "references": [ - { - "ap_tracking_data": { - "group": 11, - "offset": 1 - }, - "pc": 151, - "value": "[cast(ap + (-1), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.sign.value": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.sign.value", - "references": [ - { - "ap_tracking_data": { - "group": 11, - "offset": 0 - }, - "pc": 141, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.split_felt": { - "decorators": [ - "known_ap_change" - ], - "pc": 52, - "type": "function" - }, - "starkware.cairo.common.math.split_felt.Args": { - "full_name": "starkware.cairo.common.math.split_felt.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.split_felt.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.split_felt.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.split_felt.MAX_HIGH": { - "type": "const", - "value": 10633823966279327296825105735305134080 - }, - "starkware.cairo.common.math.split_felt.MAX_LOW": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.split_felt.Return": { - "cairo_type": "(high: felt, low: felt)", - "type": "type_definition" - }, - "starkware.cairo.common.math.split_felt.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.split_felt.high": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.split_felt.high", - "references": [ - { - "ap_tracking_data": { - "group": 8, - "offset": 0 - }, - "pc": 52, - "value": "[cast([fp + (-4)] + 1, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.split_felt.low": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.split_felt.low", - "references": [ - { - "ap_tracking_data": { - "group": 8, - "offset": 0 - }, - "pc": 52, - "value": "[cast([fp + (-4)], felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.split_felt.value": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.split_felt.value", - "references": [ - { - "ap_tracking_data": { - "group": 8, - "offset": 0 - }, - "pc": 52, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.unsigned_div_rem": { - "decorators": [], - "pc": 169, - "type": "function" - }, - "starkware.cairo.common.math.unsigned_div_rem.Args": { - "full_name": "starkware.cairo.common.math.unsigned_div_rem.Args", - "members": { - "div": { - "cairo_type": "felt", - "offset": 1 - }, - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.math.unsigned_div_rem.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.unsigned_div_rem.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.unsigned_div_rem.Return": { - "cairo_type": "(q: felt, r: felt)", - "type": "type_definition" - }, - "starkware.cairo.common.math.unsigned_div_rem.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.unsigned_div_rem.div": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.unsigned_div_rem.div", - "references": [ - { - "ap_tracking_data": { - "group": 12, - "offset": 0 - }, - "pc": 169, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.unsigned_div_rem.q": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.unsigned_div_rem.q", - "references": [ - { - "ap_tracking_data": { - "group": 12, - "offset": 0 - }, - "pc": 169, - "value": "[cast([fp + (-5)] + 1, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.unsigned_div_rem.r": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.unsigned_div_rem.r", - "references": [ - { - "ap_tracking_data": { - "group": 12, - "offset": 0 - }, - "pc": 169, - "value": "[cast([fp + (-5)], felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.unsigned_div_rem.value": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.unsigned_div_rem.value", - "references": [ - { - "ap_tracking_data": { - "group": 12, - "offset": 0 - }, - "pc": 169, - "value": "[cast(fp + (-4), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math_cmp.RC_BOUND": { - "type": "const", - "value": 340282366920938463463374607431768211456 - }, - "starkware.cairo.common.math_cmp.assert_le_felt": { - "destination": "starkware.cairo.common.math.assert_le_felt", - "type": "alias" - }, - "starkware.cairo.common.math_cmp.assert_lt_felt": { - "destination": "starkware.cairo.common.math.assert_lt_felt", - "type": "alias" - }, - "starkware.cairo.common.math_cmp.is_le": { - "decorators": [ - "known_ap_change" - ], - "pc": 406, - "type": "function" - }, - "starkware.cairo.common.math_cmp.is_le.Args": { - "full_name": "starkware.cairo.common.math_cmp.is_le.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - }, - "b": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_le.ImplicitArgs": { - "full_name": "starkware.cairo.common.math_cmp.is_le.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_le.Return": { - "cairo_type": "felt", - "type": "type_definition" - }, - "starkware.cairo.common.math_cmp.is_le.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math_cmp.is_nn": { - "decorators": [ - "known_ap_change" - ], - "pc": 373, - "type": "function" - }, - "starkware.cairo.common.math_cmp.is_nn.Args": { - "full_name": "starkware.cairo.common.math_cmp.is_nn.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_nn.ImplicitArgs": { - "full_name": "starkware.cairo.common.math_cmp.is_nn.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_nn.Return": { - "cairo_type": "felt", - "type": "type_definition" - }, - "starkware.cairo.common.math_cmp.is_nn.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math_cmp.is_nn.a": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math_cmp.is_nn.a", - "references": [ - { - "ap_tracking_data": { - "group": 31, - "offset": 0 - }, - "pc": 373, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math_cmp.is_nn.need_felt_comparison": { - "pc": 397, - "type": "label" - }, - "starkware.cairo.common.math_cmp.is_nn.out_of_range": { - "pc": 383, - "type": "label" - }, - "starkware.cairo.common.memcpy.memcpy": { - "decorators": [], - "pc": 9, - "type": "function" - }, - "starkware.cairo.common.memcpy.memcpy.Args": { - "full_name": "starkware.cairo.common.memcpy.memcpy.Args", - "members": { - "dst": { - "cairo_type": "felt*", - "offset": 0 - }, - "len": { - "cairo_type": "felt", - "offset": 2 - }, - "src": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.memcpy.memcpy.ImplicitArgs": { - "full_name": "starkware.cairo.common.memcpy.memcpy.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.memcpy.memcpy.LoopFrame": { - "full_name": "starkware.cairo.common.memcpy.memcpy.LoopFrame", - "members": { - "dst": { - "cairo_type": "felt*", - "offset": 0 - }, - "src": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.memcpy.memcpy.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.memcpy.memcpy.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.memcpy.memcpy.continue_copying": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.memcpy.memcpy.continue_copying", - "references": [ - { - "ap_tracking_data": { - "group": 2, - "offset": 3 - }, - "pc": 16, - "value": "[cast(ap, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.memcpy.memcpy.len": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.memcpy.memcpy.len", - "references": [ - { - "ap_tracking_data": { - "group": 2, - "offset": 0 - }, - "pc": 9, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.memcpy.memcpy.loop": { - "pc": 14, - "type": "label" - }, - "starkware.cairo.common.poseidon_state.PoseidonBuiltinState": { - "full_name": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "members": { - "s0": { - "cairo_type": "felt", - "offset": 0 - }, - "s1": { - "cairo_type": "felt", - "offset": 1 - }, - "s2": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.registers.get_ap": { - "destination": "starkware.cairo.lang.compiler.lib.registers.get_ap", - "type": "alias" - }, - "starkware.cairo.common.registers.get_fp_and_pc": { - "destination": "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc", - "type": "alias" - }, - "starkware.cairo.common.registers.get_label_location": { - "decorators": [], - "pc": 504, - "type": "function" - }, - "starkware.cairo.common.registers.get_label_location.Args": { - "full_name": "starkware.cairo.common.registers.get_label_location.Args", - "members": { - "label_value": { - "cairo_type": "codeoffset", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.registers.get_label_location.ImplicitArgs": { - "full_name": "starkware.cairo.common.registers.get_label_location.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.registers.get_label_location.Return": { - "cairo_type": "(res: felt*)", - "type": "type_definition" - }, - "starkware.cairo.common.registers.get_label_location.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.registers.get_label_location.ret_pc_label": { - "pc": 506, - "type": "label" - }, - "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc": { - "decorators": [], - "pc": 24, - "type": "function" - }, - "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc.Args": { - "full_name": "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc.ImplicitArgs": { - "full_name": "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc.Return": { - "cairo_type": "(fp_val: felt*, pc_val: felt*)", - "type": "type_definition" - }, - "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.storage.ADDR_BOUND": { - "type": "const", - "value": -106710729501573572985208420194530329073740042555888586719489 - }, - "starkware.starknet.common.storage.MAX_STORAGE_ITEM_SIZE": { - "type": "const", - "value": 256 - }, - "starkware.starknet.common.storage.assert_250_bit": { - "destination": "starkware.cairo.common.math.assert_250_bit", - "type": "alias" - }, - "starkware.starknet.common.storage.normalize_address": { - "decorators": [ - "known_ap_change" - ], - "pc": 184, - "type": "function" - }, - "starkware.starknet.common.storage.normalize_address.Args": { - "full_name": "starkware.starknet.common.storage.normalize_address.Args", - "members": { - "addr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.storage.normalize_address.ImplicitArgs": { - "full_name": "starkware.starknet.common.storage.normalize_address.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.storage.normalize_address.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "starkware.starknet.common.storage.normalize_address.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.storage.normalize_address.addr": { - "cairo_type": "felt", - "full_name": "starkware.starknet.common.storage.normalize_address.addr", - "references": [ - { - "ap_tracking_data": { - "group": 13, - "offset": 0 - }, - "pc": 184, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.starknet.common.storage.normalize_address.is_250": { - "cairo_type": "felt", - "full_name": "starkware.starknet.common.storage.normalize_address.is_250", - "references": [ - { - "ap_tracking_data": { - "group": 13, - "offset": 2 - }, - "pc": 204, - "value": "[cast(ap + (-1), felt*)]" - } - ], - "type": "reference" - }, - "starkware.starknet.common.storage.normalize_address.is_small": { - "cairo_type": "felt", - "full_name": "starkware.starknet.common.storage.normalize_address.is_small", - "references": [ - { - "ap_tracking_data": { - "group": 13, - "offset": 1 - }, - "pc": 186, - "value": "[cast(ap + (-1), felt*)]" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.CALL_CONTRACT_SELECTOR": { - "type": "const", - "value": 20853273475220472486191784820 - }, - "starkware.starknet.common.syscalls.CallContract": { - "full_name": "starkware.starknet.common.syscalls.CallContract", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.CallContractRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.CallContractResponse", - "offset": 5 - } - }, - "size": 7, - "type": "struct" - }, - "starkware.starknet.common.syscalls.CallContractRequest": { - "full_name": "starkware.starknet.common.syscalls.CallContractRequest", - "members": { - "calldata": { - "cairo_type": "felt*", - "offset": 4 - }, - "calldata_size": { - "cairo_type": "felt", - "offset": 3 - }, - "contract_address": { - "cairo_type": "felt", - "offset": 1 - }, - "function_selector": { - "cairo_type": "felt", - "offset": 2 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.starknet.common.syscalls.CallContractResponse": { - "full_name": "starkware.starknet.common.syscalls.CallContractResponse", - "members": { - "retdata": { - "cairo_type": "felt*", - "offset": 1 - }, - "retdata_size": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DELEGATE_CALL_SELECTOR": { - "type": "const", - "value": 21167594061783206823196716140 - }, - "starkware.starknet.common.syscalls.DELEGATE_L1_HANDLER_SELECTOR": { - "type": "const", - "value": 23274015802972845247556842986379118667122 - }, - "starkware.starknet.common.syscalls.DEPLOY_SELECTOR": { - "type": "const", - "value": 75202468540281 - }, - "starkware.starknet.common.syscalls.Deploy": { - "full_name": "starkware.starknet.common.syscalls.Deploy", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.DeployRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.DeployResponse", - "offset": 6 - } - }, - "size": 9, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DeployRequest": { - "full_name": "starkware.starknet.common.syscalls.DeployRequest", - "members": { - "class_hash": { - "cairo_type": "felt", - "offset": 1 - }, - "constructor_calldata": { - "cairo_type": "felt*", - "offset": 4 - }, - "constructor_calldata_size": { - "cairo_type": "felt", - "offset": 3 - }, - "contract_address_salt": { - "cairo_type": "felt", - "offset": 2 - }, - "deploy_from_zero": { - "cairo_type": "felt", - "offset": 5 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 6, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DeployResponse": { - "full_name": "starkware.starknet.common.syscalls.DeployResponse", - "members": { - "constructor_retdata": { - "cairo_type": "felt*", - "offset": 2 - }, - "constructor_retdata_size": { - "cairo_type": "felt", - "offset": 1 - }, - "contract_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DictAccess": { - "destination": "starkware.cairo.common.dict_access.DictAccess", - "type": "alias" - }, - "starkware.starknet.common.syscalls.EMIT_EVENT_SELECTOR": { - "type": "const", - "value": 1280709301550335749748 - }, - "starkware.starknet.common.syscalls.EmitEvent": { - "full_name": "starkware.starknet.common.syscalls.EmitEvent", - "members": { - "data": { - "cairo_type": "felt*", - "offset": 4 - }, - "data_len": { - "cairo_type": "felt", - "offset": 3 - }, - "keys": { - "cairo_type": "felt*", - "offset": 2 - }, - "keys_len": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GET_BLOCK_NUMBER_SELECTOR": { - "type": "const", - "value": 1448089106835523001438702345020786 - }, - "starkware.starknet.common.syscalls.GET_BLOCK_TIMESTAMP_SELECTOR": { - "type": "const", - "value": 24294903732626645868215235778792757751152 - }, - "starkware.starknet.common.syscalls.GET_CALLER_ADDRESS_SELECTOR": { - "type": "const", - "value": 94901967781393078444254803017658102643 - }, - "starkware.starknet.common.syscalls.GET_CONTRACT_ADDRESS_SELECTOR": { - "type": "const", - "value": 6219495360805491471215297013070624192820083 - }, - "starkware.starknet.common.syscalls.GET_SEQUENCER_ADDRESS_SELECTOR": { - "type": "const", - "value": 1592190833581991703053805829594610833820054387 - }, - "starkware.starknet.common.syscalls.GET_TX_INFO_SELECTOR": { - "type": "const", - "value": 1317029390204112103023 - }, - "starkware.starknet.common.syscalls.GET_TX_SIGNATURE_SELECTOR": { - "type": "const", - "value": 1448089128652340074717162277007973 - }, - "starkware.starknet.common.syscalls.GetBlockNumber": { - "full_name": "starkware.starknet.common.syscalls.GetBlockNumber", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockNumberRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockNumberResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockNumberRequest": { - "full_name": "starkware.starknet.common.syscalls.GetBlockNumberRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockNumberResponse": { - "full_name": "starkware.starknet.common.syscalls.GetBlockNumberResponse", - "members": { - "block_number": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockTimestamp": { - "full_name": "starkware.starknet.common.syscalls.GetBlockTimestamp", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockTimestampRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockTimestampResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockTimestampRequest": { - "full_name": "starkware.starknet.common.syscalls.GetBlockTimestampRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockTimestampResponse": { - "full_name": "starkware.starknet.common.syscalls.GetBlockTimestampResponse", - "members": { - "block_timestamp": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetCallerAddress": { - "full_name": "starkware.starknet.common.syscalls.GetCallerAddress", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetCallerAddressRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetCallerAddressResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetCallerAddressRequest": { - "full_name": "starkware.starknet.common.syscalls.GetCallerAddressRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetCallerAddressResponse": { - "full_name": "starkware.starknet.common.syscalls.GetCallerAddressResponse", - "members": { - "caller_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetContractAddress": { - "full_name": "starkware.starknet.common.syscalls.GetContractAddress", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetContractAddressRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetContractAddressResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetContractAddressRequest": { - "full_name": "starkware.starknet.common.syscalls.GetContractAddressRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetContractAddressResponse": { - "full_name": "starkware.starknet.common.syscalls.GetContractAddressResponse", - "members": { - "contract_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetSequencerAddress": { - "full_name": "starkware.starknet.common.syscalls.GetSequencerAddress", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetSequencerAddressRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetSequencerAddressResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetSequencerAddressRequest": { - "full_name": "starkware.starknet.common.syscalls.GetSequencerAddressRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetSequencerAddressResponse": { - "full_name": "starkware.starknet.common.syscalls.GetSequencerAddressResponse", - "members": { - "sequencer_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxInfo": { - "full_name": "starkware.starknet.common.syscalls.GetTxInfo", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxInfoRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxInfoResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxInfoRequest": { - "full_name": "starkware.starknet.common.syscalls.GetTxInfoRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxInfoResponse": { - "full_name": "starkware.starknet.common.syscalls.GetTxInfoResponse", - "members": { - "tx_info": { - "cairo_type": "starkware.starknet.common.syscalls.TxInfo*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxSignature": { - "full_name": "starkware.starknet.common.syscalls.GetTxSignature", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxSignatureRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxSignatureResponse", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxSignatureRequest": { - "full_name": "starkware.starknet.common.syscalls.GetTxSignatureRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxSignatureResponse": { - "full_name": "starkware.starknet.common.syscalls.GetTxSignatureResponse", - "members": { - "signature": { - "cairo_type": "felt*", - "offset": 1 - }, - "signature_len": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.LIBRARY_CALL_L1_HANDLER_SELECTOR": { - "type": "const", - "value": 436233452754198157705746250789557519228244616562 - }, - "starkware.starknet.common.syscalls.LIBRARY_CALL_SELECTOR": { - "type": "const", - "value": 92376026794327011772951660 - }, - "starkware.starknet.common.syscalls.LibraryCall": { - "full_name": "starkware.starknet.common.syscalls.LibraryCall", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.LibraryCallRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.CallContractResponse", - "offset": 5 - } - }, - "size": 7, - "type": "struct" - }, - "starkware.starknet.common.syscalls.LibraryCallRequest": { - "full_name": "starkware.starknet.common.syscalls.LibraryCallRequest", - "members": { - "calldata": { - "cairo_type": "felt*", - "offset": 4 - }, - "calldata_size": { - "cairo_type": "felt", - "offset": 3 - }, - "class_hash": { - "cairo_type": "felt", - "offset": 1 - }, - "function_selector": { - "cairo_type": "felt", - "offset": 2 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.starknet.common.syscalls.REPLACE_CLASS_SELECTOR": { - "type": "const", - "value": 25500403217443378527601783667 - }, - "starkware.starknet.common.syscalls.ReplaceClass": { - "full_name": "starkware.starknet.common.syscalls.ReplaceClass", - "members": { - "class_hash": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.SEND_MESSAGE_TO_L1_SELECTOR": { - "type": "const", - "value": 433017908768303439907196859243777073 - }, - "starkware.starknet.common.syscalls.STORAGE_READ_SELECTOR": { - "type": "const", - "value": 100890693370601760042082660 - }, - "starkware.starknet.common.syscalls.STORAGE_WRITE_SELECTOR": { - "type": "const", - "value": 25828017502874050592466629733 - }, - "starkware.starknet.common.syscalls.SendMessageToL1SysCall": { - "full_name": "starkware.starknet.common.syscalls.SendMessageToL1SysCall", - "members": { - "payload_ptr": { - "cairo_type": "felt*", - "offset": 3 - }, - "payload_size": { - "cairo_type": "felt", - "offset": 2 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - }, - "to_address": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 4, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageRead": { - "full_name": "starkware.starknet.common.syscalls.StorageRead", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.StorageReadRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.StorageReadResponse", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageReadRequest": { - "full_name": "starkware.starknet.common.syscalls.StorageReadRequest", - "members": { - "address": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageReadResponse": { - "full_name": "starkware.starknet.common.syscalls.StorageReadResponse", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageWrite": { - "full_name": "starkware.starknet.common.syscalls.StorageWrite", - "members": { - "address": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.TxInfo": { - "full_name": "starkware.starknet.common.syscalls.TxInfo", - "members": { - "account_contract_address": { - "cairo_type": "felt", - "offset": 1 - }, - "chain_id": { - "cairo_type": "felt", - "offset": 6 - }, - "max_fee": { - "cairo_type": "felt", - "offset": 2 - }, - "nonce": { - "cairo_type": "felt", - "offset": 7 - }, - "signature": { - "cairo_type": "felt*", - "offset": 4 - }, - "signature_len": { - "cairo_type": "felt", - "offset": 3 - }, - "transaction_hash": { - "cairo_type": "felt", - "offset": 5 - }, - "version": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 8, - "type": "struct" - }, - "starkware.starknet.common.syscalls.emit_event": { - "decorators": [], - "pc": 247, - "type": "function" - }, - "starkware.starknet.common.syscalls.emit_event.Args": { - "full_name": "starkware.starknet.common.syscalls.emit_event.Args", - "members": { - "data": { - "cairo_type": "felt*", - "offset": 3 - }, - "data_len": { - "cairo_type": "felt", - "offset": 2 - }, - "keys": { - "cairo_type": "felt*", - "offset": 1 - }, - "keys_len": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 4, - "type": "struct" - }, - "starkware.starknet.common.syscalls.emit_event.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.emit_event.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.emit_event.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.emit_event.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.emit_event.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.emit_event.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 17, - "offset": 0 - }, - "pc": 247, - "value": "[cast(fp + (-7), felt**)]" - }, - { - "ap_tracking_data": { - "group": 17, - "offset": 1 - }, - "pc": 254, - "value": "cast([fp + (-7)] + 5, felt*)" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.get_caller_address": { - "decorators": [], - "pc": 224, - "type": "function" - }, - "starkware.starknet.common.syscalls.get_caller_address.Args": { - "full_name": "starkware.starknet.common.syscalls.get_caller_address.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.starknet.common.syscalls.get_caller_address.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.get_caller_address.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.get_caller_address.Return": { - "cairo_type": "(caller_address: felt)", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.get_caller_address.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.get_caller_address.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.get_caller_address.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 14, - "offset": 0 - }, - "pc": 224, - "value": "[cast(fp + (-3), felt**)]" - }, - { - "ap_tracking_data": { - "group": 14, - "offset": 1 - }, - "pc": 227, - "value": "cast([fp + (-3)] + 2, felt*)" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.storage_read": { - "decorators": [], - "pc": 231, - "type": "function" - }, - "starkware.starknet.common.syscalls.storage_read.Args": { - "full_name": "starkware.starknet.common.syscalls.storage_read.Args", - "members": { - "address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_read.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.storage_read.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_read.Return": { - "cairo_type": "(value: felt)", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.storage_read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.storage_read.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.storage_read.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 15, - "offset": 0 - }, - "pc": 231, - "value": "[cast(fp + (-4), felt**)]" - }, - { - "ap_tracking_data": { - "group": 15, - "offset": 1 - }, - "pc": 235, - "value": "cast([fp + (-4)] + 3, felt*)" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.storage_write": { - "decorators": [], - "pc": 239, - "type": "function" - }, - "starkware.starknet.common.syscalls.storage_write.Args": { - "full_name": "starkware.starknet.common.syscalls.storage_write.Args", - "members": { - "address": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_write.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.storage_write.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.storage_write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.storage_write.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.storage_write.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 16, - "offset": 0 - }, - "pc": 239, - "value": "[cast(fp + (-5), felt**)]" - }, - { - "ap_tracking_data": { - "group": 16, - "offset": 1 - }, - "pc": 244, - "value": "cast([fp + (-5)] + 3, felt*)" - } - ], - "type": "reference" - }, - "utils.string.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "utils.string._ascii_from_digit": { - "decorators": [], - "pc": 454, - "type": "function" - }, - "utils.string._ascii_from_digit.Args": { - "full_name": "utils.string._ascii_from_digit.Args", - "members": { - "digit": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "utils.string._ascii_from_digit.ImplicitArgs": { - "full_name": "utils.string._ascii_from_digit.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "utils.string._ascii_from_digit.Return": { - "cairo_type": "(ascii: felt)", - "type": "type_definition" - }, - "utils.string._ascii_from_digit.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "utils.string._recurse_ascii_array_from_number": { - "decorators": [], - "pc": 457, - "type": "function" - }, - "utils.string._recurse_ascii_array_from_number.Args": { - "full_name": "utils.string._recurse_ascii_array_from_number.Args", - "members": { - "arr_ascii": { - "cairo_type": "felt*", - "offset": 2 - }, - "arr_ascii_len": { - "cairo_type": "felt", - "offset": 1 - }, - "remain": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "utils.string._recurse_ascii_array_from_number.ImplicitArgs": { - "full_name": "utils.string._recurse_ascii_array_from_number.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "utils.string._recurse_ascii_array_from_number.Return": { - "cairo_type": "(arr_ascii_final_len: felt)", - "type": "type_definition" - }, - "utils.string._recurse_ascii_array_from_number.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "utils.string._recurse_ascii_from_ascii_array_inverse": { - "decorators": [], - "pc": 482, - "type": "function" - }, - "utils.string._recurse_ascii_from_ascii_array_inverse.Args": { - "full_name": "utils.string._recurse_ascii_from_ascii_array_inverse.Args", - "members": { - "arr": { - "cairo_type": "felt*", - "offset": 2 - }, - "ascii": { - "cairo_type": "felt", - "offset": 0 - }, - "idx": { - "cairo_type": "felt", - "offset": 3 - }, - "len": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 4, - "type": "struct" - }, - "utils.string._recurse_ascii_from_ascii_array_inverse.ImplicitArgs": { - "full_name": "utils.string._recurse_ascii_from_ascii_array_inverse.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "utils.string._recurse_ascii_from_ascii_array_inverse.Return": { - "cairo_type": "(ascii_final: felt)", - "type": "type_definition" - }, - "utils.string._recurse_ascii_from_ascii_array_inverse.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "utils.string.abs_value": { - "destination": "starkware.cairo.common.math.abs_value", - "type": "alias" - }, - "utils.string.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "utils.string.is_le": { - "destination": "starkware.cairo.common.math_cmp.is_le", - "type": "alias" - }, - "utils.string.sign": { - "destination": "starkware.cairo.common.math.sign", - "type": "alias" - }, - "utils.string.str": { - "decorators": [], - "pc": 411, - "type": "function" - }, - "utils.string.str.Args": { - "full_name": "utils.string.str.Args", - "members": { - "num": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "utils.string.str.ImplicitArgs": { - "full_name": "utils.string.str.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "utils.string.str.Return": { - "cairo_type": "(literal: felt)", - "type": "type_definition" - }, - "utils.string.str.SIZEOF_LOCALS": { - "type": "const", - "value": 2 - }, - "utils.string.unsigned_div_rem": { - "destination": "starkware.cairo.common.math.unsigned_div_rem", - "type": "alias" - } - }, - "main_scope": "__main__", - "prime": "0x800000000000011000000000000000000000000000000000000000000000001", - "reference_manager": { - "references": [ - { - "ap_tracking_data": { - "group": 2, - "offset": 0 - }, - "pc": 9, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 2, - "offset": 3 - }, - "pc": 16, - "value": "[cast(ap, felt*)]" - }, - { - "ap_tracking_data": { - "group": 4, - "offset": 0 - }, - "pc": 25, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 5, - "offset": 0 - }, - "pc": 30, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 7, - "offset": 0 - }, - "pc": 39, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 7, - "offset": 0 - }, - "pc": 39, - "value": "[cast([fp + (-4)], felt*)]" - }, - { - "ap_tracking_data": { - "group": 7, - "offset": 0 - }, - "pc": 39, - "value": "[cast([fp + (-4)] + 1, felt*)]" - }, - { - "ap_tracking_data": { - "group": 8, - "offset": 0 - }, - "pc": 52, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 8, - "offset": 0 - }, - "pc": 52, - "value": "[cast([fp + (-4)], felt*)]" - }, - { - "ap_tracking_data": { - "group": 8, - "offset": 0 - }, - "pc": 52, - "value": "[cast([fp + (-4)] + 1, felt*)]" - }, - { - "ap_tracking_data": { - "group": 9, - "offset": 0 - }, - "pc": 81, - "value": "[cast(fp + (-4), felt*)]" - }, - { - "ap_tracking_data": { - "group": 9, - "offset": 0 - }, - "pc": 81, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 9, - "offset": 0 - }, - "pc": 81, - "value": "[cast(fp + (-5), felt*)]" - }, - { - "ap_tracking_data": { - "group": 10, - "offset": 0 - }, - "pc": 126, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 10, - "offset": 1 - }, - "pc": 128, - "value": "[cast(ap + (-1), felt*)]" - }, - { - "ap_tracking_data": { - "group": 11, - "offset": 0 - }, - "pc": 141, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 11, - "offset": 1 - }, - "pc": 151, - "value": "[cast(ap + (-1), felt*)]" - }, - { - "ap_tracking_data": { - "group": 12, - "offset": 0 - }, - "pc": 169, - "value": "[cast(fp + (-4), felt*)]" - }, - { - "ap_tracking_data": { - "group": 12, - "offset": 0 - }, - "pc": 169, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 12, - "offset": 0 - }, - "pc": 169, - "value": "[cast([fp + (-5)], felt*)]" - }, - { - "ap_tracking_data": { - "group": 12, - "offset": 0 - }, - "pc": 169, - "value": "[cast([fp + (-5)] + 1, felt*)]" - }, - { - "ap_tracking_data": { - "group": 13, - "offset": 0 - }, - "pc": 184, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 13, - "offset": 1 - }, - "pc": 186, - "value": "[cast(ap + (-1), felt*)]" - }, - { - "ap_tracking_data": { - "group": 13, - "offset": 2 - }, - "pc": 204, - "value": "[cast(ap + (-1), felt*)]" - }, - { - "ap_tracking_data": { - "group": 14, - "offset": 0 - }, - "pc": 224, - "value": "[cast(fp + (-3), felt**)]" - }, - { - "ap_tracking_data": { - "group": 15, - "offset": 0 - }, - "pc": 231, - "value": "[cast(fp + (-4), felt**)]" - }, - { - "ap_tracking_data": { - "group": 16, - "offset": 0 - }, - "pc": 239, - "value": "[cast(fp + (-5), felt**)]" - }, - { - "ap_tracking_data": { - "group": 17, - "offset": 0 - }, - "pc": 247, - "value": "[cast(fp + (-7), felt**)]" - }, - { - "ap_tracking_data": { - "group": 31, - "offset": 0 - }, - "pc": 373, - "value": "[cast(fp + (-3), felt*)]" - } - ] - } - } -} diff --git a/packages/starksheet-cairo/build/RandomRenderer_abi.json b/packages/starksheet-cairo/build/RandomRenderer_abi.json deleted file mode 100644 index 28e21f1c..00000000 --- a/packages/starksheet-cairo/build/RandomRenderer_abi.json +++ /dev/null @@ -1,169 +0,0 @@ -[ - { - "data": [ - { - "name": "previousOwner", - "type": "felt" - }, - { - "name": "newOwner", - "type": "felt" - } - ], - "keys": [], - "name": "OwnershipTransferred", - "type": "event" - }, - { - "inputs": [], - "name": "getOwner", - "outputs": [ - { - "name": "owner", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "getUris", - "outputs": [ - { - "name": "uris_len", - "type": "felt" - }, - { - "name": "uris", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "index", - "type": "felt" - } - ], - "name": "getUri", - "outputs": [ - { - "name": "uri_len", - "type": "felt" - }, - { - "name": "uri", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "encoded_uris_len", - "type": "felt" - }, - { - "name": "encoded_uris", - "type": "felt*" - }, - { - "name": "index", - "type": "felt" - } - ], - "name": "testUris", - "outputs": [ - { - "name": "uri_len", - "type": "felt" - }, - { - "name": "uri", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "uris_len", - "type": "felt" - }, - { - "name": "uris", - "type": "felt*" - } - ], - "name": "setUris", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "new_owner", - "type": "felt" - } - ], - "name": "transferOwnership", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "owner", - "type": "felt" - }, - { - "name": "uris_len", - "type": "felt" - }, - { - "name": "uris", - "type": "felt*" - } - ], - "name": "constructor", - "outputs": [], - "type": "constructor" - }, - { - "inputs": [ - { - "name": "token_id", - "type": "felt" - }, - { - "name": "value", - "type": "felt" - }, - { - "name": "name", - "type": "felt" - } - ], - "name": "token_uri", - "outputs": [ - { - "name": "token_uri_len", - "type": "felt" - }, - { - "name": "token_uri", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - } -] diff --git a/packages/starksheet-cairo/build/Sheet_abi.json b/packages/starksheet-cairo/build/Sheet_abi.json deleted file mode 100644 index ddf598b0..00000000 --- a/packages/starksheet-cairo/build/Sheet_abi.json +++ /dev/null @@ -1,849 +0,0 @@ -[ - { - "members": [ - { - "name": "low", - "offset": 0, - "type": "felt" - }, - { - "name": "high", - "offset": 1, - "type": "felt" - } - ], - "name": "Uint256", - "size": 2, - "type": "struct" - }, - { - "members": [ - { - "name": "id", - "offset": 0, - "type": "felt" - }, - { - "name": "owner", - "offset": 1, - "type": "felt" - }, - { - "name": "value", - "offset": 2, - "type": "felt" - } - ], - "name": "CellRendered", - "size": 3, - "type": "struct" - }, - { - "data": [ - { - "name": "previousOwner", - "type": "felt" - }, - { - "name": "newOwner", - "type": "felt" - } - ], - "keys": [], - "name": "OwnershipTransferred", - "type": "event" - }, - { - "data": [ - { - "name": "from_", - "type": "felt" - }, - { - "name": "to", - "type": "felt" - }, - { - "name": "tokenId", - "type": "Uint256" - } - ], - "keys": [], - "name": "Transfer", - "type": "event" - }, - { - "data": [ - { - "name": "owner", - "type": "felt" - }, - { - "name": "approved", - "type": "felt" - }, - { - "name": "tokenId", - "type": "Uint256" - } - ], - "keys": [], - "name": "Approval", - "type": "event" - }, - { - "data": [ - { - "name": "owner", - "type": "felt" - }, - { - "name": "operator", - "type": "felt" - }, - { - "name": "approved", - "type": "felt" - } - ], - "keys": [], - "name": "ApprovalForAll", - "type": "event" - }, - { - "data": [ - { - "name": "id", - "type": "felt" - }, - { - "name": "value", - "type": "felt" - }, - { - "name": "contract_address", - "type": "felt" - } - ], - "keys": [], - "name": "CellUpdated", - "type": "event" - }, - { - "inputs": [], - "name": "owner", - "outputs": [ - { - "name": "owner", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "new_owner", - "type": "felt" - } - ], - "name": "transferOwnership", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "max", - "type": "felt" - } - ], - "name": "setMaxPerWallet", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "getMaxPerWallet", - "outputs": [ - { - "name": "max", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "price", - "type": "felt" - } - ], - "name": "setCellPrice", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "getCellPrice", - "outputs": [ - { - "name": "price", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "rate", - "type": "felt" - } - ], - "name": "setRoyaltyRate", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "getRoyaltyRate", - "outputs": [ - { - "name": "rate", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "Uint256" - }, - { - "name": "salePrice", - "type": "Uint256" - } - ], - "name": "royaltyInfo", - "outputs": [ - { - "name": "receiver", - "type": "felt" - }, - { - "name": "royaltyAmount", - "type": "Uint256" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "address", - "type": "felt" - } - ], - "name": "setCellRenderer", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "getCellRenderer", - "outputs": [ - { - "name": "address", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "root", - "type": "felt" - } - ], - "name": "setMerkleRoot", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "getMerkleRoot", - "outputs": [ - { - "name": "root", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "felt" - }, - { - "name": "contractAddress", - "type": "felt" - }, - { - "name": "value", - "type": "felt" - }, - { - "name": "cell_calldata_len", - "type": "felt" - }, - { - "name": "cell_calldata", - "type": "felt*" - } - ], - "name": "setCell", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "felt" - } - ], - "name": "getCell", - "outputs": [ - { - "name": "contractAddress", - "type": "felt" - }, - { - "name": "value", - "type": "felt" - }, - { - "name": "cell_calldata_len", - "type": "felt" - }, - { - "name": "cell_calldata", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "felt" - } - ], - "name": "renderCell", - "outputs": [ - { - "name": "cell", - "type": "CellRendered" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "felt" - } - ], - "name": "renderCellValue", - "outputs": [ - { - "name": "value", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "renderGrid", - "outputs": [ - { - "name": "cells_len", - "type": "felt" - }, - { - "name": "cells", - "type": "CellRendered*" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "Uint256" - }, - { - "name": "proof_len", - "type": "felt" - }, - { - "name": "proof", - "type": "felt*" - } - ], - "name": "mintPublic", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "Uint256" - }, - { - "name": "proof_len", - "type": "felt" - }, - { - "name": "proof", - "type": "felt*" - }, - { - "name": "contractAddress", - "type": "felt" - }, - { - "name": "value", - "type": "felt" - }, - { - "name": "cellCalldata_len", - "type": "felt" - }, - { - "name": "cellCalldata", - "type": "felt*" - } - ], - "name": "mintAndSetPublic", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "Uint256" - } - ], - "name": "tokenURI", - "outputs": [ - { - "name": "token_uri_len", - "type": "felt" - }, - { - "name": "token_uri", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "name", - "type": "felt" - }, - { - "name": "symbol", - "type": "felt" - }, - { - "name": "owner", - "type": "felt" - }, - { - "name": "merkle_root", - "type": "felt" - }, - { - "name": "max_per_wallet", - "type": "felt" - }, - { - "name": "renderer_address", - "type": "felt" - } - ], - "name": "initialize", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "is_initialized", - "outputs": [ - { - "name": "res", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "contractURI", - "outputs": [ - { - "name": "contractURI_len", - "type": "felt" - }, - { - "name": "contractURI", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "contract_uri_len", - "type": "felt" - }, - { - "name": "contract_uri", - "type": "felt*" - } - ], - "name": "setContractUri", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "totalSupply", - "outputs": [ - { - "name": "totalSupply", - "type": "Uint256" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "index", - "type": "Uint256" - } - ], - "name": "tokenByIndex", - "outputs": [ - { - "name": "tokenId", - "type": "Uint256" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "owner", - "type": "felt" - }, - { - "name": "index", - "type": "Uint256" - } - ], - "name": "tokenOfOwnerByIndex", - "outputs": [ - { - "name": "tokenId", - "type": "Uint256" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "interfaceId", - "type": "felt" - } - ], - "name": "supportsInterface", - "outputs": [ - { - "name": "success", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "name", - "outputs": [ - { - "name": "name", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "name", - "type": "felt" - } - ], - "name": "setName", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "symbol", - "outputs": [ - { - "name": "symbol", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "symbol", - "type": "felt" - } - ], - "name": "setSymbol", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "openMint", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "closeMint", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "owner", - "type": "felt" - } - ], - "name": "balanceOf", - "outputs": [ - { - "name": "balance", - "type": "Uint256" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "Uint256" - } - ], - "name": "ownerOf", - "outputs": [ - { - "name": "owner", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "Uint256" - } - ], - "name": "getApproved", - "outputs": [ - { - "name": "approved", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "owner", - "type": "felt" - }, - { - "name": "operator", - "type": "felt" - } - ], - "name": "isApprovedForAll", - "outputs": [ - { - "name": "isApproved", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "to", - "type": "felt" - }, - { - "name": "tokenId", - "type": "Uint256" - } - ], - "name": "approve", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "operator", - "type": "felt" - }, - { - "name": "approved", - "type": "felt" - } - ], - "name": "setApprovalForAll", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "from_", - "type": "felt" - }, - { - "name": "to", - "type": "felt" - }, - { - "name": "tokenId", - "type": "Uint256" - } - ], - "name": "transferFrom", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "from_", - "type": "felt" - }, - { - "name": "to", - "type": "felt" - }, - { - "name": "tokenId", - "type": "Uint256" - }, - { - "name": "data_len", - "type": "felt" - }, - { - "name": "data", - "type": "felt*" - } - ], - "name": "safeTransferFrom", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "to", - "type": "felt" - }, - { - "name": "tokenId", - "type": "Uint256" - } - ], - "name": "mintOwner", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "tokenId", - "type": "Uint256" - } - ], - "name": "burn", - "outputs": [], - "type": "function" - } -] diff --git a/packages/starksheet-cairo/build/Starksheet_abi.json b/packages/starksheet-cairo/build/Starksheet_abi.json deleted file mode 100644 index 191ede01..00000000 --- a/packages/starksheet-cairo/build/Starksheet_abi.json +++ /dev/null @@ -1,226 +0,0 @@ -[ - { - "data": [ - { - "name": "previousOwner", - "type": "felt" - }, - { - "name": "newOwner", - "type": "felt" - } - ], - "keys": [], - "name": "OwnershipTransferred", - "type": "event" - }, - { - "inputs": [ - { - "name": "address", - "type": "felt" - } - ], - "name": "setSheetDefaultRendererAddress", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "getSheetDefaultRendererAddress", - "outputs": [ - { - "name": "address", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "hash", - "type": "felt" - } - ], - "name": "setSheetClassHash", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "getSheetClassHash", - "outputs": [ - { - "name": "hash", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "hash", - "type": "felt" - } - ], - "name": "setProxyClassHash", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "getProxyClassHash", - "outputs": [ - { - "name": "hash", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "price", - "type": "felt" - } - ], - "name": "setSheetPrice", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "getSheetPrice", - "outputs": [ - { - "name": "price", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "hash", - "type": "felt" - } - ], - "name": "setMerkleRoot", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "getMerkleRoot", - "outputs": [ - { - "name": "hash", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "getSheets", - "outputs": [ - { - "name": "addresses_len", - "type": "felt" - }, - { - "name": "addresses", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "index", - "type": "felt" - } - ], - "name": "getSheet", - "outputs": [ - { - "name": "address", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "name", - "type": "felt" - }, - { - "name": "symbol", - "type": "felt" - }, - { - "name": "proof_len", - "type": "felt" - }, - { - "name": "proof", - "type": "felt*" - } - ], - "name": "addSheet", - "outputs": [ - { - "name": "address", - "type": "felt" - } - ], - "type": "function" - }, - { - "inputs": [], - "name": "withdraw", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "owner", - "type": "felt" - }, - { - "name": "sheet_class_hash", - "type": "felt" - }, - { - "name": "proxy_class_hash", - "type": "felt" - }, - { - "name": "default_renderer_address", - "type": "felt" - }, - { - "name": "sheet_price", - "type": "felt" - } - ], - "name": "constructor", - "outputs": [], - "type": "constructor" - } -] diff --git a/packages/starksheet-cairo/build/Subdomain.json b/packages/starksheet-cairo/build/Subdomain.json deleted file mode 100644 index 2e805fd9..00000000 --- a/packages/starksheet-cairo/build/Subdomain.json +++ /dev/null @@ -1,36431 +0,0 @@ -{ - "abi": [ - { - "data": [ - { - "name": "implementation", - "type": "felt" - } - ], - "keys": [], - "name": "Upgraded", - "type": "event" - }, - { - "data": [ - { - "name": "previousAdmin", - "type": "felt" - }, - { - "name": "newAdmin", - "type": "felt" - } - ], - "keys": [], - "name": "AdminChanged", - "type": "event" - }, - { - "inputs": [ - { - "name": "proxy_admin_address", - "type": "felt" - }, - { - "name": "starknetid_contract", - "type": "felt" - }, - { - "name": "naming_contract", - "type": "felt" - } - ], - "name": "initializer", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "domain_len", - "type": "felt" - }, - { - "name": "domain", - "type": "felt*" - } - ], - "name": "claim_domain_back", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "domain_ascii", - "type": "felt" - } - ], - "name": "register", - "outputs": [ - { - "name": "starknet_id_token", - "type": "felt" - }, - { - "name": "domain_len", - "type": "felt" - }, - { - "name": "domain", - "type": "felt*" - } - ], - "type": "function" - }, - { - "inputs": [], - "name": "open_registration", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "close_registration", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "is_registration_open", - "outputs": [ - { - "name": "is_registration_open", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "domain_ascii", - "type": "felt" - } - ], - "name": "basic_encoding", - "outputs": [ - { - "name": "domain_encoded", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - } - ], - "entry_points_by_type": { - "CONSTRUCTOR": [], - "EXTERNAL": [ - { - "offset": 780, - "selector": "0x1007bd789f73e08c2714644c55b11c7d202931d717def434e3c9caa12a9f583" - }, - { - "offset": 872, - "selector": "0x1dbaccd8fbdb848fb83775fd813129fdc379b98d89467d72683839d5a305e6e" - }, - { - "offset": 841, - "selector": "0x1e3dbfa6013ca487e7f9f4d14fe6111a55bd99bf0a16fa5eb7f41aebeb76121" - }, - { - "offset": 614, - "selector": "0x255a2aa76e9ee8a0497bdb5592a0c98fe9b613e1946f34563f3700a48a950a9" - }, - { - "offset": 553, - "selector": "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a" - }, - { - "offset": 912, - "selector": "0x3a2157cf5c18dc9022ea04e76de6ff9114f26d120f7f74a2af06b0f05b34c2d" - }, - { - "offset": 815, - "selector": "0x3ca6fc4a7a1de39dffe9557542eb8ddca2b24030ae1c7d441a29662e28dc00c" - } - ], - "L1_HANDLER": [] - }, - "program": { - "attributes": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "end_pc": 581, - "flow_tracking_data": { - "ap_tracking": { - "group": 43, - "offset": 4 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 576, - "value": "You are not the admin" - }, - { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "end_pc": 651, - "flow_tracking_data": { - "ap_tracking": { - "group": 49, - "offset": 33 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 649, - "value": "The registration is closed" - }, - { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "end_pc": 700, - "flow_tracking_data": { - "ap_tracking": { - "group": 50, - "offset": 1 - }, - "reference_ids": { - "__main__.register.domain": 23 - } - }, - "name": "error_message", - "start_pc": 681, - "value": "Name {domain} is not available" - }, - { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "end_pc": 751, - "flow_tracking_data": { - "ap_tracking": { - "group": 51, - "offset": 75 - }, - "reference_ids": { - "__main__.register.token_id": 24 - } - }, - "name": "error_message", - "start_pc": 723, - "value": "token_id = {token_id}" - }, - { - "accessible_scopes": [ - "__main__", - "__main__._check_admin" - ], - "end_pc": 940, - "flow_tracking_data": { - "ap_tracking": { - "group": 75, - "offset": 29 - }, - "reference_ids": {} - }, - "name": "error_message", - "start_pc": 939, - "value": "You can not call this function cause you are not the admin." - } - ], - "builtins": [ - "pedersen", - "range_check", - "ecdsa" - ], - "compiler_version": "0.11.0.2", - "data": [ - "0x40780017fff7fff", - "0x1", - "0x208b7fff7fff7ffe", - "0x400380007ffb7ffc", - "0x400380017ffb7ffd", - "0x482680017ffb8000", - "0x3", - "0x480280027ffb8000", - "0x208b7fff7fff7ffe", - "0x20780017fff7ffd", - "0x3", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480080007fff8000", - "0x400080007ffd7fff", - "0x482480017ffd8001", - "0x1", - "0x482480017ffd8001", - "0x1", - "0xa0680017fff7ffe", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffb", - "0x402a7ffc7ffd7fff", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x43616c6c436f6e7472616374", - "0x400280007ff97fff", - "0x400380017ff97ffa", - "0x400380027ff97ffb", - "0x400380037ff97ffc", - "0x400380047ff97ffd", - "0x482680017ff98000", - "0x7", - "0x480280057ff98000", - "0x480280067ff98000", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x47657443616c6c657241646472657373", - "0x400280007ffd7fff", - "0x482680017ffd8000", - "0x2", - "0x480280017ffd8000", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x476574436f6e747261637441646472657373", - "0x400280007ffd7fff", - "0x482680017ffd8000", - "0x2", - "0x480280017ffd8000", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x53746f7261676552656164", - "0x400280007ffc7fff", - "0x400380017ffc7ffd", - "0x482680017ffc8000", - "0x3", - "0x480280027ffc8000", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x53746f726167655772697465", - "0x400280007ffb7fff", - "0x400380017ffb7ffc", - "0x400380027ffb7ffd", - "0x482680017ffb8000", - "0x3", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x4765745478496e666f", - "0x400280007ffd7fff", - "0x482680017ffd8000", - "0x2", - "0x480280017ffd8000", - "0x208b7fff7fff7ffe", - "0x400380007ffc7ffd", - "0x482680017ffc8000", - "0x1", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x48297ffc80007ffd", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffb", - "0x208b7fff7fff7ffe", - "0x480280017ffc8000", - "0x484480017fff8000", - "0x100000000000000000000000000000000", - "0x480280007ffc8000", - "0x40317fff7ffe7ffd", - "0x480280017ffc8000", - "0x482480017fff8000", - "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", - "0x20680017fff7fff", - "0xb", - "0x482680017ffc8000", - "0x2", - "0x480280007ffc8000", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x10780017fff7fff", - "0x9", - "0x482680017ffc8000", - "0x2", - "0x480280017ffc8000", - "0x480680017fff8000", - "0x800000000000010ffffffffffffffff", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe4", - "0x480280017ffc8000", - "0x480280007ffc8000", - "0x208b7fff7fff7ffe", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x484480017fff8000", - "0x2aaaaaaaaaaaab05555555555555556", - "0x48307fff7ffd8000", - "0x480280027ffb8000", - "0x480280037ffb8000", - "0x484480017fff8000", - "0x4000000000000088000000000000001", - "0x48307fff7ffd8000", - "0xa0680017fff8000", - "0xe", - "0x480680017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x48287ffc80007fff", - "0x40307ffc7ff87fff", - "0x48297ffd80007ffc", - "0x482680017ffd8000", - "0x1", - "0x48507fff7ffe8000", - "0x40507ff97ff57fff", - "0x482680017ffb8000", - "0x4", - "0x208b7fff7fff7ffe", - "0xa0680017fff8000", - "0xc", - "0x480680017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x48287ffd80007fff", - "0x48327fff7ffc8000", - "0x40307ffa7ff67fff", - "0x48527ffe7ffc8000", - "0x40507ff97ff57fff", - "0x482680017ffb8000", - "0x4", - "0x208b7fff7fff7ffe", - "0x40317ffd7ff97ffd", - "0x48297ffc80007ffd", - "0x48527fff7ffc8000", - "0x40507ffb7ff77fff", - "0x40780017fff7fff", - "0x2", - "0x482680017ffb8000", - "0x4", - "0x208b7fff7fff7ffe", - "0x482680017ffb8000", - "0x2", - "0x480280007ffb8000", - "0x482680017ffd8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffad", - "0x480280017ffb8000", - "0x48487ffd7fff8000", - "0x480280007ffb8000", - "0x40317fff7ffe7ffc", - "0x48127ffc7fff8000", - "0x480280017ffb8000", - "0x480280007ffb8000", - "0x208b7fff7fff7ffe", - "0x400380017ff97ffa", - "0x400380007ff97ffb", - "0x482680017ff98000", - "0x2", - "0x208b7fff7fff7ffe", - "0x20780017fff7ffd", - "0x5", - "0x480680017fff8000", - "0x0", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x1", - "0x208b7fff7fff7ffe", - "0xa0680017fff8000", - "0xa", - "0x400380007ffc7ffd", - "0x40780017fff7fff", - "0x14", - "0x482680017ffc8000", - "0x1", - "0x480680017fff8000", - "0x1", - "0x208b7fff7fff7ffe", - "0xa0680017fff8000", - "0xe", - "0x484680017ffd8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x482480017fff8000", - "0x800000000000011000000000000000000000000000000000000000000000000", - "0x400280007ffc7fff", - "0x40780017fff7fff", - "0x11", - "0x482680017ffc8000", - "0x1", - "0x480680017fff8000", - "0x0", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480680017fff8000", - "0x100000000000000000000000000000000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff9c", - "0x480680017fff8000", - "0x0", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x48297ffc80007ffd", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffde", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x3", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff21", - "0x40137fff7fff8000", - "0x4003800080007ffc", - "0x400380007ffa7ffc", - "0x402780017ffa8001", - "0x1", - "0x4826800180008000", - "0x1", - "0x40297ffc7fff8002", - "0x4826800180008000", - "0x1", - "0x480a7ffd7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff1c", - "0x480a7ff97fff8000", - "0x480a7ffb7fff8000", - "0x480680017fff8000", - "0x2e269d930f6d7ab92b15ce8ff9f5e63709391617e3465fff79ba6baf278ce60", - "0x4829800080008002", - "0x480a80007fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff23", - "0x482480017fff8000", - "0x1", - "0x40307ffe7ffd7fff", - "0x48127ffc7fff8000", - "0x480a80017fff8000", - "0x480080007ffc8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x3", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff00", - "0x40137fff7fff8000", - "0x4003800080007ffc", - "0x400380007ffa7ffc", - "0x402780017ffa8001", - "0x1", - "0x4826800180008000", - "0x1", - "0x40297ffc7fff8002", - "0x4826800180008000", - "0x1", - "0x480a7ffd7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffefb", - "0x480a7ff97fff8000", - "0x480a7ffb7fff8000", - "0x480680017fff8000", - "0xa28d3433f3627ce1ad3eed0bdb681000cc2053561e99f7e02c0a03581d2ffd", - "0x4829800080008002", - "0x480a80007fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff02", - "0x482480017fff8000", - "0x1", - "0x40307ffe7ffd7fff", - "0x48127ffc7fff8000", - "0x480a80017fff8000", - "0x480080007ffc8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x3", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffedf", - "0x40137fff7fff8000", - "0x4003800080007ffb", - "0x400380007ff97ffb", - "0x402780017ff98001", - "0x1", - "0x4826800180008000", - "0x1", - "0x40297ffb7fff8002", - "0x4826800180008000", - "0x1", - "0x480a7ffc7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffeda", - "0x4003800080027ffd", - "0x4826800180028000", - "0x1", - "0x480a7ff87fff8000", - "0x480a7ffa7fff8000", - "0x480680017fff8000", - "0x38f73698882ba44a8855de072de1aa92ec9fb65f808e70c24b19039f64ed243", - "0x4828800080007ffc", - "0x480a80007fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffede", - "0x48127ffd7fff8000", - "0x480a80017fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x3", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffebf", - "0x40137fff7fff8000", - "0x4003800080007ffb", - "0x400380007ff97ffb", - "0x402780017ff98001", - "0x1", - "0x4826800180008000", - "0x1", - "0x40297ffb7fff8002", - "0x4826800180008000", - "0x1", - "0x480a7ffc7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffeba", - "0x4003800080027ffd", - "0x4826800180028000", - "0x1", - "0x480a7ff87fff8000", - "0x480a7ffa7fff8000", - "0x480680017fff8000", - "0x2d3d2db68dc0e27fd3a9410150f34d83b02afa5f143aa1f2318b27f4574b460", - "0x4828800080007ffc", - "0x480a80007fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffebe", - "0x48127ffd7fff8000", - "0x480a80017fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe9f", - "0x40137fff7fff8000", - "0x4003800080007ffa", - "0x4003800180007ffb", - "0x4003800280007ffc", - "0x4003800380007ffd", - "0x4826800180008000", - "0x4", - "0x480a7ff77fff8000", - "0x480a7ff97fff8000", - "0x480680017fff8000", - "0x41b033f4a31df8067c24d1e9b550a2ce75fd4a29e1147af9752174f0e6cb20", - "0x4828800080007ffc", - "0x480a80007fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffea8", - "0x48127ffd7fff8000", - "0x480a7ff87fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe89", - "0x40137fff7fff8000", - "0x4003800080007ffd", - "0x4826800180008000", - "0x1", - "0x480a7ffa7fff8000", - "0x480a7ffc7fff8000", - "0x480680017fff8000", - "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", - "0x4828800080007ffc", - "0x480a80007fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe95", - "0x48127ffd7fff8000", - "0x480a7ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe76", - "0x40137fff7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x2016836a56b71f0d02689e69e326f4f4c1b9057164ef592671cf0d37c8040c0", - "0x4829800080008000", - "0x480a80007fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe85", - "0x482480017fff8000", - "0x1", - "0x40307ffe7ffd7fff", - "0x48127ffc7fff8000", - "0x480a7ffc7fff8000", - "0x480080007ffc8000", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x1d18a04b8eb1bb9052d072bf4e1f14558b62d3fc328183db8c9854bceb3b833", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffa", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe8b", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe85", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x31f917e75b9a6fff1e72c4082876e7c9c6f7f4f4a9805b5c828d1c806a035a9", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffa", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe6d", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe67", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x34c2c84899828e90b9ac9ddc42733e09cd4ea9e5482dc794da64d43d9b16bb1", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffa", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe4f", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe49", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x120113e5a35b8a6dfe4527082e79ed55f9af5c735f8fd8cdaa7f4a6b52899d0", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffa", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe31", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe2b", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ff87fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffc7", - "0x400680017fff7fff", - "0x0", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffcc", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff8d", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffa8", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x3", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x480280017ffd8000", - "0x480280027ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe4", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480280037ffb8000", - "0x480680017fff8000", - "0x0", - "0x48127ffa7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x4", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x160", - "0x48127ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffddf", - "0x40137fff7fff8000", - "0x48127ffe7fff8000", - "0x48127ff77fff8000", - "0x48127ff77fff8000", - "0x1104800180018000", - "0x164", - "0x40137ffe7fff8001", - "0x40137ffd7fff8002", - "0x40137ffb7fff8003", - "0x48127ffa7fff8000", - "0x48127ffb7fff8000", - "0x48127ffd7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffeaa", - "0x48127ffd7fff8000", - "0x48127ffd7fff8000", - "0x480a80017fff8000", - "0x480a80027fff8000", - "0x480a80007fff8000", - "0x48127ffa7fff8000", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff01", - "0x48127ffe7fff8000", - "0x480a80037fff8000", - "0x48127ffd7fff8000", - "0x208b7fff7fff7ffe", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x400080007ffe7fff", - "0x482680017ffd8000", - "0x1", - "0x480280007ffd8000", - "0x48307fff7ffe8000", - "0x402a7ffd7ffc7fff", - "0x480280027ffb8000", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x482480017ffd8000", - "0x1", - "0x480280007ffd8000", - "0x482680017ffd8000", - "0x1", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffc9", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480280037ffb8000", - "0x480680017fff8000", - "0x0", - "0x48127ffa7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0xa", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff76", - "0x400680017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd99", - "0x40137fff7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffdb3", - "0x40137fff7fff8001", - "0x48127ffe7fff8000", - "0x48127ff17fff8000", - "0x480a80007fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffef4", - "0x4002800180017fff", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd68", - "0x40137fff7fff8002", - "0x48127ffa7fff8000", - "0x48127fd57fff8000", - "0x48127ff97fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x122", - "0x40137fff7fff8003", - "0x4003800080028003", - "0x480680017fff8000", - "0xd6543486c", - "0x4002800180027fff", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffef7", - "0x40137ffd7fff8004", - "0x40137fff7fff8005", - "0x48127ffc7fff8000", - "0x48127ffd7fff8000", - "0x480a80057fff8000", - "0x480680017fff8000", - "0x2", - "0x480a80027fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe29", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffdf9", - "0x400680017fff7fff", - "0x0", - "0x48127ffa7fff8000", - "0x480a80047fff8000", - "0x48127ff97fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff02", - "0x40137fff7fff8006", - "0x40137ffd7fff8007", - "0x48127ffe7fff8000", - "0x480a80007fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd8e", - "0x48127ffd7fff8000", - "0x48127ffe7fff8000", - "0x480680017fff8000", - "0x10000000000000000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffdd2", - "0x4802800780018000", - "0x40317fff7ffe8008", - "0x48127fd17fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd5c", - "0x40137fff7fff8009", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x480a80067fff8000", - "0x480a80087fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffea0", - "0x480a80057fff8000", - "0x480680017fff8000", - "0x2", - "0x480a80027fff8000", - "0x480a80087fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe63", - "0x480a80057fff8000", - "0x480680017fff8000", - "0x2", - "0x480a80027fff8000", - "0x4802800180018000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe3c", - "0x480a80067fff8000", - "0x480a80097fff8000", - "0x4802800180018000", - "0x480a80087fff8000", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe74", - "0x48127ffe7fff8000", - "0x480a80077fff8000", - "0x48127ffd7fff8000", - "0x480a7ffc7fff8000", - "0x480a80087fff8000", - "0x480680017fff8000", - "0x2", - "0x480a80027fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x3", - "0x4003800080007ffa", - "0x4003800180007ffb", - "0x400380007ffd7ffb", - "0x402780017ffd8001", - "0x1", - "0x4826800180008000", - "0x2", - "0x40297ffb7fff8002", - "0x4826800180008000", - "0x2", - "0x480a7ffc7fff8000", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd04", - "0x480a80017fff8000", - "0x4829800080008002", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x3", - "0x482680017ffd8000", - "0x1", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280037ffb8000", - "0x480280007ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff6d", - "0x40137ff97fff8000", - "0x40137ffa7fff8001", - "0x40137ffc7fff8002", - "0x48127ffb7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffdd", - "0x480a80007fff8000", - "0x480a80017fff8000", - "0x48127ffb7fff8000", - "0x480a80027fff8000", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x7b", - "0x480680017fff8000", - "0x1", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffede", - "0x208b7fff7fff7ffe", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff3", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480280037ffb8000", - "0x480680017fff8000", - "0x0", - "0x48127ffa7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x61", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffec4", - "0x208b7fff7fff7ffe", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff3", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480280037ffb8000", - "0x480680017fff8000", - "0x0", - "0x48127ffa7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffea1", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffc", - "0x4826800180008000", - "0x1", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff1", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x48127ffb7fff8000", - "0x480280037ffb8000", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x100000000000000000000000000000000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffcf4", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x48127ffd7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x40", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffc", - "0x4826800180008000", - "0x1", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x1", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe2", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x48127ffb7fff8000", - "0x480280037ffb8000", - "0x48127ffa7fff8000", - "0x48127ffa7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc81", - "0x48127ffe7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe36", - "0x40127fff7fff7fe8", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc7b", - "0x48127ffe7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe0b", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffde8", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127fce7fff8000", - "0x48127fe47fff8000", - "0x48127ffa7fff8000", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x480a7ffb7fff8000", - "0x480680017fff8000", - "0x100", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd10", - "0x20680017fff7fff", - "0xf", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x48127ffc7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x20", - "0x484680017ffd8000", - "0x26", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48307ffb7ffc8000", - "0x208b7fff7fff7ffe", - "0x48127ffe7fff8000", - "0x480a7ffc7fff8000", - "0x480680017fff8000", - "0x100", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffcbe", - "0x40137ffe7fff8000", - "0x480a7ff97fff8000", - "0x480a7ffa7fff8000", - "0x48127ffb7fff8000", - "0x48127ffc7fff8000", - "0x1104800180018000", - "0xc", - "0x484680017ffd8000", - "0x26", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x480a80007fff8000", - "0x48307ffa7ffb8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd6", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd4", - "0x20680017fff7fff", - "0x8", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480680017fff8000", - "0x24", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480680017fff8000", - "0x61", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffcda", - "0x20680017fff7fff", - "0x15", - "0x48127ffe7fff8000", - "0x482680017ffd8000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffeb", - "0x480680017fff8000", - "0x23", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc45", - "0x480680017fff8000", - "0x1a", - "0x482680017ffd8000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffeb", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc3f", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x48127ffd7fff8000", - "0x482680017ffd8000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffeb", - "0x208b7fff7fff7ffe", - "0x48127ffe7fff8000", - "0x482680017ffd8000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffa0", - "0x480680017fff8000", - "0x19", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc32", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x48127ffd7fff8000", - "0x482680017ffd8000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffa0", - "0x208b7fff7fff7ffe" - ], - "debug_info": { - "file_contents": { - "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo": "assert [cast(fp + (-4), felt*)] = __calldata_actual_size;\n", - "autogen/starknet/arg_processor/0ef30555f44496866ef53271b24c6311394b0d6b81c0271dfd0cac757a5d73dc.cairo": "let __calldata_arg_domain_ascii = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/2670bb539ede27446c75876e41bcf9ef5cab09b9eec143f3986635a545b089ab.cairo": "assert [__calldata_ptr] = to;\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = domain_len;\n// Store the updated range_check_ptr as a local variable to keep it available after\n// the memcpy.\nlocal range_check_ptr = range_check_ptr + 1;\n// Keep a reference to __calldata_ptr.\nlet __calldata_ptr_copy = __calldata_ptr;\n// Store the updated __calldata_ptr as a local variable to keep it available after\n// the memcpy.\nlocal __calldata_ptr: felt* = __calldata_ptr + domain_len * 1;\nmemcpy(\n dst=__calldata_ptr_copy,\n src=domain,\n len=domain_len * 1);\n", - "autogen/starknet/arg_processor/449208c737b8d9d843bae48e01259f0d046d686ea4fb71270f1ccf94f769682a.cairo": "// Create a reference to token_id as felt*.\nlet __calldata_tmp: felt* = cast(&token_id, felt*);\nassert [__calldata_ptr + 0] = [__calldata_tmp + 0];\nassert [__calldata_ptr + 1] = [__calldata_tmp + 1];\nlet __calldata_ptr = __calldata_ptr + 2;\n", - "autogen/starknet/arg_processor/4bc87a0745cafb7f774d18bc100e0d999cb382948c62740076908ead14382e84.cairo": "let __return_value_arg_address = [__return_value_ptr];\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/53f1a6139553b3ccccc557cc464dc3ef40218c3505fcd39eef55d3609f01686d.cairo": "assert [__calldata_ptr] = address;\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/5f0c0cbac20f85f9d9012917259eea8b3598d9c95a80a5250b7fcd42e1adec6f.cairo": "assert [__return_value_ptr] = ret_value.starknet_id_token;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/7364b55c8a3069b5cf0bda5d3d03d9395d135e0acbb8746666ea4565ccfe4587.cairo": "let __calldata_arg_starknetid_contract = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/8339a6640c627e9911eb5c59bed25870348dede436b3d376cff72949db1f150a.cairo": "assert [__calldata_ptr] = domain_len;\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/8ec5ab086a6ec421b0d75ada64b1bb6ab10a137cbf2bed9df67abc2a3a603f5b.cairo": "assert [__calldata_ptr] = _from;\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/96447016176d161dae83f414c4d3e33e78856e0ef69bc33f8d419f1c9b90f9c5.cairo": "assert retdata_size = __return_value_actual_size;\n", - "autogen/starknet/arg_processor/96b6d646a56c08f445e6e1857e912678843134b143f0b538a202cafa959fe18f.cairo": "let __calldata_arg_proxy_admin_address = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/accb388bcbbace5b6218198851efaad2a781c1339e305a37fab51afe90a3194a.cairo": "let __return_value_actual_size = __return_value_ptr - cast(retdata, felt*);\n", - "autogen/starknet/arg_processor/ad6ac0c85ad8739704cc5f4980561dd6bf7a6e3282834f8fb6bf7898431fc31a.cairo": "let __calldata_arg_naming_contract = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/b2cf08f23bd6d74eeb872bed49d06f4a7518757c8955198bd7ce9a52a9cf0046.cairo": "assert [__calldata_ptr] = token_id;\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/b7edf9a707658e9625a029e4f8ceaf32e1a47f454aa4132472642fd2ef404947.cairo": "let __return_value_arg_owner = [__return_value_ptr];\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/bfbc0c07adf06f8d40156630b0f75a4deaf72283241087f1612f8ae30e3a6e5e.cairo": "assert [__return_value_ptr] = ret_value.domain_encoded;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo": "let __calldata_actual_size = __calldata_ptr - cast([cast(fp + (-3), felt**)], felt*);\n", - "autogen/starknet/arg_processor/c52d0b3b4b86a38cacd1d4ac89a0241623cad45a643a7142a6cf5f5594d46e8e.cairo": "assert [__calldata_ptr] = target_token_id;\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/ce158bd77366de4fd9094e10e9c6b075083279651c19c6c5ca68af0dc3f7cbc3.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = ret_value.domain_len;\n// Store the updated range_check_ptr as a local variable to keep it available after\n// the memcpy.\nlocal range_check_ptr = range_check_ptr + 1;\n// Keep a reference to __return_value_ptr.\nlet __return_value_ptr_copy = __return_value_ptr;\n// Store the updated __return_value_ptr as a local variable to keep it available after\n// the memcpy.\nlocal __return_value_ptr: felt* = __return_value_ptr + ret_value.domain_len * 1;\nmemcpy(\n dst=__return_value_ptr_copy,\n src=ret_value.domain,\n len=ret_value.domain_len * 1);\n", - "autogen/starknet/arg_processor/e7b3b829580644dc52a381033e280d055296419573a8f14b3b38653364d1eab5.cairo": "assert [__return_value_ptr] = ret_value.is_registration_open;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/arg_processor/ecf03f15152f9b4d2d3eb98ddd06a26dab9c64ca1c8ef3baff428e06f0676f44.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = __calldata_arg_domain_len;\nlet range_check_ptr = range_check_ptr + 1;\n// Create the reference.\nlet __calldata_arg_domain = cast(__calldata_ptr, felt*);\n// Use 'tempvar' instead of 'let' to avoid repeating this computation for the\n// following arguments.\ntempvar __calldata_ptr = __calldata_ptr + __calldata_arg_domain_len * 1;\n", - "autogen/starknet/arg_processor/ed50269b72e425c5b3d67a4bb9888a6c7b7ffd156c3460ac766545cf8944b51c.cairo": "let __calldata_arg_domain_len = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", - "autogen/starknet/arg_processor/fda0377f98df47534d3f82c18ace9f8dd918a85588f088266053ca8d1244db2a.cairo": "assert [__return_value_ptr] = ret_value.domain_len;\nlet __return_value_ptr = __return_value_ptr + 1;\n", - "autogen/starknet/contract_interface/INaming/domain_to_address/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo": "\nalloc_locals;\nlet (local calldata_ptr_start: felt*) = alloc();\nlet __calldata_ptr = calldata_ptr_start;\n", - "autogen/starknet/contract_interface/INaming/domain_to_address/bf371099680e34ca6cf2304d3dbb8440b7edd177043cb2911538d9a8f3a352db.cairo": "\nlet (retdata_size, retdata) = call_contract(\n contract_address=contract_address,\n function_selector=DOMAIN_TO_ADDRESS_SELECTOR,\n calldata_size=__calldata_ptr - calldata_ptr_start,\n calldata=calldata_ptr_start);\n", - "autogen/starknet/contract_interface/INaming/domain_to_address/c7bccfe2278372ac44337810829ba4239dbbfdd698c174aa9639022183a1c840.cairo": "func domain_to_address{syscall_ptr: felt*, range_check_ptr}(\n contract_address: felt) {\n}\n", - "autogen/starknet/contract_interface/INaming/domain_to_address/e5339f61923a643d588142dd246c0bb4d236017fbb005eafc3038bc09cc8cbbb.cairo": "\nreturn (address=__return_value_arg_address,);\n", - "autogen/starknet/contract_interface/INaming/domain_to_token_id/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo": "\nalloc_locals;\nlet (local calldata_ptr_start: felt*) = alloc();\nlet __calldata_ptr = calldata_ptr_start;\n", - "autogen/starknet/contract_interface/INaming/domain_to_token_id/910d281591f877ec93ccb04ae97a6bd968ac0de23e7f59b370fc45289866e4d4.cairo": "func domain_to_token_id{syscall_ptr: felt*, range_check_ptr}(\n contract_address: felt) {\n}\n", - "autogen/starknet/contract_interface/INaming/domain_to_token_id/f27c943c049e684cf6ef28088e39c8bbdc73f90eb3516b19115b01ca89603a57.cairo": "\nlet (retdata_size, retdata) = call_contract(\n contract_address=contract_address,\n function_selector=DOMAIN_TO_TOKEN_ID_SELECTOR,\n calldata_size=__calldata_ptr - calldata_ptr_start,\n calldata=calldata_ptr_start);\n", - "autogen/starknet/contract_interface/INaming/domain_to_token_id/fca49af674c76ce3d2f65b1e9d948f7383b8387a04ac56bc19679709d3c57b4e.cairo": "\nreturn (owner=__return_value_arg_owner,);\n", - "autogen/starknet/contract_interface/INaming/set_domain_to_address/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo": "\nalloc_locals;\nlet (local calldata_ptr_start: felt*) = alloc();\nlet __calldata_ptr = calldata_ptr_start;\n", - "autogen/starknet/contract_interface/INaming/set_domain_to_address/6e3b2c7c15122d95bbbeb78003d636384c46739a2b98448d090ded5c462510f6.cairo": "\nlet (retdata_size, retdata) = call_contract(\n contract_address=contract_address,\n function_selector=SET_DOMAIN_TO_ADDRESS_SELECTOR,\n calldata_size=__calldata_ptr - calldata_ptr_start,\n calldata=calldata_ptr_start);\n", - "autogen/starknet/contract_interface/INaming/set_domain_to_address/b4a44cbba6decc6ac9fe1e03d0dcd9303042497629db7b6313ce132db96dfe50.cairo": "func set_domain_to_address{syscall_ptr: felt*, range_check_ptr}(\n contract_address: felt) {\n}\n", - "autogen/starknet/contract_interface/INaming/set_domain_to_address/fb06bdf6e8fa9c7ff7d919d712d494716b0b586b2a762687cfb72d93da06ab29.cairo": "\nreturn ();\n", - "autogen/starknet/contract_interface/INaming/transfer_domain/1ac7f3def7017dd84d1d43bd0c0df63c5e8f8614829ce8283341a52f61e1b1bf.cairo": "\nlet (retdata_size, retdata) = call_contract(\n contract_address=contract_address,\n function_selector=TRANSFER_DOMAIN_SELECTOR,\n calldata_size=__calldata_ptr - calldata_ptr_start,\n calldata=calldata_ptr_start);\n", - "autogen/starknet/contract_interface/INaming/transfer_domain/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo": "\nalloc_locals;\nlet (local calldata_ptr_start: felt*) = alloc();\nlet __calldata_ptr = calldata_ptr_start;\n", - "autogen/starknet/contract_interface/INaming/transfer_domain/dcd2de2795921cf268d664fe10ffb2ce1a12eaa8017646363f68c2db66ac764e.cairo": "func transfer_domain{syscall_ptr: felt*, range_check_ptr}(\n contract_address: felt) {\n}\n", - "autogen/starknet/contract_interface/INaming/transfer_domain/fb06bdf6e8fa9c7ff7d919d712d494716b0b586b2a762687cfb72d93da06ab29.cairo": "\nreturn ();\n", - "autogen/starknet/contract_interface/ISheet/owner/22582a63896341a02082fe651af1a1a0d12d424aa15261ad533b6f55c1ec75c3.cairo": "func owner{syscall_ptr: felt*, range_check_ptr}(\n contract_address: felt) {\n}\n", - "autogen/starknet/contract_interface/ISheet/owner/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo": "\nalloc_locals;\nlet (local calldata_ptr_start: felt*) = alloc();\nlet __calldata_ptr = calldata_ptr_start;\n", - "autogen/starknet/contract_interface/ISheet/owner/d6432f636a9cf469d5e047691edceee10efd4bb8aec9947429ec0a24226add14.cairo": "\nlet (retdata_size, retdata) = call_contract(\n contract_address=contract_address,\n function_selector=OWNER_SELECTOR,\n calldata_size=__calldata_ptr - calldata_ptr_start,\n calldata=calldata_ptr_start);\n", - "autogen/starknet/contract_interface/ISheet/owner/fca49af674c76ce3d2f65b1e9d948f7383b8387a04ac56bc19679709d3c57b4e.cairo": "\nreturn (owner=__return_value_arg_owner,);\n", - "autogen/starknet/contract_interface/IStarknetId/mint/304ae580b78eb48c6532c7788d73eef2a89dcd3c406dfb71c0bdbeacea1728ca.cairo": "\nlet (retdata_size, retdata) = call_contract(\n contract_address=contract_address,\n function_selector=MINT_SELECTOR,\n calldata_size=__calldata_ptr - calldata_ptr_start,\n calldata=calldata_ptr_start);\n", - "autogen/starknet/contract_interface/IStarknetId/mint/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo": "\nalloc_locals;\nlet (local calldata_ptr_start: felt*) = alloc();\nlet __calldata_ptr = calldata_ptr_start;\n", - "autogen/starknet/contract_interface/IStarknetId/mint/f331841f676ee38d6b90045cd4589cd9ff4e83c32234273d9e605b287d886cbc.cairo": "func mint{syscall_ptr: felt*, range_check_ptr}(\n contract_address: felt) {\n}\n", - "autogen/starknet/contract_interface/IStarknetId/mint/fb06bdf6e8fa9c7ff7d919d712d494716b0b586b2a762687cfb72d93da06ab29.cairo": "\nreturn ();\n", - "autogen/starknet/contract_interface/IStarknetId/transferFrom/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo": "\nalloc_locals;\nlet (local calldata_ptr_start: felt*) = alloc();\nlet __calldata_ptr = calldata_ptr_start;\n", - "autogen/starknet/contract_interface/IStarknetId/transferFrom/b016d077f46f58d4cffabd707b4d3495a859d0f543f418223b1ea57e409144f2.cairo": "\nlet (retdata_size, retdata) = call_contract(\n contract_address=contract_address,\n function_selector=TRANSFERFROM_SELECTOR,\n calldata_size=__calldata_ptr - calldata_ptr_start,\n calldata=calldata_ptr_start);\n", - "autogen/starknet/contract_interface/IStarknetId/transferFrom/f8c7980cd46ed6d764c999318b5692736b724dc08c1bf96e92d1b77ddf37af10.cairo": "func transferFrom{syscall_ptr: felt*, range_check_ptr}(\n contract_address: felt) {\n}\n", - "autogen/starknet/contract_interface/IStarknetId/transferFrom/fb06bdf6e8fa9c7ff7d919d712d494716b0b586b2a762687cfb72d93da06ab29.cairo": "\nreturn ();\n", - "autogen/starknet/external/basic_encoding/01db14bcdf92a2d5db6f044491da648d432aa9a2406f6b02dfbd2dc09c33d2e1.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(domain_ascii=__calldata_arg_domain_ascii,);\nlet (range_check_ptr, retdata_size, retdata) = basic_encoding_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/basic_encoding/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,ecdsa_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/basic_encoding/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/basic_encoding/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/basic_encoding/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/basic_encoding/c6c4d3a7a58c6b37d5fdd51b25e5ab9f3e75174b411ab503db3ce03636ed6e2a.cairo": "let ecdsa_ptr = [cast([cast(fp + (-5), felt**)] + 3, felt*)];\n", - "autogen/starknet/external/claim_domain_back/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,ecdsa_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/claim_domain_back/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/claim_domain_back/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/claim_domain_back/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/claim_domain_back/c6c4d3a7a58c6b37d5fdd51b25e5ab9f3e75174b411ab503db3ce03636ed6e2a.cairo": "let ecdsa_ptr = [cast([cast(fp + (-5), felt**)] + 3, felt*)];\n", - "autogen/starknet/external/claim_domain_back/dc10af6be62e8f611b8e3807b3a1a1069d95a74e2750ea3f5c8b0b70134f16b5.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(domain_len=__calldata_arg_domain_len, domain=__calldata_arg_domain,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/close_registration/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,ecdsa_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/close_registration/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/close_registration/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}();\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/close_registration/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/close_registration/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/close_registration/c6c4d3a7a58c6b37d5fdd51b25e5ab9f3e75174b411ab503db3ce03636ed6e2a.cairo": "let ecdsa_ptr = [cast([cast(fp + (-5), felt**)] + 3, felt*)];\n", - "autogen/starknet/external/initializer/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,ecdsa_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/initializer/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/initializer/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/initializer/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/initializer/b371deb94934188e323bef3fca0ac063ca8cf27f8d4df426eb7923d9ae8d7bea.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(proxy_admin_address=__calldata_arg_proxy_admin_address, starknetid_contract=__calldata_arg_starknetid_contract, naming_contract=__calldata_arg_naming_contract,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/initializer/c6c4d3a7a58c6b37d5fdd51b25e5ab9f3e75174b411ab503db3ce03636ed6e2a.cairo": "let ecdsa_ptr = [cast([cast(fp + (-5), felt**)] + 3, felt*)];\n", - "autogen/starknet/external/is_registration_open/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,ecdsa_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/is_registration_open/50f43d1ea3cf09b4239367de266e40e917c2d6ad2beaddda2ea68d5342f004a2.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}();\nlet (range_check_ptr, retdata_size, retdata) = is_registration_open_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/is_registration_open/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/is_registration_open/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/is_registration_open/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/is_registration_open/c6c4d3a7a58c6b37d5fdd51b25e5ab9f3e75174b411ab503db3ce03636ed6e2a.cairo": "let ecdsa_ptr = [cast([cast(fp + (-5), felt**)] + 3, felt*)];\n", - "autogen/starknet/external/open_registration/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,ecdsa_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/open_registration/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/open_registration/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}();\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", - "autogen/starknet/external/open_registration/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/open_registration/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/open_registration/c6c4d3a7a58c6b37d5fdd51b25e5ab9f3e75174b411ab503db3ce03636ed6e2a.cairo": "let ecdsa_ptr = [cast([cast(fp + (-5), felt**)] + 3, felt*)];\n", - "autogen/starknet/external/register/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,ecdsa_ptr,retdata_size,retdata);\n", - "autogen/starknet/external/register/716382761f0a42276cedc3c874cbfbfe0535570b13e7d1727a1af27600bb845a.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr, ecdsa_ptr=ecdsa_ptr}(domain_ascii=__calldata_arg_domain_ascii,);\nlet (range_check_ptr, retdata_size, retdata) = register_encode_return(ret_value, range_check_ptr);\n", - "autogen/starknet/external/register/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", - "autogen/starknet/external/register/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", - "autogen/starknet/external/register/972efe4adb0e1cedbdf0f0747cf1e121111a6180229de74773d49a6e595c4f3d.cairo": "let ecdsa_ptr = [cast([cast(fp + (-5), felt**)] + 3, starkware.cairo.common.cairo_builtins.SignatureBuiltin**)];\n", - "autogen/starknet/external/register/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", - "autogen/starknet/external/register/e4065319506eee42a7d1a2e0cab4e10c7cb79d70fe881d4202843707088e4960.cairo": "func register() -> (syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, ecdsa_ptr: starkware.cairo.common.cairo_builtins.SignatureBuiltin*, size: felt, retdata: felt*) {\n alloc_locals;\n}\n", - "autogen/starknet/external/return/basic_encoding/dccbd32b47a884cb56e7cc4918eb25f2cb15fb4da50e06c86e179504ebfe06f1.cairo": "func basic_encoding_encode_return(ret_value: (domain_encoded: felt), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/is_registration_open/6c2ce11d920e19a1f41c21052bc809d7dc14e1a459bb56a08c1cefa9bfaaa2d7.cairo": "func is_registration_open_encode_return(ret_value: (is_registration_open: felt), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/external/return/register/618091d4f702cd5c5cf6df9bb974b394b4092b7fe617ff6e7cee1dd6af8b89b6.cairo": "func register_encode_return(ret_value: (starknet_id_token: felt, domain_len: felt, domain: felt*), range_check_ptr) -> (\n range_check_ptr: felt, data_len: felt, data: felt*) {\n %{ memory[ap] = segments.add() %}\n alloc_locals;\n local __return_value_ptr_start: felt*;\n let __return_value_ptr = __return_value_ptr_start;\n with range_check_ptr {\n }\n return (\n range_check_ptr=range_check_ptr,\n data_len=__return_value_ptr - __return_value_ptr_start,\n data=__return_value_ptr_start);\n}\n", - "autogen/starknet/storage_var/_admin_address/decl.cairo": "namespace _admin_address {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (\n address: felt\n ) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/_admin_address/impl.cairo": "namespace _admin_address {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 1491526172715554095000963239768432584597596201384604987713871121610219547569;\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (\n address: felt\n ) {\n let (storage_addr) = addr();\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let (storage_addr) = addr();\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}", - "autogen/starknet/storage_var/_is_registration_open/decl.cairo": "namespace _is_registration_open {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (\n boolean: felt\n ) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/_is_registration_open/impl.cairo": "namespace _is_registration_open {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 508970965360969399487540847234155691099104377176741728260914302282128464336;\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (\n boolean: felt\n ) {\n let (storage_addr) = addr();\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let (storage_addr) = addr();\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}", - "autogen/starknet/storage_var/_naming_contract/decl.cairo": "namespace _naming_contract {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (\n address: felt\n ) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/_naming_contract/impl.cairo": "namespace _naming_contract {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 822536453431772088136530229720907520017533955535900241622556034106502920243;\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (\n address: felt\n ) {\n let (storage_addr) = addr();\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let (storage_addr) = addr();\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}", - "autogen/starknet/storage_var/_starknetid_contract/decl.cairo": "namespace _starknetid_contract {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 0;\n call hash2;\n call normalize_address;\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (\n address: felt\n ) {\n let storage_addr = 0;\n call addr;\n call storage_read;\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", - "autogen/starknet/storage_var/_starknetid_contract/impl.cairo": "namespace _starknetid_contract {\n from starkware.starknet.common.storage import normalize_address\n from starkware.starknet.common.syscalls import storage_read, storage_write\n from starkware.cairo.common.cairo_builtins import HashBuiltin\n from starkware.cairo.common.hash import hash2\n\n func addr{pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (res: felt) {\n let res = 1412714967329404841371877776418789753080476957575564835088806127309330331049;\n return (res=res);\n }\n\n func read{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}() -> (\n address: felt\n ) {\n let (storage_addr) = addr();\n let (__storage_var_temp0) = storage_read(address=storage_addr + 0);\n\n tempvar syscall_ptr = syscall_ptr;\n tempvar pedersen_ptr = pedersen_ptr;\n tempvar range_check_ptr = range_check_ptr;\n tempvar __storage_var_temp0: felt = __storage_var_temp0;\n return ([cast(&__storage_var_temp0, felt*)],);\n }\n\n func write{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(value: felt) {\n let (storage_addr) = addr();\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\n}" - }, - "instruction_locations": { - "0": { - "accessible_scopes": [ - "starkware.cairo.common.alloc", - "starkware.cairo.common.alloc.alloc" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/alloc.cairo" - }, - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 12, - "end_line": 4, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/alloc.cairo" - }, - "start_col": 5, - "start_line": 4 - } - }, - "2": { - "accessible_scopes": [ - "starkware.cairo.common.alloc", - "starkware.cairo.common.alloc.alloc" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 5, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/alloc.cairo" - }, - "start_col": 5, - "start_line": 5 - } - }, - "3": { - "accessible_scopes": [ - "starkware.cairo.common.hash", - "starkware.cairo.common.hash.hash2" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 14, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "start_col": 5, - "start_line": 14 - } - }, - "4": { - "accessible_scopes": [ - "starkware.cairo.common.hash", - "starkware.cairo.common.hash.hash2" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "start_col": 5, - "start_line": 15 - } - }, - "5": { - "accessible_scopes": [ - "starkware.cairo.common.hash", - "starkware.cairo.common.hash.hash2" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "start_col": 5, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'hash_ptr' in:" - ], - "start_col": 12, - "start_line": 13 - }, - "While expanding the reference 'hash_ptr' in:" - ], - "start_col": 20, - "start_line": 17 - } - }, - "7": { - "accessible_scopes": [ - "starkware.cairo.common.hash", - "starkware.cairo.common.hash.hash2" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 16, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "start_col": 20, - "start_line": 18 - }, - "While expanding the reference 'result' in:" - ], - "start_col": 18, - "start_line": 16 - } - }, - "8": { - "accessible_scopes": [ - "starkware.cairo.common.hash", - "starkware.cairo.common.hash.hash2" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" - }, - "start_col": 5, - "start_line": 18 - } - }, - "9": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 8 - } - }, - "11": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 9, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "12": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 41, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 12 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 23, - "end_line": 2, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'dst' in:" - ], - "start_col": 13, - "start_line": 2 - } - }, - "13": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 44, - "start_line": 13 - }, - "While expanding the reference 'src' in:" - ], - "start_col": 25, - "start_line": 2 - } - }, - "14": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 26, - "start_line": 17 - } - }, - "15": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 17 - } - }, - "16": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 22 - } - }, - "18": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 23 - } - }, - "20": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 27, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 24 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 44, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 29 - } - }, - "22": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 31 - } - }, - "23": { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 26, - "end_line": 33, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 33 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 15, - "end_line": 34, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" - }, - "start_col": 5, - "start_line": 34 - } - }, - "24": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.call_contract" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 18, - "start_line": 47 - } - }, - "26": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.call_contract" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 52, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 46 - } - }, - "27": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.call_contract" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 52, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 46 - } - }, - "28": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.call_contract" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 52, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 46 - } - }, - "29": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.call_contract" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 52, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 46 - } - }, - "30": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.call_contract" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 52, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 46 - } - }, - "31": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.call_contract" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 88, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 53 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 54, - "end_line": 56, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 57, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 57 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 42 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 56 - } - }, - "33": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.call_contract" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 57, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 26, - "start_line": 57 - } - }, - "34": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.call_contract" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 73, - "end_line": 57, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 57, - "start_line": 57 - } - }, - "35": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.call_contract" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 57, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 57 - } - }, - "36": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 90, - "end_line": 202, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 63, - "start_line": 202 - } - }, - "38": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 92, - "end_line": 202, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 202 - } - }, - "39": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 93, - "end_line": 203, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 203 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 58, - "end_line": 204, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 205, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 205 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 204 - } - }, - "41": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 205, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 28, - "start_line": 205 - } - }, - "42": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 205, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 205 - } - }, - "43": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_contract_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 94, - "end_line": 276, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 65, - "start_line": 276 - } - }, - "45": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_contract_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 96, - "end_line": 276, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 276 - } - }, - "46": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_contract_address" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 95, - "end_line": 277, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 277 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 60, - "end_line": 278, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 274, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 279, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 279 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 27, - "start_line": 274 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 278 - } - }, - "48": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_contract_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 279, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 30, - "start_line": 279 - } - }, - "49": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_contract_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 279, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 279 - } - }, - "50": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 354, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 58, - "start_line": 354 - } - }, - "52": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 354, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 354 - } - }, - "53": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 354, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 354 - } - }, - "54": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 87, - "end_line": 355, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 355 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 53, - "end_line": 357, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 35, - "end_line": 358, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 358 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 357 - } - }, - "56": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 358, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 19, - "start_line": 358 - } - }, - "57": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 358, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 358 - } - }, - "58": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 372, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 18, - "start_line": 372 - } - }, - "60": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 373, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 371 - } - }, - "61": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 373, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 371 - } - }, - "62": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 373, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 371 - } - }, - "63": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 88, - "end_line": 374, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 374 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 54, - "end_line": 375, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 376 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 375 - } - }, - "65": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 376, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 376 - } - }, - "66": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_tx_info" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 76, - "end_line": 446, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 56, - "start_line": 446 - } - }, - "68": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_tx_info" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 446, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 446 - } - }, - "69": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_tx_info" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 86, - "end_line": 447, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 447 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 51, - "end_line": 449, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 444, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 450, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 450 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 444 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 449 - } - }, - "71": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_tx_info" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 450, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 21, - "start_line": 450 - } - }, - "72": { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_tx_info" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 450, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "start_col": 5, - "start_line": 450 - } - }, - "73": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_nn" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 46, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 42 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 26, - "end_line": 47, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 47 - } - }, - "74": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 48, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 49 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 41 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 48 - } - }, - "76": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 49, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 49 - } - }, - "77": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 41, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 54, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 54 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 41 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - } - }, - "78": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 54, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 15, - "start_line": 54 - } - }, - "79": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 54, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 54 - } - }, - "81": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 55, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 55 - } - }, - "82": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 141, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 134 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 37, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 142, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 142 - }, - "While expanding the reference 'high' in:" - ], - "start_col": 16, - "start_line": 131 - } - }, - "83": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 142, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 142 - } - }, - "85": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 130, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 142, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 40, - "start_line": 142 - }, - "While expanding the reference 'low' in:" - ], - "start_col": 15, - "start_line": 130 - } - }, - "86": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 142, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 142 - } - }, - "87": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 13, - "end_line": 143, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 143 - }, - "While expanding the reference 'high' in:" - ], - "start_col": 16, - "start_line": 131 - } - }, - "88": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 143, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 143 - } - }, - "90": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 143, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 143 - } - }, - "92": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 132, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 144, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 144 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 132 - } - }, - "94": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 130, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 144, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 19, - "start_line": 144 - }, - "While expanding the reference 'low' in:" - ], - "start_col": 15, - "start_line": 130 - } - }, - "95": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 144, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 24, - "start_line": 144 - } - }, - "97": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 144, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 144 - } - }, - "99": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 143, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 143 - } - }, - "101": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 132, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 146, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 146 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 132 - } - }, - "103": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 146, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 19, - "start_line": 146 - }, - "While expanding the reference 'high' in:" - ], - "start_col": 16, - "start_line": 131 - } - }, - "104": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 146, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 25, - "start_line": 146 - } - }, - "106": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 146, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 9, - "start_line": 146 - } - }, - "108": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 18, - "start_line": 148 - }, - "While expanding the reference 'high' in:" - ], - "start_col": 16, - "start_line": 131 - } - }, - "109": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 130, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 28, - "start_line": 148 - }, - "While expanding the reference 'low' in:" - ], - "start_col": 15, - "start_line": 130 - } - }, - "110": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 148 - } - }, - "111": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 184, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 164 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 42, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 25, - "start_line": 186 - } - }, - "112": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 66, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 45, - "start_line": 186 - } - }, - "113": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 45, - "start_line": 186 - } - }, - "115": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 86, - "end_line": 186, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 25, - "start_line": 186 - } - }, - "116": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 24, - "start_line": 187 - } - }, - "117": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 48, - "start_line": 187 - } - }, - "118": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 89, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 48, - "start_line": 187 - } - }, - "120": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 89, - "end_line": 187, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 24, - "start_line": 187 - } - }, - "121": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 49, - "end_line": 196, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 196 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 42, - "end_line": 197, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 197 - } - }, - "123": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 23, - "start_line": 198 - } - }, - "125": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 22, - "start_line": 198 - } - }, - "126": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 198, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 198 - } - }, - "127": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 199, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 24, - "start_line": 199 - } - }, - "128": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 199, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 34, - "start_line": 199 - } - }, - "130": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 199, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 23, - "start_line": 199 - } - }, - "131": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 199, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 199 - } - }, - "132": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 188, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 200 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 154 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 188 - } - }, - "134": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 200 - } - }, - "135": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 49, - "end_line": 204, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 204 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 50, - "end_line": 205, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 205 - } - }, - "137": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 206, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 21, - "start_line": 206 - } - }, - "139": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 206, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 206 - } - }, - "140": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 207, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 22, - "start_line": 207 - } - }, - "141": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 207, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 207 - } - }, - "142": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 208, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 23, - "start_line": 208 - } - }, - "143": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 208, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 208 - } - }, - "144": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 188, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 209, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 209 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 154 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 188 - } - }, - "146": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 209, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 209 - } - }, - "147": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 31, - "end_line": 213, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 213 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 214, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 214 - } - }, - "148": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 215, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 28, - "start_line": 215 - } - }, - "149": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 215, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 23, - "start_line": 215 - } - }, - "150": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 215, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 215 - } - }, - "151": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 12, - "end_line": 216, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 216 - } - }, - "153": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 188, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 217, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 217 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 154 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 188 - } - }, - "155": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 217, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 217 - } - }, - "156": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 7, - "end_line": 307, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 301 - }, - "n_prefix_newlines": 1 - } - ], - "inst": { - "end_col": 46, - "end_line": 300, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 308, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 308 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 300 - } - }, - "158": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 298, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 308, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 15, - "start_line": 308 - }, - "While expanding the reference 'r' in:" - ], - "start_col": 13, - "start_line": 298 - } - }, - "159": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 308, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 18, - "start_line": 308 - } - }, - "161": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 308, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 308 - } - }, - "163": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 299, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 310, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 310 - }, - "While expanding the reference 'q' in:" - ], - "start_col": 13, - "start_line": 299 - } - }, - "164": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 310, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 20, - "start_line": 310 - } - }, - "165": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 298, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 310, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 30, - "start_line": 310 - }, - "While expanding the reference 'r' in:" - ], - "start_col": 13, - "start_line": 298 - } - }, - "166": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 310, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 310 - } - }, - "167": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 308, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 297, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 311 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 297 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 308 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - } - }, - "168": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 299, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 13, - "start_line": 311 - }, - "While expanding the reference 'q' in:" - ], - "start_col": 13, - "start_line": 299 - } - }, - "169": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 298, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 16, - "start_line": 311 - }, - "While expanding the reference 'r' in:" - ], - "start_col": 13, - "start_line": 298 - } - }, - "170": { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 311, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "start_col": 5, - "start_line": 311 - } - }, - "171": { - "accessible_scopes": [ - "starkware.cairo.common.signature", - "starkware.cairo.common.signature.verify_ecdsa_signature" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 98, - "end_line": 13, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/signature.cairo" - }, - "start_col": 5, - "start_line": 13 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 40, - "end_line": 14, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/signature.cairo" - }, - "start_col": 5, - "start_line": 14 - } - }, - "172": { - "accessible_scopes": [ - "starkware.cairo.common.signature", - "starkware.cairo.common.signature.verify_ecdsa_signature" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 15, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/signature.cairo" - }, - "start_col": 5, - "start_line": 15 - } - }, - "173": { - "accessible_scopes": [ - "starkware.cairo.common.signature", - "starkware.cairo.common.signature.verify_ecdsa_signature" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 17, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/signature.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 10, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/signature.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/signature.cairo" - }, - "start_col": 5, - "start_line": 18 - }, - "While trying to retrieve the implicit argument 'ecdsa_ptr' in:" - ], - "start_col": 29, - "start_line": 10 - }, - "While expanding the reference 'ecdsa_ptr' in:" - ], - "start_col": 21, - "start_line": 17 - } - }, - "175": { - "accessible_scopes": [ - "starkware.cairo.common.signature", - "starkware.cairo.common.signature.verify_ecdsa_signature" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/signature.cairo" - }, - "start_col": 5, - "start_line": 18 - } - }, - "176": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_not_zero" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 8, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 8 - } - }, - "178": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_not_zero" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 9, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 16, - "start_line": 9 - } - }, - "180": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_not_zero" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 9, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "181": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_not_zero" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 12, - "start_line": 12 - } - }, - "183": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_not_zero" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 12, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 12 - } - }, - "184": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 84, - "end_line": 19, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 19 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 40, - "end_line": 20, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 20 - } - }, - "186": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 21, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 21 - } - }, - "187": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 22 - } - }, - "189": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 23, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 24 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 23 - } - }, - "191": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 12, - "start_line": 24 - } - }, - "193": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 24, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 24 - } - }, - "194": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 91, - "end_line": 27, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 27 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 48, - "end_line": 28, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 28 - } - }, - "196": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 33, - "start_line": 29 - } - }, - "198": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 32, - "start_line": 29 - } - }, - "200": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 29, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 29 - } - }, - "201": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 30, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 30 - } - }, - "203": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 32 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 31 - } - }, - "205": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 12, - "start_line": 32 - } - }, - "207": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 32, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 32 - } - }, - "208": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 35 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 154 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 18 - } - }, - "209": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 20, - "start_line": 35 - } - }, - "211": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 30, - "start_line": 35 - }, - "While expanding the reference 'a' in:" - ], - "start_col": 29, - "start_line": 18 - } - }, - "212": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 35, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 35 - } - }, - "214": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 13, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 12, - "start_line": 36 - } - }, - "216": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 36 - } - }, - "217": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 18, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 43, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 12, - "start_line": 43 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 18 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 42 - } - }, - "218": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 43, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 18, - "start_line": 43 - } - }, - "219": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 43, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 12, - "start_line": 43 - } - }, - "221": { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_le" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 43, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "start_col": 5, - "start_line": 43 - } - }, - "222": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_address/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 22 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "224": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_address/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 22 - }, - "While handling contract interface function:" - ], - "start_col": 41, - "start_line": 3 - } - }, - "226": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_address/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 22 - }, - "While handling contract interface function:" - ], - "start_col": 6, - "start_line": 3 - } - }, - "227": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/8339a6640c627e9911eb5c59bed25870348dede436b3d376cff72949db1f150a.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 28, - "start_line": 22 - }, - "While handling calldata argument 'domain_len'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "228": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 46, - "start_line": 22 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "229": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 46, - "start_line": 22 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 1, - "start_line": 5 - } - }, - "231": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/8339a6640c627e9911eb5c59bed25870348dede436b3d376cff72949db1f150a.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 46, - "start_line": 22 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 31, - "start_line": 10 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 28, - "start_line": 22 - }, - "While handling calldata argument 'domain_len'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "233": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 46, - "start_line": 22 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 1, - "start_line": 10 - } - }, - "234": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/8339a6640c627e9911eb5c59bed25870348dede436b3d376cff72949db1f150a.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 46, - "start_line": 22 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 9, - "start_line": 12 - }, - "While expanding the reference '__calldata_ptr_copy' in:" - ], - "start_col": 46, - "start_line": 22 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 27, - "start_line": 7 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 28, - "start_line": 22 - }, - "While handling calldata argument 'domain_len'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "236": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 46, - "start_line": 22 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 9, - "start_line": 13 - }, - "While expanding the reference 'domain' in:" - ], - "start_col": 46, - "start_line": 22 - } - }, - "237": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 46, - "start_line": 22 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 9, - "start_line": 14 - }, - "While expanding the reference 'domain_len' in:" - ], - "start_col": 28, - "start_line": 22 - } - }, - "238": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 46, - "start_line": 22 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 1, - "start_line": 11 - } - }, - "240": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_address/c7bccfe2278372ac44337810829ba4239dbbfdd698c174aa9639022183a1c840.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_address/bf371099680e34ca6cf2304d3dbb8440b7edd177043cb2911538d9a8f3a352db.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 22 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 42 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 22 - }, - "While handling contract interface function:" - ], - "start_col": 24, - "start_line": 1 - } - }, - "241": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_address/c7bccfe2278372ac44337810829ba4239dbbfdd698c174aa9639022183a1c840.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_address/bf371099680e34ca6cf2304d3dbb8440b7edd177043cb2911538d9a8f3a352db.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 22 - }, - "While handling contract interface function:" - ], - "start_col": 22, - "start_line": 3 - }, - "While expanding the reference 'contract_address' in:" - ], - "start_col": 10, - "start_line": 22 - }, - "While handling contract interface function:" - ], - "start_col": 5, - "start_line": 2 - } - }, - "242": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_address/bf371099680e34ca6cf2304d3dbb8440b7edd177043cb2911538d9a8f3a352db.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 22 - }, - "While handling contract interface function:" - ], - "start_col": 23, - "start_line": 4 - } - }, - "244": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_address/bf371099680e34ca6cf2304d3dbb8440b7edd177043cb2911538d9a8f3a352db.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 22 - }, - "While handling contract interface function:" - ], - "start_col": 19, - "start_line": 5 - } - }, - "245": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_address/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_address/bf371099680e34ca6cf2304d3dbb8440b7edd177043cb2911538d9a8f3a352db.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 22 - }, - "While handling contract interface function:" - ], - "start_col": 14, - "start_line": 6 - }, - "While expanding the reference 'calldata_ptr_start' in:" - ], - "start_col": 10, - "start_line": 22 - }, - "While handling contract interface function:" - ], - "start_col": 12, - "start_line": 3 - } - }, - "246": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_address/bf371099680e34ca6cf2304d3dbb8440b7edd177043cb2911538d9a8f3a352db.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 22 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - } - }, - "248": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/4bc87a0745cafb7f774d18bc100e0d999cb382948c62740076908ead14382e84.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/accb388bcbbace5b6218198851efaad2a781c1339e305a37fab51afe90a3194a.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/96447016176d161dae83f414c4d3e33e78856e0ef69bc33f8d419f1c9b90f9c5.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 22 - }, - "While handling return values of" - ], - "start_col": 23, - "start_line": 1 - }, - "While expanding the reference '__return_value_actual_size' in:" - ], - "start_col": 10, - "start_line": 22 - }, - "While handling return values of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 65, - "start_line": 22 - }, - "While handling return value 'address'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "250": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/96447016176d161dae83f414c4d3e33e78856e0ef69bc33f8d419f1c9b90f9c5.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 22 - }, - "While handling return values of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "251": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_address/bf371099680e34ca6cf2304d3dbb8440b7edd177043cb2911538d9a8f3a352db.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_address/c7bccfe2278372ac44337810829ba4239dbbfdd698c174aa9639022183a1c840.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_address/e5339f61923a643d588142dd246c0bb4d236017fbb005eafc3038bc09cc8cbbb.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 22 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 22 - }, - "While handling contract interface function:" - ], - "start_col": 24, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 22 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 42 - } - }, - "252": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_address/c7bccfe2278372ac44337810829ba4239dbbfdd698c174aa9639022183a1c840.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_address/e5339f61923a643d588142dd246c0bb4d236017fbb005eafc3038bc09cc8cbbb.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 22 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 22 - }, - "While handling contract interface function:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 46, - "start_line": 22 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 7, - "start_line": 5 - } - }, - "253": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/4bc87a0745cafb7f774d18bc100e0d999cb382948c62740076908ead14382e84.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_address/e5339f61923a643d588142dd246c0bb4d236017fbb005eafc3038bc09cc8cbbb.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 22 - }, - "While handling contract interface function:" - ], - "start_col": 17, - "start_line": 2 - }, - "While expanding the reference '__return_value_arg_address' in:" - ], - "start_col": 65, - "start_line": 22 - }, - "While handling return value 'address'" - ], - "start_col": 34, - "start_line": 1 - } - }, - "254": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_address/e5339f61923a643d588142dd246c0bb4d236017fbb005eafc3038bc09cc8cbbb.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 22 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "255": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_token_id" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_token_id/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 31 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "257": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_token_id" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_token_id/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 31 - }, - "While handling contract interface function:" - ], - "start_col": 41, - "start_line": 3 - } - }, - "259": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_token_id" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_token_id/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 31 - }, - "While handling contract interface function:" - ], - "start_col": 6, - "start_line": 3 - } - }, - "260": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_token_id" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/8339a6640c627e9911eb5c59bed25870348dede436b3d376cff72949db1f150a.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 29, - "start_line": 31 - }, - "While handling calldata argument 'domain_len'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "261": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_token_id" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 47, - "start_line": 31 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "262": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_token_id" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 47, - "start_line": 31 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 1, - "start_line": 5 - } - }, - "264": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_token_id" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/8339a6640c627e9911eb5c59bed25870348dede436b3d376cff72949db1f150a.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 47, - "start_line": 31 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 31, - "start_line": 10 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 29, - "start_line": 31 - }, - "While handling calldata argument 'domain_len'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "266": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_token_id" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 47, - "start_line": 31 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 1, - "start_line": 10 - } - }, - "267": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_token_id" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/8339a6640c627e9911eb5c59bed25870348dede436b3d376cff72949db1f150a.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 47, - "start_line": 31 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 9, - "start_line": 12 - }, - "While expanding the reference '__calldata_ptr_copy' in:" - ], - "start_col": 47, - "start_line": 31 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 27, - "start_line": 7 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 29, - "start_line": 31 - }, - "While handling calldata argument 'domain_len'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "269": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_token_id" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 47, - "start_line": 31 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 9, - "start_line": 13 - }, - "While expanding the reference 'domain' in:" - ], - "start_col": 47, - "start_line": 31 - } - }, - "270": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_token_id" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 47, - "start_line": 31 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 9, - "start_line": 14 - }, - "While expanding the reference 'domain_len' in:" - ], - "start_col": 29, - "start_line": 31 - } - }, - "271": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_token_id" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 47, - "start_line": 31 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 1, - "start_line": 11 - } - }, - "273": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_token_id" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_token_id/910d281591f877ec93ccb04ae97a6bd968ac0de23e7f59b370fc45289866e4d4.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_token_id/f27c943c049e684cf6ef28088e39c8bbdc73f90eb3516b19115b01ca89603a57.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 31 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 42 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 31 - }, - "While handling contract interface function:" - ], - "start_col": 25, - "start_line": 1 - } - }, - "274": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_token_id" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_token_id/910d281591f877ec93ccb04ae97a6bd968ac0de23e7f59b370fc45289866e4d4.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_token_id/f27c943c049e684cf6ef28088e39c8bbdc73f90eb3516b19115b01ca89603a57.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 31 - }, - "While handling contract interface function:" - ], - "start_col": 22, - "start_line": 3 - }, - "While expanding the reference 'contract_address' in:" - ], - "start_col": 10, - "start_line": 31 - }, - "While handling contract interface function:" - ], - "start_col": 5, - "start_line": 2 - } - }, - "275": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_token_id" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_token_id/f27c943c049e684cf6ef28088e39c8bbdc73f90eb3516b19115b01ca89603a57.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 31 - }, - "While handling contract interface function:" - ], - "start_col": 23, - "start_line": 4 - } - }, - "277": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_token_id" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_token_id/f27c943c049e684cf6ef28088e39c8bbdc73f90eb3516b19115b01ca89603a57.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 31 - }, - "While handling contract interface function:" - ], - "start_col": 19, - "start_line": 5 - } - }, - "278": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_token_id" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_token_id/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_token_id/f27c943c049e684cf6ef28088e39c8bbdc73f90eb3516b19115b01ca89603a57.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 31 - }, - "While handling contract interface function:" - ], - "start_col": 14, - "start_line": 6 - }, - "While expanding the reference 'calldata_ptr_start' in:" - ], - "start_col": 10, - "start_line": 31 - }, - "While handling contract interface function:" - ], - "start_col": 12, - "start_line": 3 - } - }, - "279": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_token_id" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_token_id/f27c943c049e684cf6ef28088e39c8bbdc73f90eb3516b19115b01ca89603a57.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 31 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - } - }, - "281": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_token_id" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/b7edf9a707658e9625a029e4f8ceaf32e1a47f454aa4132472642fd2ef404947.cairo" - }, - "parent_location": [ - { - "end_col": 77, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/accb388bcbbace5b6218198851efaad2a781c1339e305a37fab51afe90a3194a.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/96447016176d161dae83f414c4d3e33e78856e0ef69bc33f8d419f1c9b90f9c5.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 31 - }, - "While handling return values of" - ], - "start_col": 23, - "start_line": 1 - }, - "While expanding the reference '__return_value_actual_size' in:" - ], - "start_col": 10, - "start_line": 31 - }, - "While handling return values of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 66, - "start_line": 31 - }, - "While handling return value 'owner'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "283": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_token_id" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/96447016176d161dae83f414c4d3e33e78856e0ef69bc33f8d419f1c9b90f9c5.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 31 - }, - "While handling return values of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "284": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_token_id" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_token_id/f27c943c049e684cf6ef28088e39c8bbdc73f90eb3516b19115b01ca89603a57.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_token_id/910d281591f877ec93ccb04ae97a6bd968ac0de23e7f59b370fc45289866e4d4.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_token_id/fca49af674c76ce3d2f65b1e9d948f7383b8387a04ac56bc19679709d3c57b4e.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 31 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 31 - }, - "While handling contract interface function:" - ], - "start_col": 25, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 31 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 42 - } - }, - "285": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_token_id" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_token_id/910d281591f877ec93ccb04ae97a6bd968ac0de23e7f59b370fc45289866e4d4.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_token_id/fca49af674c76ce3d2f65b1e9d948f7383b8387a04ac56bc19679709d3c57b4e.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 31 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 31 - }, - "While handling contract interface function:" - ], - "start_col": 45, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 47, - "start_line": 31 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 7, - "start_line": 5 - } - }, - "286": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_token_id" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/b7edf9a707658e9625a029e4f8ceaf32e1a47f454aa4132472642fd2ef404947.cairo" - }, - "parent_location": [ - { - "end_col": 77, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_token_id/fca49af674c76ce3d2f65b1e9d948f7383b8387a04ac56bc19679709d3c57b4e.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 31 - }, - "While handling contract interface function:" - ], - "start_col": 15, - "start_line": 2 - }, - "While expanding the reference '__return_value_arg_owner' in:" - ], - "start_col": 66, - "start_line": 31 - }, - "While handling return value 'owner'" - ], - "start_col": 32, - "start_line": 1 - } - }, - "287": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.domain_to_token_id" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_token_id/fca49af674c76ce3d2f65b1e9d948f7383b8387a04ac56bc19679709d3c57b4e.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 31 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "288": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.set_domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/set_domain_to_address/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 36 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "290": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.set_domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/set_domain_to_address/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 36 - }, - "While handling contract interface function:" - ], - "start_col": 41, - "start_line": 3 - } - }, - "292": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.set_domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/set_domain_to_address/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 36 - }, - "While handling contract interface function:" - ], - "start_col": 6, - "start_line": 3 - } - }, - "293": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.set_domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/8339a6640c627e9911eb5c59bed25870348dede436b3d376cff72949db1f150a.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 32, - "start_line": 36 - }, - "While handling calldata argument 'domain_len'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "294": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.set_domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 50, - "start_line": 36 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "295": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.set_domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 50, - "start_line": 36 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 1, - "start_line": 5 - } - }, - "297": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.set_domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/8339a6640c627e9911eb5c59bed25870348dede436b3d376cff72949db1f150a.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 50, - "start_line": 36 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 31, - "start_line": 10 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 32, - "start_line": 36 - }, - "While handling calldata argument 'domain_len'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "299": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.set_domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 50, - "start_line": 36 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 1, - "start_line": 10 - } - }, - "300": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.set_domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/8339a6640c627e9911eb5c59bed25870348dede436b3d376cff72949db1f150a.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 50, - "start_line": 36 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 9, - "start_line": 12 - }, - "While expanding the reference '__calldata_ptr_copy' in:" - ], - "start_col": 50, - "start_line": 36 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 27, - "start_line": 7 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 32, - "start_line": 36 - }, - "While handling calldata argument 'domain_len'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "302": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.set_domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 50, - "start_line": 36 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 9, - "start_line": 13 - }, - "While expanding the reference 'domain' in:" - ], - "start_col": 50, - "start_line": 36 - } - }, - "303": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.set_domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 50, - "start_line": 36 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 9, - "start_line": 14 - }, - "While expanding the reference 'domain_len' in:" - ], - "start_col": 32, - "start_line": 36 - } - }, - "304": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.set_domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 50, - "start_line": 36 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 1, - "start_line": 11 - } - }, - "306": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.set_domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/53f1a6139553b3ccccc557cc464dc3ef40218c3505fcd39eef55d3609f01686d.cairo" - }, - "parent_location": [ - { - "end_col": 72, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 65, - "start_line": 36 - }, - "While handling calldata argument 'address'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "307": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.set_domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/53f1a6139553b3ccccc557cc464dc3ef40218c3505fcd39eef55d3609f01686d.cairo" - }, - "parent_location": [ - { - "end_col": 72, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/set_domain_to_address/6e3b2c7c15122d95bbbeb78003d636384c46739a2b98448d090ded5c462510f6.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 36 - }, - "While handling contract interface function:" - ], - "start_col": 19, - "start_line": 5 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 65, - "start_line": 36 - }, - "While handling calldata argument 'address'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "309": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.set_domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/set_domain_to_address/b4a44cbba6decc6ac9fe1e03d0dcd9303042497629db7b6313ce132db96dfe50.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/set_domain_to_address/6e3b2c7c15122d95bbbeb78003d636384c46739a2b98448d090ded5c462510f6.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 36 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 42 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 36 - }, - "While handling contract interface function:" - ], - "start_col": 28, - "start_line": 1 - } - }, - "310": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.set_domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/set_domain_to_address/b4a44cbba6decc6ac9fe1e03d0dcd9303042497629db7b6313ce132db96dfe50.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/set_domain_to_address/6e3b2c7c15122d95bbbeb78003d636384c46739a2b98448d090ded5c462510f6.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 36 - }, - "While handling contract interface function:" - ], - "start_col": 22, - "start_line": 3 - }, - "While expanding the reference 'contract_address' in:" - ], - "start_col": 10, - "start_line": 36 - }, - "While handling contract interface function:" - ], - "start_col": 5, - "start_line": 2 - } - }, - "311": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.set_domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 53, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/set_domain_to_address/6e3b2c7c15122d95bbbeb78003d636384c46739a2b98448d090ded5c462510f6.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 36 - }, - "While handling contract interface function:" - ], - "start_col": 23, - "start_line": 4 - } - }, - "313": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.set_domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/set_domain_to_address/6e3b2c7c15122d95bbbeb78003d636384c46739a2b98448d090ded5c462510f6.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 36 - }, - "While handling contract interface function:" - ], - "start_col": 19, - "start_line": 5 - } - }, - "314": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.set_domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/set_domain_to_address/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/set_domain_to_address/6e3b2c7c15122d95bbbeb78003d636384c46739a2b98448d090ded5c462510f6.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 36 - }, - "While handling contract interface function:" - ], - "start_col": 14, - "start_line": 6 - }, - "While expanding the reference 'calldata_ptr_start' in:" - ], - "start_col": 10, - "start_line": 36 - }, - "While handling contract interface function:" - ], - "start_col": 12, - "start_line": 3 - } - }, - "315": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.set_domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/set_domain_to_address/6e3b2c7c15122d95bbbeb78003d636384c46739a2b98448d090ded5c462510f6.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 36 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - } - }, - "317": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.set_domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/set_domain_to_address/6e3b2c7c15122d95bbbeb78003d636384c46739a2b98448d090ded5c462510f6.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/set_domain_to_address/b4a44cbba6decc6ac9fe1e03d0dcd9303042497629db7b6313ce132db96dfe50.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/set_domain_to_address/fb06bdf6e8fa9c7ff7d919d712d494716b0b586b2a762687cfb72d93da06ab29.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 36 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 36 - }, - "While handling contract interface function:" - ], - "start_col": 28, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 36 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 42 - } - }, - "318": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.set_domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/set_domain_to_address/b4a44cbba6decc6ac9fe1e03d0dcd9303042497629db7b6313ce132db96dfe50.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/set_domain_to_address/fb06bdf6e8fa9c7ff7d919d712d494716b0b586b2a762687cfb72d93da06ab29.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 36 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 36 - }, - "While handling contract interface function:" - ], - "start_col": 48, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 50, - "start_line": 36 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 7, - "start_line": 5 - } - }, - "319": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.set_domain_to_address" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/set_domain_to_address/fb06bdf6e8fa9c7ff7d919d712d494716b0b586b2a762687cfb72d93da06ab29.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 36, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 36 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "320": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.transfer_domain" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/transfer_domain/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 51 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "322": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.transfer_domain" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/transfer_domain/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 51 - }, - "While handling contract interface function:" - ], - "start_col": 41, - "start_line": 3 - } - }, - "324": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.transfer_domain" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/transfer_domain/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 51 - }, - "While handling contract interface function:" - ], - "start_col": 6, - "start_line": 3 - } - }, - "325": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.transfer_domain" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/8339a6640c627e9911eb5c59bed25870348dede436b3d376cff72949db1f150a.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 26, - "start_line": 51 - }, - "While handling calldata argument 'domain_len'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "326": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.transfer_domain" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 44, - "start_line": 51 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "327": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.transfer_domain" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 44, - "start_line": 51 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 1, - "start_line": 5 - } - }, - "329": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.transfer_domain" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/8339a6640c627e9911eb5c59bed25870348dede436b3d376cff72949db1f150a.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 44, - "start_line": 51 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 31, - "start_line": 10 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 26, - "start_line": 51 - }, - "While handling calldata argument 'domain_len'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "331": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.transfer_domain" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 44, - "start_line": 51 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 1, - "start_line": 10 - } - }, - "332": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.transfer_domain" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/8339a6640c627e9911eb5c59bed25870348dede436b3d376cff72949db1f150a.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 44, - "start_line": 51 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 9, - "start_line": 12 - }, - "While expanding the reference '__calldata_ptr_copy' in:" - ], - "start_col": 44, - "start_line": 51 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 27, - "start_line": 7 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 26, - "start_line": 51 - }, - "While handling calldata argument 'domain_len'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "334": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.transfer_domain" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 44, - "start_line": 51 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 9, - "start_line": 13 - }, - "While expanding the reference 'domain' in:" - ], - "start_col": 44, - "start_line": 51 - } - }, - "335": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.transfer_domain" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 44, - "start_line": 51 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 9, - "start_line": 14 - }, - "While expanding the reference 'domain_len' in:" - ], - "start_col": 26, - "start_line": 51 - } - }, - "336": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.transfer_domain" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 44, - "start_line": 51 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 1, - "start_line": 11 - } - }, - "338": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.transfer_domain" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c52d0b3b4b86a38cacd1d4ac89a0241623cad45a643a7142a6cf5f5594d46e8e.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 59, - "start_line": 51 - }, - "While handling calldata argument 'target_token_id'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "339": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.transfer_domain" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/c52d0b3b4b86a38cacd1d4ac89a0241623cad45a643a7142a6cf5f5594d46e8e.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/transfer_domain/1ac7f3def7017dd84d1d43bd0c0df63c5e8f8614829ce8283341a52f61e1b1bf.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 51 - }, - "While handling contract interface function:" - ], - "start_col": 19, - "start_line": 5 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 59, - "start_line": 51 - }, - "While handling calldata argument 'target_token_id'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "341": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.transfer_domain" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/transfer_domain/dcd2de2795921cf268d664fe10ffb2ce1a12eaa8017646363f68c2db66ac764e.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/transfer_domain/1ac7f3def7017dd84d1d43bd0c0df63c5e8f8614829ce8283341a52f61e1b1bf.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 51 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 42 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 51 - }, - "While handling contract interface function:" - ], - "start_col": 22, - "start_line": 1 - } - }, - "342": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.transfer_domain" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/transfer_domain/dcd2de2795921cf268d664fe10ffb2ce1a12eaa8017646363f68c2db66ac764e.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/transfer_domain/1ac7f3def7017dd84d1d43bd0c0df63c5e8f8614829ce8283341a52f61e1b1bf.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 51 - }, - "While handling contract interface function:" - ], - "start_col": 22, - "start_line": 3 - }, - "While expanding the reference 'contract_address' in:" - ], - "start_col": 10, - "start_line": 51 - }, - "While handling contract interface function:" - ], - "start_col": 5, - "start_line": 2 - } - }, - "343": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.transfer_domain" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/transfer_domain/1ac7f3def7017dd84d1d43bd0c0df63c5e8f8614829ce8283341a52f61e1b1bf.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 51 - }, - "While handling contract interface function:" - ], - "start_col": 23, - "start_line": 4 - } - }, - "345": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.transfer_domain" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/transfer_domain/1ac7f3def7017dd84d1d43bd0c0df63c5e8f8614829ce8283341a52f61e1b1bf.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 51 - }, - "While handling contract interface function:" - ], - "start_col": 19, - "start_line": 5 - } - }, - "346": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.transfer_domain" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/transfer_domain/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/transfer_domain/1ac7f3def7017dd84d1d43bd0c0df63c5e8f8614829ce8283341a52f61e1b1bf.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 51 - }, - "While handling contract interface function:" - ], - "start_col": 14, - "start_line": 6 - }, - "While expanding the reference 'calldata_ptr_start' in:" - ], - "start_col": 10, - "start_line": 51 - }, - "While handling contract interface function:" - ], - "start_col": 12, - "start_line": 3 - } - }, - "347": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.transfer_domain" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/transfer_domain/1ac7f3def7017dd84d1d43bd0c0df63c5e8f8614829ce8283341a52f61e1b1bf.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 51 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - } - }, - "349": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.transfer_domain" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/transfer_domain/1ac7f3def7017dd84d1d43bd0c0df63c5e8f8614829ce8283341a52f61e1b1bf.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/transfer_domain/dcd2de2795921cf268d664fe10ffb2ce1a12eaa8017646363f68c2db66ac764e.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/transfer_domain/fb06bdf6e8fa9c7ff7d919d712d494716b0b586b2a762687cfb72d93da06ab29.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 51 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 51 - }, - "While handling contract interface function:" - ], - "start_col": 22, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 51 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 42 - } - }, - "350": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.transfer_domain" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/288b895dd4d5c29bfd5d1dec1a501aae621b1c406a4ee12ad9564927a72fa9fb.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/transfer_domain/dcd2de2795921cf268d664fe10ffb2ce1a12eaa8017646363f68c2db66ac764e.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/transfer_domain/fb06bdf6e8fa9c7ff7d919d712d494716b0b586b2a762687cfb72d93da06ab29.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 51 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 51 - }, - "While handling contract interface function:" - ], - "start_col": 42, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 44, - "start_line": 51 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 7, - "start_line": 5 - } - }, - "351": { - "accessible_scopes": [ - "interfaces", - "interfaces.INaming", - "interfaces.INaming.transfer_domain" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/transfer_domain/fb06bdf6e8fa9c7ff7d919d712d494716b0b586b2a762687cfb72d93da06ab29.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 51, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 51 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "352": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "354": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 41, - "start_line": 3 - } - }, - "356": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 6, - "start_line": 3 - } - }, - "357": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/8ec5ab086a6ec421b0d75ada64b1bb6ab10a137cbf2bed9df67abc2a3a603f5b.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 23, - "start_line": 125 - }, - "While handling calldata argument '_from'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "358": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/2670bb539ede27446c75876e41bcf9ef5cab09b9eec143f3986635a545b089ab.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 36, - "start_line": 125 - }, - "While handling calldata argument 'to'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "359": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/449208c737b8d9d843bae48e01259f0d046d686ea4fb71270f1ccf94f769682a.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 46, - "start_line": 125 - }, - "While handling calldata argument 'token_id'" - ], - "start_col": 1, - "start_line": 3 - } - }, - "360": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/arg_processor/449208c737b8d9d843bae48e01259f0d046d686ea4fb71270f1ccf94f769682a.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 46, - "start_line": 125 - }, - "While handling calldata argument 'token_id'" - ], - "start_col": 1, - "start_line": 4 - } - }, - "361": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/449208c737b8d9d843bae48e01259f0d046d686ea4fb71270f1ccf94f769682a.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/b016d077f46f58d4cffabd707b4d3495a859d0f543f418223b1ea57e409144f2.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 19, - "start_line": 5 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 46, - "start_line": 125 - }, - "While handling calldata argument 'token_id'" - ], - "start_col": 22, - "start_line": 5 - } - }, - "363": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/f8c7980cd46ed6d764c999318b5692736b724dc08c1bf96e92d1b77ddf37af10.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/b016d077f46f58d4cffabd707b4d3495a859d0f543f418223b1ea57e409144f2.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 42 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "364": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/f8c7980cd46ed6d764c999318b5692736b724dc08c1bf96e92d1b77ddf37af10.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/b016d077f46f58d4cffabd707b4d3495a859d0f543f418223b1ea57e409144f2.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 22, - "start_line": 3 - }, - "While expanding the reference 'contract_address' in:" - ], - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 5, - "start_line": 2 - } - }, - "365": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/b016d077f46f58d4cffabd707b4d3495a859d0f543f418223b1ea57e409144f2.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 23, - "start_line": 4 - } - }, - "367": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/b016d077f46f58d4cffabd707b4d3495a859d0f543f418223b1ea57e409144f2.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 19, - "start_line": 5 - } - }, - "368": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/b016d077f46f58d4cffabd707b4d3495a859d0f543f418223b1ea57e409144f2.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 14, - "start_line": 6 - }, - "While expanding the reference 'calldata_ptr_start' in:" - ], - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 12, - "start_line": 3 - } - }, - "369": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/b016d077f46f58d4cffabd707b4d3495a859d0f543f418223b1ea57e409144f2.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - } - }, - "371": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/b016d077f46f58d4cffabd707b4d3495a859d0f543f418223b1ea57e409144f2.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/f8c7980cd46ed6d764c999318b5692736b724dc08c1bf96e92d1b77ddf37af10.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/fb06bdf6e8fa9c7ff7d919d712d494716b0b586b2a762687cfb72d93da06ab29.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 19, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 42 - } - }, - "372": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/f8c7980cd46ed6d764c999318b5692736b724dc08c1bf96e92d1b77ddf37af10.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/f8c7980cd46ed6d764c999318b5692736b724dc08c1bf96e92d1b77ddf37af10.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/fb06bdf6e8fa9c7ff7d919d712d494716b0b586b2a762687cfb72d93da06ab29.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 39, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 39, - "start_line": 1 - } - }, - "373": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.transferFrom" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/fb06bdf6e8fa9c7ff7d919d712d494716b0b586b2a762687cfb72d93da06ab29.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "374": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/mint/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 131 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "376": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/mint/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 131 - }, - "While handling contract interface function:" - ], - "start_col": 41, - "start_line": 3 - } - }, - "378": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/mint/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 131 - }, - "While handling contract interface function:" - ], - "start_col": 6, - "start_line": 3 - } - }, - "379": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/b2cf08f23bd6d74eeb872bed49d06f4a7518757c8955198bd7ce9a52a9cf0046.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 15, - "start_line": 131 - }, - "While handling calldata argument 'token_id'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "380": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/b2cf08f23bd6d74eeb872bed49d06f4a7518757c8955198bd7ce9a52a9cf0046.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/mint/304ae580b78eb48c6532c7788d73eef2a89dcd3c406dfb71c0bdbeacea1728ca.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 131 - }, - "While handling contract interface function:" - ], - "start_col": 19, - "start_line": 5 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 15, - "start_line": 131 - }, - "While handling calldata argument 'token_id'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "382": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/mint/f331841f676ee38d6b90045cd4589cd9ff4e83c32234273d9e605b287d886cbc.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/mint/304ae580b78eb48c6532c7788d73eef2a89dcd3c406dfb71c0bdbeacea1728ca.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 131 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 42 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 131 - }, - "While handling contract interface function:" - ], - "start_col": 11, - "start_line": 1 - } - }, - "383": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/mint/f331841f676ee38d6b90045cd4589cd9ff4e83c32234273d9e605b287d886cbc.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/mint/304ae580b78eb48c6532c7788d73eef2a89dcd3c406dfb71c0bdbeacea1728ca.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 131 - }, - "While handling contract interface function:" - ], - "start_col": 22, - "start_line": 3 - }, - "While expanding the reference 'contract_address' in:" - ], - "start_col": 10, - "start_line": 131 - }, - "While handling contract interface function:" - ], - "start_col": 5, - "start_line": 2 - } - }, - "384": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/mint/304ae580b78eb48c6532c7788d73eef2a89dcd3c406dfb71c0bdbeacea1728ca.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 131 - }, - "While handling contract interface function:" - ], - "start_col": 23, - "start_line": 4 - } - }, - "386": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/mint/304ae580b78eb48c6532c7788d73eef2a89dcd3c406dfb71c0bdbeacea1728ca.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 131 - }, - "While handling contract interface function:" - ], - "start_col": 19, - "start_line": 5 - } - }, - "387": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/mint/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/mint/304ae580b78eb48c6532c7788d73eef2a89dcd3c406dfb71c0bdbeacea1728ca.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 131 - }, - "While handling contract interface function:" - ], - "start_col": 14, - "start_line": 6 - }, - "While expanding the reference 'calldata_ptr_start' in:" - ], - "start_col": 10, - "start_line": 131 - }, - "While handling contract interface function:" - ], - "start_col": 12, - "start_line": 3 - } - }, - "388": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/mint/304ae580b78eb48c6532c7788d73eef2a89dcd3c406dfb71c0bdbeacea1728ca.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 131 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - } - }, - "390": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/mint/304ae580b78eb48c6532c7788d73eef2a89dcd3c406dfb71c0bdbeacea1728ca.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/mint/f331841f676ee38d6b90045cd4589cd9ff4e83c32234273d9e605b287d886cbc.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/mint/fb06bdf6e8fa9c7ff7d919d712d494716b0b586b2a762687cfb72d93da06ab29.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 131 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 131 - }, - "While handling contract interface function:" - ], - "start_col": 11, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 131 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 42 - } - }, - "391": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/mint/f331841f676ee38d6b90045cd4589cd9ff4e83c32234273d9e605b287d886cbc.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/mint/f331841f676ee38d6b90045cd4589cd9ff4e83c32234273d9e605b287d886cbc.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/mint/fb06bdf6e8fa9c7ff7d919d712d494716b0b586b2a762687cfb72d93da06ab29.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 131 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 131 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 131 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 1 - } - }, - "392": { - "accessible_scopes": [ - "interfaces", - "interfaces.IStarknetId", - "interfaces.IStarknetId.mint" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 11, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/mint/fb06bdf6e8fa9c7ff7d919d712d494716b0b586b2a762687cfb72d93da06ab29.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 131 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "393": { - "accessible_scopes": [ - "interfaces", - "interfaces.ISheet", - "interfaces.ISheet.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/ISheet/owner/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 148 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "395": { - "accessible_scopes": [ - "interfaces", - "interfaces.ISheet", - "interfaces.ISheet.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/ISheet/owner/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 148 - }, - "While handling contract interface function:" - ], - "start_col": 41, - "start_line": 3 - } - }, - "397": { - "accessible_scopes": [ - "interfaces", - "interfaces.ISheet", - "interfaces.ISheet.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/ISheet/owner/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 148 - }, - "While handling contract interface function:" - ], - "start_col": 6, - "start_line": 3 - } - }, - "398": { - "accessible_scopes": [ - "interfaces", - "interfaces.ISheet", - "interfaces.ISheet.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/ISheet/owner/22582a63896341a02082fe651af1a1a0d12d424aa15261ad533b6f55c1ec75c3.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/ISheet/owner/d6432f636a9cf469d5e047691edceee10efd4bb8aec9947429ec0a24226add14.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 148 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 42 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 148 - }, - "While handling contract interface function:" - ], - "start_col": 12, - "start_line": 1 - } - }, - "399": { - "accessible_scopes": [ - "interfaces", - "interfaces.ISheet", - "interfaces.ISheet.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/ISheet/owner/22582a63896341a02082fe651af1a1a0d12d424aa15261ad533b6f55c1ec75c3.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/ISheet/owner/d6432f636a9cf469d5e047691edceee10efd4bb8aec9947429ec0a24226add14.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 148 - }, - "While handling contract interface function:" - ], - "start_col": 22, - "start_line": 3 - }, - "While expanding the reference 'contract_address' in:" - ], - "start_col": 10, - "start_line": 148 - }, - "While handling contract interface function:" - ], - "start_col": 5, - "start_line": 2 - } - }, - "400": { - "accessible_scopes": [ - "interfaces", - "interfaces.ISheet", - "interfaces.ISheet.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/contract_interface/ISheet/owner/d6432f636a9cf469d5e047691edceee10efd4bb8aec9947429ec0a24226add14.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 148 - }, - "While handling contract interface function:" - ], - "start_col": 23, - "start_line": 4 - } - }, - "402": { - "accessible_scopes": [ - "interfaces", - "interfaces.ISheet", - "interfaces.ISheet.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/contract_interface/ISheet/owner/d6432f636a9cf469d5e047691edceee10efd4bb8aec9947429ec0a24226add14.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 148 - }, - "While handling contract interface function:" - ], - "start_col": 19, - "start_line": 5 - } - }, - "403": { - "accessible_scopes": [ - "interfaces", - "interfaces.ISheet", - "interfaces.ISheet.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/contract_interface/ISheet/owner/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/ISheet/owner/d6432f636a9cf469d5e047691edceee10efd4bb8aec9947429ec0a24226add14.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 148 - }, - "While handling contract interface function:" - ], - "start_col": 14, - "start_line": 6 - }, - "While expanding the reference 'calldata_ptr_start' in:" - ], - "start_col": 10, - "start_line": 148 - }, - "While handling contract interface function:" - ], - "start_col": 12, - "start_line": 3 - } - }, - "404": { - "accessible_scopes": [ - "interfaces", - "interfaces.ISheet", - "interfaces.ISheet.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/ISheet/owner/d6432f636a9cf469d5e047691edceee10efd4bb8aec9947429ec0a24226add14.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 148 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - } - }, - "406": { - "accessible_scopes": [ - "interfaces", - "interfaces.ISheet", - "interfaces.ISheet.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/b7edf9a707658e9625a029e4f8ceaf32e1a47f454aa4132472642fd2ef404947.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/accb388bcbbace5b6218198851efaad2a781c1339e305a37fab51afe90a3194a.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/96447016176d161dae83f414c4d3e33e78856e0ef69bc33f8d419f1c9b90f9c5.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 148 - }, - "While handling return values of" - ], - "start_col": 23, - "start_line": 1 - }, - "While expanding the reference '__return_value_actual_size' in:" - ], - "start_col": 10, - "start_line": 148 - }, - "While handling return values of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 22, - "start_line": 148 - }, - "While handling return value 'owner'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "408": { - "accessible_scopes": [ - "interfaces", - "interfaces.ISheet", - "interfaces.ISheet.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/96447016176d161dae83f414c4d3e33e78856e0ef69bc33f8d419f1c9b90f9c5.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 148 - }, - "While handling return values of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "409": { - "accessible_scopes": [ - "interfaces", - "interfaces.ISheet", - "interfaces.ISheet.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 6, - "input_file": { - "filename": "autogen/starknet/contract_interface/ISheet/owner/d6432f636a9cf469d5e047691edceee10efd4bb8aec9947429ec0a24226add14.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/ISheet/owner/22582a63896341a02082fe651af1a1a0d12d424aa15261ad533b6f55c1ec75c3.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/ISheet/owner/fca49af674c76ce3d2f65b1e9d948f7383b8387a04ac56bc19679709d3c57b4e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 148 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 148 - }, - "While handling contract interface function:" - ], - "start_col": 12, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 148 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 2 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 42 - } - }, - "410": { - "accessible_scopes": [ - "interfaces", - "interfaces.ISheet", - "interfaces.ISheet.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/ISheet/owner/22582a63896341a02082fe651af1a1a0d12d424aa15261ad533b6f55c1ec75c3.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/ISheet/owner/22582a63896341a02082fe651af1a1a0d12d424aa15261ad533b6f55c1ec75c3.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/ISheet/owner/fca49af674c76ce3d2f65b1e9d948f7383b8387a04ac56bc19679709d3c57b4e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 148 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 148 - }, - "While handling contract interface function:" - ], - "start_col": 32, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 148 - }, - "While handling contract interface function:" - ], - "start_col": 32, - "start_line": 1 - } - }, - "411": { - "accessible_scopes": [ - "interfaces", - "interfaces.ISheet", - "interfaces.ISheet.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/b7edf9a707658e9625a029e4f8ceaf32e1a47f454aa4132472642fd2ef404947.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/ISheet/owner/fca49af674c76ce3d2f65b1e9d948f7383b8387a04ac56bc19679709d3c57b4e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 148 - }, - "While handling contract interface function:" - ], - "start_col": 15, - "start_line": 2 - }, - "While expanding the reference '__return_value_arg_owner' in:" - ], - "start_col": 22, - "start_line": 148 - }, - "While handling return value 'owner'" - ], - "start_col": 32, - "start_line": 1 - } - }, - "412": { - "accessible_scopes": [ - "interfaces", - "interfaces.ISheet", - "interfaces.ISheet.owner" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/contract_interface/ISheet/owner/fca49af674c76ce3d2f65b1e9d948f7383b8387a04ac56bc19679709d3c57b4e.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "start_col": 10, - "start_line": 148 - }, - "While handling contract interface function:" - ], - "start_col": 1, - "start_line": 2 - } - }, - "413": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "414": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "415": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 94, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "417": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "418": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 30, - "start_line": 15 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 12 - } - }, - "419": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 30, - "start_line": 15 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 12 - } - }, - "420": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 30, - "start_line": 15 - } - }, - "422": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 37, - "start_line": 16 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 12 - } - }, - "423": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 58, - "start_line": 16 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 15 - } - }, - "424": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 37, - "start_line": 16 - } - }, - "426": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 31, - "start_line": 18 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 16 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "427": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 32, - "start_line": 19 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 15 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "428": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 35, - "start_line": 20 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 15 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "429": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 45, - "start_line": 21 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 16 - } - }, - "430": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 22, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 9, - "start_line": 22 - } - }, - "431": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 30, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 25 - } - }, - "432": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 30, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 25 - } - }, - "433": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 30, - "start_line": 26 - } - }, - "435": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 9, - "start_line": 27 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 25 - } - }, - "436": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 31, - "start_line": 27 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 26 - } - }, - "437": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 55, - "start_line": 27 - } - }, - "438": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 9, - "start_line": 27 - } - }, - "440": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 9, - "start_line": 28 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 26 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "441": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 9, - "start_line": 28 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 26 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "442": { - "accessible_scopes": [ - "__main__", - "__main__._naming_contract", - "__main__._naming_contract.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/impl.cairo" - }, - "start_col": 9, - "start_line": 28 - } - }, - "443": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "444": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "445": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "447": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "448": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 30, - "start_line": 15 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 12 - } - }, - "449": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 30, - "start_line": 15 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 12 - } - }, - "450": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 30, - "start_line": 15 - } - }, - "452": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 37, - "start_line": 16 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 12 - } - }, - "453": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 58, - "start_line": 16 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 15 - } - }, - "454": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 37, - "start_line": 16 - } - }, - "456": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 31, - "start_line": 18 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 16 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "457": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 32, - "start_line": 19 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 15 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "458": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 35, - "start_line": 20 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 15 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "459": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 45, - "start_line": 21 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 16 - } - }, - "460": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 22, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 9, - "start_line": 22 - } - }, - "461": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 30, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 25 - } - }, - "462": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 30, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 25 - } - }, - "463": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 30, - "start_line": 26 - } - }, - "465": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 9, - "start_line": 27 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 25 - } - }, - "466": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 31, - "start_line": 27 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 26 - } - }, - "467": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 55, - "start_line": 27 - } - }, - "468": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 9, - "start_line": 27 - } - }, - "470": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 9, - "start_line": 28 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 26 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "471": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 9, - "start_line": 28 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 26 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "472": { - "accessible_scopes": [ - "__main__", - "__main__._starknetid_contract", - "__main__._starknetid_contract.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/impl.cairo" - }, - "start_col": 9, - "start_line": 28 - } - }, - "473": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "474": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "475": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 95, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "477": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "478": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 30, - "start_line": 15 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 12 - } - }, - "479": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 30, - "start_line": 15 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 12 - } - }, - "480": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 30, - "start_line": 15 - } - }, - "482": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 37, - "start_line": 16 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 12 - } - }, - "483": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 58, - "start_line": 16 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 15 - } - }, - "484": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 37, - "start_line": 16 - } - }, - "486": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 31, - "start_line": 18 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 16 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "487": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 32, - "start_line": 19 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 15 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "488": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 35, - "start_line": 20 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 15 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "489": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 45, - "start_line": 21 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 16 - } - }, - "490": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 22, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 9, - "start_line": 22 - } - }, - "491": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 30, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 25 - } - }, - "492": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 30, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 25 - } - }, - "493": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 30, - "start_line": 26 - } - }, - "495": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 9, - "start_line": 27 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 25 - } - }, - "496": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 31, - "start_line": 27 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 26 - } - }, - "497": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 55, - "start_line": 27 - } - }, - "498": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 9, - "start_line": 27 - } - }, - "500": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 9, - "start_line": 28 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 26 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "501": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 9, - "start_line": 28 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 26 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "502": { - "accessible_scopes": [ - "__main__", - "__main__._admin_address", - "__main__._admin_address.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/impl.cairo" - }, - "start_col": 9, - "start_line": 28 - } - }, - "503": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "504": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "505": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 94, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 21, - "start_line": 9 - }, - "While expanding the reference 'res' in:" - ], - "start_col": 19, - "start_line": 8 - } - }, - "507": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.addr" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 9, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 9, - "start_line": 9 - } - }, - "508": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 30, - "start_line": 15 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 12 - } - }, - "509": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 30, - "start_line": 15 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 12 - } - }, - "510": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 30, - "start_line": 15 - } - }, - "512": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 37, - "start_line": 16 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 12 - } - }, - "513": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 58, - "start_line": 16 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 15 - } - }, - "514": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 37, - "start_line": 16 - } - }, - "516": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 352, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 18, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 31, - "start_line": 18 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 37, - "start_line": 16 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 352 - } - }, - "517": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 19, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 32, - "start_line": 19 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 15 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "518": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 15, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 20, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 35, - "start_line": 20 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 15 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "519": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 16, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 45, - "start_line": 21 - }, - "While expanding the reference '__storage_var_temp0' in:" - ], - "start_col": 14, - "start_line": 16 - } - }, - "520": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.read" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 22, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 9, - "start_line": 22 - } - }, - "521": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 30, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 25 - } - }, - "522": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 30, - "start_line": 26 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 25 - } - }, - "523": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 30, - "start_line": 26 - } - }, - "525": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 25, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 370, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 9, - "start_line": 27 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 370 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 25 - } - }, - "526": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 31, - "start_line": 27 - }, - "While expanding the reference 'storage_addr' in:" - ], - "start_col": 14, - "start_line": 26 - } - }, - "527": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 55, - "start_line": 27 - } - }, - "528": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 27, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 9, - "start_line": 27 - } - }, - "530": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 9, - "start_line": 28 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 30, - "start_line": 26 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 15, - "start_line": 7 - } - }, - "531": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 26, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 9, - "start_line": 28 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 30, - "start_line": 26 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 43, - "start_line": 7 - } - }, - "532": { - "accessible_scopes": [ - "__main__", - "__main__._is_registration_open", - "__main__._is_registration_open.write" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 28, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/impl.cairo" - }, - "start_col": 9, - "start_line": 28 - } - }, - "533": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 39, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 27, - "start_line": 39 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 35 - } - }, - "534": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 39, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 27, - "start_line": 39 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 35 - } - }, - "535": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 39, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 27, - "start_line": 39 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 35 - } - }, - "536": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 39, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 27, - "start_line": 39 - } - }, - "538": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 40, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 40 - } - }, - "540": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 39, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 42, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 42 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 16, - "start_line": 21 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 27, - "start_line": 39 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "541": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 39, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 42, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 42 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 36, - "start_line": 21 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 27, - "start_line": 39 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "542": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 39, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 21, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 42, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 42 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 64, - "start_line": 21 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 27, - "start_line": 39 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "543": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 36, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 42, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 26, - "start_line": 42 - }, - "While expanding the reference 'proxy_admin_address' in:" - ], - "start_col": 5, - "start_line": 36 - } - }, - "544": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 46, - "end_line": 42, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 42 - } - }, - "546": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 80, - "end_line": 36, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 43, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 28, - "start_line": 43 - }, - "While expanding the reference 'naming_contract' in:" - ], - "start_col": 59, - "start_line": 36 - } - }, - "547": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 43, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 43 - } - }, - "549": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 36, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 44, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 32, - "start_line": 44 - }, - "While expanding the reference 'starknetid_contract' in:" - ], - "start_col": 32, - "start_line": 36 - } - }, - "550": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 44, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 44 - } - }, - "552": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 46, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 46 - } - }, - "553": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/ad6ac0c85ad8739704cc5f4980561dd6bf7a6e3282834f8fb6bf7898431fc31a.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 36, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 35 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 35 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 59, - "start_line": 36 - }, - "While handling calldata argument 'naming_contract'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "555": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 35 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "556": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initializer/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initializer/b371deb94934188e323bef3fca0ac063ca8cf27f8d4df426eb7923d9ae8d7bea.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 35 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 35 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "557": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initializer/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initializer/b371deb94934188e323bef3fca0ac063ca8cf27f8d4df426eb7923d9ae8d7bea.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 35 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 38, - "start_line": 35 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "558": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initializer/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 81, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initializer/b371deb94934188e323bef3fca0ac063ca8cf27f8d4df426eb7923d9ae8d7bea.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 35 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 66, - "start_line": 35 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "559": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/96b6d646a56c08f445e6e1857e912678843134b143f0b538a202cafa959fe18f.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 36, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 171, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initializer/b371deb94934188e323bef3fca0ac063ca8cf27f8d4df426eb7923d9ae8d7bea.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 35 - }, - "While constructing the external wrapper for:" - ], - "start_col": 137, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_proxy_admin_address' in:" - ], - "start_col": 5, - "start_line": 36 - }, - "While handling calldata argument 'proxy_admin_address'" - ], - "start_col": 42, - "start_line": 1 - } - }, - "560": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/7364b55c8a3069b5cf0bda5d3d03d9395d135e0acbb8746666ea4565ccfe4587.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 36, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 227, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initializer/b371deb94934188e323bef3fca0ac063ca8cf27f8d4df426eb7923d9ae8d7bea.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 35 - }, - "While constructing the external wrapper for:" - ], - "start_col": 193, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_starknetid_contract' in:" - ], - "start_col": 32, - "start_line": 36 - }, - "While handling calldata argument 'starknetid_contract'" - ], - "start_col": 42, - "start_line": 1 - } - }, - "561": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/ad6ac0c85ad8739704cc5f4980561dd6bf7a6e3282834f8fb6bf7898431fc31a.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 36, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 275, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initializer/b371deb94934188e323bef3fca0ac063ca8cf27f8d4df426eb7923d9ae8d7bea.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 35 - }, - "While constructing the external wrapper for:" - ], - "start_col": 245, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_naming_contract' in:" - ], - "start_col": 59, - "start_line": 36 - }, - "While handling calldata argument 'naming_contract'" - ], - "start_col": 38, - "start_line": 1 - } - }, - "562": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 35 - } - }, - "564": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initializer" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/initializer/b371deb94934188e323bef3fca0ac063ca8cf27f8d4df426eb7923d9ae8d7bea.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 35 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/initializer/b371deb94934188e323bef3fca0ac063ca8cf27f8d4df426eb7923d9ae8d7bea.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 35 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "566": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initializer/b371deb94934188e323bef3fca0ac063ca8cf27f8d4df426eb7923d9ae8d7bea.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initializer/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 35 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 35 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "567": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initializer/b371deb94934188e323bef3fca0ac063ca8cf27f8d4df426eb7923d9ae8d7bea.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initializer/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 35 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 35 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "568": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initializer/b371deb94934188e323bef3fca0ac063ca8cf27f8d4df426eb7923d9ae8d7bea.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initializer/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 35 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 35 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "569": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initializer/c6c4d3a7a58c6b37d5fdd51b25e5ab9f3e75174b411ab503db3ce03636ed6e2a.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initializer/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 35 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'ecdsa_ptr' in:" - ], - "start_col": 6, - "start_line": 35 - }, - "While constructing the external wrapper for:" - ], - "start_col": 17, - "start_line": 1 - } - }, - "570": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/initializer/b371deb94934188e323bef3fca0ac063ca8cf27f8d4df426eb7923d9ae8d7bea.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initializer/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 35 - }, - "While constructing the external wrapper for:" - ], - "start_col": 60, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 35 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "572": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/initializer/b371deb94934188e323bef3fca0ac063ca8cf27f8d4df426eb7923d9ae8d7bea.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initializer/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 35 - }, - "While constructing the external wrapper for:" - ], - "start_col": 73, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 35 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "573": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initializer" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/initializer/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 35, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 35 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "574": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 54, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 54 - } - }, - "576": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 168, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 58, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 58 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 168 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 51 - } - }, - "577": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 70, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 168, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 58, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 58 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 168 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 44, - "start_line": 51 - } - }, - "578": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 87, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 168, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 58, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 58 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 168 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 72, - "start_line": 51 - } - }, - "579": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 58, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 58 - } - }, - "581": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 168, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 58, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 62, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 20, - "start_line": 62 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 58 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 168 - } - }, - "582": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 62, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 20, - "start_line": 62 - } - }, - "584": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 62, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 62, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 10, - "start_line": 62 - }, - "While auto generating local variable for 'caller'." - ], - "start_col": 10, - "start_line": 62 - } - }, - "585": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 62, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 178, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 63, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 68, - "start_line": 63 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 31, - "start_line": 178 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 62 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - } - }, - "586": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 168, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 58, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 77, - "end_line": 178, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 63, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 68, - "start_line": 63 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 51, - "start_line": 178 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 9, - "start_line": 58 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 168 - } - }, - "587": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 168, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 58, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 178, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 63, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 68, - "start_line": 63 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 79, - "start_line": 178 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 58 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 168 - } - }, - "588": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 94, - "end_line": 63, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 68, - "start_line": 63 - } - }, - "590": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 63, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 63, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 28, - "start_line": 63 - }, - "While auto generating local variable for 'starknetid_contract'." - ], - "start_col": 28, - "start_line": 63 - } - }, - "591": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 63, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 63, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 10, - "start_line": 63 - }, - "While auto generating local variable for 'current_contract'." - ], - "start_col": 10, - "start_line": 63 - } - }, - "592": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 178, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 63, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 77, - "end_line": 178, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 63, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 68, - "start_line": 63 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 51, - "start_line": 178 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 68, - "start_line": 63 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 51, - "start_line": 178 - } - }, - "593": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 178, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 63, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_token_id/910d281591f877ec93ccb04ae97a6bd968ac0de23e7f59b370fc45289866e4d4.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 66, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 22, - "start_line": 66 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 31 - }, - "While handling contract interface function:" - ], - "start_col": 25, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 68, - "start_line": 63 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 31, - "start_line": 178 - } - }, - "594": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 94, - "end_line": 178, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 63, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_token_id/910d281591f877ec93ccb04ae97a6bd968ac0de23e7f59b370fc45289866e4d4.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 66, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 22, - "start_line": 66 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 31 - }, - "While handling contract interface function:" - ], - "start_col": 45, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 68, - "start_line": 63 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 79, - "start_line": 178 - } - }, - "595": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 63, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 66, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 49, - "start_line": 66 - }, - "While expanding the reference 'naming_contract' in:" - ], - "start_col": 49, - "start_line": 63 - } - }, - "596": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 52, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 76, - "end_line": 66, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 66, - "start_line": 66 - }, - "While expanding the reference 'domain_len' in:" - ], - "start_col": 5, - "start_line": 52 - } - }, - "597": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 52, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 66, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 78, - "start_line": 66 - }, - "While expanding the reference 'domain' in:" - ], - "start_col": 23, - "start_line": 52 - } - }, - "598": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 85, - "end_line": 66, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 22, - "start_line": 66 - } - }, - "600": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_token_id/910d281591f877ec93ccb04ae97a6bd968ac0de23e7f59b370fc45289866e4d4.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 66, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/f8c7980cd46ed6d764c999318b5692736b724dc08c1bf96e92d1b77ddf37af10.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 91, - "end_line": 68, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 68 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 19, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 66 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 31 - }, - "While handling contract interface function:" - ], - "start_col": 25, - "start_line": 1 - } - }, - "601": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_token_id/910d281591f877ec93ccb04ae97a6bd968ac0de23e7f59b370fc45289866e4d4.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 31, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 66, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/f8c7980cd46ed6d764c999318b5692736b724dc08c1bf96e92d1b77ddf37af10.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 91, - "end_line": 68, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 68 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 39, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 22, - "start_line": 66 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 31 - }, - "While handling contract interface function:" - ], - "start_col": 45, - "start_line": 1 - } - }, - "602": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 63, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 63, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 68, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 30, - "start_line": 68 - }, - "While expanding the reference 'starknetid_contract' in:" - ], - "start_col": 28, - "start_line": 63 - }, - "While auto generating local variable for 'starknetid_contract'." - ], - "start_col": 28, - "start_line": 63 - } - }, - "603": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 63, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 63, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 68, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 51, - "start_line": 68 - }, - "While expanding the reference 'current_contract' in:" - ], - "start_col": 10, - "start_line": 63 - }, - "While auto generating local variable for 'current_contract'." - ], - "start_col": 10, - "start_line": 63 - } - }, - "604": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 62, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 62, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 75, - "end_line": 68, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 69, - "start_line": 68 - }, - "While expanding the reference 'caller' in:" - ], - "start_col": 10, - "start_line": 62 - }, - "While auto generating local variable for 'caller'." - ], - "start_col": 10, - "start_line": 62 - } - }, - "605": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 66, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 41, - "end_line": 67, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 90, - "end_line": 68, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 77, - "start_line": 68 - }, - "While expanding the reference 'token_id_uint' in:" - ], - "start_col": 33, - "start_line": 67 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 10, - "start_line": 66 - } - }, - "606": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 67, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 90, - "end_line": 68, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 77, - "start_line": 68 - }, - "While expanding the reference 'token_id_uint' in:" - ], - "start_col": 43, - "start_line": 67 - } - }, - "608": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 91, - "end_line": 68, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 68 - } - }, - "610": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/f8c7980cd46ed6d764c999318b5692736b724dc08c1bf96e92d1b77ddf37af10.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 91, - "end_line": 68, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 70, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 70 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 51 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 68 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "611": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 178, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 63, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 77, - "end_line": 178, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 63, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 70, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 70 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 44, - "start_line": 51 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 68, - "start_line": 63 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 51, - "start_line": 178 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 68, - "start_line": 63 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 51, - "start_line": 178 - } - }, - "612": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/f8c7980cd46ed6d764c999318b5692736b724dc08c1bf96e92d1b77ddf37af10.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 91, - "end_line": 68, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 87, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 70, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 70 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 72, - "start_line": 51 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 68 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 39, - "start_line": 1 - } - }, - "613": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 70, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 70 - } - }, - "614": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 87, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/ecf03f15152f9b4d2d3eb98ddd06a26dab9c64ca1c8ef3baff428e06f0676f44.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 52, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 23, - "start_line": 52 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 9, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 72, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "615": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/ed50269b72e425c5b3d67a4bb9888a6c7b7ffd156c3460ac766545cf8944b51c.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 52, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/ecf03f15152f9b4d2d3eb98ddd06a26dab9c64ca1c8ef3baff428e06f0676f44.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 52, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 23, - "start_line": 52 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 28, - "start_line": 2 - }, - "While expanding the reference '__calldata_arg_domain_len' in:" - ], - "start_col": 5, - "start_line": 52 - }, - "While handling calldata argument 'domain_len'" - ], - "start_col": 33, - "start_line": 1 - } - }, - "616": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/ecf03f15152f9b4d2d3eb98ddd06a26dab9c64ca1c8ef3baff428e06f0676f44.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 52, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 23, - "start_line": 52 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "617": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/ed50269b72e425c5b3d67a4bb9888a6c7b7ffd156c3460ac766545cf8944b51c.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 52, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/ecf03f15152f9b4d2d3eb98ddd06a26dab9c64ca1c8ef3baff428e06f0676f44.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 52, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 23, - "start_line": 52 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 26, - "start_line": 8 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 5, - "start_line": 52 - }, - "While handling calldata argument 'domain_len'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "619": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/ed50269b72e425c5b3d67a4bb9888a6c7b7ffd156c3460ac766545cf8944b51c.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 52, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/ecf03f15152f9b4d2d3eb98ddd06a26dab9c64ca1c8ef3baff428e06f0676f44.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 52, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 23, - "start_line": 52 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 43, - "start_line": 8 - }, - "While expanding the reference '__calldata_arg_domain_len' in:" - ], - "start_col": 5, - "start_line": 52 - }, - "While handling calldata argument 'domain_len'" - ], - "start_col": 33, - "start_line": 1 - } - }, - "620": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 72, - "end_line": 8, - "input_file": { - "filename": "autogen/starknet/arg_processor/ecf03f15152f9b4d2d3eb98ddd06a26dab9c64ca1c8ef3baff428e06f0676f44.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 52, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 23, - "start_line": 52 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 26, - "start_line": 8 - } - }, - "621": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 51 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "622": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 87, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/ecf03f15152f9b4d2d3eb98ddd06a26dab9c64ca1c8ef3baff428e06f0676f44.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 52, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/dc10af6be62e8f611b8e3807b3a1a1069d95a74e2750ea3f5c8b0b70134f16b5.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 52 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 23, - "start_line": 3 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 72, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "623": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/dc10af6be62e8f611b8e3807b3a1a1069d95a74e2750ea3f5c8b0b70134f16b5.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "624": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/dc10af6be62e8f611b8e3807b3a1a1069d95a74e2750ea3f5c8b0b70134f16b5.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 44, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "625": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/arg_processor/ecf03f15152f9b4d2d3eb98ddd06a26dab9c64ca1c8ef3baff428e06f0676f44.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 52, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/dc10af6be62e8f611b8e3807b3a1a1069d95a74e2750ea3f5c8b0b70134f16b5.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 52 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 23, - "start_line": 3 - } - }, - "627": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/ed50269b72e425c5b3d67a4bb9888a6c7b7ffd156c3460ac766545cf8944b51c.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 52, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 153, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/dc10af6be62e8f611b8e3807b3a1a1069d95a74e2750ea3f5c8b0b70134f16b5.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 128, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_domain_len' in:" - ], - "start_col": 5, - "start_line": 52 - }, - "While handling calldata argument 'domain_len'" - ], - "start_col": 33, - "start_line": 1 - } - }, - "628": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/ecf03f15152f9b4d2d3eb98ddd06a26dab9c64ca1c8ef3baff428e06f0676f44.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 52, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 183, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/dc10af6be62e8f611b8e3807b3a1a1069d95a74e2750ea3f5c8b0b70134f16b5.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 162, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_domain' in:" - ], - "start_col": 23, - "start_line": 52 - }, - "While handling calldata argument 'domain'" - ], - "start_col": 29, - "start_line": 5 - } - }, - "630": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 51 - } - }, - "632": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/dc10af6be62e8f611b8e3807b3a1a1069d95a74e2750ea3f5c8b0b70134f16b5.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/dc10af6be62e8f611b8e3807b3a1a1069d95a74e2750ea3f5c8b0b70134f16b5.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "634": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/dc10af6be62e8f611b8e3807b3a1a1069d95a74e2750ea3f5c8b0b70134f16b5.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "635": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/dc10af6be62e8f611b8e3807b3a1a1069d95a74e2750ea3f5c8b0b70134f16b5.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "636": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/dc10af6be62e8f611b8e3807b3a1a1069d95a74e2750ea3f5c8b0b70134f16b5.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "637": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/c6c4d3a7a58c6b37d5fdd51b25e5ab9f3e75174b411ab503db3ce03636ed6e2a.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'ecdsa_ptr' in:" - ], - "start_col": 6, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 17, - "start_line": 1 - } - }, - "638": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/dc10af6be62e8f611b8e3807b3a1a1069d95a74e2750ea3f5c8b0b70134f16b5.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 60, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "640": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/dc10af6be62e8f611b8e3807b3a1a1069d95a74e2750ea3f5c8b0b70134f16b5.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 73, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "641": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.claim_domain_back" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/claim_domain_back/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 51, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 51 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "642": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 77, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 77 - } - }, - "644": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 75, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 80, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 34, - "start_line": 80 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 75 - } - }, - "645": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 75, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 80, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 34, - "start_line": 80 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 25, - "start_line": 75 - } - }, - "646": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 75, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 80, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 34, - "start_line": 80 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 75 - } - }, - "647": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 80, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 34, - "start_line": 80 - } - }, - "649": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 41, - "end_line": 82, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 82 - } - }, - "651": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 80, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 85, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 20, - "start_line": 85 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 34, - "start_line": 80 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "652": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 85, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 20, - "start_line": 85 - } - }, - "654": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 85, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 85, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 10, - "start_line": 85 - }, - "While auto generating local variable for 'caller'." - ], - "start_col": 10, - "start_line": 85 - } - }, - "655": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 85, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 444, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 86, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 21, - "start_line": 86 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 444 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 85 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - } - }, - "656": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 86, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 21, - "start_line": 86 - } - }, - "658": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 86, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 86, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 10, - "start_line": 86 - }, - "While auto generating local variable for 'tx_info'." - ], - "start_col": 10, - "start_line": 86 - } - }, - "659": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 444, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 34, - "end_line": 86, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/ISheet/owner/22582a63896341a02082fe651af1a1a0d12d424aa15261ad533b6f55c1ec75c3.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 89, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 25, - "start_line": 89 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 148 - }, - "While handling contract interface function:" - ], - "start_col": 12, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 21, - "start_line": 86 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 18, - "start_line": 444 - } - }, - "660": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 80, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/ISheet/owner/22582a63896341a02082fe651af1a1a0d12d424aa15261ad533b6f55c1ec75c3.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 89, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 25, - "start_line": 89 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 148 - }, - "While handling contract interface function:" - ], - "start_col": 32, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 34, - "start_line": 80 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "661": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 85, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 85, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 89, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 38, - "start_line": 89 - }, - "While expanding the reference 'caller' in:" - ], - "start_col": 10, - "start_line": 85 - }, - "While auto generating local variable for 'caller'." - ], - "start_col": 10, - "start_line": 85 - } - }, - "662": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 89, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 25, - "start_line": 89 - } - }, - "664": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 90, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 90 - } - }, - "665": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 92, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 31, - "start_line": 92 - } - }, - "667": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 92, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 10, - "start_line": 92 - } - }, - "668": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/ISheet/owner/22582a63896341a02082fe651af1a1a0d12d424aa15261ad533b6f55c1ec75c3.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 89, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 191, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 93, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 26, - "start_line": 93 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 191 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 89 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 148 - }, - "While handling contract interface function:" - ], - "start_col": 12, - "start_line": 1 - } - }, - "669": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 80, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 191, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 93, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 26, - "start_line": 93 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 191 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 80 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "670": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 47, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/ISheet/owner/22582a63896341a02082fe651af1a1a0d12d424aa15261ad533b6f55c1ec75c3.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 148, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 89, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 191, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 93, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 26, - "start_line": 93 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 191 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 25, - "start_line": 89 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 148 - }, - "While handling contract interface function:" - ], - "start_col": 32, - "start_line": 1 - } - }, - "671": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 76, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 54, - "end_line": 93, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 42, - "start_line": 93 - }, - "While expanding the reference 'domain_ascii' in:" - ], - "start_col": 3, - "start_line": 76 - } - }, - "672": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 93, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 56, - "start_line": 93 - } - }, - "674": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 93, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 26, - "start_line": 93 - } - }, - "676": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 93, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 10, - "start_line": 93 - } - }, - "677": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 94, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 94 - } - }, - "678": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 95, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 32, - "start_line": 95 - } - }, - "680": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 95, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 95 - } - }, - "681": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 191, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 93, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 97, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 33, - "start_line": 97 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 26, - "start_line": 93 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 191 - } - }, - "682": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 191, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 93, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 97, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 33, - "start_line": 97 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 26, - "start_line": 93 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 191 - } - }, - "683": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 85, - "end_line": 191, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 93, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 97, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 33, - "start_line": 97 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 26, - "start_line": 93 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 191 - } - }, - "684": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 97, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 33, - "start_line": 97 - } - }, - "686": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 97, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 97, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 33, - "start_line": 97 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 33, - "start_line": 97 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "687": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 97, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 97, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 14, - "start_line": 97 - }, - "While auto generating local variable for 'naming_contract'." - ], - "start_col": 14, - "start_line": 97 - } - }, - "688": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 97, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_address/c7bccfe2278372ac44337810829ba4239dbbfdd698c174aa9639022183a1c840.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 98, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 25, - "start_line": 98 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 22 - }, - "While handling contract interface function:" - ], - "start_col": 24, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 97 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "689": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 97, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_address/c7bccfe2278372ac44337810829ba4239dbbfdd698c174aa9639022183a1c840.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 98, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 25, - "start_line": 98 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 22 - }, - "While handling contract interface function:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 33, - "start_line": 97 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "690": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 97, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 97, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 66, - "end_line": 98, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 51, - "start_line": 98 - }, - "While expanding the reference 'naming_contract' in:" - ], - "start_col": 14, - "start_line": 97 - }, - "While auto generating local variable for 'naming_contract'." - ], - "start_col": 14, - "start_line": 97 - } - }, - "691": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 98, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 68, - "start_line": 98 - } - }, - "693": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 92, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 98, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 71, - "start_line": 98 - }, - "While expanding the reference 'domain_full' in:" - ], - "start_col": 16, - "start_line": 92 - } - }, - "694": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 83, - "end_line": 98, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 25, - "start_line": 98 - } - }, - "696": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 99, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 29, - "start_line": 99 - } - }, - "698": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 100, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 100 - } - }, - "700": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_address/c7bccfe2278372ac44337810829ba4239dbbfdd698c174aa9639022183a1c840.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 98, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 103, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 34, - "start_line": 103 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 98 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 22 - }, - "While handling contract interface function:" - ], - "start_col": 24, - "start_line": 1 - } - }, - "701": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 97, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 97, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 103, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 34, - "start_line": 103 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 33, - "start_line": 97 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 33, - "start_line": 97 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "702": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/INaming/domain_to_address/c7bccfe2278372ac44337810829ba4239dbbfdd698c174aa9639022183a1c840.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 22, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 98, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 103, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 34, - "start_line": 103 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 25, - "start_line": 98 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 22 - }, - "While handling contract interface function:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "703": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 103, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 34, - "start_line": 103 - } - }, - "705": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 103, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 103, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 10, - "start_line": 103 - }, - "While auto generating local variable for 'starknet_id_contract'." - ], - "start_col": 10, - "start_line": 103 - } - }, - "706": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 103, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 103, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 34, - "start_line": 103 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 34, - "start_line": 103 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "707": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 103, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 124, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 105, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 20, - "start_line": 105 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 124 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 34, - "start_line": 103 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "708": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 85, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 16, - "end_line": 85, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 105, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 31, - "start_line": 105 - }, - "While expanding the reference 'caller' in:" - ], - "start_col": 10, - "start_line": 85 - }, - "While auto generating local variable for 'caller'." - ], - "start_col": 10, - "start_line": 85 - } - }, - "709": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 105, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 20, - "start_line": 105 - } - }, - "711": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 32, - "end_line": 124, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 105, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 297, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 106, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 25, - "start_line": 106 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 297 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 20, - "start_line": 105 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 17, - "start_line": 124 - } - }, - "712": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 105, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 106, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 42, - "start_line": 106 - }, - "While expanding the reference 'low' in:" - ], - "start_col": 13, - "start_line": 105 - } - }, - "713": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 106, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 47, - "start_line": 106 - } - }, - "715": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 106, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 25, - "start_line": 106 - } - }, - "717": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 107, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 107, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 107, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 107 - }, - "While auto generating local variable for 'token_id'." - ], - "start_col": 9, - "start_line": 107 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 31, - "start_line": 107 - } - }, - "718": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 107, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 107, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 107 - }, - "While auto generating local variable for 'token_id'." - ], - "start_col": 9, - "start_line": 107 - } - }, - "719": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 103, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 274, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 108, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 30, - "start_line": 108 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 27, - "start_line": 274 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 34, - "start_line": 103 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "720": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 108, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 30, - "start_line": 108 - } - }, - "722": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 108, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 108, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 10, - "start_line": 108 - }, - "While auto generating local variable for 'current_contract'." - ], - "start_col": 10, - "start_line": 108 - } - }, - "723": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 274, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 108, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/mint/f331841f676ee38d6b90045cd4589cd9ff4e83c32234273d9e605b287d886cbc.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 110, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 110 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 131 - }, - "While handling contract interface function:" - ], - "start_col": 11, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 108 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 27, - "start_line": 274 - } - }, - "724": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 297, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 106, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/mint/f331841f676ee38d6b90045cd4589cd9ff4e83c32234273d9e605b287d886cbc.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 131, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 110, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 110 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 131 - }, - "While handling contract interface function:" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 25, - "start_line": 106 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 297 - } - }, - "725": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 103, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 103, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 46, - "end_line": 110, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 26, - "start_line": 110 - }, - "While expanding the reference 'starknet_id_contract' in:" - ], - "start_col": 10, - "start_line": 103 - }, - "While auto generating local variable for 'starknet_id_contract'." - ], - "start_col": 10, - "start_line": 103 - } - }, - "726": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 107, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 107, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 56, - "end_line": 110, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 48, - "start_line": 110 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 107 - }, - "While auto generating local variable for 'token_id'." - ], - "start_col": 9, - "start_line": 107 - } - }, - "727": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 57, - "end_line": 110, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 110 - } - }, - "729": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 97, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 97, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 48, - "end_line": 111, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 33, - "start_line": 111 - }, - "While expanding the reference 'naming_contract' in:" - ], - "start_col": 14, - "start_line": 97 - }, - "While auto generating local variable for 'naming_contract'." - ], - "start_col": 14, - "start_line": 97 - } - }, - "730": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 111, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 50, - "start_line": 111 - } - }, - "732": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 92, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 111, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 53, - "start_line": 111 - }, - "While expanding the reference 'domain_full' in:" - ], - "start_col": 16, - "start_line": 92 - } - }, - "733": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 107, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 107, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 74, - "end_line": 111, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 66, - "start_line": 111 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 107 - }, - "While auto generating local variable for 'token_id'." - ], - "start_col": 9, - "start_line": 107 - } - }, - "734": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 75, - "end_line": 111, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 111 - } - }, - "736": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 97, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 97, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 113, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 13, - "start_line": 113 - }, - "While expanding the reference 'naming_contract' in:" - ], - "start_col": 14, - "start_line": 97 - }, - "While auto generating local variable for 'naming_contract'." - ], - "start_col": 14, - "start_line": 97 - } - }, - "737": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 113, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 30, - "start_line": 113 - } - }, - "739": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 92, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 113, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 33, - "start_line": 113 - }, - "While expanding the reference 'domain_full' in:" - ], - "start_col": 16, - "start_line": 92 - } - }, - "740": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 113, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 46, - "start_line": 113 - } - }, - "741": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 114, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 112 - } - }, - "743": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 30, - "end_line": 103, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 30, - "end_line": 103, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 117, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 13, - "start_line": 117 - }, - "While expanding the reference 'starknet_id_contract' in:" - ], - "start_col": 10, - "start_line": 103 - }, - "While auto generating local variable for 'starknet_id_contract'." - ], - "start_col": 10, - "start_line": 103 - } - }, - "744": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 108, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 108, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 117, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 35, - "start_line": 117 - }, - "While expanding the reference 'current_contract' in:" - ], - "start_col": 10, - "start_line": 108 - }, - "While auto generating local variable for 'current_contract'." - ], - "start_col": 10, - "start_line": 108 - } - }, - "745": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 85, - "end_line": 117, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 53, - "start_line": 117 - } - }, - "746": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 107, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 107, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 115, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 100, - "end_line": 117, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 87, - "start_line": 117 - }, - "While expanding the reference 'token_id_u256' in:" - ], - "start_col": 37, - "start_line": 115 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 107 - }, - "While auto generating local variable for 'token_id'." - ], - "start_col": 9, - "start_line": 107 - } - }, - "747": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 115, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 100, - "end_line": 117, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 87, - "start_line": 117 - }, - "While expanding the reference 'token_id_u256' in:" - ], - "start_col": 47, - "start_line": 115 - } - }, - "749": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 10, - "end_line": 118, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 116 - } - }, - "751": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/f8c7980cd46ed6d764c999318b5692736b724dc08c1bf96e92d1b77ddf37af10.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 118, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 75, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 121, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 121 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 75 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 9, - "start_line": 116 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "752": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 103, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 103, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 75, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 121, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 121 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 25, - "start_line": 75 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 34, - "start_line": 103 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 34, - "start_line": 103 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "753": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 54, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/contract_interface/IStarknetId/transferFrom/f8c7980cd46ed6d764c999318b5692736b724dc08c1bf96e92d1b77ddf37af10.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 125, - "input_file": { - "filename": "/Users/clementwalter/Documents/the-candy-shop/starksheet-monorepo/packages/starksheet-cairo/src/interfaces.cairo" - }, - "parent_location": [ - { - "end_col": 10, - "end_line": 118, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 75, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 121, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 121 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 75 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 116 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 10, - "start_line": 125 - }, - "While handling contract interface function:" - ], - "start_col": 39, - "start_line": 1 - } - }, - "754": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 75, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 98, - "end_line": 75, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 121, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 121 - }, - "While trying to retrieve the implicit argument 'ecdsa_ptr' in:" - ], - "start_col": 70, - "start_line": 75 - }, - "While expanding the reference 'ecdsa_ptr' in:" - ], - "start_col": 70, - "start_line": 75 - } - }, - "755": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 17, - "end_line": 107, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 107, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 121, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 13, - "start_line": 121 - }, - "While expanding the reference 'token_id' in:" - ], - "start_col": 9, - "start_line": 107 - }, - "While auto generating local variable for 'token_id'." - ], - "start_col": 9, - "start_line": 107 - } - }, - "756": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 121, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 23, - "start_line": 121 - } - }, - "758": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 92, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 121, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 26, - "start_line": 121 - }, - "While expanding the reference 'domain_full' in:" - ], - "start_col": 16, - "start_line": 92 - } - }, - "759": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 121, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 121 - } - }, - "760": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/register/618091d4f702cd5c5cf6df9bb974b394b4092b7fe617ff6e7cee1dd6af8b89b6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/register/618091d4f702cd5c5cf6df9bb974b394b4092b7fe617ff6e7cee1dd6af8b89b6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "762": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 59, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/5f0c0cbac20f85f9d9012917259eea8b3598d9c95a80a5250b7fcd42e1adec6f.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 76, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 27, - "start_line": 76 - }, - "While handling return value 'starknet_id_token'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "763": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/fda0377f98df47534d3f82c18ace9f8dd918a85588f088266053ca8d1244db2a.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 76, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 52, - "start_line": 76 - }, - "While handling return value 'domain_len'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "764": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/ce158bd77366de4fd9094e10e9c6b075083279651c19c6c5ca68af0dc3f7cbc3.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 76, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 70, - "start_line": 76 - }, - "While handling return value 'domain'" - ], - "start_col": 1, - "start_line": 2 - } - }, - "765": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/ce158bd77366de4fd9094e10e9c6b075083279651c19c6c5ca68af0dc3f7cbc3.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 76, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 70, - "start_line": 76 - }, - "While handling return value 'domain'" - ], - "start_col": 1, - "start_line": 5 - } - }, - "767": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/fda0377f98df47534d3f82c18ace9f8dd918a85588f088266053ca8d1244db2a.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 76, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 53, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/ce158bd77366de4fd9094e10e9c6b075083279651c19c6c5ca68af0dc3f7cbc3.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 76, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 70, - "start_line": 76 - }, - "While handling return value 'domain'" - ], - "start_col": 35, - "start_line": 10 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 52, - "start_line": 76 - }, - "While handling return value 'domain_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "769": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 81, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/arg_processor/ce158bd77366de4fd9094e10e9c6b075083279651c19c6c5ca68af0dc3f7cbc3.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 76, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 70, - "start_line": 76 - }, - "While handling return value 'domain'" - ], - "start_col": 1, - "start_line": 10 - } - }, - "770": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/fda0377f98df47534d3f82c18ace9f8dd918a85588f088266053ca8d1244db2a.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 76, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 7, - "input_file": { - "filename": "autogen/starknet/arg_processor/ce158bd77366de4fd9094e10e9c6b075083279651c19c6c5ca68af0dc3f7cbc3.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 76, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/arg_processor/ce158bd77366de4fd9094e10e9c6b075083279651c19c6c5ca68af0dc3f7cbc3.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 76, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 70, - "start_line": 76 - }, - "While handling return value 'domain'" - ], - "start_col": 9, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_copy' in:" - ], - "start_col": 70, - "start_line": 76 - }, - "While handling return value 'domain'" - ], - "start_col": 31, - "start_line": 7 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 52, - "start_line": 76 - }, - "While handling return value 'domain_len'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "772": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/arg_processor/ce158bd77366de4fd9094e10e9c6b075083279651c19c6c5ca68af0dc3f7cbc3.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 76, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 70, - "start_line": 76 - }, - "While handling return value 'domain'" - ], - "start_col": 9, - "start_line": 13 - } - }, - "773": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/ce158bd77366de4fd9094e10e9c6b075083279651c19c6c5ca68af0dc3f7cbc3.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 76, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 70, - "start_line": 76 - }, - "While handling return value 'domain'" - ], - "start_col": 9, - "start_line": 14 - } - }, - "774": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 14, - "input_file": { - "filename": "autogen/starknet/arg_processor/ce158bd77366de4fd9094e10e9c6b075083279651c19c6c5ca68af0dc3f7cbc3.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 76, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 70, - "start_line": 76 - }, - "While handling return value 'domain'" - ], - "start_col": 1, - "start_line": 11 - } - }, - "776": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/arg_processor/ce158bd77366de4fd9094e10e9c6b075083279651c19c6c5ca68af0dc3f7cbc3.cairo" - }, - "parent_location": [ - { - "end_col": 83, - "end_line": 76, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/register/618091d4f702cd5c5cf6df9bb974b394b4092b7fe617ff6e7cee1dd6af8b89b6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 76 - }, - "While handling return value 'domain'" - ], - "start_col": 7, - "start_line": 5 - } - }, - "777": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/register/618091d4f702cd5c5cf6df9bb974b394b4092b7fe617ff6e7cee1dd6af8b89b6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "778": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/register/618091d4f702cd5c5cf6df9bb974b394b4092b7fe617ff6e7cee1dd6af8b89b6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/register/618091d4f702cd5c5cf6df9bb974b394b4092b7fe617ff6e7cee1dd6af8b89b6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 74 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "779": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/register/618091d4f702cd5c5cf6df9bb974b394b4092b7fe617ff6e7cee1dd6af8b89b6.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "780": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/register/e4065319506eee42a7d1a2e0cab4e10c7cb79d70fe881d4202843707088e4960.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 5, - "start_line": 2 - } - }, - "782": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/0ef30555f44496866ef53271b24c6311394b0d6b81c0271dfd0cac757a5d73dc.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 76, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 74 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 3, - "start_line": 76 - }, - "While handling calldata argument 'domain_ascii'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "784": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "785": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 75, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/716382761f0a42276cedc3c874cbfbfe0535570b13e7d1727a1af27600bb845a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 5, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "786": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 75, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/716382761f0a42276cedc3c874cbfbfe0535570b13e7d1727a1af27600bb845a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 25, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "787": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 75, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/716382761f0a42276cedc3c874cbfbfe0535570b13e7d1727a1af27600bb845a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 53, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "788": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 112, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/972efe4adb0e1cedbdf0f0747cf1e121111a6180229de74773d49a6e595c4f3d.cairo" - }, - "parent_location": [ - { - "end_col": 98, - "end_line": 75, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 136, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/716382761f0a42276cedc3c874cbfbfe0535570b13e7d1727a1af27600bb845a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 127, - "start_line": 1 - }, - "While expanding the reference 'ecdsa_ptr' in:" - ], - "start_col": 70, - "start_line": 75 - }, - "While constructing the external wrapper for:" - ], - "start_col": 17, - "start_line": 1 - } - }, - "789": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/0ef30555f44496866ef53271b24c6311394b0d6b81c0271dfd0cac757a5d73dc.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 76, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 178, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/716382761f0a42276cedc3c874cbfbfe0535570b13e7d1727a1af27600bb845a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 151, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_domain_ascii' in:" - ], - "start_col": 3, - "start_line": 76 - }, - "While handling calldata argument 'domain_ascii'" - ], - "start_col": 35, - "start_line": 1 - } - }, - "790": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - } - }, - "792": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/716382761f0a42276cedc3c874cbfbfe0535570b13e7d1727a1af27600bb845a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/716382761f0a42276cedc3c874cbfbfe0535570b13e7d1727a1af27600bb845a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "793": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/716382761f0a42276cedc3c874cbfbfe0535570b13e7d1727a1af27600bb845a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/716382761f0a42276cedc3c874cbfbfe0535570b13e7d1727a1af27600bb845a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "794": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 136, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/716382761f0a42276cedc3c874cbfbfe0535570b13e7d1727a1af27600bb845a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 136, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/716382761f0a42276cedc3c874cbfbfe0535570b13e7d1727a1af27600bb845a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 127, - "start_line": 1 - }, - "While auto generating local variable for 'ecdsa_ptr'." - ], - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 127, - "start_line": 1 - } - }, - "795": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/716382761f0a42276cedc3c874cbfbfe0535570b13e7d1727a1af27600bb845a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 97, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/register/716382761f0a42276cedc3c874cbfbfe0535570b13e7d1727a1af27600bb845a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 82, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "796": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 98, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/register/716382761f0a42276cedc3c874cbfbfe0535570b13e7d1727a1af27600bb845a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "798": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/716382761f0a42276cedc3c874cbfbfe0535570b13e7d1727a1af27600bb845a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/716382761f0a42276cedc3c874cbfbfe0535570b13e7d1727a1af27600bb845a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While auto generating local variable for 'syscall_ptr'." - ], - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "799": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/716382761f0a42276cedc3c874cbfbfe0535570b13e7d1727a1af27600bb845a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/716382761f0a42276cedc3c874cbfbfe0535570b13e7d1727a1af27600bb845a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While auto generating local variable for 'pedersen_ptr'." - ], - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "800": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/register/716382761f0a42276cedc3c874cbfbfe0535570b13e7d1727a1af27600bb845a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "801": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 136, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/716382761f0a42276cedc3c874cbfbfe0535570b13e7d1727a1af27600bb845a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 136, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/716382761f0a42276cedc3c874cbfbfe0535570b13e7d1727a1af27600bb845a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'ecdsa_ptr' in:" - ], - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 127, - "start_line": 1 - }, - "While auto generating local variable for 'ecdsa_ptr'." - ], - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 127, - "start_line": 1 - } - }, - "802": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/register/716382761f0a42276cedc3c874cbfbfe0535570b13e7d1727a1af27600bb845a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 60, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "803": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/register/716382761f0a42276cedc3c874cbfbfe0535570b13e7d1727a1af27600bb845a.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 73, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "804": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/register/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 14, - "end_line": 74, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 74 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "805": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.open_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 168, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 130, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 130 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 168 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 129 - } - }, - "806": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.open_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 70, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 168, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 130, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 130 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 168 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 44, - "start_line": 129 - } - }, - "807": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.open_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 87, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 168, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 130, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 130 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 168 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 72, - "start_line": 129 - } - }, - "808": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.open_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 130, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 130 - } - }, - "810": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.open_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 131, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 33, - "start_line": 131 - } - }, - "812": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.open_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 131, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 131 - } - }, - "814": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.open_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 133, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 133 - } - }, - "815": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.open_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 129 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "816": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.open_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/open_registration/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 42, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/open_registration/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 129 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 24, - "start_line": 129 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "817": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.open_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/open_registration/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 70, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/open_registration/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 129 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 44, - "start_line": 129 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "818": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.open_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/open_registration/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 87, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/open_registration/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 129 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 72, - "start_line": 129 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "819": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.open_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 129 - } - }, - "821": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.open_registration" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/open_registration/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 129 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/open_registration/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 129 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "823": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.open_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/open_registration/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/open_registration/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 129 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 129 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "824": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.open_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/open_registration/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/open_registration/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 129 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 129 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "825": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.open_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/open_registration/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/open_registration/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 129 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 129 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "826": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.open_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/open_registration/c6c4d3a7a58c6b37d5fdd51b25e5ab9f3e75174b411ab503db3ce03636ed6e2a.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/open_registration/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 129 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'ecdsa_ptr' in:" - ], - "start_col": 6, - "start_line": 129 - }, - "While constructing the external wrapper for:" - ], - "start_col": 17, - "start_line": 1 - } - }, - "827": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.open_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/open_registration/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/open_registration/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 129 - }, - "While constructing the external wrapper for:" - ], - "start_col": 60, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 129 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "829": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.open_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/open_registration/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/open_registration/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 129 - }, - "While constructing the external wrapper for:" - ], - "start_col": 73, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 129 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "830": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.open_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/open_registration/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 129, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 129 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "831": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.close_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 168, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 138, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 138 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 168 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 137 - } - }, - "832": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.close_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 71, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 168, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 138, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 138 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 168 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 45, - "start_line": 137 - } - }, - "833": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.close_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 88, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 168, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 138, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 138 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 168 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 73, - "start_line": 137 - } - }, - "834": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.close_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 138, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 138 - } - }, - "836": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.close_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 34, - "end_line": 139, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 33, - "start_line": 139 - } - }, - "838": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.close_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 139, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 139 - } - }, - "840": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.close_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 141, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 141 - } - }, - "841": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.close_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 137 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "842": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.close_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/close_registration/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/close_registration/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 137 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 137 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "843": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.close_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/close_registration/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 71, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/close_registration/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 137 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 45, - "start_line": 137 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "844": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.close_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/close_registration/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 88, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/close_registration/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 137 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 73, - "start_line": 137 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "845": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.close_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 137 - } - }, - "847": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.close_registration" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 34, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/close_registration/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 137 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 2 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 24, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/close_registration/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 137 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 3 - } - }, - "849": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.close_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/close_registration/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/close_registration/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 137 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 137 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "850": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.close_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/close_registration/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/close_registration/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 137 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 137 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "851": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.close_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/close_registration/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/close_registration/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 137 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 137 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "852": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.close_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/close_registration/c6c4d3a7a58c6b37d5fdd51b25e5ab9f3e75174b411ab503db3ce03636ed6e2a.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/close_registration/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 137 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'ecdsa_ptr' in:" - ], - "start_col": 6, - "start_line": 137 - }, - "While constructing the external wrapper for:" - ], - "start_col": 17, - "start_line": 1 - } - }, - "853": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.close_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/close_registration/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/close_registration/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 137 - }, - "While constructing the external wrapper for:" - ], - "start_col": 60, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 137 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 4 - } - }, - "855": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.close_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/close_registration/8f83d060e7e088c358526f8859eb82973ba2c094c7d9223df6230b744dfa211c.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/close_registration/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 137 - }, - "While constructing the external wrapper for:" - ], - "start_col": 73, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 137 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 3 - } - }, - "856": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.close_registration" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/close_registration/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 137, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 137 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "857": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.is_registration_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 152, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 34, - "start_line": 152 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 27, - "start_line": 149 - } - }, - "858": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.is_registration_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 73, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 152, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 34, - "start_line": 152 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 47, - "start_line": 149 - } - }, - "859": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.is_registration_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 90, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_is_registration_open/decl.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 152, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 34, - "start_line": 152 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 75, - "start_line": 149 - } - }, - "860": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.is_registration_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 152, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 34, - "start_line": 152 - } - }, - "862": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.is_registration_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 154, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 154 - } - }, - "863": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_registration_open_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/is_registration_open/6c2ce11d920e19a1f41c21052bc809d7dc14e1a459bb56a08c1cefa9bfaaa2d7.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 149 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/is_registration_open/6c2ce11d920e19a1f41c21052bc809d7dc14e1a459bb56a08c1cefa9bfaaa2d7.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 149 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "865": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_registration_open_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/e7b3b829580644dc52a381033e280d055296419573a8f14b3b38653364d1eab5.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 150, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 150 - }, - "While handling return value 'is_registration_open'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "866": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_registration_open_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/e7b3b829580644dc52a381033e280d055296419573a8f14b3b38653364d1eab5.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 150, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/is_registration_open/6c2ce11d920e19a1f41c21052bc809d7dc14e1a459bb56a08c1cefa9bfaaa2d7.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 149 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 5, - "start_line": 150 - }, - "While handling return value 'is_registration_open'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "868": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_registration_open_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 97, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/return/is_registration_open/6c2ce11d920e19a1f41c21052bc809d7dc14e1a459bb56a08c1cefa9bfaaa2d7.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/is_registration_open/6c2ce11d920e19a1f41c21052bc809d7dc14e1a459bb56a08c1cefa9bfaaa2d7.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 149 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 149 - }, - "While handling return value of" - ], - "start_col": 82, - "start_line": 1 - } - }, - "869": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_registration_open_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/is_registration_open/6c2ce11d920e19a1f41c21052bc809d7dc14e1a459bb56a08c1cefa9bfaaa2d7.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 149 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "870": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_registration_open_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/is_registration_open/6c2ce11d920e19a1f41c21052bc809d7dc14e1a459bb56a08c1cefa9bfaaa2d7.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/is_registration_open/6c2ce11d920e19a1f41c21052bc809d7dc14e1a459bb56a08c1cefa9bfaaa2d7.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 149 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 149 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "871": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_registration_open_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/is_registration_open/6c2ce11d920e19a1f41c21052bc809d7dc14e1a459bb56a08c1cefa9bfaaa2d7.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 149 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "872": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_registration_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 149 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "873": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_registration_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_registration_open/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_registration_open/50f43d1ea3cf09b4239367de266e40e917c2d6ad2beaddda2ea68d5342f004a2.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 149 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 27, - "start_line": 149 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "874": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_registration_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_registration_open/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 73, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_registration_open/50f43d1ea3cf09b4239367de266e40e917c2d6ad2beaddda2ea68d5342f004a2.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 149 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 47, - "start_line": 149 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "875": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_registration_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_registration_open/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 90, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_registration_open/50f43d1ea3cf09b4239367de266e40e917c2d6ad2beaddda2ea68d5342f004a2.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 149 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 75, - "start_line": 149 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "876": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_registration_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 149 - } - }, - "878": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_registration_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_registration_open/50f43d1ea3cf09b4239367de266e40e917c2d6ad2beaddda2ea68d5342f004a2.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 109, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/is_registration_open/50f43d1ea3cf09b4239367de266e40e917c2d6ad2beaddda2ea68d5342f004a2.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 149 - }, - "While constructing the external wrapper for:" - ], - "start_col": 94, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 149 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "879": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_registration_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/is_registration_open/50f43d1ea3cf09b4239367de266e40e917c2d6ad2beaddda2ea68d5342f004a2.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 149 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "881": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_registration_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_registration_open/50f43d1ea3cf09b4239367de266e40e917c2d6ad2beaddda2ea68d5342f004a2.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_registration_open/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 149 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 149 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "882": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_registration_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_registration_open/50f43d1ea3cf09b4239367de266e40e917c2d6ad2beaddda2ea68d5342f004a2.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_registration_open/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 149 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 149 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "883": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_registration_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/is_registration_open/50f43d1ea3cf09b4239367de266e40e917c2d6ad2beaddda2ea68d5342f004a2.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_registration_open/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 149 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 149 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "884": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_registration_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_registration_open/c6c4d3a7a58c6b37d5fdd51b25e5ab9f3e75174b411ab503db3ce03636ed6e2a.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_registration_open/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 149 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'ecdsa_ptr' in:" - ], - "start_col": 6, - "start_line": 149 - }, - "While constructing the external wrapper for:" - ], - "start_col": 17, - "start_line": 1 - } - }, - "885": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_registration_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/is_registration_open/50f43d1ea3cf09b4239367de266e40e917c2d6ad2beaddda2ea68d5342f004a2.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_registration_open/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 149 - }, - "While constructing the external wrapper for:" - ], - "start_col": 60, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 149 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "886": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_registration_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/is_registration_open/50f43d1ea3cf09b4239367de266e40e917c2d6ad2beaddda2ea68d5342f004a2.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_registration_open/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 149 - }, - "While constructing the external wrapper for:" - ], - "start_col": 73, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 149 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "887": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_registration_open" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/is_registration_open/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 26, - "end_line": 149, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 149 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "888": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 84, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 161, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 161 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 154 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 69, - "start_line": 158 - } - }, - "889": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 159, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 32, - "end_line": 161, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 20, - "start_line": 161 - }, - "While expanding the reference 'domain_ascii' in:" - ], - "start_col": 5, - "start_line": 159 - } - }, - "890": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 42, - "end_line": 161, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 34, - "start_line": 161 - } - }, - "892": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 161, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 161 - } - }, - "894": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 191, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 162, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 12, - "start_line": 162 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 191 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 21, - "start_line": 158 - } - }, - "895": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 191, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 162, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 12, - "start_line": 162 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 191 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 41, - "start_line": 158 - } - }, - "896": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 36, - "end_line": 154, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 161, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 191, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 44, - "end_line": 162, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 12, - "start_line": 162 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 191 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 161 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 154 - } - }, - "897": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 159, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 162, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 28, - "start_line": 162 - }, - "While expanding the reference 'domain_ascii' in:" - ], - "start_col": 5, - "start_line": 159 - } - }, - "898": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 162, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 42, - "start_line": 162 - } - }, - "900": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 162, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 12, - "start_line": 162 - } - }, - "902": { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 162, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 162 - } - }, - "903": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.basic_encoding_encode_return" - ], - "flow_tracking_data": null, - "hints": [ - { - "location": { - "end_col": 38, - "end_line": 3, - "input_file": { - "filename": "autogen/starknet/external/return/basic_encoding/dccbd32b47a884cb56e7cc4918eb25f2cb15fb4da50e06c86e179504ebfe06f1.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 158 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 3 - }, - "n_prefix_newlines": 0 - } - ], - "inst": { - "end_col": 18, - "end_line": 4, - "input_file": { - "filename": "autogen/starknet/external/return/basic_encoding/dccbd32b47a884cb56e7cc4918eb25f2cb15fb4da50e06c86e179504ebfe06f1.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 158 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 4 - } - }, - "905": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.basic_encoding_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 56, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/bfbc0c07adf06f8d40156630b0f75a4deaf72283241087f1612f8ae30e3a6e5e.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 160, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 7, - "start_line": 160 - }, - "While handling return value 'domain_encoded'" - ], - "start_col": 1, - "start_line": 1 - } - }, - "906": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.basic_encoding_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 48, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/bfbc0c07adf06f8d40156630b0f75a4deaf72283241087f1612f8ae30e3a6e5e.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 160, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 36, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/basic_encoding/dccbd32b47a884cb56e7cc4918eb25f2cb15fb4da50e06c86e179504ebfe06f1.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 158 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - }, - "While expanding the reference '__return_value_ptr' in:" - ], - "start_col": 7, - "start_line": 160 - }, - "While handling return value 'domain_encoded'" - ], - "start_col": 26, - "start_line": 2 - } - }, - "908": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.basic_encoding_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 85, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/return/basic_encoding/dccbd32b47a884cb56e7cc4918eb25f2cb15fb4da50e06c86e179504ebfe06f1.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 10, - "input_file": { - "filename": "autogen/starknet/external/return/basic_encoding/dccbd32b47a884cb56e7cc4918eb25f2cb15fb4da50e06c86e179504ebfe06f1.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 158 - }, - "While handling return value of" - ], - "start_col": 25, - "start_line": 10 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 158 - }, - "While handling return value of" - ], - "start_col": 70, - "start_line": 1 - } - }, - "909": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.basic_encoding_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 11, - "input_file": { - "filename": "autogen/starknet/external/return/basic_encoding/dccbd32b47a884cb56e7cc4918eb25f2cb15fb4da50e06c86e179504ebfe06f1.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 158 - }, - "While handling return value of" - ], - "start_col": 18, - "start_line": 11 - } - }, - "910": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.basic_encoding_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 5, - "input_file": { - "filename": "autogen/starknet/external/return/basic_encoding/dccbd32b47a884cb56e7cc4918eb25f2cb15fb4da50e06c86e179504ebfe06f1.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/basic_encoding/dccbd32b47a884cb56e7cc4918eb25f2cb15fb4da50e06c86e179504ebfe06f1.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 158 - }, - "While handling return value of" - ], - "start_col": 14, - "start_line": 12 - }, - "While expanding the reference '__return_value_ptr_start' in:" - ], - "start_col": 6, - "start_line": 158 - }, - "While handling return value of" - ], - "start_col": 11, - "start_line": 5 - } - }, - "911": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.basic_encoding_encode_return" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 12, - "input_file": { - "filename": "autogen/starknet/external/return/basic_encoding/dccbd32b47a884cb56e7cc4918eb25f2cb15fb4da50e06c86e179504ebfe06f1.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 158 - }, - "While handling return value of" - ], - "start_col": 5, - "start_line": 9 - } - }, - "912": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/arg_processor/0ef30555f44496866ef53271b24c6311394b0d6b81c0271dfd0cac757a5d73dc.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 159, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/c31620b02d4d706f0542c989b2aadc01b0981d1f6a5933a8fe4937ace3d70d92.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 57, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 158 - }, - "While handling calldata of" - ], - "start_col": 35, - "start_line": 1 - }, - "While expanding the reference '__calldata_actual_size' in:" - ], - "start_col": 6, - "start_line": 158 - }, - "While handling calldata of" - ], - "start_col": 31, - "start_line": 1 - }, - "While expanding the reference '__calldata_ptr' in:" - ], - "start_col": 5, - "start_line": 159 - }, - "While handling calldata argument 'domain_ascii'" - ], - "start_col": 22, - "start_line": 2 - } - }, - "914": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 58, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 158 - }, - "While handling calldata of" - ], - "start_col": 1, - "start_line": 1 - } - }, - "915": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/basic_encoding/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/basic_encoding/01db14bcdf92a2d5db6f044491da648d432aa9a2406f6b02dfbd2dc09c33d2e1.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 158 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 21, - "start_line": 158 - }, - "While constructing the external wrapper for:" - ], - "start_col": 19, - "start_line": 1 - } - }, - "916": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 110, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/basic_encoding/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/basic_encoding/01db14bcdf92a2d5db6f044491da648d432aa9a2406f6b02dfbd2dc09c33d2e1.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 158 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 41, - "start_line": 158 - }, - "While constructing the external wrapper for:" - ], - "start_col": 20, - "start_line": 1 - } - }, - "917": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 67, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/basic_encoding/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" - }, - "parent_location": [ - { - "end_col": 84, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/basic_encoding/01db14bcdf92a2d5db6f044491da648d432aa9a2406f6b02dfbd2dc09c33d2e1.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 158 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 69, - "start_line": 158 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 1 - } - }, - "918": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/arg_processor/0ef30555f44496866ef53271b24c6311394b0d6b81c0271dfd0cac757a5d73dc.cairo" - }, - "parent_location": [ - { - "end_col": 23, - "end_line": 159, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 157, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/basic_encoding/01db14bcdf92a2d5db6f044491da648d432aa9a2406f6b02dfbd2dc09c33d2e1.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 158 - }, - "While constructing the external wrapper for:" - ], - "start_col": 130, - "start_line": 1 - }, - "While expanding the reference '__calldata_arg_domain_ascii' in:" - ], - "start_col": 5, - "start_line": 159 - }, - "While handling calldata argument 'domain_ascii'" - ], - "start_col": 35, - "start_line": 1 - } - }, - "919": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 158 - } - }, - "921": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 115, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/basic_encoding/01db14bcdf92a2d5db6f044491da648d432aa9a2406f6b02dfbd2dc09c33d2e1.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 103, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/basic_encoding/01db14bcdf92a2d5db6f044491da648d432aa9a2406f6b02dfbd2dc09c33d2e1.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 158 - }, - "While constructing the external wrapper for:" - ], - "start_col": 88, - "start_line": 2 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 158 - }, - "While constructing the external wrapper for:" - ], - "start_col": 100, - "start_line": 1 - } - }, - "922": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 104, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/basic_encoding/01db14bcdf92a2d5db6f044491da648d432aa9a2406f6b02dfbd2dc09c33d2e1.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 158 - }, - "While constructing the external wrapper for:" - ], - "start_col": 48, - "start_line": 2 - } - }, - "924": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 55, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/basic_encoding/01db14bcdf92a2d5db6f044491da648d432aa9a2406f6b02dfbd2dc09c33d2e1.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/basic_encoding/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 158 - }, - "While constructing the external wrapper for:" - ], - "start_col": 9, - "start_line": 1 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 6, - "start_line": 158 - }, - "While constructing the external wrapper for:" - ], - "start_col": 44, - "start_line": 1 - } - }, - "925": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/basic_encoding/01db14bcdf92a2d5db6f044491da648d432aa9a2406f6b02dfbd2dc09c33d2e1.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/basic_encoding/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 158 - }, - "While constructing the external wrapper for:" - ], - "start_col": 21, - "start_line": 1 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 6, - "start_line": 158 - }, - "While constructing the external wrapper for:" - ], - "start_col": 70, - "start_line": 1 - } - }, - "926": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/basic_encoding/01db14bcdf92a2d5db6f044491da648d432aa9a2406f6b02dfbd2dc09c33d2e1.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/basic_encoding/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 158 - }, - "While constructing the external wrapper for:" - ], - "start_col": 34, - "start_line": 1 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 6, - "start_line": 158 - }, - "While constructing the external wrapper for:" - ], - "start_col": 6, - "start_line": 2 - } - }, - "927": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/basic_encoding/c6c4d3a7a58c6b37d5fdd51b25e5ab9f3e75174b411ab503db3ce03636ed6e2a.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 59, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/basic_encoding/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 158 - }, - "While constructing the external wrapper for:" - ], - "start_col": 50, - "start_line": 1 - }, - "While expanding the reference 'ecdsa_ptr' in:" - ], - "start_col": 6, - "start_line": 158 - }, - "While constructing the external wrapper for:" - ], - "start_col": 17, - "start_line": 1 - } - }, - "928": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/basic_encoding/01db14bcdf92a2d5db6f044491da648d432aa9a2406f6b02dfbd2dc09c33d2e1.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 72, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/basic_encoding/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 158 - }, - "While constructing the external wrapper for:" - ], - "start_col": 60, - "start_line": 1 - }, - "While expanding the reference 'retdata_size' in:" - ], - "start_col": 6, - "start_line": 158 - }, - "While constructing the external wrapper for:" - ], - "start_col": 23, - "start_line": 2 - } - }, - "929": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 44, - "end_line": 2, - "input_file": { - "filename": "autogen/starknet/external/basic_encoding/01db14bcdf92a2d5db6f044491da648d432aa9a2406f6b02dfbd2dc09c33d2e1.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 80, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/basic_encoding/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 158 - }, - "While constructing the external wrapper for:" - ], - "start_col": 73, - "start_line": 1 - }, - "While expanding the reference 'retdata' in:" - ], - "start_col": 6, - "start_line": 158 - }, - "While constructing the external wrapper for:" - ], - "start_col": 37, - "start_line": 2 - } - }, - "930": { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 1, - "input_file": { - "filename": "autogen/starknet/external/basic_encoding/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 158, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 6, - "start_line": 158 - }, - "While constructing the external wrapper for:" - ], - "start_col": 1, - "start_line": 1 - } - }, - "931": { - "accessible_scopes": [ - "__main__", - "__main__._check_admin" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 37, - "end_line": 168, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 169, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 20, - "start_line": 169 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 168 - } - }, - "932": { - "accessible_scopes": [ - "__main__", - "__main__._check_admin" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 169, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 20, - "start_line": 169 - } - }, - "934": { - "accessible_scopes": [ - "__main__", - "__main__._check_admin" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 43, - "end_line": 200, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 169, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 170, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 19, - "start_line": 170 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 20, - "start_line": 169 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 25, - "start_line": 200 - } - }, - "935": { - "accessible_scopes": [ - "__main__", - "__main__._check_admin" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 65, - "end_line": 168, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 170, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 19, - "start_line": 170 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 168 - } - }, - "936": { - "accessible_scopes": [ - "__main__", - "__main__._check_admin" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 82, - "end_line": 168, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 170, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 19, - "start_line": 170 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 168 - } - }, - "937": { - "accessible_scopes": [ - "__main__", - "__main__._check_admin" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 170, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 19, - "start_line": 170 - } - }, - "939": { - "accessible_scopes": [ - "__main__", - "__main__._check_admin" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 172, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 172 - } - }, - "940": { - "accessible_scopes": [ - "__main__", - "__main__._check_admin" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 170, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 37, - "end_line": 168, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 175, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 175 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 168 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 170 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "941": { - "accessible_scopes": [ - "__main__", - "__main__._check_admin" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 170, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 65, - "end_line": 168, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 175, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 175 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 39, - "start_line": 168 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 19, - "start_line": 170 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "942": { - "accessible_scopes": [ - "__main__", - "__main__._check_admin" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_admin_address/decl.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 170, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 82, - "end_line": 168, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 15, - "end_line": 175, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 175 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 67, - "start_line": 168 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 19, - "start_line": 170 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "943": { - "accessible_scopes": [ - "__main__", - "__main__._check_admin" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 15, - "end_line": 175, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 175 - } - }, - "944": { - "accessible_scopes": [ - "__main__", - "__main__._get_contracts_addresses" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 49, - "end_line": 178, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 45, - "end_line": 274, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 180, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 30, - "start_line": 180 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 27, - "start_line": 274 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 31, - "start_line": 178 - } - }, - "945": { - "accessible_scopes": [ - "__main__", - "__main__._get_contracts_addresses" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 180, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 30, - "start_line": 180 - } - }, - "947": { - "accessible_scopes": [ - "__main__", - "__main__._get_contracts_addresses" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 45, - "end_line": 274, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 180, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 181, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 33, - "start_line": 181 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 30, - "start_line": 180 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 27, - "start_line": 274 - } - }, - "948": { - "accessible_scopes": [ - "__main__", - "__main__._get_contracts_addresses" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 77, - "end_line": 178, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 181, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 33, - "start_line": 181 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 51, - "start_line": 178 - } - }, - "949": { - "accessible_scopes": [ - "__main__", - "__main__._get_contracts_addresses" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 94, - "end_line": 178, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 181, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 33, - "start_line": 181 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 79, - "start_line": 178 - } - }, - "950": { - "accessible_scopes": [ - "__main__", - "__main__._get_contracts_addresses" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 60, - "end_line": 181, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 33, - "start_line": 181 - } - }, - "952": { - "accessible_scopes": [ - "__main__", - "__main__._get_contracts_addresses" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 181, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 182, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 29, - "start_line": 182 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 181 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "953": { - "accessible_scopes": [ - "__main__", - "__main__._get_contracts_addresses" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 181, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 182, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 29, - "start_line": 182 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 33, - "start_line": 181 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "954": { - "accessible_scopes": [ - "__main__", - "__main__._get_contracts_addresses" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_starknetid_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 60, - "end_line": 181, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 182, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 29, - "start_line": 182 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 33, - "start_line": 181 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "955": { - "accessible_scopes": [ - "__main__", - "__main__._get_contracts_addresses" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 182, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 29, - "start_line": 182 - } - }, - "957": { - "accessible_scopes": [ - "__main__", - "__main__._get_contracts_addresses" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 33, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 182, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 178, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 184, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 184 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 31, - "start_line": 178 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 29, - "start_line": 182 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 15, - "start_line": 13 - } - }, - "958": { - "accessible_scopes": [ - "__main__", - "__main__._get_contracts_addresses" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 182, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 77, - "end_line": 178, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 184, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 184 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 51, - "start_line": 178 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 29, - "start_line": 182 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 35, - "start_line": 13 - } - }, - "959": { - "accessible_scopes": [ - "__main__", - "__main__._get_contracts_addresses" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 78, - "end_line": 13, - "input_file": { - "filename": "autogen/starknet/storage_var/_naming_contract/decl.cairo" - }, - "parent_location": [ - { - "end_col": 52, - "end_line": 182, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 94, - "end_line": 178, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 69, - "end_line": 184, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 184 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 79, - "start_line": 178 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 29, - "start_line": 182 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 63, - "start_line": 13 - } - }, - "960": { - "accessible_scopes": [ - "__main__", - "__main__._get_contracts_addresses" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 26, - "end_line": 180, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 184, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 13, - "start_line": 184 - }, - "While expanding the reference 'current_contract' in:" - ], - "start_col": 10, - "start_line": 180 - } - }, - "961": { - "accessible_scopes": [ - "__main__", - "__main__._get_contracts_addresses" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 181, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 184, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 31, - "start_line": 184 - }, - "While expanding the reference 'starknetid_contract' in:" - ], - "start_col": 10, - "start_line": 181 - } - }, - "962": { - "accessible_scopes": [ - "__main__", - "__main__._get_contracts_addresses" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 182, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 67, - "end_line": 184, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 52, - "start_line": 184 - }, - "While expanding the reference 'naming_contract' in:" - ], - "start_col": 10, - "start_line": 182 - } - }, - "963": { - "accessible_scopes": [ - "__main__", - "__main__._get_contracts_addresses" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 69, - "end_line": 184, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 184 - } - }, - "964": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 194, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 194 - } - }, - "966": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 85, - "end_line": 191, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 195, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 26, - "start_line": 195 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 42 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 191 - } - }, - "967": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 35, - "end_line": 195, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 32, - "start_line": 195 - } - }, - "969": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 192, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 49, - "end_line": 195, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 37, - "start_line": 195 - }, - "While expanding the reference 'domain_ascii' in:" - ], - "start_col": 5, - "start_line": 192 - } - }, - "970": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 50, - "end_line": 195, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 26, - "start_line": 195 - } - }, - "972": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 197, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 197 - } - }, - "974": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 191, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 198, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 23, - "start_line": 198 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 207 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 191 - } - }, - "975": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 191, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 198, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 23, - "start_line": 198 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 53, - "start_line": 207 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 191 - } - }, - "976": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 195, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 96, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 198, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 23, - "start_line": 198 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 81, - "start_line": 207 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 26, - "start_line": 195 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 42 - } - }, - "977": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 192, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 62, - "end_line": 198, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 50, - "start_line": 198 - }, - "While expanding the reference 'domain_ascii' in:" - ], - "start_col": 5, - "start_line": 192 - } - }, - "978": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 198, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 23, - "start_line": 198 - } - }, - "980": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 199, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 32, - "start_line": 199 - } - }, - "982": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 198, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 191, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 199, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 199 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 191 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 23, - "start_line": 198 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 207 - } - }, - "983": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 198, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 191, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 199, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 199 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 191 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 23, - "start_line": 198 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 53, - "start_line": 207 - } - }, - "984": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 96, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 198, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 191, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 199, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 199 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 191 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 198 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 81, - "start_line": 207 - } - }, - "985": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 61, - "end_line": 199, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 32, - "start_line": 199 - } - }, - "986": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 199, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 199 - } - }, - "987": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 195, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 297, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 202, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 29, - "start_line": 202 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 297 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 26, - "start_line": 195 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 42 - } - }, - "988": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 23, - "end_line": 192, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 58, - "end_line": 202, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 46, - "start_line": 202 - }, - "While expanding the reference 'domain_ascii' in:" - ], - "start_col": 5, - "start_line": 192 - } - }, - "989": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 202, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 60, - "start_line": 202 - } - }, - "991": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 202, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 29, - "start_line": 202 - } - }, - "993": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 202, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 10, - "start_line": 202 - } - }, - "994": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 40, - "end_line": 191, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 203, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 19, - "start_line": 203 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 207 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 191 - } - }, - "995": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 68, - "end_line": 191, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 203, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 19, - "start_line": 203 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 53, - "start_line": 207 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 191 - } - }, - "996": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 297, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 64, - "end_line": 202, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 96, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 203, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 19, - "start_line": 203 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 81, - "start_line": 207 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 29, - "start_line": 202 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 23, - "start_line": 297 - } - }, - "997": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 202, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 50, - "end_line": 203, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 46, - "start_line": 203 - }, - "While expanding the reference 'char' in:" - ], - "start_col": 21, - "start_line": 202 - } - }, - "998": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 203, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 19, - "start_line": 203 - } - }, - "1000": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 52, - "end_line": 204, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 33, - "start_line": 204 - } - }, - "1002": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 203, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 40, - "end_line": 191, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 204, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 12, - "start_line": 204 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 22, - "start_line": 191 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 19, - "start_line": 203 - }, - "While trying to update the implicit return value 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 207 - } - }, - "1003": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 203, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 68, - "end_line": 191, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 204, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 12, - "start_line": 204 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 42, - "start_line": 191 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 19, - "start_line": 203 - }, - "While trying to update the implicit return value 'pedersen_ptr' in:" - ], - "start_col": 53, - "start_line": 207 - } - }, - "1004": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 96, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 203, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 85, - "end_line": 191, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 63, - "end_line": 204, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 12, - "start_line": 204 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 70, - "start_line": 191 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 19, - "start_line": 203 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 81, - "start_line": 207 - } - }, - "1005": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 202, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 204, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 28, - "start_line": 204 - }, - "While expanding the reference 'str' in:" - ], - "start_col": 16, - "start_line": 202 - } - }, - "1006": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 62, - "end_line": 204, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 33, - "start_line": 204 - } - }, - "1007": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 63, - "end_line": 204, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 12, - "start_line": 204 - } - }, - "1009": { - "accessible_scopes": [ - "__main__", - "__main__._basic_encoding" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 64, - "end_line": 204, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 204 - } - }, - "1010": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 211, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 211 - } - }, - "1012": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 211, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 211 - } - }, - "1014": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 212, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 212 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 207 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 207 - } - }, - "1015": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 212, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 212 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 53, - "start_line": 207 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 53, - "start_line": 207 - } - }, - "1016": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 96, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 96, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 19, - "end_line": 212, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 212 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 81, - "start_line": 207 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 81, - "start_line": 207 - } - }, - "1017": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 212, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 16, - "start_line": 212 - } - }, - "1019": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 19, - "end_line": 212, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 212 - } - }, - "1020": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 96, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 27, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 214, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 21, - "start_line": 214 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 42 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 81, - "start_line": 207 - } - }, - "1021": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 214, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 27, - "start_line": 214 - } - }, - "1023": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 16, - "end_line": 208, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 38, - "end_line": 214, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 33, - "start_line": 214 - }, - "While expanding the reference 'ascii' in:" - ], - "start_col": 5, - "start_line": 208 - } - }, - "1024": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 39, - "end_line": 214, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 21, - "start_line": 214 - } - }, - "1026": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 7, - "end_line": 215, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 215 - } - }, - "1028": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 214, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 219, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 219 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 214 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 42 - } - }, - "1029": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 218, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 24, - "end_line": 219, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 19, - "start_line": 219 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 21, - "start_line": 218 - } - }, - "1031": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 28, - "end_line": 219, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 26, - "start_line": 219 - } - }, - "1033": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 219, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 219 - } - }, - "1035": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 21, - "end_line": 220, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 19, - "start_line": 220 - } - }, - "1037": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 218, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 28, - "end_line": 220, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 23, - "start_line": 220 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 21, - "start_line": 218 - } - }, - "1039": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 220, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 220 - } - }, - "1041": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 221, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 221 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 207 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 207 - } - }, - "1042": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 221, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 221 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 53, - "start_line": 207 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 53, - "start_line": 207 - } - }, - "1043": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 29, - "end_line": 220, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 96, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 22, - "end_line": 221, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 221 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 81, - "start_line": 207 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 9, - "start_line": 220 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - } - }, - "1044": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 38, - "end_line": 218, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 21, - "end_line": 221, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 16, - "start_line": 221 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 21, - "start_line": 218 - } - }, - "1046": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 22, - "end_line": 221, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 9, - "start_line": 221 - } - }, - "1047": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 27, - "end_line": 42, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" - }, - "parent_location": [ - { - "end_col": 39, - "end_line": 214, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 224, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 224 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 21, - "start_line": 214 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 12, - "start_line": 42 - } - }, - "1048": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 223, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 20, - "end_line": 224, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 15, - "start_line": 224 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 17, - "start_line": 223 - } - }, - "1050": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 24, - "end_line": 224, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 22, - "start_line": 224 - } - }, - "1052": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 25, - "end_line": 224, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 224 - } - }, - "1054": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 51, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 51, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 225, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 225 - }, - "While trying to retrieve the implicit argument 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 207 - }, - "While expanding the reference 'syscall_ptr' in:" - ], - "start_col": 33, - "start_line": 207 - } - }, - "1055": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 79, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 79, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 225, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 225 - }, - "While trying to retrieve the implicit argument 'pedersen_ptr' in:" - ], - "start_col": 53, - "start_line": 207 - }, - "While expanding the reference 'pedersen_ptr' in:" - ], - "start_col": 53, - "start_line": 207 - } - }, - "1056": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 31, - "end_line": 53, - "input_file": { - "filename": "/Users/clementwalter/.pyenv/versions/starksheet/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" - }, - "parent_location": [ - { - "end_col": 25, - "end_line": 224, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 96, - "end_line": 207, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 18, - "end_line": 225, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 225 - }, - "While trying to retrieve the implicit argument 'range_check_ptr' in:" - ], - "start_col": 81, - "start_line": 207 - }, - "While expanding the reference 'range_check_ptr' in:" - ], - "start_col": 5, - "start_line": 224 - }, - "While trying to update the implicit return value 'range_check_ptr' in:" - ], - "start_col": 16, - "start_line": 53 - } - }, - "1057": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 29, - "end_line": 223, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "parent_location": [ - { - "end_col": 17, - "end_line": 225, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 12, - "start_line": 225 - }, - "While expanding the reference 'index' in:" - ], - "start_col": 17, - "start_line": 223 - } - }, - "1059": { - "accessible_scopes": [ - "__main__", - "__main__._ascii_to_starknet_id_base" - ], - "flow_tracking_data": null, - "hints": [], - "inst": { - "end_col": 18, - "end_line": 225, - "input_file": { - "filename": "src/subdomain/Subdomain.cairo" - }, - "start_col": 5, - "start_line": 225 - } - } - } - }, - "hints": { - "0": [ - { - "accessible_scopes": [ - "starkware.cairo.common.alloc", - "starkware.cairo.common.alloc.alloc" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 0, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "12": [ - { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "code": "vm_enter_scope({'n': ids.len})", - "flow_tracking_data": { - "ap_tracking": { - "group": 2, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.memcpy.memcpy.len": 0 - } - } - } - ], - "20": [ - { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "code": "n -= 1\nids.continue_copying = 1 if n > 0 else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 2, - "offset": 5 - }, - "reference_ids": { - "starkware.cairo.common.memcpy.memcpy.continue_copying": 1 - } - } - } - ], - "23": [ - { - "accessible_scopes": [ - "starkware.cairo.common.memcpy", - "starkware.cairo.common.memcpy.memcpy" - ], - "code": "vm_exit_scope()", - "flow_tracking_data": { - "ap_tracking": { - "group": 2, - "offset": 6 - }, - "reference_ids": {} - } - } - ], - "31": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.call_contract" - ], - "code": "syscall_handler.call_contract(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 3, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.call_contract.syscall_ptr": 2 - } - } - } - ], - "39": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_caller_address" - ], - "code": "syscall_handler.get_caller_address(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 4, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.get_caller_address.syscall_ptr": 3 - } - } - } - ], - "46": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_contract_address" - ], - "code": "syscall_handler.get_contract_address(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 5, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.get_contract_address.syscall_ptr": 4 - } - } - } - ], - "54": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "code": "syscall_handler.storage_read(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 6, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.storage_read.syscall_ptr": 5 - } - } - } - ], - "63": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "code": "syscall_handler.storage_write(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 7, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.storage_write.syscall_ptr": 6 - } - } - } - ], - "69": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.get_tx_info" - ], - "code": "syscall_handler.get_tx_info(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "ap_tracking": { - "group": 8, - "offset": 1 - }, - "reference_ids": { - "starkware.starknet.common.syscalls.get_tx_info.syscall_ptr": 7 - } - } - } - ], - "73": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_nn" - ], - "code": "from starkware.cairo.common.math_utils import assert_integer\nassert_integer(ids.a)\nassert 0 <= ids.a % PRIME < range_check_builtin.bound, f'a = {ids.a} is out of range.'", - "flow_tracking_data": { - "ap_tracking": { - "group": 9, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.assert_nn.a": 8 - } - } - } - ], - "82": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.split_felt" - ], - "code": "from starkware.cairo.common.math_utils import assert_integer\nassert ids.MAX_HIGH < 2**128 and ids.MAX_LOW < 2**128\nassert PRIME - 1 == ids.MAX_HIGH * 2**128 + ids.MAX_LOW\nassert_integer(ids.value)\nids.low = ids.value & ((1 << 128) - 1)\nids.high = ids.value >> 128", - "flow_tracking_data": { - "ap_tracking": { - "group": 11, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.split_felt.high": 11, - "starkware.cairo.common.math.split_felt.low": 10, - "starkware.cairo.common.math.split_felt.value": 9 - } - } - } - ], - "111": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "code": "import itertools\n\nfrom starkware.cairo.common.math_utils import assert_integer\nassert_integer(ids.a)\nassert_integer(ids.b)\na = ids.a % PRIME\nb = ids.b % PRIME\nassert a <= b, f'a = {a} is not less than or equal to b = {b}.'\n\n# Find an arc less than PRIME / 3, and another less than PRIME / 2.\nlengths_and_indices = [(a, 0), (b - a, 1), (PRIME - 1 - b, 2)]\nlengths_and_indices.sort()\nassert lengths_and_indices[0][0] <= PRIME // 3 and lengths_and_indices[1][0] <= PRIME // 2\nexcluded = lengths_and_indices[2][1]\n\nmemory[ids.range_check_ptr + 1], memory[ids.range_check_ptr + 0] = (\n divmod(lengths_and_indices[0][0], ids.PRIME_OVER_3_HIGH))\nmemory[ids.range_check_ptr + 3], memory[ids.range_check_ptr + 2] = (\n divmod(lengths_and_indices[1][0], ids.PRIME_OVER_2_HIGH))", - "flow_tracking_data": { - "ap_tracking": { - "group": 12, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.assert_le_felt.a": 12, - "starkware.cairo.common.math.assert_le_felt.b": 13, - "starkware.cairo.common.math.assert_le_felt.range_check_ptr": 14 - } - } - } - ], - "121": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "code": "memory[ap] = 1 if excluded != 0 else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 12, - "offset": 8 - }, - "reference_ids": {} - } - } - ], - "135": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "code": "memory[ap] = 1 if excluded != 1 else 0", - "flow_tracking_data": { - "ap_tracking": { - "group": 12, - "offset": 9 - }, - "reference_ids": {} - } - } - ], - "147": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_le_felt" - ], - "code": "assert excluded == 2", - "flow_tracking_data": { - "ap_tracking": { - "group": 12, - "offset": 10 - }, - "reference_ids": {} - } - } - ], - "156": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.unsigned_div_rem" - ], - "code": "from starkware.cairo.common.math_utils import assert_integer\nassert_integer(ids.div)\nassert 0 < ids.div <= PRIME // range_check_builtin.bound, \\\n f'div={hex(ids.div)} is out of the valid range.'\nids.q, ids.r = divmod(ids.value, ids.div)", - "flow_tracking_data": { - "ap_tracking": { - "group": 13, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math.unsigned_div_rem.div": 16, - "starkware.cairo.common.math.unsigned_div_rem.q": 18, - "starkware.cairo.common.math.unsigned_div_rem.r": 17, - "starkware.cairo.common.math.unsigned_div_rem.value": 15 - } - } - } - ], - "171": [ - { - "accessible_scopes": [ - "starkware.cairo.common.signature", - "starkware.cairo.common.signature.verify_ecdsa_signature" - ], - "code": "ecdsa_builtin.add_signature(ids.ecdsa_ptr.address_, (ids.signature_r, ids.signature_s))", - "flow_tracking_data": { - "ap_tracking": { - "group": 14, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.signature.verify_ecdsa_signature.ecdsa_ptr": 21, - "starkware.cairo.common.signature.verify_ecdsa_signature.signature_r": 19, - "starkware.cairo.common.signature.verify_ecdsa_signature.signature_s": 20 - } - } - } - ], - "184": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "code": "memory[ap] = 0 if 0 <= (ids.a % PRIME) < range_check_builtin.bound else 1", - "flow_tracking_data": { - "ap_tracking": { - "group": 16, - "offset": 0 - }, - "reference_ids": { - "starkware.cairo.common.math_cmp.is_nn.a": 22 - } - } - } - ], - "194": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math_cmp", - "starkware.cairo.common.math_cmp.is_nn" - ], - "code": "memory[ap] = 0 if 0 <= ((-ids.a - 1) % PRIME) < range_check_builtin.bound else 1", - "flow_tracking_data": { - "ap_tracking": { - "group": 16, - "offset": 1 - }, - "reference_ids": { - "starkware.cairo.common.math_cmp.is_nn.a": 22 - } - } - } - ], - "564": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.initializer" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 42, - "offset": 92 - }, - "reference_ids": {} - } - } - ], - "632": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.claim_domain_back" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 48, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "760": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.register_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 54, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "821": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.open_registration" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 62, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "847": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.close_registration" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 66, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "863": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.is_registration_open_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 68, - "offset": 0 - }, - "reference_ids": {} - } - } - ], - "903": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.basic_encoding_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "group": 72, - "offset": 0 - }, - "reference_ids": {} - } - } - ] - }, - "identifiers": { - "__main__.FALSE": { - "destination": "starkware.cairo.common.bool.FALSE", - "type": "alias" - }, - "__main__.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "__main__.INaming": { - "destination": "interfaces.INaming", - "type": "alias" - }, - "__main__.ISheet": { - "destination": "interfaces.ISheet", - "type": "alias" - }, - "__main__.IStarknetId": { - "destination": "interfaces.IStarknetId", - "type": "alias" - }, - "__main__.Proxy": { - "destination": "openzeppelin.upgrades.library.Proxy", - "type": "alias" - }, - "__main__.SignatureBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.SignatureBuiltin", - "type": "alias" - }, - "__main__.TRUE": { - "destination": "starkware.cairo.common.bool.TRUE", - "type": "alias" - }, - "__main__.Uint256": { - "destination": "starkware.cairo.common.uint256.Uint256", - "type": "alias" - }, - "__main__._admin_address": { - "type": "namespace" - }, - "__main__._admin_address.Args": { - "full_name": "__main__._admin_address.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._admin_address.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "__main__._admin_address.ImplicitArgs": { - "full_name": "__main__._admin_address.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._admin_address.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__._admin_address.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._admin_address.addr": { - "decorators": [], - "pc": 473, - "type": "function" - }, - "__main__._admin_address.addr.Args": { - "full_name": "__main__._admin_address.addr.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._admin_address.addr.ImplicitArgs": { - "full_name": "__main__._admin_address.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "__main__._admin_address.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "__main__._admin_address.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._admin_address.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "__main__._admin_address.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "__main__._admin_address.read": { - "decorators": [], - "pc": 478, - "type": "function" - }, - "__main__._admin_address.read.Args": { - "full_name": "__main__._admin_address.read.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._admin_address.read.ImplicitArgs": { - "full_name": "__main__._admin_address.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._admin_address.read.Return": { - "cairo_type": "(address: felt)", - "type": "type_definition" - }, - "__main__._admin_address.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._admin_address.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "__main__._admin_address.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "__main__._admin_address.write": { - "decorators": [], - "pc": 491, - "type": "function" - }, - "__main__._admin_address.write.Args": { - "full_name": "__main__._admin_address.write.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__._admin_address.write.ImplicitArgs": { - "full_name": "__main__._admin_address.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._admin_address.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__._admin_address.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._ascii_to_starknet_id_base": { - "decorators": [], - "pc": 1010, - "type": "function" - }, - "__main__._ascii_to_starknet_id_base.Args": { - "full_name": "__main__._ascii_to_starknet_id_base.Args", - "members": { - "ascii": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__._ascii_to_starknet_id_base.ImplicitArgs": { - "full_name": "__main__._ascii_to_starknet_id_base.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._ascii_to_starknet_id_base.Return": { - "cairo_type": "felt", - "type": "type_definition" - }, - "__main__._ascii_to_starknet_id_base.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._basic_encoding": { - "decorators": [], - "pc": 964, - "type": "function" - }, - "__main__._basic_encoding.Args": { - "full_name": "__main__._basic_encoding.Args", - "members": { - "domain_ascii": { - "cairo_type": "felt", - "offset": 0 - }, - "domain_encoded": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "__main__._basic_encoding.ImplicitArgs": { - "full_name": "__main__._basic_encoding.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._basic_encoding.Return": { - "cairo_type": "(domain_encoded: felt)", - "type": "type_definition" - }, - "__main__._basic_encoding.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__main__._check_admin": { - "decorators": [], - "pc": 931, - "type": "function" - }, - "__main__._check_admin.Args": { - "full_name": "__main__._check_admin.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._check_admin.ImplicitArgs": { - "full_name": "__main__._check_admin.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._check_admin.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__._check_admin.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._get_contracts_addresses": { - "decorators": [], - "pc": 944, - "type": "function" - }, - "__main__._get_contracts_addresses.Args": { - "full_name": "__main__._get_contracts_addresses.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._get_contracts_addresses.ImplicitArgs": { - "full_name": "__main__._get_contracts_addresses.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._get_contracts_addresses.Return": { - "cairo_type": "(current_contract: felt, starknetid_contract: felt, naming_contract: felt)", - "type": "type_definition" - }, - "__main__._get_contracts_addresses.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._is_registration_open": { - "type": "namespace" - }, - "__main__._is_registration_open.Args": { - "full_name": "__main__._is_registration_open.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._is_registration_open.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "__main__._is_registration_open.ImplicitArgs": { - "full_name": "__main__._is_registration_open.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._is_registration_open.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__._is_registration_open.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._is_registration_open.addr": { - "decorators": [], - "pc": 503, - "type": "function" - }, - "__main__._is_registration_open.addr.Args": { - "full_name": "__main__._is_registration_open.addr.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._is_registration_open.addr.ImplicitArgs": { - "full_name": "__main__._is_registration_open.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "__main__._is_registration_open.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "__main__._is_registration_open.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._is_registration_open.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "__main__._is_registration_open.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "__main__._is_registration_open.read": { - "decorators": [], - "pc": 508, - "type": "function" - }, - "__main__._is_registration_open.read.Args": { - "full_name": "__main__._is_registration_open.read.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._is_registration_open.read.ImplicitArgs": { - "full_name": "__main__._is_registration_open.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._is_registration_open.read.Return": { - "cairo_type": "(boolean: felt)", - "type": "type_definition" - }, - "__main__._is_registration_open.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._is_registration_open.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "__main__._is_registration_open.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "__main__._is_registration_open.write": { - "decorators": [], - "pc": 521, - "type": "function" - }, - "__main__._is_registration_open.write.Args": { - "full_name": "__main__._is_registration_open.write.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__._is_registration_open.write.ImplicitArgs": { - "full_name": "__main__._is_registration_open.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._is_registration_open.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__._is_registration_open.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._naming_contract": { - "type": "namespace" - }, - "__main__._naming_contract.Args": { - "full_name": "__main__._naming_contract.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._naming_contract.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "__main__._naming_contract.ImplicitArgs": { - "full_name": "__main__._naming_contract.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._naming_contract.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__._naming_contract.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._naming_contract.addr": { - "decorators": [], - "pc": 413, - "type": "function" - }, - "__main__._naming_contract.addr.Args": { - "full_name": "__main__._naming_contract.addr.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._naming_contract.addr.ImplicitArgs": { - "full_name": "__main__._naming_contract.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "__main__._naming_contract.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "__main__._naming_contract.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._naming_contract.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "__main__._naming_contract.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "__main__._naming_contract.read": { - "decorators": [], - "pc": 418, - "type": "function" - }, - "__main__._naming_contract.read.Args": { - "full_name": "__main__._naming_contract.read.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._naming_contract.read.ImplicitArgs": { - "full_name": "__main__._naming_contract.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._naming_contract.read.Return": { - "cairo_type": "(address: felt)", - "type": "type_definition" - }, - "__main__._naming_contract.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._naming_contract.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "__main__._naming_contract.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "__main__._naming_contract.write": { - "decorators": [], - "pc": 431, - "type": "function" - }, - "__main__._naming_contract.write.Args": { - "full_name": "__main__._naming_contract.write.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__._naming_contract.write.ImplicitArgs": { - "full_name": "__main__._naming_contract.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._naming_contract.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__._naming_contract.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._starknetid_contract": { - "type": "namespace" - }, - "__main__._starknetid_contract.Args": { - "full_name": "__main__._starknetid_contract.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._starknetid_contract.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "__main__._starknetid_contract.ImplicitArgs": { - "full_name": "__main__._starknetid_contract.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._starknetid_contract.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__._starknetid_contract.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._starknetid_contract.addr": { - "decorators": [], - "pc": 443, - "type": "function" - }, - "__main__._starknetid_contract.addr.Args": { - "full_name": "__main__._starknetid_contract.addr.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._starknetid_contract.addr.ImplicitArgs": { - "full_name": "__main__._starknetid_contract.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "__main__._starknetid_contract.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "__main__._starknetid_contract.addr.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._starknetid_contract.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "__main__._starknetid_contract.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "__main__._starknetid_contract.read": { - "decorators": [], - "pc": 448, - "type": "function" - }, - "__main__._starknetid_contract.read.Args": { - "full_name": "__main__._starknetid_contract.read.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__._starknetid_contract.read.ImplicitArgs": { - "full_name": "__main__._starknetid_contract.read.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._starknetid_contract.read.Return": { - "cairo_type": "(address: felt)", - "type": "type_definition" - }, - "__main__._starknetid_contract.read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__._starknetid_contract.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "__main__._starknetid_contract.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "__main__._starknetid_contract.write": { - "decorators": [], - "pc": 461, - "type": "function" - }, - "__main__._starknetid_contract.write.Args": { - "full_name": "__main__._starknetid_contract.write.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__._starknetid_contract.write.ImplicitArgs": { - "full_name": "__main__._starknetid_contract.write.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__._starknetid_contract.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__._starknetid_contract.write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "__main__.assert_le": { - "destination": "starkware.cairo.common.math.assert_le", - "type": "alias" - }, - "__main__.assert_le_felt": { - "destination": "starkware.cairo.common.math.assert_le_felt", - "type": "alias" - }, - "__main__.basic_encoding": { - "decorators": [ - "view" - ], - "pc": 888, - "type": "function" - }, - "__main__.basic_encoding.Args": { - "full_name": "__main__.basic_encoding.Args", - "members": { - "domain_ascii": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__.basic_encoding.ImplicitArgs": { - "full_name": "__main__.basic_encoding.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.basic_encoding.Return": { - "cairo_type": "(domain_encoded: felt)", - "type": "type_definition" - }, - "__main__.basic_encoding.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.claim_domain_back": { - "decorators": [ - "external" - ], - "pc": 574, - "type": "function" - }, - "__main__.claim_domain_back.Args": { - "full_name": "__main__.claim_domain_back.Args", - "members": { - "domain": { - "cairo_type": "felt*", - "offset": 1 - }, - "domain_len": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__main__.claim_domain_back.ImplicitArgs": { - "full_name": "__main__.claim_domain_back.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.claim_domain_back.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.claim_domain_back.SIZEOF_LOCALS": { - "type": "const", - "value": 4 - }, - "__main__.close_registration": { - "decorators": [ - "external" - ], - "pc": 831, - "type": "function" - }, - "__main__.close_registration.Args": { - "full_name": "__main__.close_registration.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.close_registration.ImplicitArgs": { - "full_name": "__main__.close_registration.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.close_registration.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.close_registration.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.get_caller_address": { - "destination": "starkware.starknet.common.syscalls.get_caller_address", - "type": "alias" - }, - "__main__.get_contract_address": { - "destination": "starkware.starknet.common.syscalls.get_contract_address", - "type": "alias" - }, - "__main__.get_tx_info": { - "destination": "starkware.starknet.common.syscalls.get_tx_info", - "type": "alias" - }, - "__main__.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "__main__.initializer": { - "decorators": [ - "external" - ], - "pc": 533, - "type": "function" - }, - "__main__.initializer.Args": { - "full_name": "__main__.initializer.Args", - "members": { - "naming_contract": { - "cairo_type": "felt", - "offset": 2 - }, - "proxy_admin_address": { - "cairo_type": "felt", - "offset": 0 - }, - "starknetid_contract": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.initializer.ImplicitArgs": { - "full_name": "__main__.initializer.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.initializer.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.initializer.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.is_le": { - "destination": "starkware.cairo.common.math_cmp.is_le", - "type": "alias" - }, - "__main__.is_not_zero": { - "destination": "starkware.cairo.common.math_cmp.is_not_zero", - "type": "alias" - }, - "__main__.is_registration_open": { - "decorators": [ - "view" - ], - "pc": 857, - "type": "function" - }, - "__main__.is_registration_open.Args": { - "full_name": "__main__.is_registration_open.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.is_registration_open.ImplicitArgs": { - "full_name": "__main__.is_registration_open.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.is_registration_open.Return": { - "cairo_type": "(is_registration_open: felt)", - "type": "type_definition" - }, - "__main__.is_registration_open.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.open_registration": { - "decorators": [ - "external" - ], - "pc": 805, - "type": "function" - }, - "__main__.open_registration.Args": { - "full_name": "__main__.open_registration.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__main__.open_registration.ImplicitArgs": { - "full_name": "__main__.open_registration.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "__main__.open_registration.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.open_registration.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__main__.register": { - "decorators": [ - "external" - ], - "pc": 642, - "type": "function" - }, - "__main__.register.Args": { - "full_name": "__main__.register.Args", - "members": { - "domain_ascii": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "__main__.register.ImplicitArgs": { - "full_name": "__main__.register.ImplicitArgs", - "members": { - "ecdsa_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.SignatureBuiltin*", - "offset": 3 - }, - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 4, - "type": "struct" - }, - "__main__.register.Return": { - "cairo_type": "(starknet_id_token: felt, domain_len: felt, domain: felt*)", - "type": "type_definition" - }, - "__main__.register.SIZEOF_LOCALS": { - "type": "const", - "value": 10 - }, - "__main__.register.domain": { - "cairo_type": "felt", - "full_name": "__main__.register.domain", - "references": [ - { - "ap_tracking_data": { - "group": 50, - "offset": 0 - }, - "pc": 676, - "value": "[cast(ap + (-1), felt*)]" - }, - { - "ap_tracking_data": { - "group": 50, - "offset": 0 - }, - "pc": 677, - "value": "[cast(fp + 3, felt*)]" - } - ], - "type": "reference" - }, - "__main__.register.token_id": { - "cairo_type": "felt", - "full_name": "__main__.register.token_id", - "references": [ - { - "ap_tracking_data": { - "group": 51, - "offset": 68 - }, - "pc": 717, - "value": "[cast(ap + (-1), felt*)]" - }, - { - "ap_tracking_data": { - "group": 51, - "offset": 68 - }, - "pc": 717, - "value": "cast([ap + (-1)] + [[fp + 1] + 7], felt)" - }, - { - "ap_tracking_data": { - "group": 51, - "offset": 69 - }, - "pc": 719, - "value": "[cast(fp + 8, felt*)]" - } - ], - "type": "reference" - }, - "__main__.split_felt": { - "destination": "starkware.cairo.common.math.split_felt", - "type": "alias" - }, - "__main__.unsigned_div_rem": { - "destination": "starkware.cairo.common.math.unsigned_div_rem", - "type": "alias" - }, - "__main__.verify_ecdsa_signature": { - "destination": "starkware.cairo.common.signature.verify_ecdsa_signature", - "type": "alias" - }, - "__wrappers__.basic_encoding": { - "decorators": [ - "view" - ], - "pc": 912, - "type": "function" - }, - "__wrappers__.basic_encoding.Args": { - "full_name": "__wrappers__.basic_encoding.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.basic_encoding.ImplicitArgs": { - "full_name": "__wrappers__.basic_encoding.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.basic_encoding.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, ecdsa_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.basic_encoding.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.basic_encoding.__wrapped_func": { - "destination": "__main__.basic_encoding", - "type": "alias" - }, - "__wrappers__.basic_encoding_encode_return": { - "decorators": [], - "pc": 903, - "type": "function" - }, - "__wrappers__.basic_encoding_encode_return.Args": { - "full_name": "__wrappers__.basic_encoding_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "ret_value": { - "cairo_type": "(domain_encoded: felt)", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__wrappers__.basic_encoding_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.basic_encoding_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.basic_encoding_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.basic_encoding_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.basic_encoding_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.claim_domain_back": { - "decorators": [ - "external" - ], - "pc": 614, - "type": "function" - }, - "__wrappers__.claim_domain_back.Args": { - "full_name": "__wrappers__.claim_domain_back.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.claim_domain_back.ImplicitArgs": { - "full_name": "__wrappers__.claim_domain_back.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.claim_domain_back.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, ecdsa_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.claim_domain_back.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.claim_domain_back.__wrapped_func": { - "destination": "__main__.claim_domain_back", - "type": "alias" - }, - "__wrappers__.claim_domain_back_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.close_registration": { - "decorators": [ - "external" - ], - "pc": 841, - "type": "function" - }, - "__wrappers__.close_registration.Args": { - "full_name": "__wrappers__.close_registration.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.close_registration.ImplicitArgs": { - "full_name": "__wrappers__.close_registration.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.close_registration.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, ecdsa_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.close_registration.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.close_registration.__wrapped_func": { - "destination": "__main__.close_registration", - "type": "alias" - }, - "__wrappers__.close_registration_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.initializer": { - "decorators": [ - "external" - ], - "pc": 553, - "type": "function" - }, - "__wrappers__.initializer.Args": { - "full_name": "__wrappers__.initializer.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.initializer.ImplicitArgs": { - "full_name": "__wrappers__.initializer.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.initializer.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, ecdsa_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.initializer.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.initializer.__wrapped_func": { - "destination": "__main__.initializer", - "type": "alias" - }, - "__wrappers__.initializer_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.is_registration_open": { - "decorators": [ - "view" - ], - "pc": 872, - "type": "function" - }, - "__wrappers__.is_registration_open.Args": { - "full_name": "__wrappers__.is_registration_open.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.is_registration_open.ImplicitArgs": { - "full_name": "__wrappers__.is_registration_open.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.is_registration_open.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, ecdsa_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.is_registration_open.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.is_registration_open.__wrapped_func": { - "destination": "__main__.is_registration_open", - "type": "alias" - }, - "__wrappers__.is_registration_open_encode_return": { - "decorators": [], - "pc": 863, - "type": "function" - }, - "__wrappers__.is_registration_open_encode_return.Args": { - "full_name": "__wrappers__.is_registration_open_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "ret_value": { - "cairo_type": "(is_registration_open: felt)", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "__wrappers__.is_registration_open_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.is_registration_open_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.is_registration_open_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.is_registration_open_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "__wrappers__.is_registration_open_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.open_registration": { - "decorators": [ - "external" - ], - "pc": 815, - "type": "function" - }, - "__wrappers__.open_registration.Args": { - "full_name": "__wrappers__.open_registration.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.open_registration.ImplicitArgs": { - "full_name": "__wrappers__.open_registration.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.open_registration.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, ecdsa_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.open_registration.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "__wrappers__.open_registration.__wrapped_func": { - "destination": "__main__.open_registration", - "type": "alias" - }, - "__wrappers__.open_registration_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.register": { - "decorators": [ - "external" - ], - "pc": 780, - "type": "function" - }, - "__wrappers__.register.Args": { - "full_name": "__wrappers__.register.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.register.ImplicitArgs": { - "full_name": "__wrappers__.register.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.register.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, ecdsa_ptr: starkware.cairo.common.cairo_builtins.SignatureBuiltin*, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.register.SIZEOF_LOCALS": { - "type": "const", - "value": 3 - }, - "__wrappers__.register.__wrapped_func": { - "destination": "__main__.register", - "type": "alias" - }, - "__wrappers__.register_encode_return": { - "decorators": [], - "pc": 760, - "type": "function" - }, - "__wrappers__.register_encode_return.Args": { - "full_name": "__wrappers__.register_encode_return.Args", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 3 - }, - "ret_value": { - "cairo_type": "(starknet_id_token: felt, domain_len: felt, domain: felt*)", - "offset": 0 - } - }, - "size": 4, - "type": "struct" - }, - "__wrappers__.register_encode_return.ImplicitArgs": { - "full_name": "__wrappers__.register_encode_return.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "__wrappers__.register_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.register_encode_return.SIZEOF_LOCALS": { - "type": "const", - "value": 3 - }, - "__wrappers__.register_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "interfaces.ICellRenderer": { - "type": "namespace" - }, - "interfaces.ICellRenderer.Args": { - "full_name": "interfaces.ICellRenderer.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "interfaces.ICellRenderer.ImplicitArgs": { - "full_name": "interfaces.ICellRenderer.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "interfaces.ICellRenderer.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "interfaces.ICellRenderer.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "interfaces.ICellRenderer.TOKEN_URI_SELECTOR": { - "type": "const", - "value": 972963298680412523176499874437857470953299865468167336795334065766985940564 - }, - "interfaces.ICellRenderer.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "interfaces.ICellRenderer.call_contract": { - "destination": "starkware.starknet.common.syscalls.call_contract", - "type": "alias" - }, - "interfaces.ICellRenderer.library_call": { - "destination": "starkware.starknet.common.syscalls.library_call", - "type": "alias" - }, - "interfaces.ICellRenderer.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "interfaces.IERC20": { - "type": "namespace" - }, - "interfaces.IERC20.Args": { - "full_name": "interfaces.IERC20.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "interfaces.IERC20.ImplicitArgs": { - "full_name": "interfaces.IERC20.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "interfaces.IERC20.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "interfaces.IERC20.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "interfaces.IERC20.TRANSFERFROM_SELECTOR": { - "type": "const", - "value": 116061167288211781254449158074459916871457383008289084697957612485591092000 - }, - "interfaces.IERC20.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "interfaces.IERC20.call_contract": { - "destination": "starkware.starknet.common.syscalls.call_contract", - "type": "alias" - }, - "interfaces.IERC20.library_call": { - "destination": "starkware.starknet.common.syscalls.library_call", - "type": "alias" - }, - "interfaces.IERC20.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "interfaces.INaming": { - "type": "namespace" - }, - "interfaces.INaming.ADDRESS_TO_DOMAIN_SELECTOR": { - "type": "const", - "value": 1603245472811392061809591067260089019426816523107069796238809492656815485546 - }, - "interfaces.INaming.Args": { - "full_name": "interfaces.INaming.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "interfaces.INaming.BOOK_DOMAIN_SELECTOR": { - "type": "const", - "value": 936186683880093131965099014648752254766233136099961890187205330811825921846 - }, - "interfaces.INaming.BUY_SELECTOR": { - "type": "const", - "value": 1287248338404847646550592163281630804549802830245792727739111870260704353484 - }, - "interfaces.INaming.DOMAIN_TO_ADDRESS_SELECTOR": { - "type": "const", - "value": 1304663672637822515145798791978169141181160723516306988875863115072156520032 - }, - "interfaces.INaming.DOMAIN_TO_EXPIRY_SELECTOR": { - "type": "const", - "value": 1688068772593240915304213064459924393639128458125446685210515793078781613139 - }, - "interfaces.INaming.DOMAIN_TO_TOKEN_ID_SELECTOR": { - "type": "const", - "value": 287203778117271963496001774582249906491145397282682300703398354179686477821 - }, - "interfaces.INaming.END_WHITELIST_SELECTOR": { - "type": "const", - "value": 430278271522566031738274479754686968816445504001052333064960814431997712491 - }, - "interfaces.INaming.ImplicitArgs": { - "full_name": "interfaces.INaming.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "interfaces.INaming.RENEW_SELECTOR": { - "type": "const", - "value": 930560540317825161694843407433987609535422044572966677410925679656498823082 - }, - "interfaces.INaming.RESET_SUBDOMAINS_SELECTOR": { - "type": "const", - "value": 126790722957066457440757403135463934732692534946350256483257019753141642677 - }, - "interfaces.INaming.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "interfaces.INaming.SET_ADDRESS_TO_DOMAIN_SELECTOR": { - "type": "const", - "value": 1272327425418240154350240722461747219123827088548848919054624593718880636642 - }, - "interfaces.INaming.SET_ADMIN_SELECTOR": { - "type": "const", - "value": 1643497262818327213033567936029803029001517427271096293547852372923525778830 - }, - "interfaces.INaming.SET_DOMAIN_OWNER_SELECTOR": { - "type": "const", - "value": 1657616985290299970565155922883425836620187549922238144093064068412290249085 - }, - "interfaces.INaming.SET_DOMAIN_TO_ADDRESS_SELECTOR": { - "type": "const", - "value": 1610394222013638976391106232404059096560849178173130090264042376853321601603 - }, - "interfaces.INaming.SET_L1_CONTRACT_SELECTOR": { - "type": "const", - "value": 458122530637151155520434043621120900362855539371259928133005713204644859413 - }, - "interfaces.INaming.SET_PRICING_CONTRACT_SELECTOR": { - "type": "const", - "value": 975234576296278877427218729874669435734165287699110428367360141295740789589 - }, - "interfaces.INaming.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "interfaces.INaming.TRANSFER_BALANCE_SELECTOR": { - "type": "const", - "value": 1122072494608652793215368244817518736891471546633388220255683786620647808909 - }, - "interfaces.INaming.TRANSFER_DOMAIN_SELECTOR": { - "type": "const", - "value": 1278885709838921827005554121329964137868788698247768520021056154210563044448 - }, - "interfaces.INaming.UPGRADE_SELECTOR": { - "type": "const", - "value": 429286934060636239444256046255241512105662385954349596568652644383873724621 - }, - "interfaces.INaming.WHITELISTED_MINT_SELECTOR": { - "type": "const", - "value": 1539836454991056428460861901085714290318244964622763157349500142767310659373 - }, - "interfaces.INaming.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "interfaces.INaming.call_contract": { - "destination": "starkware.starknet.common.syscalls.call_contract", - "type": "alias" - }, - "interfaces.INaming.domain_to_address": { - "decorators": [], - "pc": 222, - "type": "function" - }, - "interfaces.INaming.domain_to_address.Args": { - "full_name": "interfaces.INaming.domain_to_address.Args", - "members": { - "contract_address": { - "cairo_type": "felt", - "offset": 0 - }, - "domain": { - "cairo_type": "felt*", - "offset": 2 - }, - "domain_len": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "interfaces.INaming.domain_to_address.ImplicitArgs": { - "full_name": "interfaces.INaming.domain_to_address.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "interfaces.INaming.domain_to_address.Return": { - "cairo_type": "(address: felt)", - "type": "type_definition" - }, - "interfaces.INaming.domain_to_address.SIZEOF_LOCALS": { - "type": "const", - "value": 3 - }, - "interfaces.INaming.domain_to_token_id": { - "decorators": [], - "pc": 255, - "type": "function" - }, - "interfaces.INaming.domain_to_token_id.Args": { - "full_name": "interfaces.INaming.domain_to_token_id.Args", - "members": { - "contract_address": { - "cairo_type": "felt", - "offset": 0 - }, - "domain": { - "cairo_type": "felt*", - "offset": 2 - }, - "domain_len": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "interfaces.INaming.domain_to_token_id.ImplicitArgs": { - "full_name": "interfaces.INaming.domain_to_token_id.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "interfaces.INaming.domain_to_token_id.Return": { - "cairo_type": "(owner: felt)", - "type": "type_definition" - }, - "interfaces.INaming.domain_to_token_id.SIZEOF_LOCALS": { - "type": "const", - "value": 3 - }, - "interfaces.INaming.library_call": { - "destination": "starkware.starknet.common.syscalls.library_call", - "type": "alias" - }, - "interfaces.INaming.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "interfaces.INaming.set_domain_to_address": { - "decorators": [], - "pc": 288, - "type": "function" - }, - "interfaces.INaming.set_domain_to_address.Args": { - "full_name": "interfaces.INaming.set_domain_to_address.Args", - "members": { - "address": { - "cairo_type": "felt", - "offset": 3 - }, - "contract_address": { - "cairo_type": "felt", - "offset": 0 - }, - "domain": { - "cairo_type": "felt*", - "offset": 2 - }, - "domain_len": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 4, - "type": "struct" - }, - "interfaces.INaming.set_domain_to_address.ImplicitArgs": { - "full_name": "interfaces.INaming.set_domain_to_address.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "interfaces.INaming.set_domain_to_address.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "interfaces.INaming.set_domain_to_address.SIZEOF_LOCALS": { - "type": "const", - "value": 3 - }, - "interfaces.INaming.transfer_domain": { - "decorators": [], - "pc": 320, - "type": "function" - }, - "interfaces.INaming.transfer_domain.Args": { - "full_name": "interfaces.INaming.transfer_domain.Args", - "members": { - "contract_address": { - "cairo_type": "felt", - "offset": 0 - }, - "domain": { - "cairo_type": "felt*", - "offset": 2 - }, - "domain_len": { - "cairo_type": "felt", - "offset": 1 - }, - "target_token_id": { - "cairo_type": "felt", - "offset": 3 - } - }, - "size": 4, - "type": "struct" - }, - "interfaces.INaming.transfer_domain.ImplicitArgs": { - "full_name": "interfaces.INaming.transfer_domain.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "interfaces.INaming.transfer_domain.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "interfaces.INaming.transfer_domain.SIZEOF_LOCALS": { - "type": "const", - "value": 3 - }, - "interfaces.ISheet": { - "type": "namespace" - }, - "interfaces.ISheet.Args": { - "full_name": "interfaces.ISheet.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "interfaces.ISheet.GETCELL_SELECTOR": { - "type": "const", - "value": 443075019000274462353429320046008552588058957208244535324287878716174949881 - }, - "interfaces.ISheet.ImplicitArgs": { - "full_name": "interfaces.ISheet.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "interfaces.ISheet.OWNER_SELECTOR": { - "type": "const", - "value": 907111799109225873672206001743429201758838553092777504370151546632448000192 - }, - "interfaces.ISheet.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "interfaces.ISheet.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "interfaces.ISheet.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "interfaces.ISheet.call_contract": { - "destination": "starkware.starknet.common.syscalls.call_contract", - "type": "alias" - }, - "interfaces.ISheet.library_call": { - "destination": "starkware.starknet.common.syscalls.library_call", - "type": "alias" - }, - "interfaces.ISheet.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "interfaces.ISheet.owner": { - "decorators": [], - "pc": 393, - "type": "function" - }, - "interfaces.ISheet.owner.Args": { - "full_name": "interfaces.ISheet.owner.Args", - "members": { - "contract_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "interfaces.ISheet.owner.ImplicitArgs": { - "full_name": "interfaces.ISheet.owner.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "interfaces.ISheet.owner.Return": { - "cairo_type": "(owner: felt)", - "type": "type_definition" - }, - "interfaces.ISheet.owner.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "interfaces.IStarknetId": { - "type": "namespace" - }, - "interfaces.IStarknetId.APPROVE_SELECTOR": { - "type": "const", - "value": 949021990203918389843157787496164629863144228991510976554585288817234167820 - }, - "interfaces.IStarknetId.Args": { - "full_name": "interfaces.IStarknetId.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "interfaces.IStarknetId.BALANCEOF_SELECTOR": { - "type": "const", - "value": 1307730684388977109649524593492043083703013045633289330664425380824804018030 - }, - "interfaces.IStarknetId.GETAPPROVED_SELECTOR": { - "type": "const", - "value": 313621473760873935122783910304240840031223477451753145243382550859039628062 - }, - "interfaces.IStarknetId.GET_CONFIRMED_DATA_SELECTOR": { - "type": "const", - "value": 530322796649034839128289081374954442593577033803314989864127372531780950730 - }, - "interfaces.IStarknetId.GET_USER_DATA_SELECTOR": { - "type": "const", - "value": 1609502682165887867679853017049770109196370572340175903006230372478665206036 - }, - "interfaces.IStarknetId.GET_VERIFIER_DATA_SELECTOR": { - "type": "const", - "value": 473330094356310390713628159409004218371996502787750188278167680893156793640 - }, - "interfaces.IStarknetId.ISAPPROVEDFORALL_SELECTOR": { - "type": "const", - "value": 955640681311292084896022829531366384024621189567662336953606158378698906672 - }, - "interfaces.IStarknetId.ImplicitArgs": { - "full_name": "interfaces.IStarknetId.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "interfaces.IStarknetId.MINT_SELECTOR": { - "type": "const", - "value": 1329909728320632088402217562277154056711815095720684343816173432540100887380 - }, - "interfaces.IStarknetId.NAME_SELECTOR": { - "type": "const", - "value": 1528802474226268325865027367859591458315299653151958663884057507666229546336 - }, - "interfaces.IStarknetId.OWNEROF_SELECTOR": { - "type": "const", - "value": 73122117822990066614852869276021392412342625629800410280609241172256672489 - }, - "interfaces.IStarknetId.OWNER_OF_SELECTOR": { - "type": "const", - "value": 1507437626807800615315004738637144922697981204057516501649517912180529424988 - }, - "interfaces.IStarknetId.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "interfaces.IStarknetId.SAFETRANSFERFROM_SELECTOR": { - "type": "const", - "value": 730327702935662484951878015260342994925824754530470619774470754812327453764 - }, - "interfaces.IStarknetId.SETAPPROVALFORALL_SELECTOR": { - "type": "const", - "value": 1280583940859288259579061247154630474140520431395903753515491282704959909530 - }, - "interfaces.IStarknetId.SET_USER_DATA_SELECTOR": { - "type": "const", - "value": 109892487981044272116361807154779435378309404389934353731864404719549138389 - }, - "interfaces.IStarknetId.SET_VERIFIER_DATA_SELECTOR": { - "type": "const", - "value": 910948863065477691329095938083983158593751349378422102074061168548026151635 - }, - "interfaces.IStarknetId.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "interfaces.IStarknetId.SYMBOL_SELECTOR": { - "type": "const", - "value": 944713526212149105522785400348068751682982210605126537021911324578866405028 - }, - "interfaces.IStarknetId.TOKENURI_SELECTOR": { - "type": "const", - "value": 527349597080429316600677333550588288293424769527062261567739596074387138637 - }, - "interfaces.IStarknetId.TRANSFERFROM_SELECTOR": { - "type": "const", - "value": 116061167288211781254449158074459916871457383008289084697957612485591092000 - }, - "interfaces.IStarknetId.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "interfaces.IStarknetId.call_contract": { - "destination": "starkware.starknet.common.syscalls.call_contract", - "type": "alias" - }, - "interfaces.IStarknetId.library_call": { - "destination": "starkware.starknet.common.syscalls.library_call", - "type": "alias" - }, - "interfaces.IStarknetId.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "interfaces.IStarknetId.mint": { - "decorators": [], - "pc": 374, - "type": "function" - }, - "interfaces.IStarknetId.mint.Args": { - "full_name": "interfaces.IStarknetId.mint.Args", - "members": { - "contract_address": { - "cairo_type": "felt", - "offset": 0 - }, - "token_id": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "interfaces.IStarknetId.mint.ImplicitArgs": { - "full_name": "interfaces.IStarknetId.mint.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "interfaces.IStarknetId.mint.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "interfaces.IStarknetId.mint.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "interfaces.IStarknetId.transferFrom": { - "decorators": [], - "pc": 352, - "type": "function" - }, - "interfaces.IStarknetId.transferFrom.Args": { - "full_name": "interfaces.IStarknetId.transferFrom.Args", - "members": { - "_from": { - "cairo_type": "felt", - "offset": 1 - }, - "contract_address": { - "cairo_type": "felt", - "offset": 0 - }, - "to": { - "cairo_type": "felt", - "offset": 2 - }, - "token_id": { - "cairo_type": "starkware.cairo.common.uint256.Uint256", - "offset": 3 - } - }, - "size": 5, - "type": "struct" - }, - "interfaces.IStarknetId.transferFrom.ImplicitArgs": { - "full_name": "interfaces.IStarknetId.transferFrom.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 - }, - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "interfaces.IStarknetId.transferFrom.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "interfaces.IStarknetId.transferFrom.SIZEOF_LOCALS": { - "type": "const", - "value": 1 - }, - "interfaces.Uint256": { - "destination": "starkware.cairo.common.uint256.Uint256", - "type": "alias" - }, - "openzeppelin.upgrades.library.AdminChanged": { - "type": "namespace" - }, - "openzeppelin.upgrades.library.AdminChanged.Args": { - "full_name": "openzeppelin.upgrades.library.AdminChanged.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.upgrades.library.AdminChanged.ImplicitArgs": { - "full_name": "openzeppelin.upgrades.library.AdminChanged.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.upgrades.library.AdminChanged.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.upgrades.library.AdminChanged.SELECTOR": { - "type": "const", - "value": 509549417648223859179470485411643110789099628436608877343164389163677637013 - }, - "openzeppelin.upgrades.library.AdminChanged.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.upgrades.library.AdminChanged.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "openzeppelin.upgrades.library.AdminChanged.emit_event": { - "destination": "starkware.starknet.common.syscalls.emit_event", - "type": "alias" - }, - "openzeppelin.upgrades.library.AdminChanged.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "openzeppelin.upgrades.library.FALSE": { - "destination": "starkware.cairo.common.bool.FALSE", - "type": "alias" - }, - "openzeppelin.upgrades.library.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.upgrades.library.Proxy": { - "type": "namespace" - }, - "openzeppelin.upgrades.library.Proxy.Args": { - "full_name": "openzeppelin.upgrades.library.Proxy.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.upgrades.library.Proxy.ImplicitArgs": { - "full_name": "openzeppelin.upgrades.library.Proxy.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.upgrades.library.Proxy.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.upgrades.library.Proxy.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.upgrades.library.Proxy_admin": { - "type": "namespace" - }, - "openzeppelin.upgrades.library.Proxy_admin.Args": { - "full_name": "openzeppelin.upgrades.library.Proxy_admin.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.upgrades.library.Proxy_admin.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.upgrades.library.Proxy_admin.ImplicitArgs": { - "full_name": "openzeppelin.upgrades.library.Proxy_admin.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.upgrades.library.Proxy_admin.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.upgrades.library.Proxy_admin.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.upgrades.library.Proxy_admin.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.upgrades.library.Proxy_admin.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.upgrades.library.Proxy_admin.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.upgrades.library.Proxy_admin.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.upgrades.library.Proxy_implementation_hash": { - "type": "namespace" - }, - "openzeppelin.upgrades.library.Proxy_implementation_hash.Args": { - "full_name": "openzeppelin.upgrades.library.Proxy_implementation_hash.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.upgrades.library.Proxy_implementation_hash.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.upgrades.library.Proxy_implementation_hash.ImplicitArgs": { - "full_name": "openzeppelin.upgrades.library.Proxy_implementation_hash.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.upgrades.library.Proxy_implementation_hash.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.upgrades.library.Proxy_implementation_hash.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.upgrades.library.Proxy_implementation_hash.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.upgrades.library.Proxy_implementation_hash.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.upgrades.library.Proxy_implementation_hash.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.upgrades.library.Proxy_implementation_hash.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.upgrades.library.Proxy_initialized": { - "type": "namespace" - }, - "openzeppelin.upgrades.library.Proxy_initialized.Args": { - "full_name": "openzeppelin.upgrades.library.Proxy_initialized.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.upgrades.library.Proxy_initialized.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "openzeppelin.upgrades.library.Proxy_initialized.ImplicitArgs": { - "full_name": "openzeppelin.upgrades.library.Proxy_initialized.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.upgrades.library.Proxy_initialized.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.upgrades.library.Proxy_initialized.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.upgrades.library.Proxy_initialized.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "openzeppelin.upgrades.library.Proxy_initialized.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "openzeppelin.upgrades.library.Proxy_initialized.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "openzeppelin.upgrades.library.Proxy_initialized.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "openzeppelin.upgrades.library.TRUE": { - "destination": "starkware.cairo.common.bool.TRUE", - "type": "alias" - }, - "openzeppelin.upgrades.library.Upgraded": { - "type": "namespace" - }, - "openzeppelin.upgrades.library.Upgraded.Args": { - "full_name": "openzeppelin.upgrades.library.Upgraded.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.upgrades.library.Upgraded.ImplicitArgs": { - "full_name": "openzeppelin.upgrades.library.Upgraded.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "openzeppelin.upgrades.library.Upgraded.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "openzeppelin.upgrades.library.Upgraded.SELECTOR": { - "type": "const", - "value": 1291924484015741933195105472014600539495279993452337828418116470835452386035 - }, - "openzeppelin.upgrades.library.Upgraded.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "openzeppelin.upgrades.library.Upgraded.alloc": { - "destination": "starkware.cairo.common.alloc.alloc", - "type": "alias" - }, - "openzeppelin.upgrades.library.Upgraded.emit_event": { - "destination": "starkware.starknet.common.syscalls.emit_event", - "type": "alias" - }, - "openzeppelin.upgrades.library.Upgraded.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "openzeppelin.upgrades.library.assert_not_zero": { - "destination": "starkware.cairo.common.math.assert_not_zero", - "type": "alias" - }, - "openzeppelin.upgrades.library.get_caller_address": { - "destination": "starkware.starknet.common.syscalls.get_caller_address", - "type": "alias" - }, - "starkware.cairo.common.alloc.alloc": { - "decorators": [], - "pc": 0, - "type": "function" - }, - "starkware.cairo.common.alloc.alloc.Args": { - "full_name": "starkware.cairo.common.alloc.alloc.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.alloc.alloc.ImplicitArgs": { - "full_name": "starkware.cairo.common.alloc.alloc.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.alloc.alloc.Return": { - "cairo_type": "(ptr: felt*)", - "type": "type_definition" - }, - "starkware.cairo.common.alloc.alloc.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.bitwise.ALL_ONES": { - "type": "const", - "value": -106710729501573572985208420194530329073740042555888586719234 - }, - "starkware.cairo.common.bitwise.BitwiseBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin", - "type": "alias" - }, - "starkware.cairo.common.bool.FALSE": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.bool.TRUE": { - "type": "const", - "value": 1 - }, - "starkware.cairo.common.cairo_builtins.BitwiseBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin", - "members": { - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "x_and_y": { - "cairo_type": "felt", - "offset": 2 - }, - "x_or_y": { - "cairo_type": "felt", - "offset": 4 - }, - "x_xor_y": { - "cairo_type": "felt", - "offset": 3 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.EcOpBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.EcOpBuiltin", - "members": { - "m": { - "cairo_type": "felt", - "offset": 4 - }, - "p": { - "cairo_type": "starkware.cairo.common.ec_point.EcPoint", - "offset": 0 - }, - "q": { - "cairo_type": "starkware.cairo.common.ec_point.EcPoint", - "offset": 2 - }, - "r": { - "cairo_type": "starkware.cairo.common.ec_point.EcPoint", - "offset": 5 - } - }, - "size": 7, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.EcPoint": { - "destination": "starkware.cairo.common.ec_point.EcPoint", - "type": "alias" - }, - "starkware.cairo.common.cairo_builtins.HashBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "members": { - "result": { - "cairo_type": "felt", - "offset": 2 - }, - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.KeccakBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.KeccakBuiltin", - "members": { - "input": { - "cairo_type": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "offset": 0 - }, - "output": { - "cairo_type": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "offset": 8 - } - }, - "size": 16, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.KeccakBuiltinState": { - "destination": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "type": "alias" - }, - "starkware.cairo.common.cairo_builtins.PoseidonBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.PoseidonBuiltin", - "members": { - "input": { - "cairo_type": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "offset": 0 - }, - "output": { - "cairo_type": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "offset": 3 - } - }, - "size": 6, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.PoseidonBuiltinState": { - "destination": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "type": "alias" - }, - "starkware.cairo.common.cairo_builtins.SignatureBuiltin": { - "full_name": "starkware.cairo.common.cairo_builtins.SignatureBuiltin", - "members": { - "message": { - "cairo_type": "felt", - "offset": 1 - }, - "pub_key": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.dict_access.DictAccess": { - "full_name": "starkware.cairo.common.dict_access.DictAccess", - "members": { - "key": { - "cairo_type": "felt", - "offset": 0 - }, - "new_value": { - "cairo_type": "felt", - "offset": 2 - }, - "prev_value": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.ec.EcOpBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.EcOpBuiltin", - "type": "alias" - }, - "starkware.cairo.common.ec.EcPoint": { - "destination": "starkware.cairo.common.ec_point.EcPoint", - "type": "alias" - }, - "starkware.cairo.common.ec.StarkCurve": { - "type": "namespace" - }, - "starkware.cairo.common.ec.StarkCurve.ALPHA": { - "type": "const", - "value": 1 - }, - "starkware.cairo.common.ec.StarkCurve.Args": { - "full_name": "starkware.cairo.common.ec.StarkCurve.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.ec.StarkCurve.BETA": { - "type": "const", - "value": -476910135076337975234679399815567221425937815956490878998147463828055613816 - }, - "starkware.cairo.common.ec.StarkCurve.GEN_X": { - "type": "const", - "value": 874739451078007766457464989774322083649278607533249481151382481072868806602 - }, - "starkware.cairo.common.ec.StarkCurve.GEN_Y": { - "type": "const", - "value": 152666792071518830868575557812948353041420400780739481342941381225525861407 - }, - "starkware.cairo.common.ec.StarkCurve.ImplicitArgs": { - "full_name": "starkware.cairo.common.ec.StarkCurve.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.ec.StarkCurve.ORDER": { - "type": "const", - "value": -96363463615509210819012598251359154898 - }, - "starkware.cairo.common.ec.StarkCurve.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.ec.StarkCurve.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.ec.is_quad_residue": { - "destination": "starkware.cairo.common.math.is_quad_residue", - "type": "alias" - }, - "starkware.cairo.common.ec_point.EcPoint": { - "full_name": "starkware.cairo.common.ec_point.EcPoint", - "members": { - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.hash.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "starkware.cairo.common.hash.hash2": { - "decorators": [], - "pc": 3, - "type": "function" - }, - "starkware.cairo.common.hash.hash2.Args": { - "full_name": "starkware.cairo.common.hash.hash2.Args", - "members": { - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.hash.hash2.ImplicitArgs": { - "full_name": "starkware.cairo.common.hash.hash2.ImplicitArgs", - "members": { - "hash_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.hash.hash2.Return": { - "cairo_type": "(result: felt)", - "type": "type_definition" - }, - "starkware.cairo.common.hash.hash2.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.keccak_state.KeccakBuiltinState": { - "full_name": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "members": { - "s0": { - "cairo_type": "felt", - "offset": 0 - }, - "s1": { - "cairo_type": "felt", - "offset": 1 - }, - "s2": { - "cairo_type": "felt", - "offset": 2 - }, - "s3": { - "cairo_type": "felt", - "offset": 3 - }, - "s4": { - "cairo_type": "felt", - "offset": 4 - }, - "s5": { - "cairo_type": "felt", - "offset": 5 - }, - "s6": { - "cairo_type": "felt", - "offset": 6 - }, - "s7": { - "cairo_type": "felt", - "offset": 7 - } - }, - "size": 8, - "type": "struct" - }, - "starkware.cairo.common.math.FALSE": { - "destination": "starkware.cairo.common.bool.FALSE", - "type": "alias" - }, - "starkware.cairo.common.math.TRUE": { - "destination": "starkware.cairo.common.bool.TRUE", - "type": "alias" - }, - "starkware.cairo.common.math.assert_le": { - "decorators": [], - "pc": 77, - "type": "function" - }, - "starkware.cairo.common.math.assert_le.Args": { - "full_name": "starkware.cairo.common.math.assert_le.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - }, - "b": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.math.assert_le.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.assert_le.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_le.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.math.assert_le.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.assert_le_felt": { - "decorators": [ - "known_ap_change" - ], - "pc": 111, - "type": "function" - }, - "starkware.cairo.common.math.assert_le_felt.Args": { - "full_name": "starkware.cairo.common.math.assert_le_felt.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - }, - "b": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.math.assert_le_felt.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.assert_le_felt.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_le_felt.PRIME_OVER_2_HIGH": { - "type": "const", - "value": 5316911983139663648412552867652567041 - }, - "starkware.cairo.common.math.assert_le_felt.PRIME_OVER_3_HIGH": { - "type": "const", - "value": 3544607988759775765608368578435044694 - }, - "starkware.cairo.common.math.assert_le_felt.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.math.assert_le_felt.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.assert_le_felt.a": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_le_felt.a", - "references": [ - { - "ap_tracking_data": { - "group": 12, - "offset": 0 - }, - "pc": 111, - "value": "[cast(fp + (-4), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_le_felt.b": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_le_felt.b", - "references": [ - { - "ap_tracking_data": { - "group": 12, - "offset": 0 - }, - "pc": 111, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_le_felt.range_check_ptr": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_le_felt.range_check_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 12, - "offset": 0 - }, - "pc": 111, - "value": "[cast(fp + (-5), felt*)]" - }, - { - "ap_tracking_data": { - "group": 12, - "offset": 8 - }, - "pc": 121, - "value": "cast([fp + (-5)] + 4, felt)" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.assert_le_felt.skip_exclude_a": { - "pc": 135, - "type": "label" - }, - "starkware.cairo.common.math.assert_le_felt.skip_exclude_b_minus_a": { - "pc": 147, - "type": "label" - }, - "starkware.cairo.common.math.assert_nn": { - "decorators": [], - "pc": 73, - "type": "function" - }, - "starkware.cairo.common.math.assert_nn.Args": { - "full_name": "starkware.cairo.common.math.assert_nn.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_nn.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.assert_nn.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.assert_nn.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.math.assert_nn.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.assert_nn.a": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_nn.a", - "references": [ - { - "ap_tracking_data": { - "group": 9, - "offset": 0 - }, - "pc": 73, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.split_felt": { - "decorators": [ - "known_ap_change" - ], - "pc": 82, - "type": "function" - }, - "starkware.cairo.common.math.split_felt.Args": { - "full_name": "starkware.cairo.common.math.split_felt.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.split_felt.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.split_felt.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.split_felt.MAX_HIGH": { - "type": "const", - "value": 10633823966279327296825105735305134080 - }, - "starkware.cairo.common.math.split_felt.MAX_LOW": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.split_felt.Return": { - "cairo_type": "(high: felt, low: felt)", - "type": "type_definition" - }, - "starkware.cairo.common.math.split_felt.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.split_felt.high": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.split_felt.high", - "references": [ - { - "ap_tracking_data": { - "group": 11, - "offset": 0 - }, - "pc": 82, - "value": "[cast([fp + (-4)] + 1, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.split_felt.low": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.split_felt.low", - "references": [ - { - "ap_tracking_data": { - "group": 11, - "offset": 0 - }, - "pc": 82, - "value": "[cast([fp + (-4)], felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.split_felt.value": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.split_felt.value", - "references": [ - { - "ap_tracking_data": { - "group": 11, - "offset": 0 - }, - "pc": 82, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.unsigned_div_rem": { - "decorators": [], - "pc": 156, - "type": "function" - }, - "starkware.cairo.common.math.unsigned_div_rem.Args": { - "full_name": "starkware.cairo.common.math.unsigned_div_rem.Args", - "members": { - "div": { - "cairo_type": "felt", - "offset": 1 - }, - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.math.unsigned_div_rem.ImplicitArgs": { - "full_name": "starkware.cairo.common.math.unsigned_div_rem.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math.unsigned_div_rem.Return": { - "cairo_type": "(q: felt, r: felt)", - "type": "type_definition" - }, - "starkware.cairo.common.math.unsigned_div_rem.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math.unsigned_div_rem.div": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.unsigned_div_rem.div", - "references": [ - { - "ap_tracking_data": { - "group": 13, - "offset": 0 - }, - "pc": 156, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.unsigned_div_rem.q": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.unsigned_div_rem.q", - "references": [ - { - "ap_tracking_data": { - "group": 13, - "offset": 0 - }, - "pc": 156, - "value": "[cast([fp + (-5)] + 1, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.unsigned_div_rem.r": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.unsigned_div_rem.r", - "references": [ - { - "ap_tracking_data": { - "group": 13, - "offset": 0 - }, - "pc": 156, - "value": "[cast([fp + (-5)], felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math.unsigned_div_rem.value": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.unsigned_div_rem.value", - "references": [ - { - "ap_tracking_data": { - "group": 13, - "offset": 0 - }, - "pc": 156, - "value": "[cast(fp + (-4), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math_cmp.RC_BOUND": { - "type": "const", - "value": 340282366920938463463374607431768211456 - }, - "starkware.cairo.common.math_cmp.assert_le_felt": { - "destination": "starkware.cairo.common.math.assert_le_felt", - "type": "alias" - }, - "starkware.cairo.common.math_cmp.assert_lt_felt": { - "destination": "starkware.cairo.common.math.assert_lt_felt", - "type": "alias" - }, - "starkware.cairo.common.math_cmp.is_le": { - "decorators": [ - "known_ap_change" - ], - "pc": 217, - "type": "function" - }, - "starkware.cairo.common.math_cmp.is_le.Args": { - "full_name": "starkware.cairo.common.math_cmp.is_le.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - }, - "b": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_le.ImplicitArgs": { - "full_name": "starkware.cairo.common.math_cmp.is_le.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_le.Return": { - "cairo_type": "felt", - "type": "type_definition" - }, - "starkware.cairo.common.math_cmp.is_le.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math_cmp.is_nn": { - "decorators": [ - "known_ap_change" - ], - "pc": 184, - "type": "function" - }, - "starkware.cairo.common.math_cmp.is_nn.Args": { - "full_name": "starkware.cairo.common.math_cmp.is_nn.Args", - "members": { - "a": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_nn.ImplicitArgs": { - "full_name": "starkware.cairo.common.math_cmp.is_nn.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_nn.Return": { - "cairo_type": "felt", - "type": "type_definition" - }, - "starkware.cairo.common.math_cmp.is_nn.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.math_cmp.is_nn.a": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math_cmp.is_nn.a", - "references": [ - { - "ap_tracking_data": { - "group": 16, - "offset": 0 - }, - "pc": 184, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.math_cmp.is_nn.need_felt_comparison": { - "pc": 208, - "type": "label" - }, - "starkware.cairo.common.math_cmp.is_nn.out_of_range": { - "pc": 194, - "type": "label" - }, - "starkware.cairo.common.math_cmp.is_not_zero": { - "decorators": [ - "known_ap_change" - ], - "pc": 176, - "type": "function" - }, - "starkware.cairo.common.math_cmp.is_not_zero.Args": { - "full_name": "starkware.cairo.common.math_cmp.is_not_zero.Args", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_not_zero.ImplicitArgs": { - "full_name": "starkware.cairo.common.math_cmp.is_not_zero.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.math_cmp.is_not_zero.Return": { - "cairo_type": "felt", - "type": "type_definition" - }, - "starkware.cairo.common.math_cmp.is_not_zero.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.memcpy.memcpy": { - "decorators": [], - "pc": 9, - "type": "function" - }, - "starkware.cairo.common.memcpy.memcpy.Args": { - "full_name": "starkware.cairo.common.memcpy.memcpy.Args", - "members": { - "dst": { - "cairo_type": "felt*", - "offset": 0 - }, - "len": { - "cairo_type": "felt", - "offset": 2 - }, - "src": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.memcpy.memcpy.ImplicitArgs": { - "full_name": "starkware.cairo.common.memcpy.memcpy.ImplicitArgs", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.cairo.common.memcpy.memcpy.LoopFrame": { - "full_name": "starkware.cairo.common.memcpy.memcpy.LoopFrame", - "members": { - "dst": { - "cairo_type": "felt*", - "offset": 0 - }, - "src": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.memcpy.memcpy.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.memcpy.memcpy.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.memcpy.memcpy.continue_copying": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.memcpy.memcpy.continue_copying", - "references": [ - { - "ap_tracking_data": { - "group": 2, - "offset": 3 - }, - "pc": 16, - "value": "[cast(ap, felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.memcpy.memcpy.len": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.memcpy.memcpy.len", - "references": [ - { - "ap_tracking_data": { - "group": 2, - "offset": 0 - }, - "pc": 9, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.memcpy.memcpy.loop": { - "pc": 14, - "type": "label" - }, - "starkware.cairo.common.poseidon_state.PoseidonBuiltinState": { - "full_name": "starkware.cairo.common.poseidon_state.PoseidonBuiltinState", - "members": { - "s0": { - "cairo_type": "felt", - "offset": 0 - }, - "s1": { - "cairo_type": "felt", - "offset": 1 - }, - "s2": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.cairo.common.pow.assert_le": { - "destination": "starkware.cairo.common.math.assert_le", - "type": "alias" - }, - "starkware.cairo.common.pow.get_ap": { - "destination": "starkware.cairo.common.registers.get_ap", - "type": "alias" - }, - "starkware.cairo.common.pow.get_fp_and_pc": { - "destination": "starkware.cairo.common.registers.get_fp_and_pc", - "type": "alias" - }, - "starkware.cairo.common.registers.get_ap": { - "destination": "starkware.cairo.lang.compiler.lib.registers.get_ap", - "type": "alias" - }, - "starkware.cairo.common.registers.get_fp_and_pc": { - "destination": "starkware.cairo.lang.compiler.lib.registers.get_fp_and_pc", - "type": "alias" - }, - "starkware.cairo.common.signature.EcOpBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.EcOpBuiltin", - "type": "alias" - }, - "starkware.cairo.common.signature.EcPoint": { - "destination": "starkware.cairo.common.ec_point.EcPoint", - "type": "alias" - }, - "starkware.cairo.common.signature.FALSE": { - "destination": "starkware.cairo.common.bool.FALSE", - "type": "alias" - }, - "starkware.cairo.common.signature.SignatureBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.SignatureBuiltin", - "type": "alias" - }, - "starkware.cairo.common.signature.StarkCurve": { - "destination": "starkware.cairo.common.ec.StarkCurve", - "type": "alias" - }, - "starkware.cairo.common.signature.TRUE": { - "destination": "starkware.cairo.common.bool.TRUE", - "type": "alias" - }, - "starkware.cairo.common.signature.ec_add": { - "destination": "starkware.cairo.common.ec.ec_add", - "type": "alias" - }, - "starkware.cairo.common.signature.ec_mul": { - "destination": "starkware.cairo.common.ec.ec_mul", - "type": "alias" - }, - "starkware.cairo.common.signature.ec_sub": { - "destination": "starkware.cairo.common.ec.ec_sub", - "type": "alias" - }, - "starkware.cairo.common.signature.is_x_on_curve": { - "destination": "starkware.cairo.common.ec.is_x_on_curve", - "type": "alias" - }, - "starkware.cairo.common.signature.recover_y": { - "destination": "starkware.cairo.common.ec.recover_y", - "type": "alias" - }, - "starkware.cairo.common.signature.verify_ecdsa_signature": { - "decorators": [], - "pc": 171, - "type": "function" - }, - "starkware.cairo.common.signature.verify_ecdsa_signature.Args": { - "full_name": "starkware.cairo.common.signature.verify_ecdsa_signature.Args", - "members": { - "message": { - "cairo_type": "felt", - "offset": 0 - }, - "public_key": { - "cairo_type": "felt", - "offset": 1 - }, - "signature_r": { - "cairo_type": "felt", - "offset": 2 - }, - "signature_s": { - "cairo_type": "felt", - "offset": 3 - } - }, - "size": 4, - "type": "struct" - }, - "starkware.cairo.common.signature.verify_ecdsa_signature.ImplicitArgs": { - "full_name": "starkware.cairo.common.signature.verify_ecdsa_signature.ImplicitArgs", - "members": { - "ecdsa_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.SignatureBuiltin*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.cairo.common.signature.verify_ecdsa_signature.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.signature.verify_ecdsa_signature.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.cairo.common.signature.verify_ecdsa_signature.ecdsa_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.SignatureBuiltin*", - "full_name": "starkware.cairo.common.signature.verify_ecdsa_signature.ecdsa_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 14, - "offset": 0 - }, - "pc": 171, - "value": "[cast(fp + (-7), starkware.cairo.common.cairo_builtins.SignatureBuiltin**)]" - }, - { - "ap_tracking_data": { - "group": 14, - "offset": 0 - }, - "pc": 173, - "value": "cast([fp + (-7)] + 2, starkware.cairo.common.cairo_builtins.SignatureBuiltin*)" - } - ], - "type": "reference" - }, - "starkware.cairo.common.signature.verify_ecdsa_signature.signature_r": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.signature.verify_ecdsa_signature.signature_r", - "references": [ - { - "ap_tracking_data": { - "group": 14, - "offset": 0 - }, - "pc": 171, - "value": "[cast(fp + (-4), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.signature.verify_ecdsa_signature.signature_s": { - "cairo_type": "felt", - "full_name": "starkware.cairo.common.signature.verify_ecdsa_signature.signature_s", - "references": [ - { - "ap_tracking_data": { - "group": 14, - "offset": 0 - }, - "pc": 171, - "value": "[cast(fp + (-3), felt*)]" - } - ], - "type": "reference" - }, - "starkware.cairo.common.uint256.ALL_ONES": { - "type": "const", - "value": 340282366920938463463374607431768211455 - }, - "starkware.cairo.common.uint256.BitwiseBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin", - "type": "alias" - }, - "starkware.cairo.common.uint256.HALF_SHIFT": { - "type": "const", - "value": 18446744073709551616 - }, - "starkware.cairo.common.uint256.SHIFT": { - "type": "const", - "value": 340282366920938463463374607431768211456 - }, - "starkware.cairo.common.uint256.Uint256": { - "full_name": "starkware.cairo.common.uint256.Uint256", - "members": { - "high": { - "cairo_type": "felt", - "offset": 1 - }, - "low": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.cairo.common.uint256.assert_in_range": { - "destination": "starkware.cairo.common.math.assert_in_range", - "type": "alias" - }, - "starkware.cairo.common.uint256.assert_le": { - "destination": "starkware.cairo.common.math.assert_le", - "type": "alias" - }, - "starkware.cairo.common.uint256.assert_nn_le": { - "destination": "starkware.cairo.common.math.assert_nn_le", - "type": "alias" - }, - "starkware.cairo.common.uint256.assert_not_zero": { - "destination": "starkware.cairo.common.math.assert_not_zero", - "type": "alias" - }, - "starkware.cairo.common.uint256.bitwise_and": { - "destination": "starkware.cairo.common.bitwise.bitwise_and", - "type": "alias" - }, - "starkware.cairo.common.uint256.bitwise_or": { - "destination": "starkware.cairo.common.bitwise.bitwise_or", - "type": "alias" - }, - "starkware.cairo.common.uint256.bitwise_xor": { - "destination": "starkware.cairo.common.bitwise.bitwise_xor", - "type": "alias" - }, - "starkware.cairo.common.uint256.get_ap": { - "destination": "starkware.cairo.common.registers.get_ap", - "type": "alias" - }, - "starkware.cairo.common.uint256.get_fp_and_pc": { - "destination": "starkware.cairo.common.registers.get_fp_and_pc", - "type": "alias" - }, - "starkware.cairo.common.uint256.is_le": { - "destination": "starkware.cairo.common.math_cmp.is_le", - "type": "alias" - }, - "starkware.cairo.common.uint256.pow": { - "destination": "starkware.cairo.common.pow.pow", - "type": "alias" - }, - "starkware.starknet.common.storage.ADDR_BOUND": { - "type": "const", - "value": -106710729501573572985208420194530329073740042555888586719489 - }, - "starkware.starknet.common.storage.MAX_STORAGE_ITEM_SIZE": { - "type": "const", - "value": 256 - }, - "starkware.starknet.common.storage.assert_250_bit": { - "destination": "starkware.cairo.common.math.assert_250_bit", - "type": "alias" - }, - "starkware.starknet.common.syscalls.CALL_CONTRACT_SELECTOR": { - "type": "const", - "value": 20853273475220472486191784820 - }, - "starkware.starknet.common.syscalls.CallContract": { - "full_name": "starkware.starknet.common.syscalls.CallContract", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.CallContractRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.CallContractResponse", - "offset": 5 - } - }, - "size": 7, - "type": "struct" - }, - "starkware.starknet.common.syscalls.CallContractRequest": { - "full_name": "starkware.starknet.common.syscalls.CallContractRequest", - "members": { - "calldata": { - "cairo_type": "felt*", - "offset": 4 - }, - "calldata_size": { - "cairo_type": "felt", - "offset": 3 - }, - "contract_address": { - "cairo_type": "felt", - "offset": 1 - }, - "function_selector": { - "cairo_type": "felt", - "offset": 2 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.starknet.common.syscalls.CallContractResponse": { - "full_name": "starkware.starknet.common.syscalls.CallContractResponse", - "members": { - "retdata": { - "cairo_type": "felt*", - "offset": 1 - }, - "retdata_size": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DELEGATE_CALL_SELECTOR": { - "type": "const", - "value": 21167594061783206823196716140 - }, - "starkware.starknet.common.syscalls.DELEGATE_L1_HANDLER_SELECTOR": { - "type": "const", - "value": 23274015802972845247556842986379118667122 - }, - "starkware.starknet.common.syscalls.DEPLOY_SELECTOR": { - "type": "const", - "value": 75202468540281 - }, - "starkware.starknet.common.syscalls.Deploy": { - "full_name": "starkware.starknet.common.syscalls.Deploy", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.DeployRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.DeployResponse", - "offset": 6 - } - }, - "size": 9, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DeployRequest": { - "full_name": "starkware.starknet.common.syscalls.DeployRequest", - "members": { - "class_hash": { - "cairo_type": "felt", - "offset": 1 - }, - "constructor_calldata": { - "cairo_type": "felt*", - "offset": 4 - }, - "constructor_calldata_size": { - "cairo_type": "felt", - "offset": 3 - }, - "contract_address_salt": { - "cairo_type": "felt", - "offset": 2 - }, - "deploy_from_zero": { - "cairo_type": "felt", - "offset": 5 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 6, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DeployResponse": { - "full_name": "starkware.starknet.common.syscalls.DeployResponse", - "members": { - "constructor_retdata": { - "cairo_type": "felt*", - "offset": 2 - }, - "constructor_retdata_size": { - "cairo_type": "felt", - "offset": 1 - }, - "contract_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DictAccess": { - "destination": "starkware.cairo.common.dict_access.DictAccess", - "type": "alias" - }, - "starkware.starknet.common.syscalls.EMIT_EVENT_SELECTOR": { - "type": "const", - "value": 1280709301550335749748 - }, - "starkware.starknet.common.syscalls.EmitEvent": { - "full_name": "starkware.starknet.common.syscalls.EmitEvent", - "members": { - "data": { - "cairo_type": "felt*", - "offset": 4 - }, - "data_len": { - "cairo_type": "felt", - "offset": 3 - }, - "keys": { - "cairo_type": "felt*", - "offset": 2 - }, - "keys_len": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GET_BLOCK_NUMBER_SELECTOR": { - "type": "const", - "value": 1448089106835523001438702345020786 - }, - "starkware.starknet.common.syscalls.GET_BLOCK_TIMESTAMP_SELECTOR": { - "type": "const", - "value": 24294903732626645868215235778792757751152 - }, - "starkware.starknet.common.syscalls.GET_CALLER_ADDRESS_SELECTOR": { - "type": "const", - "value": 94901967781393078444254803017658102643 - }, - "starkware.starknet.common.syscalls.GET_CONTRACT_ADDRESS_SELECTOR": { - "type": "const", - "value": 6219495360805491471215297013070624192820083 - }, - "starkware.starknet.common.syscalls.GET_SEQUENCER_ADDRESS_SELECTOR": { - "type": "const", - "value": 1592190833581991703053805829594610833820054387 - }, - "starkware.starknet.common.syscalls.GET_TX_INFO_SELECTOR": { - "type": "const", - "value": 1317029390204112103023 - }, - "starkware.starknet.common.syscalls.GET_TX_SIGNATURE_SELECTOR": { - "type": "const", - "value": 1448089128652340074717162277007973 - }, - "starkware.starknet.common.syscalls.GetBlockNumber": { - "full_name": "starkware.starknet.common.syscalls.GetBlockNumber", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockNumberRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockNumberResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockNumberRequest": { - "full_name": "starkware.starknet.common.syscalls.GetBlockNumberRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockNumberResponse": { - "full_name": "starkware.starknet.common.syscalls.GetBlockNumberResponse", - "members": { - "block_number": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockTimestamp": { - "full_name": "starkware.starknet.common.syscalls.GetBlockTimestamp", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockTimestampRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockTimestampResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockTimestampRequest": { - "full_name": "starkware.starknet.common.syscalls.GetBlockTimestampRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockTimestampResponse": { - "full_name": "starkware.starknet.common.syscalls.GetBlockTimestampResponse", - "members": { - "block_timestamp": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetCallerAddress": { - "full_name": "starkware.starknet.common.syscalls.GetCallerAddress", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetCallerAddressRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetCallerAddressResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetCallerAddressRequest": { - "full_name": "starkware.starknet.common.syscalls.GetCallerAddressRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetCallerAddressResponse": { - "full_name": "starkware.starknet.common.syscalls.GetCallerAddressResponse", - "members": { - "caller_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetContractAddress": { - "full_name": "starkware.starknet.common.syscalls.GetContractAddress", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetContractAddressRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetContractAddressResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetContractAddressRequest": { - "full_name": "starkware.starknet.common.syscalls.GetContractAddressRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetContractAddressResponse": { - "full_name": "starkware.starknet.common.syscalls.GetContractAddressResponse", - "members": { - "contract_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetSequencerAddress": { - "full_name": "starkware.starknet.common.syscalls.GetSequencerAddress", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetSequencerAddressRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetSequencerAddressResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetSequencerAddressRequest": { - "full_name": "starkware.starknet.common.syscalls.GetSequencerAddressRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetSequencerAddressResponse": { - "full_name": "starkware.starknet.common.syscalls.GetSequencerAddressResponse", - "members": { - "sequencer_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxInfo": { - "full_name": "starkware.starknet.common.syscalls.GetTxInfo", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxInfoRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxInfoResponse", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxInfoRequest": { - "full_name": "starkware.starknet.common.syscalls.GetTxInfoRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxInfoResponse": { - "full_name": "starkware.starknet.common.syscalls.GetTxInfoResponse", - "members": { - "tx_info": { - "cairo_type": "starkware.starknet.common.syscalls.TxInfo*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxSignature": { - "full_name": "starkware.starknet.common.syscalls.GetTxSignature", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxSignatureRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxSignatureResponse", - "offset": 1 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxSignatureRequest": { - "full_name": "starkware.starknet.common.syscalls.GetTxSignatureRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxSignatureResponse": { - "full_name": "starkware.starknet.common.syscalls.GetTxSignatureResponse", - "members": { - "signature": { - "cairo_type": "felt*", - "offset": 1 - }, - "signature_len": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.LIBRARY_CALL_L1_HANDLER_SELECTOR": { - "type": "const", - "value": 436233452754198157705746250789557519228244616562 - }, - "starkware.starknet.common.syscalls.LIBRARY_CALL_SELECTOR": { - "type": "const", - "value": 92376026794327011772951660 - }, - "starkware.starknet.common.syscalls.LibraryCall": { - "full_name": "starkware.starknet.common.syscalls.LibraryCall", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.LibraryCallRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.CallContractResponse", - "offset": 5 - } - }, - "size": 7, - "type": "struct" - }, - "starkware.starknet.common.syscalls.LibraryCallRequest": { - "full_name": "starkware.starknet.common.syscalls.LibraryCallRequest", - "members": { - "calldata": { - "cairo_type": "felt*", - "offset": 4 - }, - "calldata_size": { - "cairo_type": "felt", - "offset": 3 - }, - "class_hash": { - "cairo_type": "felt", - "offset": 1 - }, - "function_selector": { - "cairo_type": "felt", - "offset": 2 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 5, - "type": "struct" - }, - "starkware.starknet.common.syscalls.REPLACE_CLASS_SELECTOR": { - "type": "const", - "value": 25500403217443378527601783667 - }, - "starkware.starknet.common.syscalls.ReplaceClass": { - "full_name": "starkware.starknet.common.syscalls.ReplaceClass", - "members": { - "class_hash": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.SEND_MESSAGE_TO_L1_SELECTOR": { - "type": "const", - "value": 433017908768303439907196859243777073 - }, - "starkware.starknet.common.syscalls.STORAGE_READ_SELECTOR": { - "type": "const", - "value": 100890693370601760042082660 - }, - "starkware.starknet.common.syscalls.STORAGE_WRITE_SELECTOR": { - "type": "const", - "value": 25828017502874050592466629733 - }, - "starkware.starknet.common.syscalls.SendMessageToL1SysCall": { - "full_name": "starkware.starknet.common.syscalls.SendMessageToL1SysCall", - "members": { - "payload_ptr": { - "cairo_type": "felt*", - "offset": 3 - }, - "payload_size": { - "cairo_type": "felt", - "offset": 2 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - }, - "to_address": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 4, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageRead": { - "full_name": "starkware.starknet.common.syscalls.StorageRead", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.StorageReadRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.StorageReadResponse", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageReadRequest": { - "full_name": "starkware.starknet.common.syscalls.StorageReadRequest", - "members": { - "address": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageReadResponse": { - "full_name": "starkware.starknet.common.syscalls.StorageReadResponse", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageWrite": { - "full_name": "starkware.starknet.common.syscalls.StorageWrite", - "members": { - "address": { - "cairo_type": "felt", - "offset": 1 - }, - "selector": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 2 - } - }, - "size": 3, - "type": "struct" - }, - "starkware.starknet.common.syscalls.TxInfo": { - "full_name": "starkware.starknet.common.syscalls.TxInfo", - "members": { - "account_contract_address": { - "cairo_type": "felt", - "offset": 1 - }, - "chain_id": { - "cairo_type": "felt", - "offset": 6 - }, - "max_fee": { - "cairo_type": "felt", - "offset": 2 - }, - "nonce": { - "cairo_type": "felt", - "offset": 7 - }, - "signature": { - "cairo_type": "felt*", - "offset": 4 - }, - "signature_len": { - "cairo_type": "felt", - "offset": 3 - }, - "transaction_hash": { - "cairo_type": "felt", - "offset": 5 - }, - "version": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 8, - "type": "struct" - }, - "starkware.starknet.common.syscalls.call_contract": { - "decorators": [], - "pc": 24, - "type": "function" - }, - "starkware.starknet.common.syscalls.call_contract.Args": { - "full_name": "starkware.starknet.common.syscalls.call_contract.Args", - "members": { - "calldata": { - "cairo_type": "felt*", - "offset": 3 - }, - "calldata_size": { - "cairo_type": "felt", - "offset": 2 - }, - "contract_address": { - "cairo_type": "felt", - "offset": 0 - }, - "function_selector": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 4, - "type": "struct" - }, - "starkware.starknet.common.syscalls.call_contract.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.call_contract.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.call_contract.Return": { - "cairo_type": "(retdata_size: felt, retdata: felt*)", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.call_contract.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.call_contract.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.call_contract.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 3, - "offset": 0 - }, - "pc": 24, - "value": "[cast(fp + (-7), felt**)]" - }, - { - "ap_tracking_data": { - "group": 3, - "offset": 1 - }, - "pc": 31, - "value": "cast([fp + (-7)] + 7, felt*)" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.get_caller_address": { - "decorators": [], - "pc": 36, - "type": "function" - }, - "starkware.starknet.common.syscalls.get_caller_address.Args": { - "full_name": "starkware.starknet.common.syscalls.get_caller_address.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.starknet.common.syscalls.get_caller_address.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.get_caller_address.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.get_caller_address.Return": { - "cairo_type": "(caller_address: felt)", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.get_caller_address.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.get_caller_address.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.get_caller_address.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 4, - "offset": 0 - }, - "pc": 36, - "value": "[cast(fp + (-3), felt**)]" - }, - { - "ap_tracking_data": { - "group": 4, - "offset": 1 - }, - "pc": 39, - "value": "cast([fp + (-3)] + 2, felt*)" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.get_contract_address": { - "decorators": [], - "pc": 43, - "type": "function" - }, - "starkware.starknet.common.syscalls.get_contract_address.Args": { - "full_name": "starkware.starknet.common.syscalls.get_contract_address.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.starknet.common.syscalls.get_contract_address.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.get_contract_address.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.get_contract_address.Return": { - "cairo_type": "(contract_address: felt)", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.get_contract_address.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.get_contract_address.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.get_contract_address.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 5, - "offset": 0 - }, - "pc": 43, - "value": "[cast(fp + (-3), felt**)]" - }, - { - "ap_tracking_data": { - "group": 5, - "offset": 1 - }, - "pc": 46, - "value": "cast([fp + (-3)] + 2, felt*)" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.get_tx_info": { - "decorators": [], - "pc": 66, - "type": "function" - }, - "starkware.starknet.common.syscalls.get_tx_info.Args": { - "full_name": "starkware.starknet.common.syscalls.get_tx_info.Args", - "members": {}, - "size": 0, - "type": "struct" - }, - "starkware.starknet.common.syscalls.get_tx_info.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.get_tx_info.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.get_tx_info.Return": { - "cairo_type": "(tx_info: starkware.starknet.common.syscalls.TxInfo*)", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.get_tx_info.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.get_tx_info.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.get_tx_info.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 8, - "offset": 0 - }, - "pc": 66, - "value": "[cast(fp + (-3), felt**)]" - }, - { - "ap_tracking_data": { - "group": 8, - "offset": 1 - }, - "pc": 69, - "value": "cast([fp + (-3)] + 2, felt*)" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.storage_read": { - "decorators": [], - "pc": 50, - "type": "function" - }, - "starkware.starknet.common.syscalls.storage_read.Args": { - "full_name": "starkware.starknet.common.syscalls.storage_read.Args", - "members": { - "address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_read.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.storage_read.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_read.Return": { - "cairo_type": "(value: felt)", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.storage_read.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.storage_read.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.storage_read.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 6, - "offset": 0 - }, - "pc": 50, - "value": "[cast(fp + (-4), felt**)]" - }, - { - "ap_tracking_data": { - "group": 6, - "offset": 1 - }, - "pc": 54, - "value": "cast([fp + (-4)] + 3, felt*)" - } - ], - "type": "reference" - }, - "starkware.starknet.common.syscalls.storage_write": { - "decorators": [], - "pc": 58, - "type": "function" - }, - "starkware.starknet.common.syscalls.storage_write.Args": { - "full_name": "starkware.starknet.common.syscalls.storage_write.Args", - "members": { - "address": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 1 - } - }, - "size": 2, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_write.ImplicitArgs": { - "full_name": "starkware.starknet.common.syscalls.storage_write.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "size": 1, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.storage_write.SIZEOF_LOCALS": { - "type": "const", - "value": 0 - }, - "starkware.starknet.common.syscalls.storage_write.syscall_ptr": { - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.storage_write.syscall_ptr", - "references": [ - { - "ap_tracking_data": { - "group": 7, - "offset": 0 - }, - "pc": 58, - "value": "[cast(fp + (-5), felt**)]" - }, - { - "ap_tracking_data": { - "group": 7, - "offset": 1 - }, - "pc": 63, - "value": "cast([fp + (-5)] + 3, felt*)" - } - ], - "type": "reference" - } - }, - "main_scope": "__main__", - "prime": "0x800000000000011000000000000000000000000000000000000000000000001", - "reference_manager": { - "references": [ - { - "ap_tracking_data": { - "group": 2, - "offset": 0 - }, - "pc": 9, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 2, - "offset": 3 - }, - "pc": 16, - "value": "[cast(ap, felt*)]" - }, - { - "ap_tracking_data": { - "group": 3, - "offset": 0 - }, - "pc": 24, - "value": "[cast(fp + (-7), felt**)]" - }, - { - "ap_tracking_data": { - "group": 4, - "offset": 0 - }, - "pc": 36, - "value": "[cast(fp + (-3), felt**)]" - }, - { - "ap_tracking_data": { - "group": 5, - "offset": 0 - }, - "pc": 43, - "value": "[cast(fp + (-3), felt**)]" - }, - { - "ap_tracking_data": { - "group": 6, - "offset": 0 - }, - "pc": 50, - "value": "[cast(fp + (-4), felt**)]" - }, - { - "ap_tracking_data": { - "group": 7, - "offset": 0 - }, - "pc": 58, - "value": "[cast(fp + (-5), felt**)]" - }, - { - "ap_tracking_data": { - "group": 8, - "offset": 0 - }, - "pc": 66, - "value": "[cast(fp + (-3), felt**)]" - }, - { - "ap_tracking_data": { - "group": 9, - "offset": 0 - }, - "pc": 73, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 11, - "offset": 0 - }, - "pc": 82, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 11, - "offset": 0 - }, - "pc": 82, - "value": "[cast([fp + (-4)], felt*)]" - }, - { - "ap_tracking_data": { - "group": 11, - "offset": 0 - }, - "pc": 82, - "value": "[cast([fp + (-4)] + 1, felt*)]" - }, - { - "ap_tracking_data": { - "group": 12, - "offset": 0 - }, - "pc": 111, - "value": "[cast(fp + (-4), felt*)]" - }, - { - "ap_tracking_data": { - "group": 12, - "offset": 0 - }, - "pc": 111, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 12, - "offset": 0 - }, - "pc": 111, - "value": "[cast(fp + (-5), felt*)]" - }, - { - "ap_tracking_data": { - "group": 13, - "offset": 0 - }, - "pc": 156, - "value": "[cast(fp + (-4), felt*)]" - }, - { - "ap_tracking_data": { - "group": 13, - "offset": 0 - }, - "pc": 156, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 13, - "offset": 0 - }, - "pc": 156, - "value": "[cast([fp + (-5)], felt*)]" - }, - { - "ap_tracking_data": { - "group": 13, - "offset": 0 - }, - "pc": 156, - "value": "[cast([fp + (-5)] + 1, felt*)]" - }, - { - "ap_tracking_data": { - "group": 14, - "offset": 0 - }, - "pc": 171, - "value": "[cast(fp + (-4), felt*)]" - }, - { - "ap_tracking_data": { - "group": 14, - "offset": 0 - }, - "pc": 171, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 14, - "offset": 0 - }, - "pc": 171, - "value": "[cast(fp + (-7), starkware.cairo.common.cairo_builtins.SignatureBuiltin**)]" - }, - { - "ap_tracking_data": { - "group": 16, - "offset": 0 - }, - "pc": 184, - "value": "[cast(fp + (-3), felt*)]" - }, - { - "ap_tracking_data": { - "group": 50, - "offset": 0 - }, - "pc": 677, - "value": "[cast(fp + 3, felt*)]" - }, - { - "ap_tracking_data": { - "group": 51, - "offset": 69 - }, - "pc": 719, - "value": "[cast(fp + 8, felt*)]" - } - ] - } - } -} diff --git a/packages/starksheet-cairo/build/Subdomain_abi.json b/packages/starksheet-cairo/build/Subdomain_abi.json deleted file mode 100644 index d761c298..00000000 --- a/packages/starksheet-cairo/build/Subdomain_abi.json +++ /dev/null @@ -1,127 +0,0 @@ -[ - { - "data": [ - { - "name": "implementation", - "type": "felt" - } - ], - "keys": [], - "name": "Upgraded", - "type": "event" - }, - { - "data": [ - { - "name": "previousAdmin", - "type": "felt" - }, - { - "name": "newAdmin", - "type": "felt" - } - ], - "keys": [], - "name": "AdminChanged", - "type": "event" - }, - { - "inputs": [ - { - "name": "proxy_admin_address", - "type": "felt" - }, - { - "name": "starknetid_contract", - "type": "felt" - }, - { - "name": "naming_contract", - "type": "felt" - } - ], - "name": "initializer", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "domain_len", - "type": "felt" - }, - { - "name": "domain", - "type": "felt*" - } - ], - "name": "claim_domain_back", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "domain_ascii", - "type": "felt" - } - ], - "name": "register", - "outputs": [ - { - "name": "starknet_id_token", - "type": "felt" - }, - { - "name": "domain_len", - "type": "felt" - }, - { - "name": "domain", - "type": "felt*" - } - ], - "type": "function" - }, - { - "inputs": [], - "name": "open_registration", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "close_registration", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "is_registration_open", - "outputs": [ - { - "name": "is_registration_open", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "domain_ascii", - "type": "felt" - } - ], - "name": "basic_encoding", - "outputs": [ - { - "name": "domain_encoded", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - } -] diff --git a/packages/starksheet-cairo/build/UriRenderer_abi.json b/packages/starksheet-cairo/build/UriRenderer_abi.json deleted file mode 100644 index bc735f2b..00000000 --- a/packages/starksheet-cairo/build/UriRenderer_abi.json +++ /dev/null @@ -1,142 +0,0 @@ -[ - { - "data": [ - { - "name": "previousOwner", - "type": "felt" - }, - { - "name": "newOwner", - "type": "felt" - } - ], - "keys": [], - "name": "OwnershipTransferred", - "type": "event" - }, - { - "inputs": [], - "name": "getUseTokenId", - "outputs": [ - { - "name": "res", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "use", - "type": "felt" - } - ], - "name": "setUseTokenId", - "outputs": [], - "type": "function" - }, - { - "inputs": [], - "name": "getOwner", - "outputs": [ - { - "name": "owner", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "new_owner", - "type": "felt" - } - ], - "name": "transferOwnership", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "owner", - "type": "felt" - }, - { - "name": "base_uri_len", - "type": "felt" - }, - { - "name": "base_uri", - "type": "felt*" - } - ], - "name": "constructor", - "outputs": [], - "type": "constructor" - }, - { - "inputs": [], - "name": "getBaseUri", - "outputs": [ - { - "name": "base_uri_len", - "type": "felt" - }, - { - "name": "base_uri", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "base_uri_len", - "type": "felt" - }, - { - "name": "base_uri", - "type": "felt*" - } - ], - "name": "setBaseUri", - "outputs": [], - "type": "function" - }, - { - "inputs": [ - { - "name": "token_id", - "type": "felt" - }, - { - "name": "value", - "type": "felt" - }, - { - "name": "name", - "type": "felt" - } - ], - "name": "token_uri", - "outputs": [ - { - "name": "token_uri_len", - "type": "felt" - }, - { - "name": "token_uri", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - } -] diff --git a/packages/starksheet-cairo/build/execute_abi.json b/packages/starksheet-cairo/build/execute_abi.json deleted file mode 100644 index 3ebca9fe..00000000 --- a/packages/starksheet-cairo/build/execute_abi.json +++ /dev/null @@ -1,27 +0,0 @@ -[ - { - "inputs": [ - { - "name": "arr_len", - "type": "felt" - }, - { - "name": "arr", - "type": "felt*" - } - ], - "name": "all", - "outputs": [ - { - "name": "arr_len", - "type": "felt" - }, - { - "name": "arr", - "type": "felt*" - } - ], - "stateMutability": "view", - "type": "function" - } -] diff --git a/packages/starksheet-cairo/build/math_abi.json b/packages/starksheet-cairo/build/math_abi.json deleted file mode 100644 index 58778b0b..00000000 --- a/packages/starksheet-cairo/build/math_abi.json +++ /dev/null @@ -1,107 +0,0 @@ -[ - { - "inputs": [ - { - "name": "arr_len", - "type": "felt" - }, - { - "name": "arr", - "type": "felt*" - } - ], - "name": "sum", - "outputs": [ - { - "name": "res", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "arr_len", - "type": "felt" - }, - { - "name": "arr", - "type": "felt*" - } - ], - "name": "prod", - "outputs": [ - { - "name": "res", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "arr_len", - "type": "felt" - }, - { - "name": "arr", - "type": "felt*" - } - ], - "name": "div", - "outputs": [ - { - "name": "res", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "arr_len", - "type": "felt" - }, - { - "name": "arr", - "type": "felt*" - } - ], - "name": "sub", - "outputs": [ - { - "name": "res", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "base", - "type": "felt" - }, - { - "name": "exp", - "type": "felt" - } - ], - "name": "pow", - "outputs": [ - { - "name": "res", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - } -] diff --git a/packages/starksheet-cairo/build/proxy_abi.json b/packages/starksheet-cairo/build/proxy_abi.json deleted file mode 100644 index c516436c..00000000 --- a/packages/starksheet-cairo/build/proxy_abi.json +++ /dev/null @@ -1,125 +0,0 @@ -[ - { - "data": [ - { - "name": "implementation", - "type": "felt" - } - ], - "keys": [], - "name": "Upgraded", - "type": "event" - }, - { - "data": [ - { - "name": "previousAdmin", - "type": "felt" - }, - { - "name": "newAdmin", - "type": "felt" - } - ], - "keys": [], - "name": "AdminChanged", - "type": "event" - }, - { - "inputs": [ - { - "name": "proxy_admin", - "type": "felt" - }, - { - "name": "implementation_hash", - "type": "felt" - }, - { - "name": "selector", - "type": "felt" - }, - { - "name": "calldata_len", - "type": "felt" - }, - { - "name": "calldata", - "type": "felt*" - } - ], - "name": "constructor", - "outputs": [], - "type": "constructor" - }, - { - "inputs": [ - { - "name": "selector", - "type": "felt" - }, - { - "name": "calldata_size", - "type": "felt" - }, - { - "name": "calldata", - "type": "felt*" - } - ], - "name": "__default__", - "outputs": [ - { - "name": "retdata_size", - "type": "felt" - }, - { - "name": "retdata", - "type": "felt*" - } - ], - "type": "function" - }, - { - "inputs": [ - { - "name": "selector", - "type": "felt" - }, - { - "name": "calldata_size", - "type": "felt" - }, - { - "name": "calldata", - "type": "felt*" - } - ], - "name": "__l1_default__", - "outputs": [], - "type": "l1_handler" - }, - { - "inputs": [], - "name": "get_implementation_hash", - "outputs": [ - { - "name": "class_hash", - "type": "felt" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "name": "class_hash", - "type": "felt" - } - ], - "name": "set_implementation_hash", - "outputs": [], - "type": "function" - } -] diff --git a/packages/starksheet-cairo/deployments/madara/deployments.json b/packages/starksheet-cairo/deployments/madara/deployments.json index e621c257..fdc386aa 100644 --- a/packages/starksheet-cairo/deployments/madara/deployments.json +++ b/packages/starksheet-cairo/deployments/madara/deployments.json @@ -1,25 +1,25 @@ { "BasicCellRenderer": { - "address": "0x6e36cb9f6e580777ac930b1eee10289d5338f662224a4fab28fa162d80ae13e", - "tx": "0x431f51fa1e5c3c1a3471cd17060949460e960858c2718f011a46caf7b5e8cc3", + "address": "0x457c1cb9fe8df874d48b76999b2501a01b6843b3e427f4bc3b5e468f15ebdf1", + "tx": "0x7e61f571445cf9ba77c53c690d93be1816f201219a524a15b3d06cf1b57c2d", "artifact": "build/BasicCellRenderer.json", "alias": "basic_cell_renderer" }, "math": { - "address": "0x14c96904ebf2f72b3046cd835c9faf6e5914e911dd05e1060dedc980b0058df", - "tx": "0x5c6b1ba65b717e6fb3d9b8f55fdc70b0f40b979456cdf9266f21ef84cd59665", + "address": "0x79ad412d4ceb0e5925ef20be5a6759e4e7f4b560f39c9800e5dc88296fe0f32", + "tx": "0x4a2e9796daaa6b02a363b94d2be10a9010a36669d157b9317438c87da3861ab", "artifact": "build/math.json", "alias": "math" }, "execute": { - "address": "0x3f01333631cec91361849e66544ca8d788f2cc56502d58a9472a0670eac2d3", - "tx": "0x328d2bb04fdc942ce3ced33259cf3ec29986d76f30d58966b2959a5be6acd34", + "address": "0x1c00165896eca925da88caa5544508d28ba0d24b595674b9af80bb855ba310b", + "tx": "0xadf459677acc1faba4d39adeb9f766ecbf006929f562045714b4d0fe319f33", "artifact": "build/execute.json", "alias": "execute" }, "Starksheet": { - "address": "0x177265be841470b54d72451f1c871b3b2a26c008b01d6f02356f019107287a1", - "tx": "0x12907ee228b5b6e3799dd2d826c836110dc54efad452a381ab78bd45ef57964", + "address": "0x1f0e3fde6b6f1edf1871d07382f06eb69471b9b998fa0770880308b0da7b6b0", + "tx": "0x3079825b26f1459b716a81dc34caebb10ec99c56e62d1b4529c3b6fcd40d2c3", "artifact": "build/Starksheet.json", "alias": "starksheet" } diff --git a/packages/starksheet-cairo/deploy/dusty_pilots.py b/packages/starksheet-cairo/scripts/dusty_pilots.py similarity index 100% rename from packages/starksheet-cairo/deploy/dusty_pilots.py rename to packages/starksheet-cairo/scripts/dusty_pilots.py diff --git a/packages/starksheet-cairo/deploy/random_renderer.py b/packages/starksheet-cairo/scripts/random_renderer.py similarity index 100% rename from packages/starksheet-cairo/deploy/random_renderer.py rename to packages/starksheet-cairo/scripts/random_renderer.py diff --git a/packages/starksheet-cairo/deploy/sheet.py b/packages/starksheet-cairo/scripts/sheet.py similarity index 100% rename from packages/starksheet-cairo/deploy/sheet.py rename to packages/starksheet-cairo/scripts/sheet.py diff --git a/packages/starksheet-cairo/scripts/starksheet_compile.py b/packages/starksheet-cairo/scripts/starksheet_compile.py new file mode 100644 index 00000000..8a75779d --- /dev/null +++ b/packages/starksheet-cairo/scripts/starksheet_compile.py @@ -0,0 +1,35 @@ +# %% Imports +import logging +from asyncio import run +from datetime import datetime + +from dotenv import load_dotenv +from utils.constants import COMPILED_CONTRACTS, NETWORK +from utils.deployment import compile_contract + +load_dotenv() +logging.basicConfig() +logger = logging.getLogger(__name__) +logger.setLevel(logging.INFO) + + +# %% Main +async def main(): + # %% Compile + logger.info(f"ℹ️ Compiling contracts for network {NETWORK['name']}") + initial_time = datetime.now() + for contract in COMPILED_CONTRACTS: + logger.info(f"⏳ Compiling {contract}") + start = datetime.now() + compile_contract(contract) + elapsed = datetime.now() - start + logger.info(f"✅ Compiled in {elapsed.total_seconds():.2f}s") + + logger.info( + f"✅ Compiled all in {(datetime.now() - initial_time).total_seconds():.2f}s" + ) + + +# %% Main +if __name__ == "__main__": + run(main()) diff --git a/packages/starksheet-cairo/deploy/starksheet.py b/packages/starksheet-cairo/scripts/starksheet_deploy.py similarity index 74% rename from packages/starksheet-cairo/deploy/starksheet.py rename to packages/starksheet-cairo/scripts/starksheet_deploy.py index f200de83..43342767 100644 --- a/packages/starksheet-cairo/deploy/starksheet.py +++ b/packages/starksheet-cairo/scripts/starksheet_deploy.py @@ -1,15 +1,12 @@ # %% Imports import logging from asyncio import run -from datetime import datetime from dotenv import load_dotenv from utils.constants import COMPILED_CONTRACTS, NETWORK from utils.deployment import ( - compile_contract, declare, deploy, - deploy_starknet_account, dump_declarations, dump_deployments, get_account, @@ -27,23 +24,7 @@ # %% Main async def main(): - # %% Compile - logger.info(f"ℹ️ Compiling contracts for network {NETWORK['name']}") - initial_time = datetime.now() - for contract in COMPILED_CONTRACTS: - logger.info(f"⏳ Compiling {contract}") - start = datetime.now() - compile_contract(contract) - elapsed = datetime.now() - start - logger.info(f"✅ Compiled in {elapsed.total_seconds():.2f}s") - - logger.info( - f"✅ Compiled all in {(datetime.now() - initial_time).total_seconds():.2f}s" - ) - # %% Declarations - if NETWORK["name"] in ["madara", "sharingan"]: - await deploy_starknet_account(amount=100) account = await get_account() logger.info(f"ℹ️ Using account {hex(account.address)} as deployer") diff --git a/packages/starksheet-cairo/deploy/subdomain.py b/packages/starksheet-cairo/scripts/subdomain.py similarity index 100% rename from packages/starksheet-cairo/deploy/subdomain.py rename to packages/starksheet-cairo/scripts/subdomain.py diff --git a/packages/starksheet-cairo/deploy/uri_renderer.py b/packages/starksheet-cairo/scripts/uri_renderer.py similarity index 100% rename from packages/starksheet-cairo/deploy/uri_renderer.py rename to packages/starksheet-cairo/scripts/uri_renderer.py diff --git a/packages/starksheet-cairo/utils/deployment.py b/packages/starksheet-cairo/utils/deployment.py index 75891b7b..33f965e8 100644 --- a/packages/starksheet-cairo/utils/deployment.py +++ b/packages/starksheet-cairo/utils/deployment.py @@ -334,7 +334,7 @@ async def declare(contract_name): async def deploy(contract_name, *args): logger.info(f"ℹ️ Deploying {contract_name}") account = await get_account() - abi = json.loads(Path(get_abi(contract_name)).read_text()) + abi = get_abi(contract_name) deploy_result = await Contract.deploy_contract( account=account, @@ -488,7 +488,7 @@ def get_tx_url(tx_hash: int) -> str: def get_abi(contract_name): - return BUILD_DIR / f"{contract_name}_abi.json" + return json.loads((BUILD_DIR / f"{contract_name}.json").read_text())["abi"] async def compute_sheet_address(name, symbol):