Last active
December 19, 2022 13:51
-
-
Save imqdee/4996bdc8468971acc4a69c5bdd21dba9 to your computer and use it in GitHub Desktop.
Starknet PoC deployer artifacts
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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" | |
| }, | |
| { | |
| "data": [ | |
| { | |
| "name": "account", | |
| "type": "felt" | |
| } | |
| ], | |
| "keys": [], | |
| "name": "account_created", | |
| "type": "event" | |
| }, | |
| { | |
| "data": [ | |
| { | |
| "name": "hash", | |
| "type": "felt" | |
| }, | |
| { | |
| "name": "response_len", | |
| "type": "felt" | |
| }, | |
| { | |
| "name": "response", | |
| "type": "felt*" | |
| } | |
| ], | |
| "keys": [], | |
| "name": "transaction_executed", | |
| "type": "event" | |
| }, | |
| { | |
| "inputs": [ | |
| { | |
| "name": "plugin_id", | |
| "type": "felt" | |
| }, | |
| { | |
| "name": "plugin_calldata_len", | |
| "type": "felt" | |
| }, | |
| { | |
| "name": "plugin_calldata", | |
| "type": "felt*" | |
| } | |
| ], | |
| "name": "initialize", | |
| "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": "retdata_size", | |
| "type": "felt" | |
| }, | |
| { | |
| "name": "retdata", | |
| "type": "felt*" | |
| } | |
| ], | |
| "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": "plugin", | |
| "type": "felt" | |
| } | |
| ], | |
| "name": "addPlugin", | |
| "outputs": [], | |
| "type": "function" | |
| }, | |
| { | |
| "inputs": [ | |
| { | |
| "name": "plugin", | |
| "type": "felt" | |
| } | |
| ], | |
| "name": "removePlugin", | |
| "outputs": [], | |
| "type": "function" | |
| }, | |
| { | |
| "inputs": [ | |
| { | |
| "name": "plugin", | |
| "type": "felt" | |
| }, | |
| { | |
| "name": "selector", | |
| "type": "felt" | |
| }, | |
| { | |
| "name": "calldata_len", | |
| "type": "felt" | |
| }, | |
| { | |
| "name": "calldata", | |
| "type": "felt*" | |
| } | |
| ], | |
| "name": "executeOnPlugin", | |
| "outputs": [], | |
| "type": "function" | |
| }, | |
| { | |
| "inputs": [ | |
| { | |
| "name": "hash", | |
| "type": "felt" | |
| }, | |
| { | |
| "name": "sig_len", | |
| "type": "felt" | |
| }, | |
| { | |
| "name": "sig", | |
| "type": "felt*" | |
| } | |
| ], | |
| "name": "isValidSignature", | |
| "outputs": [ | |
| { | |
| "name": "isValid", | |
| "type": "felt" | |
| } | |
| ], | |
| "stateMutability": "view", | |
| "type": "function" | |
| }, | |
| { | |
| "inputs": [ | |
| { | |
| "name": "plugin", | |
| "type": "felt" | |
| } | |
| ], | |
| "name": "isPlugin", | |
| "outputs": [ | |
| { | |
| "name": "success", | |
| "type": "felt" | |
| } | |
| ], | |
| "stateMutability": "view", | |
| "type": "function" | |
| }, | |
| { | |
| "inputs": [ | |
| { | |
| "name": "plugin", | |
| "type": "felt" | |
| }, | |
| { | |
| "name": "selector", | |
| "type": "felt" | |
| }, | |
| { | |
| "name": "calldata_len", | |
| "type": "felt" | |
| }, | |
| { | |
| "name": "calldata", | |
| "type": "felt*" | |
| } | |
| ], | |
| "name": "readOnPlugin", | |
| "outputs": [ | |
| { | |
| "name": "retdata_len", | |
| "type": "felt" | |
| }, | |
| { | |
| "name": "retdata", | |
| "type": "felt*" | |
| } | |
| ], | |
| "stateMutability": "view", | |
| "type": "function" | |
| }, | |
| { | |
| "inputs": [ | |
| { | |
| "name": "interfaceId", | |
| "type": "felt" | |
| } | |
| ], | |
| "name": "supportsInterface", | |
| "outputs": [ | |
| { | |
| "name": "success", | |
| "type": "felt" | |
| } | |
| ], | |
| "stateMutability": "view", | |
| "type": "function" | |
| }, | |
| { | |
| "inputs": [], | |
| "name": "getVersion", | |
| "outputs": [ | |
| { | |
| "name": "version", | |
| "type": "felt" | |
| } | |
| ], | |
| "stateMutability": "view", | |
| "type": "function" | |
| } | |
| ], | |
| "entry_points_by_type": { | |
| "CONSTRUCTOR": [], | |
| "EXTERNAL": [ | |
| { | |
| "offset": "0x3b9", | |
| "selector": "0x6516766109edb114b1ac99010a4bbd9bc7a84d11c71ca47c42f8e3955ffee6" | |
| }, | |
| { | |
| "offset": "0x1c2", | |
| "selector": "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463" | |
| }, | |
| { | |
| "offset": "0x2aa", | |
| "selector": "0xfcad79cc189fc52af52e0f904f7fc222609bc9a065163a00b7453071e3f289" | |
| }, | |
| { | |
| "offset": "0x210", | |
| "selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad" | |
| }, | |
| { | |
| "offset": "0x24b", | |
| "selector": "0x162da33a4585851fe8d3af3c2a9c60b557814e221e0d4f30ff0b2189d9c7775" | |
| }, | |
| { | |
| "offset": "0x350", | |
| "selector": "0x213dfe25e2ca309c4d615a09cfc95fdb2fc7dc73fbcad12c450fe93b1f2ff9e" | |
| }, | |
| { | |
| "offset": "0x287", | |
| "selector": "0x289da278a8dc833409cabfdad1581e8e7d40e42dcaed693fa4008dcdb4963b3" | |
| }, | |
| { | |
| "offset": "0x3eb", | |
| "selector": "0x29e211664c0b63c79638fbea474206ca74016b3e9a3dc4f9ac300ffd8bdf2cd" | |
| }, | |
| { | |
| "offset": "0x40a", | |
| "selector": "0x2aa20ff86b29546fd697eb81064769cf566031d56b10b8bba2c70125bd8403a" | |
| }, | |
| { | |
| "offset": "0x2c8", | |
| "selector": "0x2aa8632f4391da8c3d6896fd2a99847d75734f499ada23fd730c0271a0733c8" | |
| }, | |
| { | |
| "offset": "0x2f0", | |
| "selector": "0x3244e6b6d2020475a6d849ad59ca8c9af1e699a868682b5b72c79ad10e730a6" | |
| }, | |
| { | |
| "offset": "0x37e", | |
| "selector": "0x39628c672eef52a1be23d7f0b34d3cf773063a2203a6cf6be0c72a9ab431629" | |
| } | |
| ], | |
| "L1_HANDLER": [] | |
| }, | |
| "program": { | |
| "attributes": [ | |
| { | |
| "accessible_scopes": [ | |
| "openzeppelin.introspection.erc165.library", | |
| "openzeppelin.introspection.erc165.library.ERC165", | |
| "openzeppelin.introspection.erc165.library.ERC165.register_interface" | |
| ], | |
| "end_pc": 239, | |
| "flow_tracking_data": { | |
| "ap_tracking": { | |
| "group": 22, | |
| "offset": 0 | |
| }, | |
| "reference_ids": {} | |
| }, | |
| "name": "error_message", | |
| "start_pc": 234, | |
| "value": "ERC165: invalid interface id" | |
| }, | |
| { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "end_pc": 404, | |
| "flow_tracking_data": { | |
| "ap_tracking": { | |
| "group": 32, | |
| "offset": 61 | |
| }, | |
| "reference_ids": {} | |
| }, | |
| "name": "error_message", | |
| "start_pc": 402, | |
| "value": "Account: already initialized" | |
| }, | |
| { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "end_pc": 407, | |
| "flow_tracking_data": { | |
| "ap_tracking": { | |
| "group": 32, | |
| "offset": 61 | |
| }, | |
| "reference_ids": {} | |
| }, | |
| "name": "error_message", | |
| "start_pc": 404, | |
| "value": "Account: signer cannot be null" | |
| }, | |
| { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "end_pc": 486, | |
| "flow_tracking_data": { | |
| "ap_tracking": { | |
| "group": 35, | |
| "offset": 10 | |
| }, | |
| "reference_ids": {} | |
| }, | |
| "name": "error_message", | |
| "start_pc": 484, | |
| "value": "Account: reentrant call" | |
| }, | |
| { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.addPlugin" | |
| ], | |
| "end_pc": 673, | |
| "flow_tracking_data": { | |
| "ap_tracking": { | |
| "group": 53, | |
| "offset": 0 | |
| }, | |
| "reference_ids": {} | |
| }, | |
| "name": "error_message", | |
| "start_pc": 670, | |
| "value": "Account: plugin cannot be null" | |
| }, | |
| { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.assert_only_self" | |
| ], | |
| "end_pc": 1084, | |
| "flow_tracking_data": { | |
| "ap_tracking": { | |
| "group": 88, | |
| "offset": 12 | |
| }, | |
| "reference_ids": {} | |
| }, | |
| "name": "error_message", | |
| "start_pc": 1083, | |
| "value": "Account: caller is not this account" | |
| }, | |
| { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.assert_initialized" | |
| ], | |
| "end_pc": 1095, | |
| "flow_tracking_data": { | |
| "ap_tracking": { | |
| "group": 89, | |
| "offset": 61 | |
| }, | |
| "reference_ids": {} | |
| }, | |
| "name": "error_message", | |
| "start_pc": 1093, | |
| "value": "Account: not initialized" | |
| }, | |
| { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.assert_correct_tx_version" | |
| ], | |
| "end_pc": 1106, | |
| "flow_tracking_data": { | |
| "ap_tracking": { | |
| "group": 90, | |
| "offset": 0 | |
| }, | |
| "reference_ids": {} | |
| }, | |
| "name": "error_message", | |
| "start_pc": 1099, | |
| "value": "Account: invalid tx version" | |
| } | |
| ], | |
| "builtins": [ | |
| "pedersen", | |
| "range_check", | |
| "ecdsa" | |
| ], | |
| "compiler_version": "0.10.1", | |
| "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", | |
| "0x20780017fff7ffd", | |
| "0x4", | |
| "0x400780017fff7ffd", | |
| "0x1", | |
| "0x208b7fff7fff7ffe", | |
| "0x48297ffd80007ffc", | |
| "0x20680017fff7fff", | |
| "0x4", | |
| "0x402780017ffc7ffc", | |
| "0x1", | |
| "0x208b7fff7fff7ffe", | |
| "0x400380007ffc7ffd", | |
| "0x482680017ffc8000", | |
| "0x1", | |
| "0x208b7fff7fff7ffe", | |
| "0x480680017fff8000", | |
| "0x3ffffffffffffffffffffffffffffff", | |
| "0x480280017ffc8000", | |
| "0x48307fff80007ffe", | |
| "0x400280027ffc7fff", | |
| "0x480280017ffc8000", | |
| "0x484480017fff8000", | |
| "0x100000000000000000000000000000000", | |
| "0x480280007ffc8000", | |
| "0x40317fff7ffe7ffd", | |
| "0x482680017ffc8000", | |
| "0x3", | |
| "0x208b7fff7fff7ffe", | |
| "0x40780017fff7fff", | |
| "0x1", | |
| "0x20680017fff7fff", | |
| "0x10", | |
| "0x480a7ffc7fff8000", | |
| "0x482680017ffd8000", | |
| "0x11000000000000000000000000000000000000000000000101", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", | |
| "0x480680017fff8000", | |
| "0x800000000000011000000000000000000000000000000000000000000000000", | |
| "0x48127ffe7fff8000", | |
| "0x48287ffd80007ffe", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe7", | |
| "0x482680017ffd8000", | |
| "0x11000000000000000000000000000000000000000000000101", | |
| "0x208b7fff7fff7ffe", | |
| "0x40780017fff7fff", | |
| "0x1", | |
| "0x20680017fff7fff", | |
| "0xc", | |
| "0x40780017fff7fff", | |
| "0xa", | |
| "0x480680017fff8000", | |
| "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeff", | |
| "0x480a7ffc7fff8000", | |
| "0x48287ffd80007ffe", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd8", | |
| "0x10780017fff7fff", | |
| "0x8", | |
| "0x40780017fff7fff", | |
| "0xb", | |
| "0x480a7ffc7fff8000", | |
| "0x480a7ffd7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd0", | |
| "0x480a7ffd7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x480680017fff8000", | |
| "0x43616c6c436f6e7472616374", | |
| "0x400280007ff97fff", | |
| "0x400380017ff97ffa", | |
| "0x400380027ff97ffb", | |
| "0x400380037ff97ffc", | |
| "0x400380047ff97ffd", | |
| "0x482680017ff98000", | |
| "0x7", | |
| "0x480280057ff98000", | |
| "0x480280067ff98000", | |
| "0x208b7fff7fff7ffe", | |
| "0x480680017fff8000", | |
| "0x4c69627261727943616c6c", | |
| "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", | |
| "0x456d69744576656e74", | |
| "0x400280007ff97fff", | |
| "0x400380017ff97ffa", | |
| "0x400380027ff97ffb", | |
| "0x400380037ff97ffc", | |
| "0x400380047ff97ffd", | |
| "0x482680017ff98000", | |
| "0x5", | |
| "0x208b7fff7fff7ffe", | |
| "0x480680017fff8000", | |
| "0x4765745478496e666f", | |
| "0x400280007ffd7fff", | |
| "0x482680017ffd8000", | |
| "0x2", | |
| "0x480280017ffd8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x400380017ff97ffa", | |
| "0x400380007ff97ffb", | |
| "0x482680017ff98000", | |
| "0x2", | |
| "0x208b7fff7fff7ffe", | |
| "0x20780017fff7ffd", | |
| "0x5", | |
| "0x480680017fff8000", | |
| "0x0", | |
| "0x208b7fff7fff7ffe", | |
| "0x480680017fff8000", | |
| "0x1", | |
| "0x208b7fff7fff7ffe", | |
| "0x480a7ffb7fff8000", | |
| "0x480680017fff8000", | |
| "0x10f6bdc8f69644775581b157f06334cb94ae302da4f6d09656c9a31f092cff6", | |
| "0x480a7ffd7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff50", | |
| "0x480a7ffc7fff8000", | |
| "0x48127ffe7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff7d", | |
| "0x48127fe17fff8000", | |
| "0x48127ffd7fff8000", | |
| "0x48127ffd7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x480a7ffb7fff8000", | |
| "0x480a7ffc7fff8000", | |
| "0x480a7ffd7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff0", | |
| "0x480a7ffa7fff8000", | |
| "0x48127ffe7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffbe", | |
| "0x48127ffe7fff8000", | |
| "0x48127ff57fff8000", | |
| "0x48127ff57fff8000", | |
| "0x48127ffc7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x480a7ffa7fff8000", | |
| "0x480a7ffb7fff8000", | |
| "0x480a7ffc7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe2", | |
| "0x480a7ff97fff8000", | |
| "0x48127ffe7fff8000", | |
| "0x480a7ffd7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffb7", | |
| "0x48127ff67fff8000", | |
| "0x48127ff67fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x482680017ffd8000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffe00365a", | |
| "0x20680017fff7fff", | |
| "0x8", | |
| "0x480a7ffa7fff8000", | |
| "0x480a7ffb7fff8000", | |
| "0x480a7ffc7fff8000", | |
| "0x480680017fff8000", | |
| "0x1", | |
| "0x208b7fff7fff7ffe", | |
| "0x480a7ffa7fff8000", | |
| "0x480a7ffb7fff8000", | |
| "0x480a7ffc7fff8000", | |
| "0x480a7ffd7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd8", | |
| "0x208b7fff7fff7ffe", | |
| "0x480a7ffd7fff8000", | |
| "0x480680017fff8000", | |
| "0xffffffff", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff31", | |
| "0x480a7ffa7fff8000", | |
| "0x480a7ffb7fff8000", | |
| "0x480a7ffc7fff8000", | |
| "0x480a7ffd7fff8000", | |
| "0x480680017fff8000", | |
| "0x1", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd8", | |
| "0x208b7fff7fff7ffe", | |
| "0x40780017fff7fff", | |
| "0x5", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff07", | |
| "0x40137fff7fff8000", | |
| "0x4003800080007ffa", | |
| "0x400380007ff87ffa", | |
| "0x402780017ff88001", | |
| "0x1", | |
| "0x4826800180008000", | |
| "0x1", | |
| "0x484680017ffa8000", | |
| "0x4", | |
| "0x40317fff7ffe8002", | |
| "0x4826800180008000", | |
| "0x1", | |
| "0x480a7ffb7fff8000", | |
| "0x484680017ffa8000", | |
| "0x4", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffeff", | |
| "0x4003800080027ffc", | |
| "0x4003800080017ffc", | |
| "0x4027800180018003", | |
| "0x1", | |
| "0x4826800180028000", | |
| "0x1", | |
| "0x40297ffc7fff8004", | |
| "0x4826800180028000", | |
| "0x1", | |
| "0x480a7ffd7fff8000", | |
| "0x480a7ffc7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffef2", | |
| "0x480a7ff77fff8000", | |
| "0x480a7ff97fff8000", | |
| "0x480680017fff8000", | |
| "0x3d5dd63d7dc0de108d32d55bd8a8f2b62fd23d0938f9b5b2c6003ec0cb829ca", | |
| "0x4829800080008004", | |
| "0x480a80007fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff49", | |
| "0x48127ffd7fff8000", | |
| "0x480a80037fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x40780017fff7fff", | |
| "0x2", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffeda", | |
| "0x40137fff7fff8000", | |
| "0x480680017fff8000", | |
| "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784", | |
| "0x4002800080007fff", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffed4", | |
| "0x40137fff7fff8001", | |
| "0x4003800080017ffd", | |
| "0x4826800180018000", | |
| "0x1", | |
| "0x480a7ffb7fff8000", | |
| "0x480680017fff8000", | |
| "0x1", | |
| "0x480a80007fff8000", | |
| "0x4828800180007ffc", | |
| "0x480a80017fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff5a", | |
| "0x480a7ffc7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x40780017fff7fff", | |
| "0x4", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffec2", | |
| "0x40137fff7fff8000", | |
| "0x480680017fff8000", | |
| "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53", | |
| "0x4002800080007fff", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffebc", | |
| "0x40137fff7fff8001", | |
| "0x4003800080017ffb", | |
| "0x4003800180017ffc", | |
| "0x400380007ffa7ffc", | |
| "0x402780017ffa8002", | |
| "0x1", | |
| "0x4826800180018000", | |
| "0x2", | |
| "0x40297ffc7fff8003", | |
| "0x4826800180018000", | |
| "0x2", | |
| "0x480a7ffd7fff8000", | |
| "0x480a7ffc7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffeb6", | |
| "0x480a7ff97fff8000", | |
| "0x480680017fff8000", | |
| "0x1", | |
| "0x480a80007fff8000", | |
| "0x4829800180008003", | |
| "0x480a80017fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff37", | |
| "0x480a80027fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x480a7ffb7fff8000", | |
| "0x480680017fff8000", | |
| "0x3fc8071f123699cb23a29d592c95293d2bd79e1a4cbc07f67b82d1f2b2b45af", | |
| "0x480a7ffd7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffea0", | |
| "0x480a7ffc7fff8000", | |
| "0x48127ffe7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffecd", | |
| "0x48127fe17fff8000", | |
| "0x48127ffd7fff8000", | |
| "0x48127ffd7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x480a7ffb7fff8000", | |
| "0x480a7ffc7fff8000", | |
| "0x480a7ffd7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff0", | |
| "0x480a7ffa7fff8000", | |
| "0x48127ffe7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff0e", | |
| "0x48127ffe7fff8000", | |
| "0x48127ff57fff8000", | |
| "0x48127ff57fff8000", | |
| "0x48127ffc7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x480a7ffa7fff8000", | |
| "0x480a7ffb7fff8000", | |
| "0x480a7ffc7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe2", | |
| "0x480a7ff97fff8000", | |
| "0x48127ffe7fff8000", | |
| "0x480a7ffd7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff07", | |
| "0x48127ff67fff8000", | |
| "0x48127ff67fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x40780017fff7fff", | |
| "0x0", | |
| "0x480a7ff87fff8000", | |
| "0x480a7ff97fff8000", | |
| "0x480a7ffa7fff8000", | |
| "0x480680017fff8000", | |
| "0x0", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffdf", | |
| "0x400680017fff7fff", | |
| "0x0", | |
| "0x480a7ffb7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe84", | |
| "0x20780017fff7ffc", | |
| "0x6", | |
| "0x48127ff97fff8000", | |
| "0x48127ff97fff8000", | |
| "0x48127ff97fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x48127ff97fff8000", | |
| "0x48127ff97fff8000", | |
| "0x48127ff97fff8000", | |
| "0x480680017fff8000", | |
| "0x0", | |
| "0x480a7ffb7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffda", | |
| "0x480a7ffb7fff8000", | |
| "0x480680017fff8000", | |
| "0x1", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd5", | |
| "0x480680017fff8000", | |
| "0xa66bd575", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff3f", | |
| "0x48127ffd7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffecd", | |
| "0x48127ffe7fff8000", | |
| "0x48127ff87fff8000", | |
| "0x48127ffd7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff72", | |
| "0x48127ffe7fff8000", | |
| "0x480a7ffb7fff8000", | |
| "0x480680017fff8000", | |
| "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", | |
| "0x480a7ffc7fff8000", | |
| "0x480a7ffd7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffead", | |
| "0x48127ffd7fff8000", | |
| "0x48127fd37fff8000", | |
| "0x48127ff27fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x480280027ffb8000", | |
| "0x480280017ffd8000", | |
| "0x400080007ffe7fff", | |
| "0x482680017ffd8000", | |
| "0x2", | |
| "0x480280017ffd8000", | |
| "0x48307fff7ffe8000", | |
| "0x402a7ffd7ffc7fff", | |
| "0x480280027ffb8000", | |
| "0x480280007ffb8000", | |
| "0x480280017ffb8000", | |
| "0x482480017ffd8000", | |
| "0x1", | |
| "0x480280007ffd8000", | |
| "0x480280017ffd8000", | |
| "0x482680017ffd8000", | |
| "0x2", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffb7", | |
| "0x40780017fff7fff", | |
| "0x1", | |
| "0x48127ffc7fff8000", | |
| "0x48127ffc7fff8000", | |
| "0x48127ffc7fff8000", | |
| "0x480280037ffb8000", | |
| "0x480680017fff8000", | |
| "0x0", | |
| "0x48127ffa7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x40780017fff7fff", | |
| "0x4", | |
| "0x480a7ff67fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe93", | |
| "0x400680017fff7fff", | |
| "0x0", | |
| "0x48127ffe7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffeb6", | |
| "0x40137fff7fff8000", | |
| "0x48127ffe7fff8000", | |
| "0x4802800080008000", | |
| "0x1104800180018000", | |
| "0x25f", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe13", | |
| "0x40137fff7fff8001", | |
| "0x48127ffc7fff8000", | |
| "0x480a7ffa7fff8000", | |
| "0x480a7ffb7fff8000", | |
| "0x480a7ffd7fff8000", | |
| "0x480a80017fff8000", | |
| "0x1104800180018000", | |
| "0x280", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe09", | |
| "0x40137fff7fff8002", | |
| "0x48127ffc7fff8000", | |
| "0x480a7ffa7fff8000", | |
| "0x480a80017fff8000", | |
| "0x480a80027fff8000", | |
| "0x1104800180018000", | |
| "0x255", | |
| "0x40137fff7fff8003", | |
| "0x48127ffe7fff8000", | |
| "0x480a7ff97fff8000", | |
| "0x4802800580008000", | |
| "0x480a80037fff8000", | |
| "0x480a80027fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff37", | |
| "0x48127ffe7fff8000", | |
| "0x480a7ff77fff8000", | |
| "0x480a7ff87fff8000", | |
| "0x48127ffc7fff8000", | |
| "0x480a80037fff8000", | |
| "0x480a80027fff8000", | |
| "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", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffb3", | |
| "0x48127ffa7fff8000", | |
| "0x48127ffa7fff8000", | |
| "0x48127ffb7fff8000", | |
| "0x48127ff97fff8000", | |
| "0x48127ffa7fff8000", | |
| "0x48127ffa7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x40780017fff7fff", | |
| "0x0", | |
| "0x480a7ff67fff8000", | |
| "0x480a7ff77fff8000", | |
| "0x480a7ff97fff8000", | |
| "0x1104800180018000", | |
| "0x203", | |
| "0x1104800180018000", | |
| "0x1da", | |
| "0x48127ffc7fff8000", | |
| "0x48127ffc7fff8000", | |
| "0x480a7ff87fff8000", | |
| "0x48127ffb7fff8000", | |
| "0x48127ffb7fff8000", | |
| "0x480a7ffa7fff8000", | |
| "0x480a7ffb7fff8000", | |
| "0x480a7ffc7fff8000", | |
| "0x480a7ffd7fff8000", | |
| "0x1104800180018000", | |
| "0xc6", | |
| "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", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffcf", | |
| "0x40780017fff7fff", | |
| "0x1", | |
| "0x48127ffb7fff8000", | |
| "0x48127ffb7fff8000", | |
| "0x48127ffc7fff8000", | |
| "0x48127ffa7fff8000", | |
| "0x480680017fff8000", | |
| "0x0", | |
| "0x48127ffa7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x40780017fff7fff", | |
| "0x0", | |
| "0x480a7ff97fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe26", | |
| "0x48127ffe7fff8000", | |
| "0x480a7ffa7fff8000", | |
| "0x480a7ffb7fff8000", | |
| "0x480a7ffc7fff8000", | |
| "0x480080057ffb8000", | |
| "0x480080037ffa8000", | |
| "0x480080047ff98000", | |
| "0x1104800180018000", | |
| "0x9e", | |
| "0x48127ffb7fff8000", | |
| "0x48127ffb7fff8000", | |
| "0x48127ffb7fff8000", | |
| "0x48127ffb7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x482680017ffd8000", | |
| "0x1", | |
| "0x402a7ffd7ffc7fff", | |
| "0x480280007ffb8000", | |
| "0x480280017ffb8000", | |
| "0x480280037ffb8000", | |
| "0x480280027ffb8000", | |
| "0x480280007ffd8000", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe6", | |
| "0x40780017fff7fff", | |
| "0x1", | |
| "0x48127ffb7fff8000", | |
| "0x48127ffb7fff8000", | |
| "0x48127ffc7fff8000", | |
| "0x48127ffa7fff8000", | |
| "0x480680017fff8000", | |
| "0x0", | |
| "0x48127ffa7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x480a7ffa7fff8000", | |
| "0x1104800180018000", | |
| "0x199", | |
| "0x480a7ffd7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd7a", | |
| "0x48127ffc7fff8000", | |
| "0x480a7ffb7fff8000", | |
| "0x480a7ffc7fff8000", | |
| "0x480a7ffd7fff8000", | |
| "0x480680017fff8000", | |
| "0x1", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffed6", | |
| "0x208b7fff7fff7ffe", | |
| "0x482680017ffd8000", | |
| "0x1", | |
| "0x402a7ffd7ffc7fff", | |
| "0x480280007ffb8000", | |
| "0x480280017ffb8000", | |
| "0x480280027ffb8000", | |
| "0x480280007ffd8000", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffeb", | |
| "0x40780017fff7fff", | |
| "0x1", | |
| "0x48127ffc7fff8000", | |
| "0x48127ffc7fff8000", | |
| "0x48127ffc7fff8000", | |
| "0x480280037ffb8000", | |
| "0x480680017fff8000", | |
| "0x0", | |
| "0x48127ffa7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x480a7ffa7fff8000", | |
| "0x1104800180018000", | |
| "0x177", | |
| "0x480a7ffb7fff8000", | |
| "0x480a7ffc7fff8000", | |
| "0x480a7ffd7fff8000", | |
| "0x480680017fff8000", | |
| "0x0", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffeb8", | |
| "0x208b7fff7fff7ffe", | |
| "0x482680017ffd8000", | |
| "0x1", | |
| "0x402a7ffd7ffc7fff", | |
| "0x480280007ffb8000", | |
| "0x480280017ffb8000", | |
| "0x480280027ffb8000", | |
| "0x480280007ffd8000", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffef", | |
| "0x40780017fff7fff", | |
| "0x1", | |
| "0x48127ffc7fff8000", | |
| "0x48127ffc7fff8000", | |
| "0x48127ffc7fff8000", | |
| "0x480280037ffb8000", | |
| "0x480680017fff8000", | |
| "0x0", | |
| "0x48127ffa7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x480a7ff77fff8000", | |
| "0x1104800180018000", | |
| "0x159", | |
| "0x480a7ff87fff8000", | |
| "0x480a7ff97fff8000", | |
| "0x480a7ffa7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe8e", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd36", | |
| "0x48127ffa7fff8000", | |
| "0x480a7ffa7fff8000", | |
| "0x480a7ffb7fff8000", | |
| "0x480a7ffc7fff8000", | |
| "0x480a7ffd7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd7f", | |
| "0x48127ffd7fff8000", | |
| "0x48127fef7fff8000", | |
| "0x48127fef7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x480280027ffb8000", | |
| "0x480280027ffd8000", | |
| "0x400080007ffe7fff", | |
| "0x482680017ffd8000", | |
| "0x3", | |
| "0x480280027ffd8000", | |
| "0x48307fff7ffe8000", | |
| "0x402a7ffd7ffc7fff", | |
| "0x480280027ffb8000", | |
| "0x480280007ffb8000", | |
| "0x480280017ffb8000", | |
| "0x482480017ffd8000", | |
| "0x1", | |
| "0x480280007ffd8000", | |
| "0x480280017ffd8000", | |
| "0x480280027ffd8000", | |
| "0x482680017ffd8000", | |
| "0x3", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffda", | |
| "0x40780017fff7fff", | |
| "0x1", | |
| "0x48127ffc7fff8000", | |
| "0x48127ffc7fff8000", | |
| "0x48127ffc7fff8000", | |
| "0x480280037ffb8000", | |
| "0x480680017fff8000", | |
| "0x0", | |
| "0x48127ffa7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x40780017fff7fff", | |
| "0x0", | |
| "0x480a7ff57fff8000", | |
| "0x480a7ff87fff8000", | |
| "0x480a7ff97fff8000", | |
| "0x480a7ffa7fff8000", | |
| "0x480a7ffb7fff8000", | |
| "0x480a7ffc7fff8000", | |
| "0x480a7ffd7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffde2", | |
| "0x48127ffe7fff8000", | |
| "0x480a7ff67fff8000", | |
| "0x480a7ff77fff8000", | |
| "0x48127ffc7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x40780017fff7fff", | |
| "0x5", | |
| "0x480a7ff77fff8000", | |
| "0x480a7ff87fff8000", | |
| "0x480a7ffa7fff8000", | |
| "0x480680017fff8000", | |
| "0x0", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe4a", | |
| "0x40137fff7fff8000", | |
| "0x40137ffc7fff8001", | |
| "0x40137ffd7fff8002", | |
| "0x40137ffe7fff8003", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffcd6", | |
| "0x40137fff7fff8004", | |
| "0x4003800080047ffb", | |
| "0x4003800180047ffc", | |
| "0x4826800180048000", | |
| "0x2", | |
| "0x480a7ffd7fff8000", | |
| "0x480a7ffc7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffcd6", | |
| "0x480a80017fff8000", | |
| "0x480a80007fff8000", | |
| "0x480680017fff8000", | |
| "0x213dfe25e2ca309c4d615a09cfc95fdb2fc7dc73fbcad12c450fe93b1f2ff9e", | |
| "0x482680017ffc8000", | |
| "0x2", | |
| "0x480a80047fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd2c", | |
| "0x400680017fff7ffe", | |
| "0x1", | |
| "0x48127ffd7fff8000", | |
| "0x480a80027fff8000", | |
| "0x480a7ff97fff8000", | |
| "0x480a80037fff8000", | |
| "0x480080007ffb8000", | |
| "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", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffbd", | |
| "0x48127ffe7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe3", | |
| "0x48127ff37fff8000", | |
| "0x48127ff37fff8000", | |
| "0x48127ffb7fff8000", | |
| "0x48127ff27fff8000", | |
| "0x48127ffa7fff8000", | |
| "0x48127ffa7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x480a7ffa7fff8000", | |
| "0x480a7ffb7fff8000", | |
| "0x480a7ffc7fff8000", | |
| "0x480a7ffd7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffdfd", | |
| "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", | |
| "0x48127ffa7fff8000", | |
| "0x48127ffa7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x480a7ff77fff8000", | |
| "0x480a7ff87fff8000", | |
| "0x480a7ff97fff8000", | |
| "0x480a7ffa7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffdda", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc82", | |
| "0x48127ffa7fff8000", | |
| "0x480a7ffa7fff8000", | |
| "0x480a7ffb7fff8000", | |
| "0x480a7ffc7fff8000", | |
| "0x480a7ffd7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffccb", | |
| "0x48127ffd7fff8000", | |
| "0x48127fef7fff8000", | |
| "0x48127fef7fff8000", | |
| "0x48127ffb7fff8000", | |
| "0x48127ffb7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x40780017fff7fff", | |
| "0x3", | |
| "0x4003800080007ffb", | |
| "0x400380007ffd7ffb", | |
| "0x402780017ffd8001", | |
| "0x1", | |
| "0x4826800180008000", | |
| "0x1", | |
| "0x40297ffb7fff8002", | |
| "0x4826800180008000", | |
| "0x1", | |
| "0x480a7ffc7fff8000", | |
| "0x480a7ffb7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc57", | |
| "0x480a80017fff8000", | |
| "0x4829800080008002", | |
| "0x480a80007fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x40780017fff7fff", | |
| "0x2", | |
| "0x480280027ffb8000", | |
| "0x480280027ffd8000", | |
| "0x400080007ffe7fff", | |
| "0x482680017ffd8000", | |
| "0x3", | |
| "0x480280027ffd8000", | |
| "0x48307fff7ffe8000", | |
| "0x402a7ffd7ffc7fff", | |
| "0x480280027ffb8000", | |
| "0x480280007ffb8000", | |
| "0x480280017ffb8000", | |
| "0x482480017ffd8000", | |
| "0x1", | |
| "0x480280007ffd8000", | |
| "0x480280017ffd8000", | |
| "0x480280027ffd8000", | |
| "0x482680017ffd8000", | |
| "0x3", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffc5", | |
| "0x40137ffb7fff8000", | |
| "0x40137ffc7fff8001", | |
| "0x48127ffd7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd5", | |
| "0x480a80007fff8000", | |
| "0x480a80017fff8000", | |
| "0x48127ffb7fff8000", | |
| "0x480280037ffb8000", | |
| "0x48127ffa7fff8000", | |
| "0x48127ffa7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x480a7ffa7fff8000", | |
| "0x480a7ffb7fff8000", | |
| "0x480a7ffc7fff8000", | |
| "0x480a7ffd7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffcfb", | |
| "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", | |
| "0x48127ffa7fff8000", | |
| "0x48127ffa7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x480680017fff8000", | |
| "0x302e312e30", | |
| "0x208b7fff7fff7ffe", | |
| "0x40780017fff7fff", | |
| "0x1", | |
| "0x4003800080007ffc", | |
| "0x4826800180008000", | |
| "0x1", | |
| "0x480a7ffd7fff8000", | |
| "0x4828800080007ffe", | |
| "0x480a80007fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x402b7ffd7ffc7ffd", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff4", | |
| "0x480280027ffb8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff4", | |
| "0x480280007ffb8000", | |
| "0x480280017ffb8000", | |
| "0x48127ffb7fff8000", | |
| "0x480280037ffb8000", | |
| "0x48127ffa7fff8000", | |
| "0x48127ffa7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x40780017fff7fff", | |
| "0x0", | |
| "0x480a7ffb7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc83", | |
| "0x480080047fff8000", | |
| "0x48127ffd7fff8000", | |
| "0x480a7ffc7fff8000", | |
| "0x480a7ffd7fff8000", | |
| "0x480080007ffc8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd4e", | |
| "0x482480017fff8000", | |
| "0x800000000000011000000000000000000000000000000000000000000000000", | |
| "0x20680017fff7fff", | |
| "0x8", | |
| "0x480080047fc08000", | |
| "0x48127ffa7fff8000", | |
| "0x48127ffa7fff8000", | |
| "0x48127ffa7fff8000", | |
| "0x480080007ffc8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x48127ffb7fff8000", | |
| "0x48127ffb7fff8000", | |
| "0x48127ffb7fff8000", | |
| "0x480680017fff8000", | |
| "0x0", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd3d", | |
| "0x208b7fff7fff7ffe", | |
| "0x480a7ffd7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc46", | |
| "0x48127ffe7fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc3c", | |
| "0x40127fff7fff7ff9", | |
| "0x48127ffe7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x480a7ffb7fff8000", | |
| "0x480a7ffc7fff8000", | |
| "0x480a7ffd7fff8000", | |
| "0x480680017fff8000", | |
| "0x0", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffd2c", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffbd4", | |
| "0x48127ffa7fff8000", | |
| "0x48127ffa7fff8000", | |
| "0x48127ffa7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x482680017ffd8000", | |
| "0x800000000000011000000000000000000000000000000000000000000000000", | |
| "0x482680017ffd8000", | |
| "0x800000000000010ffffffffffffffff00000000000000000000000000000000", | |
| "0x480680017fff8000", | |
| "0x0", | |
| "0x40507ffe7ffd7fff", | |
| "0x480a7ffc7fff8000", | |
| "0x208b7fff7fff7ffe", | |
| "0x40780017fff7fff", | |
| "0x3", | |
| "0x20780017fff7ffb", | |
| "0x6", | |
| "0x480a7ffa7fff8000", | |
| "0x480680017fff8000", | |
| "0x0", | |
| "0x208b7fff7fff7ffe", | |
| "0x480a7ffa7fff8000", | |
| "0x480280007ffc8000", | |
| "0x480280017ffc8000", | |
| "0x480280027ffc8000", | |
| "0x480280037ffc8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffbfc", | |
| "0x40137ffe7fff8000", | |
| "0x40137fff7fff8001", | |
| "0x40137ffd7fff8002", | |
| "0x480a7ffd7fff8000", | |
| "0x480a80017fff8000", | |
| "0x480a80007fff8000", | |
| "0x1104800180018000", | |
| "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffba1", | |
| "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" | |
| ], | |
| "debug_info": { | |
| "file_contents": { | |
| "autogen/starknet/arg_processor/01cba52f8515996bb9d7070bde81ff39281d096d7024a558efcba6e1fd2402cf.cairo": "assert [cast(fp + (-4), felt*)] = __calldata_actual_size;\n", | |
| "autogen/starknet/arg_processor/16b228bb7e88e74b572b7b259cb78c365c4e9c63ad3fbc9aae81e4c7bf3d84dd.cairo": "assert [__calldata_ptr] = calldata_len;\nlet __calldata_ptr = __calldata_ptr + 1;\n", | |
| "autogen/starknet/arg_processor/19a23c268b4380394040cdcd4e3394633bc2c43cafa96b39c25372069077062d.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = 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 __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 + calldata_len * 1;\nmemcpy(\n dst=__calldata_ptr_copy,\n src=calldata,\n len=calldata_len * 1);\n", | |
| "autogen/starknet/arg_processor/23eb145dfcc4e5c056d6e803f1da4bcc93607ee9f55fca5ad18024a8574c1b34.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = __calldata_arg_call_array_len;\nlet range_check_ptr = range_check_ptr + 1;\n// Create the reference.\nlet __calldata_arg_call_array = cast(__calldata_ptr, src.account.library.AccountCallArray*);\n// Use 'tempvar' instead of 'let' to avoid repeating this computation for the\n// following arguments.\ntempvar __calldata_ptr = __calldata_ptr + __calldata_arg_call_array_len * 4;\n", | |
| "autogen/starknet/arg_processor/4927b56fb2c7dff10e4b65c831cc986d34ec9217006abab60f6bf3734b6b501f.cairo": "assert [__return_value_ptr] = ret_value.version;\nlet __return_value_ptr = __return_value_ptr + 1;\n", | |
| "autogen/starknet/arg_processor/521f8e405ce06271ae82a547e408a53ceb5765c9647aa34da9f226a7afb235ce.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = response_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 + response_len * 1;\nmemcpy(\n dst=__calldata_ptr_copy,\n src=response,\n len=response_len * 1);\n", | |
| "autogen/starknet/arg_processor/55e872161b1f2b112f272860bcec85ad9b9a1b196fab493656cc8961ae36d428.cairo": "let __calldata_arg_plugin_calldata_len = [__calldata_ptr];\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/60a1d0127411d0a1f9a364f5245ae52da8e752ea42edf6ddaf5217c8bdeb8bad.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = __calldata_arg_calldata_len;\nlet range_check_ptr = range_check_ptr + 1;\n// Create the reference.\nlet __calldata_arg_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_calldata_len * 1;\n", | |
| "autogen/starknet/arg_processor/6a5e642bec1f7526308a73478077ef051a66625a56a9015e448ad8b892166ca8.cairo": "let __calldata_arg_class_hash = [__calldata_ptr];\nlet __calldata_ptr = __calldata_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/710b92fab77fea91f4cb359145d53f8d86e91cd25d30e7903fda1ec30520961a.cairo": "assert [__return_value_ptr] = ret_value.retdata_len;\nlet __return_value_ptr = __return_value_ptr + 1;\n", | |
| "autogen/starknet/arg_processor/71bda5d6615cf66a93af5985e2790bee9e14558a8db508f619c3499ab9df6755.cairo": "assert [__calldata_ptr] = account;\nlet __calldata_ptr = __calldata_ptr + 1;\n", | |
| "autogen/starknet/arg_processor/73a9b219de2b32c668e1974c3d5cb6fa14c1b11577c8b5d224bcab486ab8e0c2.cairo": "let __calldata_arg_plugin_id = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", | |
| "autogen/starknet/arg_processor/7d414b262c68fc841bd5cabc1b99a376203af211ee4edd6022e3928f31c03c92.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = call_array_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 + call_array_len * 4;\nmemcpy(\n dst=__calldata_ptr_copy,\n src=call_array,\n len=call_array_len * 4);\n", | |
| "autogen/starknet/arg_processor/7dc21e5febb3934461e79e32b9e043909f57ea5d5d88047175f79be259d9fdd5.cairo": "let __calldata_arg_call_array_len = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", | |
| "autogen/starknet/arg_processor/81481b77e98c23bf09409bf36feae804b99043d0f280564ccb359aeee5de8778.cairo": "assert [__return_value_ptr] = ret_value.isValid;\nlet __return_value_ptr = __return_value_ptr + 1;\n", | |
| "autogen/starknet/arg_processor/903dc895e082a420faa066f3a47c236f6cea89034cd554a984aa03952a9a183b.cairo": "let __calldata_arg_plugin = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", | |
| "autogen/starknet/arg_processor/9602206f68c634741ce181058ea4c4ab4954943caf92fa3eb286abbe9fb64230.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = ret_value.retdata_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.retdata_len * 1;\nmemcpy(\n dst=__return_value_ptr_copy,\n src=ret_value.retdata,\n len=ret_value.retdata_len * 1);\n", | |
| "autogen/starknet/arg_processor/a9209c663b082767530fc1eeadb412c71c1d09ba63c5d42f5f68694edf2c174b.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = __calldata_arg_sig_len;\nlet range_check_ptr = range_check_ptr + 1;\n// Create the reference.\nlet __calldata_arg_sig = 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_sig_len * 1;\n", | |
| "autogen/starknet/arg_processor/b04e5ee631fcb90faa2d2b6e411085bbe72f150c44ac46712e142e1e280f4171.cairo": "assert [__calldata_ptr] = response_len;\nlet __calldata_ptr = __calldata_ptr + 1;\n", | |
| "autogen/starknet/arg_processor/b07888c526f97925bd7037f4dcde235d5ffb2d92354828348c217678c2166713.cairo": "let __calldata_arg_hash = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", | |
| "autogen/starknet/arg_processor/b3680ca562908399dc897f0a23ed55686e0fba9ab4a18330c139e561aa7b41d8.cairo": "let __calldata_arg_calldata_len = [__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/cd55740a7ec16a10c18da7b50ee24bc2c099894226f0c68e8e91c6bfdc7d6e03.cairo": "// Check that the length is non-negative.\nassert [range_check_ptr] = __calldata_arg_plugin_calldata_len;\nlet range_check_ptr = range_check_ptr + 1;\n// Create the reference.\nlet __calldata_arg_plugin_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_plugin_calldata_len * 1;\n", | |
| "autogen/starknet/arg_processor/de438fc98ab4f82a580290365a9d80af35120252bc8c2d04506c077cdb6bfc68.cairo": "let __calldata_arg_sig_len = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", | |
| "autogen/starknet/arg_processor/e3c2e30b18fc61b4c86767a76481c06f7f1a367563bda98359963a54bce1aed3.cairo": "assert [__calldata_ptr] = hash;\nlet __calldata_ptr = __calldata_ptr + 1;\n", | |
| "autogen/starknet/arg_processor/efce3bc97e0a7923c6699414008fef8ca0564718704acd4ae52e0b77f0a7c01e.cairo": "let __calldata_arg_selector = [__calldata_ptr];\nlet __calldata_ptr = __calldata_ptr + 1;\n", | |
| "autogen/starknet/arg_processor/f0cdd852228eafc502d10ea99b1eb4962308786838fff824254720b57cbe9181.cairo": "assert [__calldata_ptr] = call_array_len;\nlet __calldata_ptr = __calldata_ptr + 1;\n", | |
| "autogen/starknet/contract_interface/IPlugin/validate/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo": "\nalloc_locals;\nlet (local calldata_ptr_start: felt*) = alloc();\nlet __calldata_ptr = calldata_ptr_start;\n", | |
| "autogen/starknet/contract_interface/IPlugin/validate/7a48938dc1bac3b0af3aab24cc0915ceb44526dae12137ca35441a5fa7f517bf.cairo": "\nlet (retdata_size, retdata) = library_call(\n class_hash=class_hash,\n function_selector=VALIDATE_SELECTOR,\n calldata_size=__calldata_ptr - calldata_ptr_start,\n calldata=calldata_ptr_start);\n", | |
| "autogen/starknet/contract_interface/IPlugin/validate/d94fcd33092109c8225b5cf0436c2f19c16686591427711b59398645d8731efd.cairo": "func library_call_validate{syscall_ptr: felt*, range_check_ptr}(\n class_hash: felt) {\n}\n", | |
| "autogen/starknet/contract_interface/IPlugin/validate/fb06bdf6e8fa9c7ff7d919d712d494716b0b586b2a762687cfb72d93da06ab29.cairo": "\nreturn ();\n", | |
| "autogen/starknet/event/account_created/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo": "emit_event(keys_len=1, keys=__keys_ptr, data_len=__calldata_ptr - __data_ptr, data=__data_ptr);\nreturn ();\n", | |
| "autogen/starknet/event/account_created/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/account_created/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo": "func emit{syscall_ptr: felt*, range_check_ptr}() {\n}\n", | |
| "autogen/starknet/event/transaction_executed/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo": "emit_event(keys_len=1, keys=__keys_ptr, data_len=__calldata_ptr - __data_ptr, data=__data_ptr);\nreturn ();\n", | |
| "autogen/starknet/event/transaction_executed/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/transaction_executed/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo": "func emit{syscall_ptr: felt*, range_check_ptr}() {\n}\n", | |
| "autogen/starknet/external/__execute__/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,ecdsa_ptr,retdata_size,retdata);\n", | |
| "autogen/starknet/external/__execute__/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", | |
| "autogen/starknet/external/__execute__/85787d2d8fa1e9feaaf73da330749e653bfc5b0f979f6a0bdc53947feb8078e5.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, ecdsa_ptr=ecdsa_ptr, range_check_ptr=range_check_ptr}(call_array_len=__calldata_arg_call_array_len, call_array=__calldata_arg_call_array, calldata_len=__calldata_arg_calldata_len, calldata=__calldata_arg_calldata,);\nlet retdata_size = ret_value.retdata_size;\nlet retdata = ret_value.retdata;\n", | |
| "autogen/starknet/external/__execute__/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", | |
| "autogen/starknet/external/__execute__/972efe4adb0e1cedbdf0f0747cf1e121111a6180229de74773d49a6e595c4f3d.cairo": "let ecdsa_ptr = [cast([cast(fp + (-5), felt**)] + 3, starkware.cairo.common.cairo_builtins.SignatureBuiltin**)];\n", | |
| "autogen/starknet/external/__execute__/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", | |
| "autogen/starknet/external/__validate__/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,ecdsa_ptr,retdata_size,retdata);\n", | |
| "autogen/starknet/external/__validate__/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", | |
| "autogen/starknet/external/__validate__/883be30acb6a1330d51bfd10cbcbff897d747444eaacd9630821b0430bd22dc4.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, ecdsa_ptr=ecdsa_ptr, range_check_ptr=range_check_ptr}(call_array_len=__calldata_arg_call_array_len, call_array=__calldata_arg_call_array, calldata_len=__calldata_arg_calldata_len, calldata=__calldata_arg_calldata,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", | |
| "autogen/starknet/external/__validate__/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", | |
| "autogen/starknet/external/__validate__/972efe4adb0e1cedbdf0f0747cf1e121111a6180229de74773d49a6e595c4f3d.cairo": "let ecdsa_ptr = [cast([cast(fp + (-5), felt**)] + 3, starkware.cairo.common.cairo_builtins.SignatureBuiltin**)];\n", | |
| "autogen/starknet/external/__validate__/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", | |
| "autogen/starknet/external/__validate_declare__/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,ecdsa_ptr,retdata_size,retdata);\n", | |
| "autogen/starknet/external/__validate_declare__/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", | |
| "autogen/starknet/external/__validate_declare__/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", | |
| "autogen/starknet/external/__validate_declare__/972efe4adb0e1cedbdf0f0747cf1e121111a6180229de74773d49a6e595c4f3d.cairo": "let ecdsa_ptr = [cast([cast(fp + (-5), felt**)] + 3, starkware.cairo.common.cairo_builtins.SignatureBuiltin**)];\n", | |
| "autogen/starknet/external/__validate_declare__/aeb171d2cc305f87c40b0407565ecdd1a4c396c46cd94f15ca0069e15eab01ed.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, ecdsa_ptr=ecdsa_ptr, range_check_ptr=range_check_ptr}(class_hash=__calldata_arg_class_hash,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", | |
| "autogen/starknet/external/__validate_declare__/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", | |
| "autogen/starknet/external/addPlugin/17fce280f53a1e529f7a40d3d3897aa81743ceb27d6f62c0796fbbda78e25cdb.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(plugin=__calldata_arg_plugin,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", | |
| "autogen/starknet/external/addPlugin/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,ecdsa_ptr,retdata_size,retdata);\n", | |
| "autogen/starknet/external/addPlugin/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", | |
| "autogen/starknet/external/addPlugin/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", | |
| "autogen/starknet/external/addPlugin/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", | |
| "autogen/starknet/external/addPlugin/c6c4d3a7a58c6b37d5fdd51b25e5ab9f3e75174b411ab503db3ce03636ed6e2a.cairo": "let ecdsa_ptr = [cast([cast(fp + (-5), felt**)] + 3, felt*)];\n", | |
| "autogen/starknet/external/executeOnPlugin/0529d8aeacfdcefe00a63f343452feffbf35c863a45ffa39bd3de2301d959c61.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(plugin=__calldata_arg_plugin, selector=__calldata_arg_selector, calldata_len=__calldata_arg_calldata_len, calldata=__calldata_arg_calldata,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", | |
| "autogen/starknet/external/executeOnPlugin/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,ecdsa_ptr,retdata_size,retdata);\n", | |
| "autogen/starknet/external/executeOnPlugin/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", | |
| "autogen/starknet/external/executeOnPlugin/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", | |
| "autogen/starknet/external/executeOnPlugin/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", | |
| "autogen/starknet/external/executeOnPlugin/c6c4d3a7a58c6b37d5fdd51b25e5ab9f3e75174b411ab503db3ce03636ed6e2a.cairo": "let ecdsa_ptr = [cast([cast(fp + (-5), felt**)] + 3, felt*)];\n", | |
| "autogen/starknet/external/getVersion/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,ecdsa_ptr,retdata_size,retdata);\n", | |
| "autogen/starknet/external/getVersion/3f2c77ab4e9866f148094b3f3c2497496b7ce8700b8370e7f1bc10658a33d640.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt*)];\n", | |
| "autogen/starknet/external/getVersion/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", | |
| "autogen/starknet/external/getVersion/8f7436e4b0d19b35c6c6d40557c55aad65e12162457a1f32847c19697763a776.cairo": "let ret_value = __wrapped_func{}();\nlet (range_check_ptr, retdata_size, retdata) = getVersion_encode_return(ret_value, range_check_ptr);\n", | |
| "autogen/starknet/external/getVersion/a2e7932207d079a1e1f1fffb9d05f1edfbc5140541b28bb23f4aae8472bc1b49.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, felt*)];\n", | |
| "autogen/starknet/external/getVersion/c6c4d3a7a58c6b37d5fdd51b25e5ab9f3e75174b411ab503db3ce03636ed6e2a.cairo": "let ecdsa_ptr = [cast([cast(fp + (-5), felt**)] + 3, felt*)];\n", | |
| "autogen/starknet/external/initialize/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,ecdsa_ptr,retdata_size,retdata);\n", | |
| "autogen/starknet/external/initialize/3abfe49130642ea9e7c98b5c7ba8c4ede322e6af992c4e13cb9a63f226ad847f.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(plugin_id=__calldata_arg_plugin_id, plugin_calldata_len=__calldata_arg_plugin_calldata_len, plugin_calldata=__calldata_arg_plugin_calldata,);\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/c6c4d3a7a58c6b37d5fdd51b25e5ab9f3e75174b411ab503db3ce03636ed6e2a.cairo": "let ecdsa_ptr = [cast([cast(fp + (-5), felt**)] + 3, felt*)];\n", | |
| "autogen/starknet/external/isPlugin/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,ecdsa_ptr,retdata_size,retdata);\n", | |
| "autogen/starknet/external/isPlugin/4efd48d80ec5c794533dcd97c493679c9ab36ebfce4c1c60645969e5b1f368f8.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(plugin=__calldata_arg_plugin,);\nlet (range_check_ptr, retdata_size, retdata) = isPlugin_encode_return(ret_value, range_check_ptr);\n", | |
| "autogen/starknet/external/isPlugin/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", | |
| "autogen/starknet/external/isPlugin/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", | |
| "autogen/starknet/external/isPlugin/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", | |
| "autogen/starknet/external/isPlugin/c6c4d3a7a58c6b37d5fdd51b25e5ab9f3e75174b411ab503db3ce03636ed6e2a.cairo": "let ecdsa_ptr = [cast([cast(fp + (-5), felt**)] + 3, felt*)];\n", | |
| "autogen/starknet/external/isValidSignature/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,ecdsa_ptr,retdata_size,retdata);\n", | |
| "autogen/starknet/external/isValidSignature/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", | |
| "autogen/starknet/external/isValidSignature/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", | |
| "autogen/starknet/external/isValidSignature/972efe4adb0e1cedbdf0f0747cf1e121111a6180229de74773d49a6e595c4f3d.cairo": "let ecdsa_ptr = [cast([cast(fp + (-5), felt**)] + 3, starkware.cairo.common.cairo_builtins.SignatureBuiltin**)];\n", | |
| "autogen/starknet/external/isValidSignature/b175dcbb43aa543a40af9ecfd09f995eed83c62e91f0ae01a97484ee3136770f.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, ecdsa_ptr=ecdsa_ptr, range_check_ptr=range_check_ptr}(hash=__calldata_arg_hash, sig_len=__calldata_arg_sig_len, sig=__calldata_arg_sig,);\nlet (range_check_ptr, retdata_size, retdata) = isValidSignature_encode_return(ret_value, range_check_ptr);\n", | |
| "autogen/starknet/external/isValidSignature/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", | |
| "autogen/starknet/external/readOnPlugin/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,ecdsa_ptr,retdata_size,retdata);\n", | |
| "autogen/starknet/external/readOnPlugin/3feeacb2197785df3bef8621b041d70c78869133f57b74b695b8b3490b3b524a.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(plugin=__calldata_arg_plugin, selector=__calldata_arg_selector, calldata_len=__calldata_arg_calldata_len, calldata=__calldata_arg_calldata,);\nlet (range_check_ptr, retdata_size, retdata) = readOnPlugin_encode_return(ret_value, range_check_ptr);\n", | |
| "autogen/starknet/external/readOnPlugin/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", | |
| "autogen/starknet/external/readOnPlugin/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", | |
| "autogen/starknet/external/readOnPlugin/985779bc5b1719cd087f632e10007577c1d524830e9d3eb055c981d59bfd42d6.cairo": "func readOnPlugin() -> (syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, ecdsa_ptr: felt, size: felt, retdata: felt*) {\n alloc_locals;\n}\n", | |
| "autogen/starknet/external/readOnPlugin/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", | |
| "autogen/starknet/external/readOnPlugin/c6c4d3a7a58c6b37d5fdd51b25e5ab9f3e75174b411ab503db3ce03636ed6e2a.cairo": "let ecdsa_ptr = [cast([cast(fp + (-5), felt**)] + 3, felt*)];\n", | |
| "autogen/starknet/external/removePlugin/17fce280f53a1e529f7a40d3d3897aa81743ceb27d6f62c0796fbbda78e25cdb.cairo": "let ret_value = __wrapped_func{syscall_ptr=syscall_ptr, pedersen_ptr=pedersen_ptr, range_check_ptr=range_check_ptr}(plugin=__calldata_arg_plugin,);\n%{ memory[ap] = segments.add() %} // Allocate memory for return value.\ntempvar retdata: felt*;\nlet retdata_size = 0;\n", | |
| "autogen/starknet/external/removePlugin/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,ecdsa_ptr,retdata_size,retdata);\n", | |
| "autogen/starknet/external/removePlugin/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo": "let range_check_ptr = [cast([cast(fp + (-5), felt**)] + 2, felt*)];\n", | |
| "autogen/starknet/external/removePlugin/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo": "let pedersen_ptr = [cast([cast(fp + (-5), felt**)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)];\n", | |
| "autogen/starknet/external/removePlugin/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo": "let syscall_ptr = [cast([cast(fp + (-5), felt**)] + 0, felt**)];\n", | |
| "autogen/starknet/external/removePlugin/c6c4d3a7a58c6b37d5fdd51b25e5ab9f3e75174b411ab503db3ce03636ed6e2a.cairo": "let ecdsa_ptr = [cast([cast(fp + (-5), felt**)] + 3, felt*)];\n", | |
| "autogen/starknet/external/return/getVersion/31179c0a6a0854d456732f18daf11b5a938301ec111d00bff49741ac047676a6.cairo": "func getVersion_encode_return(ret_value: (version: 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/isPlugin/09b223d07e6df678524ef7a69f1660c219118d2435bc0a1d399e064bfca52728.cairo": "func isPlugin_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/isValidSignature/788c6a8b6b18c5871daf6f002535597a864dc3acd6177843eee7ab2e36e975c5.cairo": "func isValidSignature_encode_return(ret_value: (isValid: 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/readOnPlugin/c694636b59b813de0d20a2941ce0745b860b85b5a1fc4de673ae848a19480aa3.cairo": "func readOnPlugin_encode_return(ret_value: (retdata_len: felt, retdata: 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/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/supportsInterface/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo": "return (syscall_ptr,pedersen_ptr,range_check_ptr,ecdsa_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/c6c4d3a7a58c6b37d5fdd51b25e5ab9f3e75174b411ab503db3ce03636ed6e2a.cairo": "let ecdsa_ptr = [cast([cast(fp + (-5), felt**)] + 3, felt*)];\n", | |
| "autogen/starknet/storage_var/Account_plugins/decl.cairo": "namespace Account_plugins {\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}(plugin: 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}(plugin: felt) -> (\n res: 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 plugin: felt, value: felt\n ) {\n let storage_addr = 0;\n call addr;\n call storage_write;\n }\n}", | |
| "autogen/starknet/storage_var/Account_plugins/impl.cairo": "namespace Account_plugins {\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}(plugin: felt) -> (res: felt) {\n let res = 1803070501475144765453530607029811683324743933336468275594840429144004314543;\n let (res) = hash2{hash_ptr=pedersen_ptr}(res, cast(&plugin, 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}(plugin: felt) -> (\n res: felt\n ) {\n let (storage_addr) = addr(plugin);\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 plugin: felt, value: felt\n ) {\n let (storage_addr) = addr(plugin);\n storage_write(address=storage_addr + 0, value=[cast(&value, felt) + 0]);\n return ();\n }\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}" | |
| }, | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 13, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 28, | |
| "end_line": 18, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/hash.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 18, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 38, | |
| "end_line": 13, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 47, | |
| "end_line": 13, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/memcpy.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 34 | |
| } | |
| }, | |
| "24": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 12 | |
| } | |
| }, | |
| "26": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 14 | |
| } | |
| }, | |
| "28": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 17 | |
| } | |
| }, | |
| "29": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 32 | |
| } | |
| }, | |
| "30": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 32 | |
| } | |
| }, | |
| "32": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 34 | |
| } | |
| }, | |
| "34": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 37 | |
| } | |
| }, | |
| "35": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 47 | |
| } | |
| }, | |
| "36": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 31, | |
| "end_line": 41, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 15, | |
| "end_line": 49, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "38": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 49 | |
| } | |
| }, | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 57, | |
| "end_line": 108, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 24, | |
| "end_line": 113, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 38, | |
| "end_line": 113, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 36, | |
| "end_line": 89, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 15, | |
| "end_line": 116, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 116 | |
| } | |
| }, | |
| "52": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 13 | |
| } | |
| }, | |
| "54": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 22 | |
| } | |
| }, | |
| "56": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 36, | |
| "end_line": 89, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 50, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "57": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 25, | |
| "end_line": 50, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "59": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 50 | |
| } | |
| }, | |
| "61": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 25, | |
| "end_line": 51, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "63": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 50, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 36, | |
| "end_line": 89, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 51, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "64": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 25, | |
| "end_line": 51, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "65": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 51 | |
| } | |
| }, | |
| "67": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "start_col": 21, | |
| "start_line": 52 | |
| } | |
| }, | |
| "69": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 52 | |
| } | |
| }, | |
| "70": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 23 | |
| } | |
| }, | |
| "72": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 25 | |
| } | |
| }, | |
| "74": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "start_col": 13, | |
| "start_line": 30 | |
| } | |
| }, | |
| "76": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "start_col": 28, | |
| "start_line": 32 | |
| } | |
| }, | |
| "78": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 36, | |
| "end_line": 89, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 50, | |
| "end_line": 32, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "79": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "start_col": 28, | |
| "start_line": 32 | |
| } | |
| }, | |
| "80": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "start_col": 13, | |
| "start_line": 32 | |
| } | |
| }, | |
| "82": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 25 | |
| } | |
| }, | |
| "84": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "start_col": 13, | |
| "start_line": 26 | |
| } | |
| }, | |
| "86": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 36, | |
| "end_line": 89, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 33, | |
| "end_line": 28, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "87": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 32, | |
| "end_line": 28, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "88": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "start_col": 13, | |
| "start_line": 28 | |
| } | |
| }, | |
| "90": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 25, | |
| "end_line": 34, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "91": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/storage.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 34 | |
| } | |
| }, | |
| "92": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 18, | |
| "start_line": 47 | |
| } | |
| }, | |
| "94": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.call_contract" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 28, | |
| "end_line": 51, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 46 | |
| } | |
| }, | |
| "95": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.call_contract" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 28, | |
| "end_line": 51, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 46 | |
| } | |
| }, | |
| "96": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.call_contract" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 28, | |
| "end_line": 51, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 46 | |
| } | |
| }, | |
| "97": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.call_contract" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 28, | |
| "end_line": 51, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 46 | |
| } | |
| }, | |
| "98": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.call_contract" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 28, | |
| "end_line": 51, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 46 | |
| } | |
| }, | |
| "99": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.call_contract" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [ | |
| { | |
| "location": { | |
| "end_col": 88, | |
| "end_line": 52, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 52 | |
| }, | |
| "n_prefix_newlines": 0 | |
| } | |
| ], | |
| "inst": { | |
| "end_col": 54, | |
| "end_line": 55, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 38, | |
| "end_line": 42, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 75, | |
| "end_line": 56, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 56 | |
| }, | |
| "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": 55 | |
| } | |
| }, | |
| "101": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.call_contract" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 47, | |
| "end_line": 56, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 26, | |
| "start_line": 56 | |
| } | |
| }, | |
| "102": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.call_contract" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 73, | |
| "end_line": 56, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 57, | |
| "start_line": 56 | |
| } | |
| }, | |
| "103": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.call_contract" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 75, | |
| "end_line": 56, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 56 | |
| } | |
| }, | |
| "104": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.library_call" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 39, | |
| "end_line": 89, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 18, | |
| "start_line": 89 | |
| } | |
| }, | |
| "106": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.library_call" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 28, | |
| "end_line": 93, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 88 | |
| } | |
| }, | |
| "107": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.library_call" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 28, | |
| "end_line": 93, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 88 | |
| } | |
| }, | |
| "108": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.library_call" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 28, | |
| "end_line": 93, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 88 | |
| } | |
| }, | |
| "109": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.library_call" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 28, | |
| "end_line": 93, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 88 | |
| } | |
| }, | |
| "110": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.library_call" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 28, | |
| "end_line": 93, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 88 | |
| } | |
| }, | |
| "111": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.library_call" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [ | |
| { | |
| "location": { | |
| "end_col": 87, | |
| "end_line": 94, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 94 | |
| }, | |
| "n_prefix_newlines": 0 | |
| } | |
| ], | |
| "inst": { | |
| "end_col": 53, | |
| "end_line": 97, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 37, | |
| "end_line": 84, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 75, | |
| "end_line": 98, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 98 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 19, | |
| "start_line": 84 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 23, | |
| "start_line": 97 | |
| } | |
| }, | |
| "113": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.library_call" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 47, | |
| "end_line": 98, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 26, | |
| "start_line": 98 | |
| } | |
| }, | |
| "114": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.library_call" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 73, | |
| "end_line": 98, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 57, | |
| "start_line": 98 | |
| } | |
| }, | |
| "115": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.library_call" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 75, | |
| "end_line": 98, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 98 | |
| } | |
| }, | |
| "116": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.get_caller_address" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 90, | |
| "end_line": 198, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 63, | |
| "start_line": 198 | |
| } | |
| }, | |
| "118": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.get_caller_address" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 92, | |
| "end_line": 198, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 198 | |
| } | |
| }, | |
| "119": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.get_caller_address" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [ | |
| { | |
| "location": { | |
| "end_col": 93, | |
| "end_line": 199, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 199 | |
| }, | |
| "n_prefix_newlines": 0 | |
| } | |
| ], | |
| "inst": { | |
| "end_col": 58, | |
| "end_line": 200, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 43, | |
| "end_line": 196, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 61, | |
| "end_line": 201, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 201 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 25, | |
| "start_line": 196 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 23, | |
| "start_line": 200 | |
| } | |
| }, | |
| "121": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.get_caller_address" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 59, | |
| "end_line": 201, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 28, | |
| "start_line": 201 | |
| } | |
| }, | |
| "122": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.get_caller_address" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 61, | |
| "end_line": 201, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 201 | |
| } | |
| }, | |
| "123": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.get_contract_address" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 94, | |
| "end_line": 272, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 65, | |
| "start_line": 272 | |
| } | |
| }, | |
| "125": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.get_contract_address" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 96, | |
| "end_line": 272, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 272 | |
| } | |
| }, | |
| "126": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.get_contract_address" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [ | |
| { | |
| "location": { | |
| "end_col": 95, | |
| "end_line": 273, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 273 | |
| }, | |
| "n_prefix_newlines": 0 | |
| } | |
| ], | |
| "inst": { | |
| "end_col": 60, | |
| "end_line": 274, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 45, | |
| "end_line": 270, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 65, | |
| "end_line": 275, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 275 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 27, | |
| "start_line": 270 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 23, | |
| "start_line": 274 | |
| } | |
| }, | |
| "128": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.get_contract_address" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 63, | |
| "end_line": 275, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 30, | |
| "start_line": 275 | |
| } | |
| }, | |
| "129": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.get_contract_address" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 65, | |
| "end_line": 275, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 275 | |
| } | |
| }, | |
| "130": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.storage_read" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 79, | |
| "end_line": 350, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 58, | |
| "start_line": 350 | |
| } | |
| }, | |
| "132": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.storage_read" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 98, | |
| "end_line": 350, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 350 | |
| } | |
| }, | |
| "133": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.storage_read" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 98, | |
| "end_line": 350, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 350 | |
| } | |
| }, | |
| "134": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.storage_read" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [ | |
| { | |
| "location": { | |
| "end_col": 87, | |
| "end_line": 351, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 351 | |
| }, | |
| "n_prefix_newlines": 0 | |
| } | |
| ], | |
| "inst": { | |
| "end_col": 53, | |
| "end_line": 353, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 37, | |
| "end_line": 348, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 35, | |
| "end_line": 354, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 354 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 19, | |
| "start_line": 348 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 23, | |
| "start_line": 353 | |
| } | |
| }, | |
| "136": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.storage_read" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 33, | |
| "end_line": 354, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 19, | |
| "start_line": 354 | |
| } | |
| }, | |
| "137": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.storage_read" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 35, | |
| "end_line": 354, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 354 | |
| } | |
| }, | |
| "138": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.storage_write" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 40, | |
| "end_line": 368, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 18, | |
| "start_line": 368 | |
| } | |
| }, | |
| "140": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.storage_write" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 72, | |
| "end_line": 368, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 367 | |
| } | |
| }, | |
| "141": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.storage_write" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 72, | |
| "end_line": 368, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 367 | |
| } | |
| }, | |
| "142": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.storage_write" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 72, | |
| "end_line": 368, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 367 | |
| } | |
| }, | |
| "143": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.storage_write" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [ | |
| { | |
| "location": { | |
| "end_col": 88, | |
| "end_line": 369, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 369 | |
| }, | |
| "n_prefix_newlines": 0 | |
| } | |
| ], | |
| "inst": { | |
| "end_col": 54, | |
| "end_line": 370, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 38, | |
| "end_line": 366, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 15, | |
| "end_line": 371, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 371 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 20, | |
| "start_line": 366 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 23, | |
| "start_line": 370 | |
| } | |
| }, | |
| "145": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.storage_write" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 15, | |
| "end_line": 371, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 371 | |
| } | |
| }, | |
| "146": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.emit_event" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 37, | |
| "end_line": 387, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 18, | |
| "start_line": 387 | |
| } | |
| }, | |
| "148": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.emit_event" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 99, | |
| "end_line": 387, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 386 | |
| } | |
| }, | |
| "149": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.emit_event" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 99, | |
| "end_line": 387, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 386 | |
| } | |
| }, | |
| "150": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.emit_event" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 99, | |
| "end_line": 387, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 386 | |
| } | |
| }, | |
| "151": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.emit_event" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 99, | |
| "end_line": 387, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 386 | |
| } | |
| }, | |
| "152": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.emit_event" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 99, | |
| "end_line": 387, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 386 | |
| } | |
| }, | |
| "153": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.emit_event" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [ | |
| { | |
| "location": { | |
| "end_col": 85, | |
| "end_line": 388, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 388 | |
| }, | |
| "n_prefix_newlines": 0 | |
| } | |
| ], | |
| "inst": { | |
| "end_col": 51, | |
| "end_line": 389, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 35, | |
| "end_line": 385, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 15, | |
| "end_line": 390, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 390 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 17, | |
| "start_line": 385 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 23, | |
| "start_line": 389 | |
| } | |
| }, | |
| "155": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.emit_event" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 15, | |
| "end_line": 390, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 390 | |
| } | |
| }, | |
| "156": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.get_tx_info" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 76, | |
| "end_line": 440, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 56, | |
| "start_line": 440 | |
| } | |
| }, | |
| "158": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.get_tx_info" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 78, | |
| "end_line": 440, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 440 | |
| } | |
| }, | |
| "159": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.get_tx_info" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [ | |
| { | |
| "location": { | |
| "end_col": 86, | |
| "end_line": 441, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 441 | |
| }, | |
| "n_prefix_newlines": 0 | |
| } | |
| ], | |
| "inst": { | |
| "end_col": 51, | |
| "end_line": 443, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 36, | |
| "end_line": 438, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 39, | |
| "end_line": 444, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 444 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 18, | |
| "start_line": 438 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 23, | |
| "start_line": 443 | |
| } | |
| }, | |
| "161": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.get_tx_info" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 37, | |
| "end_line": 444, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 21, | |
| "start_line": 444 | |
| } | |
| }, | |
| "162": { | |
| "accessible_scopes": [ | |
| "starkware.starknet.common.syscalls", | |
| "starkware.starknet.common.syscalls.get_tx_info" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 39, | |
| "end_line": 444, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 444 | |
| } | |
| }, | |
| "163": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/signature.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 14 | |
| } | |
| }, | |
| "164": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/signature.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 15 | |
| } | |
| }, | |
| "165": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/signature.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 57, | |
| "end_line": 10, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/signature.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 15, | |
| "end_line": 18, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "167": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/signature.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 18 | |
| } | |
| }, | |
| "168": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 8 | |
| } | |
| }, | |
| "170": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" | |
| }, | |
| "start_col": 16, | |
| "start_line": 9 | |
| } | |
| }, | |
| "172": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 9 | |
| } | |
| }, | |
| "173": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" | |
| }, | |
| "start_col": 12, | |
| "start_line": 12 | |
| } | |
| }, | |
| "175": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/cairo/common/math_cmp.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 12 | |
| } | |
| }, | |
| "176": { | |
| "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 | |
| } | |
| }, | |
| "177": { | |
| "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 | |
| } | |
| }, | |
| "179": { | |
| "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 | |
| } | |
| }, | |
| "180": { | |
| "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 | |
| } | |
| }, | |
| "182": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "183": { | |
| "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 | |
| } | |
| }, | |
| "184": { | |
| "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 | |
| } | |
| }, | |
| "186": { | |
| "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 | |
| } | |
| }, | |
| "187": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "188": { | |
| "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 | |
| } | |
| }, | |
| "189": { | |
| "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 | |
| } | |
| }, | |
| "190": { | |
| "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 | |
| } | |
| }, | |
| "191": { | |
| "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 | |
| } | |
| }, | |
| "192": { | |
| "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 | |
| } | |
| }, | |
| "193": { | |
| "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 | |
| } | |
| }, | |
| "195": { | |
| "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": 348, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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": 348 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 15, | |
| "start_line": 14 | |
| } | |
| }, | |
| "196": { | |
| "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 | |
| } | |
| }, | |
| "197": { | |
| "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 | |
| } | |
| }, | |
| "199": { | |
| "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": 348, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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": 348 | |
| } | |
| }, | |
| "200": { | |
| "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 | |
| } | |
| }, | |
| "201": { | |
| "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 | |
| } | |
| }, | |
| "202": { | |
| "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 | |
| } | |
| }, | |
| "203": { | |
| "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 | |
| } | |
| }, | |
| "204": { | |
| "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 | |
| } | |
| }, | |
| "205": { | |
| "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 | |
| } | |
| }, | |
| "206": { | |
| "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 | |
| } | |
| }, | |
| "207": { | |
| "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 | |
| } | |
| }, | |
| "209": { | |
| "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": 366, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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": 366 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 16, | |
| "start_line": 27 | |
| } | |
| }, | |
| "210": { | |
| "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 | |
| } | |
| }, | |
| "211": { | |
| "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 | |
| } | |
| }, | |
| "212": { | |
| "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 | |
| } | |
| }, | |
| "214": { | |
| "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 | |
| } | |
| }, | |
| "215": { | |
| "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 | |
| } | |
| }, | |
| "216": { | |
| "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 | |
| } | |
| }, | |
| "217": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" | |
| }, | |
| "start_col": 13, | |
| "start_line": 20 | |
| } | |
| }, | |
| "219": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 20 | |
| } | |
| }, | |
| "221": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 47, | |
| "end_line": 17, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 35, | |
| "end_line": 21, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "222": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 75, | |
| "end_line": 17, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 35, | |
| "end_line": 21, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "223": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 92, | |
| "end_line": 17, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 35, | |
| "end_line": 21, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "224": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" | |
| }, | |
| "start_col": 29, | |
| "start_line": 21 | |
| } | |
| }, | |
| "226": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" | |
| }, | |
| "start_col": 13, | |
| "start_line": 21 | |
| } | |
| }, | |
| "227": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "228": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "229": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "230": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 75, | |
| "end_line": 25, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "231": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" | |
| }, | |
| "start_col": 30, | |
| "start_line": 25 | |
| } | |
| }, | |
| "233": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 26 | |
| } | |
| }, | |
| "234": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 42, | |
| "end_line": 33, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "235": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" | |
| }, | |
| "start_col": 44, | |
| "start_line": 33 | |
| } | |
| }, | |
| "237": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" | |
| }, | |
| "start_col": 13, | |
| "start_line": 33 | |
| } | |
| }, | |
| "239": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "240": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "241": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "242": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 55, | |
| "end_line": 35, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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 | |
| } | |
| }, | |
| "243": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" | |
| }, | |
| "start_col": 57, | |
| "start_line": 35 | |
| } | |
| }, | |
| "245": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 35 | |
| } | |
| }, | |
| "247": { | |
| "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/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 36 | |
| } | |
| }, | |
| "248": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 14, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/contract_interface/IPlugin/validate/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 11, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 10, | |
| "start_line": 11 | |
| }, | |
| "While handling contract interface function:" | |
| ], | |
| "start_col": 1, | |
| "start_line": 2 | |
| } | |
| }, | |
| "250": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 48, | |
| "end_line": 3, | |
| "input_file": { | |
| "filename": "autogen/starknet/contract_interface/IPlugin/validate/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 11, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 10, | |
| "start_line": 11 | |
| }, | |
| "While handling contract interface function:" | |
| ], | |
| "start_col": 41, | |
| "start_line": 3 | |
| } | |
| }, | |
| "252": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 37, | |
| "end_line": 3, | |
| "input_file": { | |
| "filename": "autogen/starknet/contract_interface/IPlugin/validate/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 11, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 10, | |
| "start_line": 11 | |
| }, | |
| "While handling contract interface function:" | |
| ], | |
| "start_col": 6, | |
| "start_line": 3 | |
| } | |
| }, | |
| "253": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 42, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/f0cdd852228eafc502d10ea99b1eb4962308786838fff824254720b57cbe9181.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 23, | |
| "end_line": 12, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 12 | |
| }, | |
| "While handling calldata argument 'call_array_len'" | |
| ], | |
| "start_col": 1, | |
| "start_line": 1 | |
| } | |
| }, | |
| "254": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 43, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/7d414b262c68fc841bd5cabc1b99a376203af211ee4edd6022e3928f31c03c92.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 19, | |
| "end_line": 13, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 13 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 1, | |
| "start_line": 2 | |
| } | |
| }, | |
| "255": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 45, | |
| "end_line": 5, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/7d414b262c68fc841bd5cabc1b99a376203af211ee4edd6022e3928f31c03c92.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 19, | |
| "end_line": 13, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 13 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 1, | |
| "start_line": 5 | |
| } | |
| }, | |
| "257": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 40, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/f0cdd852228eafc502d10ea99b1eb4962308786838fff824254720b57cbe9181.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 23, | |
| "end_line": 12, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 45, | |
| "end_line": 10, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/7d414b262c68fc841bd5cabc1b99a376203af211ee4edd6022e3928f31c03c92.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 19, | |
| "end_line": 13, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 13 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 31, | |
| "start_line": 10 | |
| }, | |
| "While expanding the reference '__calldata_ptr' in:" | |
| ], | |
| "start_col": 9, | |
| "start_line": 12 | |
| }, | |
| "While handling calldata argument 'call_array_len'" | |
| ], | |
| "start_col": 22, | |
| "start_line": 2 | |
| } | |
| }, | |
| "259": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 66, | |
| "end_line": 10, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/7d414b262c68fc841bd5cabc1b99a376203af211ee4edd6022e3928f31c03c92.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 19, | |
| "end_line": 13, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 13 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 48, | |
| "start_line": 10 | |
| } | |
| }, | |
| "261": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 67, | |
| "end_line": 10, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/7d414b262c68fc841bd5cabc1b99a376203af211ee4edd6022e3928f31c03c92.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 19, | |
| "end_line": 13, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 13 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 1, | |
| "start_line": 10 | |
| } | |
| }, | |
| "262": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 40, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/f0cdd852228eafc502d10ea99b1eb4962308786838fff824254720b57cbe9181.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 23, | |
| "end_line": 12, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 41, | |
| "end_line": 7, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/7d414b262c68fc841bd5cabc1b99a376203af211ee4edd6022e3928f31c03c92.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 19, | |
| "end_line": 13, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 28, | |
| "end_line": 12, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/7d414b262c68fc841bd5cabc1b99a376203af211ee4edd6022e3928f31c03c92.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 19, | |
| "end_line": 13, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 13 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 9, | |
| "start_line": 12 | |
| }, | |
| "While expanding the reference '__calldata_ptr_copy' in:" | |
| ], | |
| "start_col": 9, | |
| "start_line": 13 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 27, | |
| "start_line": 7 | |
| }, | |
| "While expanding the reference '__calldata_ptr' in:" | |
| ], | |
| "start_col": 9, | |
| "start_line": 12 | |
| }, | |
| "While handling calldata argument 'call_array_len'" | |
| ], | |
| "start_col": 22, | |
| "start_line": 2 | |
| } | |
| }, | |
| "264": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 38, | |
| "end_line": 13, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 19, | |
| "end_line": 13, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/7d414b262c68fc841bd5cabc1b99a376203af211ee4edd6022e3928f31c03c92.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 19, | |
| "end_line": 13, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 13 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 9, | |
| "start_line": 13 | |
| }, | |
| "While expanding the reference 'call_array' in:" | |
| ], | |
| "start_col": 9, | |
| "start_line": 13 | |
| } | |
| }, | |
| "265": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 27, | |
| "end_line": 14, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/7d414b262c68fc841bd5cabc1b99a376203af211ee4edd6022e3928f31c03c92.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 19, | |
| "end_line": 13, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 13 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 9, | |
| "start_line": 14 | |
| } | |
| }, | |
| "267": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 28, | |
| "end_line": 14, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/7d414b262c68fc841bd5cabc1b99a376203af211ee4edd6022e3928f31c03c92.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 19, | |
| "end_line": 13, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 13 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 1, | |
| "start_line": 11 | |
| } | |
| }, | |
| "269": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 40, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/16b228bb7e88e74b572b7b259cb78c365c4e9c63ad3fbc9aae81e4c7bf3d84dd.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 14, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 14 | |
| }, | |
| "While handling calldata argument 'calldata_len'" | |
| ], | |
| "start_col": 1, | |
| "start_line": 1 | |
| } | |
| }, | |
| "270": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 41, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/19a23c268b4380394040cdcd4e3394633bc2c43cafa96b39c25372069077062d.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 15, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 15 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 1, | |
| "start_line": 2 | |
| } | |
| }, | |
| "271": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 45, | |
| "end_line": 5, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/19a23c268b4380394040cdcd4e3394633bc2c43cafa96b39c25372069077062d.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 15, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 15 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 1, | |
| "start_line": 5 | |
| } | |
| }, | |
| "273": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 40, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/16b228bb7e88e74b572b7b259cb78c365c4e9c63ad3fbc9aae81e4c7bf3d84dd.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 14, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 45, | |
| "end_line": 10, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/19a23c268b4380394040cdcd4e3394633bc2c43cafa96b39c25372069077062d.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 15, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 15 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 31, | |
| "start_line": 10 | |
| }, | |
| "While expanding the reference '__calldata_ptr' in:" | |
| ], | |
| "start_col": 9, | |
| "start_line": 14 | |
| }, | |
| "While handling calldata argument 'calldata_len'" | |
| ], | |
| "start_col": 22, | |
| "start_line": 2 | |
| } | |
| }, | |
| "275": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 65, | |
| "end_line": 10, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/19a23c268b4380394040cdcd4e3394633bc2c43cafa96b39c25372069077062d.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 15, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 15 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 1, | |
| "start_line": 10 | |
| } | |
| }, | |
| "276": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 40, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/16b228bb7e88e74b572b7b259cb78c365c4e9c63ad3fbc9aae81e4c7bf3d84dd.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 14, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 41, | |
| "end_line": 7, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/19a23c268b4380394040cdcd4e3394633bc2c43cafa96b39c25372069077062d.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 15, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 28, | |
| "end_line": 12, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/19a23c268b4380394040cdcd4e3394633bc2c43cafa96b39c25372069077062d.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 15, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 15 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 9, | |
| "start_line": 12 | |
| }, | |
| "While expanding the reference '__calldata_ptr_copy' in:" | |
| ], | |
| "start_col": 9, | |
| "start_line": 15 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 27, | |
| "start_line": 7 | |
| }, | |
| "While expanding the reference '__calldata_ptr' in:" | |
| ], | |
| "start_col": 9, | |
| "start_line": 14 | |
| }, | |
| "While handling calldata argument 'calldata_len'" | |
| ], | |
| "start_col": 22, | |
| "start_line": 2 | |
| } | |
| }, | |
| "278": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 24, | |
| "end_line": 15, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 13, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/19a23c268b4380394040cdcd4e3394633bc2c43cafa96b39c25372069077062d.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 15, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 15 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 9, | |
| "start_line": 13 | |
| }, | |
| "While expanding the reference 'calldata' in:" | |
| ], | |
| "start_col": 9, | |
| "start_line": 15 | |
| } | |
| }, | |
| "279": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 27, | |
| "end_line": 14, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 14, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/19a23c268b4380394040cdcd4e3394633bc2c43cafa96b39c25372069077062d.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 15, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 15 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 9, | |
| "start_line": 14 | |
| }, | |
| "While expanding the reference 'calldata_len' in:" | |
| ], | |
| "start_col": 9, | |
| "start_line": 14 | |
| } | |
| }, | |
| "280": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 26, | |
| "end_line": 14, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/19a23c268b4380394040cdcd4e3394633bc2c43cafa96b39c25372069077062d.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 15, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 15 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 1, | |
| "start_line": 11 | |
| } | |
| }, | |
| "282": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 46, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/contract_interface/IPlugin/validate/d94fcd33092109c8225b5cf0436c2f19c16686591427711b59398645d8731efd.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 11, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 37, | |
| "end_line": 84, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/IPlugin/validate/7a48938dc1bac3b0af3aab24cc0915ceb44526dae12137ca35441a5fa7f517bf.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 11, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 10, | |
| "start_line": 11 | |
| }, | |
| "While handling contract interface function:" | |
| ], | |
| "start_col": 31, | |
| "start_line": 2 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 19, | |
| "start_line": 84 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 10, | |
| "start_line": 11 | |
| }, | |
| "While handling contract interface function:" | |
| ], | |
| "start_col": 28, | |
| "start_line": 1 | |
| } | |
| }, | |
| "283": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 21, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/contract_interface/IPlugin/validate/d94fcd33092109c8225b5cf0436c2f19c16686591427711b59398645d8731efd.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 11, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 3, | |
| "input_file": { | |
| "filename": "autogen/starknet/contract_interface/IPlugin/validate/7a48938dc1bac3b0af3aab24cc0915ceb44526dae12137ca35441a5fa7f517bf.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 11, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 10, | |
| "start_line": 11 | |
| }, | |
| "While handling contract interface function:" | |
| ], | |
| "start_col": 16, | |
| "start_line": 3 | |
| }, | |
| "While expanding the reference 'class_hash' in:" | |
| ], | |
| "start_col": 10, | |
| "start_line": 11 | |
| }, | |
| "While handling contract interface function:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 2 | |
| } | |
| }, | |
| "284": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 40, | |
| "end_line": 4, | |
| "input_file": { | |
| "filename": "autogen/starknet/contract_interface/IPlugin/validate/7a48938dc1bac3b0af3aab24cc0915ceb44526dae12137ca35441a5fa7f517bf.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 11, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 10, | |
| "start_line": 11 | |
| }, | |
| "While handling contract interface function:" | |
| ], | |
| "start_col": 23, | |
| "start_line": 4 | |
| } | |
| }, | |
| "286": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 54, | |
| "end_line": 5, | |
| "input_file": { | |
| "filename": "autogen/starknet/contract_interface/IPlugin/validate/7a48938dc1bac3b0af3aab24cc0915ceb44526dae12137ca35441a5fa7f517bf.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 11, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 10, | |
| "start_line": 11 | |
| }, | |
| "While handling contract interface function:" | |
| ], | |
| "start_col": 19, | |
| "start_line": 5 | |
| } | |
| }, | |
| "287": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 30, | |
| "end_line": 3, | |
| "input_file": { | |
| "filename": "autogen/starknet/contract_interface/IPlugin/validate/64f7842b108e76706927b78270ac73c789c558c54431b3359e4441e63ec2a868.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 11, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 32, | |
| "end_line": 6, | |
| "input_file": { | |
| "filename": "autogen/starknet/contract_interface/IPlugin/validate/7a48938dc1bac3b0af3aab24cc0915ceb44526dae12137ca35441a5fa7f517bf.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 11, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 10, | |
| "start_line": 11 | |
| }, | |
| "While handling contract interface function:" | |
| ], | |
| "start_col": 14, | |
| "start_line": 6 | |
| }, | |
| "While expanding the reference 'calldata_ptr_start' in:" | |
| ], | |
| "start_col": 10, | |
| "start_line": 11 | |
| }, | |
| "While handling contract interface function:" | |
| ], | |
| "start_col": 12, | |
| "start_line": 3 | |
| } | |
| }, | |
| "288": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 33, | |
| "end_line": 6, | |
| "input_file": { | |
| "filename": "autogen/starknet/contract_interface/IPlugin/validate/7a48938dc1bac3b0af3aab24cc0915ceb44526dae12137ca35441a5fa7f517bf.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 11, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 10, | |
| "start_line": 11 | |
| }, | |
| "While handling contract interface function:" | |
| ], | |
| "start_col": 31, | |
| "start_line": 2 | |
| } | |
| }, | |
| "290": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 37, | |
| "end_line": 84, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/IPlugin/validate/7a48938dc1bac3b0af3aab24cc0915ceb44526dae12137ca35441a5fa7f517bf.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 11, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 46, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/contract_interface/IPlugin/validate/d94fcd33092109c8225b5cf0436c2f19c16686591427711b59398645d8731efd.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 11, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 11, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/contract_interface/IPlugin/validate/fb06bdf6e8fa9c7ff7d919d712d494716b0b586b2a762687cfb72d93da06ab29.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 11, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 10, | |
| "start_line": 11 | |
| }, | |
| "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": 11 | |
| }, | |
| "While handling contract interface function:" | |
| ], | |
| "start_col": 28, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 10, | |
| "start_line": 11 | |
| }, | |
| "While handling contract interface function:" | |
| ], | |
| "start_col": 31, | |
| "start_line": 2 | |
| }, | |
| "While trying to update the implicit return value 'syscall_ptr' in:" | |
| ], | |
| "start_col": 19, | |
| "start_line": 84 | |
| } | |
| }, | |
| "291": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 22, | |
| "end_line": 5, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/19a23c268b4380394040cdcd4e3394633bc2c43cafa96b39c25372069077062d.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 15, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 63, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/contract_interface/IPlugin/validate/d94fcd33092109c8225b5cf0436c2f19c16686591427711b59398645d8731efd.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 11, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 11, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/contract_interface/IPlugin/validate/fb06bdf6e8fa9c7ff7d919d712d494716b0b586b2a762687cfb72d93da06ab29.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 11, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 10, | |
| "start_line": 11 | |
| }, | |
| "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": 11 | |
| }, | |
| "While handling contract interface function:" | |
| ], | |
| "start_col": 48, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 9, | |
| "start_line": 15 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 7, | |
| "start_line": 5 | |
| } | |
| }, | |
| "292": { | |
| "accessible_scopes": [ | |
| "src.plugins.IPlugin", | |
| "src.plugins.IPlugin.IPlugin", | |
| "src.plugins.IPlugin.IPlugin.library_call_validate" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 11, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/contract_interface/IPlugin/validate/fb06bdf6e8fa9c7ff7d919d712d494716b0b586b2a762687cfb72d93da06ab29.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 11, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/Starknet-wallet-contracts/src/plugins/IPlugin.cairo" | |
| }, | |
| "start_col": 10, | |
| "start_line": 11 | |
| }, | |
| "While handling contract interface function:" | |
| ], | |
| "start_col": 1, | |
| "start_line": 2 | |
| } | |
| }, | |
| "293": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.account_created", | |
| "__main__.account_created.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 14, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 36 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 1, | |
| "start_line": 1 | |
| } | |
| }, | |
| "295": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.account_created", | |
| "__main__.account_created.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 40, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 36 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 33, | |
| "start_line": 2 | |
| } | |
| }, | |
| "297": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.account_created", | |
| "__main__.account_created.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 29, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 36 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 6, | |
| "start_line": 2 | |
| } | |
| }, | |
| "298": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.account_created", | |
| "__main__.account_created.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 31, | |
| "end_line": 3, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 36 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 23, | |
| "start_line": 3 | |
| } | |
| }, | |
| "300": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.account_created", | |
| "__main__.account_created.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 32, | |
| "end_line": 3, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 36 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 1, | |
| "start_line": 3 | |
| } | |
| }, | |
| "301": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.account_created", | |
| "__main__.account_created.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 40, | |
| "end_line": 4, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 36 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 33, | |
| "start_line": 4 | |
| } | |
| }, | |
| "303": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.account_created", | |
| "__main__.account_created.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 29, | |
| "end_line": 4, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 36 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 6, | |
| "start_line": 4 | |
| } | |
| }, | |
| "304": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.account_created", | |
| "__main__.account_created.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 35, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/71bda5d6615cf66a93af5985e2790bee9e14558a8db508f619c3499ab9df6755.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 29, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 22, | |
| "start_line": 36 | |
| }, | |
| "While handling calldata argument 'account'" | |
| ], | |
| "start_col": 1, | |
| "start_line": 1 | |
| } | |
| }, | |
| "305": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.account_created", | |
| "__main__.account_created.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 40, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/71bda5d6615cf66a93af5985e2790bee9e14558a8db508f619c3499ab9df6755.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 29, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 64, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.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": 22, | |
| "start_line": 36 | |
| }, | |
| "While handling calldata argument 'account'" | |
| ], | |
| "start_col": 22, | |
| "start_line": 2 | |
| } | |
| }, | |
| "307": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.account_created", | |
| "__main__.account_created.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 29, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 35, | |
| "end_line": 385, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 95, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.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": 385 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 6, | |
| "start_line": 36 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 11, | |
| "start_line": 1 | |
| } | |
| }, | |
| "308": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.account_created", | |
| "__main__.account_created.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 22, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 36 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 21, | |
| "start_line": 1 | |
| } | |
| }, | |
| "310": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.account_created", | |
| "__main__.account_created.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 22, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 39, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.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 | |
| } | |
| }, | |
| "311": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.account_created", | |
| "__main__.account_created.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 77, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 36 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 50, | |
| "start_line": 1 | |
| } | |
| }, | |
| "312": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.account_created", | |
| "__main__.account_created.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 22, | |
| "end_line": 4, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 94, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.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 | |
| } | |
| }, | |
| "313": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.account_created", | |
| "__main__.account_created.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 95, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 36 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 1, | |
| "start_line": 1 | |
| } | |
| }, | |
| "315": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.account_created", | |
| "__main__.account_created.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 46, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 46, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 11, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.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 | |
| } | |
| }, | |
| "316": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.account_created", | |
| "__main__.account_created.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 11, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 36 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 1, | |
| "start_line": 2 | |
| } | |
| }, | |
| "317": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 14, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/transaction_executed/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 40 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 1, | |
| "start_line": 1 | |
| } | |
| }, | |
| "319": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 40, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/transaction_executed/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 40 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 33, | |
| "start_line": 2 | |
| } | |
| }, | |
| "321": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 29, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/transaction_executed/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 40 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 6, | |
| "start_line": 2 | |
| } | |
| }, | |
| "322": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 31, | |
| "end_line": 3, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/transaction_executed/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 40 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 23, | |
| "start_line": 3 | |
| } | |
| }, | |
| "324": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 32, | |
| "end_line": 3, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/transaction_executed/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 40 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 1, | |
| "start_line": 3 | |
| } | |
| }, | |
| "325": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 40, | |
| "end_line": 4, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/transaction_executed/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 40 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 33, | |
| "start_line": 4 | |
| } | |
| }, | |
| "327": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 29, | |
| "end_line": 4, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/transaction_executed/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 40 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 6, | |
| "start_line": 4 | |
| } | |
| }, | |
| "328": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 32, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/e3c2e30b18fc61b4c86767a76481c06f7f1a367563bda98359963a54bce1aed3.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 31, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 27, | |
| "start_line": 40 | |
| }, | |
| "While handling calldata argument 'hash'" | |
| ], | |
| "start_col": 1, | |
| "start_line": 1 | |
| } | |
| }, | |
| "329": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 40, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/b04e5ee631fcb90faa2d2b6e411085bbe72f150c44ac46712e142e1e280f4171.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 51, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 39, | |
| "start_line": 40 | |
| }, | |
| "While handling calldata argument 'response_len'" | |
| ], | |
| "start_col": 1, | |
| "start_line": 1 | |
| } | |
| }, | |
| "330": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 41, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/521f8e405ce06271ae82a547e408a53ceb5765c9647aa34da9f226a7afb235ce.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 67, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 59, | |
| "start_line": 40 | |
| }, | |
| "While handling calldata argument 'response'" | |
| ], | |
| "start_col": 1, | |
| "start_line": 2 | |
| } | |
| }, | |
| "331": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 45, | |
| "end_line": 5, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/521f8e405ce06271ae82a547e408a53ceb5765c9647aa34da9f226a7afb235ce.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 67, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 59, | |
| "start_line": 40 | |
| }, | |
| "While handling calldata argument 'response'" | |
| ], | |
| "start_col": 1, | |
| "start_line": 5 | |
| } | |
| }, | |
| "333": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 40, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/b04e5ee631fcb90faa2d2b6e411085bbe72f150c44ac46712e142e1e280f4171.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 51, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 45, | |
| "end_line": 10, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/521f8e405ce06271ae82a547e408a53ceb5765c9647aa34da9f226a7afb235ce.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 67, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 59, | |
| "start_line": 40 | |
| }, | |
| "While handling calldata argument 'response'" | |
| ], | |
| "start_col": 31, | |
| "start_line": 10 | |
| }, | |
| "While expanding the reference '__calldata_ptr' in:" | |
| ], | |
| "start_col": 39, | |
| "start_line": 40 | |
| }, | |
| "While handling calldata argument 'response_len'" | |
| ], | |
| "start_col": 22, | |
| "start_line": 2 | |
| } | |
| }, | |
| "335": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 65, | |
| "end_line": 10, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/521f8e405ce06271ae82a547e408a53ceb5765c9647aa34da9f226a7afb235ce.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 67, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 59, | |
| "start_line": 40 | |
| }, | |
| "While handling calldata argument 'response'" | |
| ], | |
| "start_col": 1, | |
| "start_line": 10 | |
| } | |
| }, | |
| "336": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 40, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/b04e5ee631fcb90faa2d2b6e411085bbe72f150c44ac46712e142e1e280f4171.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 51, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 41, | |
| "end_line": 7, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/521f8e405ce06271ae82a547e408a53ceb5765c9647aa34da9f226a7afb235ce.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 67, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 28, | |
| "end_line": 12, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/521f8e405ce06271ae82a547e408a53ceb5765c9647aa34da9f226a7afb235ce.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 67, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 59, | |
| "start_line": 40 | |
| }, | |
| "While handling calldata argument 'response'" | |
| ], | |
| "start_col": 9, | |
| "start_line": 12 | |
| }, | |
| "While expanding the reference '__calldata_ptr_copy' in:" | |
| ], | |
| "start_col": 59, | |
| "start_line": 40 | |
| }, | |
| "While handling calldata argument 'response'" | |
| ], | |
| "start_col": 27, | |
| "start_line": 7 | |
| }, | |
| "While expanding the reference '__calldata_ptr' in:" | |
| ], | |
| "start_col": 39, | |
| "start_line": 40 | |
| }, | |
| "While handling calldata argument 'response_len'" | |
| ], | |
| "start_col": 22, | |
| "start_line": 2 | |
| } | |
| }, | |
| "338": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 74, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 13, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/521f8e405ce06271ae82a547e408a53ceb5765c9647aa34da9f226a7afb235ce.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 67, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 59, | |
| "start_line": 40 | |
| }, | |
| "While handling calldata argument 'response'" | |
| ], | |
| "start_col": 9, | |
| "start_line": 13 | |
| }, | |
| "While expanding the reference 'response' in:" | |
| ], | |
| "start_col": 59, | |
| "start_line": 40 | |
| } | |
| }, | |
| "339": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 57, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 14, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/521f8e405ce06271ae82a547e408a53ceb5765c9647aa34da9f226a7afb235ce.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 67, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 59, | |
| "start_line": 40 | |
| }, | |
| "While handling calldata argument 'response'" | |
| ], | |
| "start_col": 9, | |
| "start_line": 14 | |
| }, | |
| "While expanding the reference 'response_len' in:" | |
| ], | |
| "start_col": 39, | |
| "start_line": 40 | |
| } | |
| }, | |
| "340": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 26, | |
| "end_line": 14, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/521f8e405ce06271ae82a547e408a53ceb5765c9647aa34da9f226a7afb235ce.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 67, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 59, | |
| "start_line": 40 | |
| }, | |
| "While handling calldata argument 'response'" | |
| ], | |
| "start_col": 1, | |
| "start_line": 11 | |
| } | |
| }, | |
| "342": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 29, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/transaction_executed/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 35, | |
| "end_line": 385, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 95, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/transaction_executed/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 40 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 1, | |
| "start_line": 1 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 17, | |
| "start_line": 385 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 6, | |
| "start_line": 40 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 11, | |
| "start_line": 1 | |
| } | |
| }, | |
| "343": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 22, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/transaction_executed/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 40 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 21, | |
| "start_line": 1 | |
| } | |
| }, | |
| "345": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 22, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/transaction_executed/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 39, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/transaction_executed/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 40 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 29, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference '__keys_ptr' in:" | |
| ], | |
| "start_col": 6, | |
| "start_line": 40 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 12, | |
| "start_line": 2 | |
| } | |
| }, | |
| "346": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 77, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/transaction_executed/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 40 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 50, | |
| "start_line": 1 | |
| } | |
| }, | |
| "347": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 22, | |
| "end_line": 4, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/transaction_executed/8220fde17ca5479f12ae71a8036f4d354fe722f2c036da610b53511924e4ee84.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 94, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/transaction_executed/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 40 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 84, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference '__data_ptr' in:" | |
| ], | |
| "start_col": 6, | |
| "start_line": 40 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 12, | |
| "start_line": 4 | |
| } | |
| }, | |
| "348": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 95, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/transaction_executed/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 40 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 1, | |
| "start_line": 1 | |
| } | |
| }, | |
| "350": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 22, | |
| "end_line": 5, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/521f8e405ce06271ae82a547e408a53ceb5765c9647aa34da9f226a7afb235ce.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 67, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 46, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/transaction_executed/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 11, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/transaction_executed/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 40 | |
| }, | |
| "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": 40 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 31, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 59, | |
| "start_line": 40 | |
| }, | |
| "While handling calldata argument 'response'" | |
| ], | |
| "start_col": 7, | |
| "start_line": 5 | |
| } | |
| }, | |
| "351": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.transaction_executed", | |
| "__main__.transaction_executed.emit" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 11, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/transaction_executed/6150feec30bd48bfd0f446ed8c155a6d911a2c3fb3ec7a980733900416819259.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 40 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 1, | |
| "start_line": 2 | |
| } | |
| }, | |
| "352": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.addr" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 41, | |
| "end_line": 7, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 48, | |
| "end_line": 9, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "start_col": 36, | |
| "start_line": 9 | |
| }, | |
| "While expanding the reference 'pedersen_ptr' in:" | |
| ], | |
| "start_col": 15, | |
| "start_line": 7 | |
| } | |
| }, | |
| "353": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.addr" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 95, | |
| "end_line": 8, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 53, | |
| "end_line": 9, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "start_col": 50, | |
| "start_line": 9 | |
| }, | |
| "While expanding the reference 'res' in:" | |
| ], | |
| "start_col": 19, | |
| "start_line": 8 | |
| } | |
| }, | |
| "355": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.addr" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 78, | |
| "end_line": 9, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "start_col": 55, | |
| "start_line": 9 | |
| } | |
| }, | |
| "356": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.addr" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 79, | |
| "end_line": 9, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "start_col": 21, | |
| "start_line": 9 | |
| } | |
| }, | |
| "358": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.addr" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 58, | |
| "end_line": 7, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 39, | |
| "end_line": 12, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/Account_plugins/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 | |
| } | |
| }, | |
| "359": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.addr" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 17, | |
| "end_line": 9, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 47, | |
| "end_line": 10, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "start_col": 44, | |
| "start_line": 10 | |
| }, | |
| "While expanding the reference 'res' in:" | |
| ], | |
| "start_col": 14, | |
| "start_line": 9 | |
| } | |
| }, | |
| "360": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.addr" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 48, | |
| "end_line": 10, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "start_col": 21, | |
| "start_line": 10 | |
| } | |
| }, | |
| "362": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.addr" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 48, | |
| "end_line": 9, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 41, | |
| "end_line": 7, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/decl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 11, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/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 | |
| } | |
| }, | |
| "363": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.addr" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 39, | |
| "end_line": 12, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/Account_plugins/impl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 58, | |
| "end_line": 7, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/decl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 11, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/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 | |
| } | |
| }, | |
| "364": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.addr" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 17, | |
| "end_line": 10, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 24, | |
| "end_line": 11, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "start_col": 21, | |
| "start_line": 11 | |
| }, | |
| "While expanding the reference 'res' in:" | |
| ], | |
| "start_col": 14, | |
| "start_line": 10 | |
| } | |
| }, | |
| "365": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.addr" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 26, | |
| "end_line": 11, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 11 | |
| } | |
| }, | |
| "366": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.read" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 61, | |
| "end_line": 14, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 41, | |
| "end_line": 7, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/decl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 42, | |
| "end_line": 17, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/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 | |
| } | |
| }, | |
| "367": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.read" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 78, | |
| "end_line": 14, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 58, | |
| "end_line": 7, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/decl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 42, | |
| "end_line": 17, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/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 | |
| } | |
| }, | |
| "368": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.read" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 92, | |
| "end_line": 14, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 41, | |
| "end_line": 17, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "start_col": 35, | |
| "start_line": 17 | |
| }, | |
| "While expanding the reference 'plugin' in:" | |
| ], | |
| "start_col": 80, | |
| "start_line": 14 | |
| } | |
| }, | |
| "369": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.read" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 42, | |
| "end_line": 17, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "start_col": 30, | |
| "start_line": 17 | |
| } | |
| }, | |
| "371": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.read" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 33, | |
| "end_line": 14, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 37, | |
| "end_line": 348, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/Account_plugins/impl.cairo" | |
| }, | |
| "start_col": 37, | |
| "start_line": 18 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 19, | |
| "start_line": 348 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 15, | |
| "start_line": 14 | |
| } | |
| }, | |
| "372": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.read" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 26, | |
| "end_line": 17, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 70, | |
| "end_line": 18, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "start_col": 58, | |
| "start_line": 18 | |
| }, | |
| "While expanding the reference 'storage_addr' in:" | |
| ], | |
| "start_col": 14, | |
| "start_line": 17 | |
| } | |
| }, | |
| "373": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.read" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 75, | |
| "end_line": 18, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "start_col": 37, | |
| "start_line": 18 | |
| } | |
| }, | |
| "375": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.read" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 37, | |
| "end_line": 348, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/Account_plugins/impl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 42, | |
| "end_line": 20, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/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": 348 | |
| } | |
| }, | |
| "376": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.read" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 41, | |
| "end_line": 7, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/decl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 42, | |
| "end_line": 17, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 44, | |
| "end_line": 21, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/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 | |
| } | |
| }, | |
| "377": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.read" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 58, | |
| "end_line": 7, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/decl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 42, | |
| "end_line": 17, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 50, | |
| "end_line": 22, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/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 | |
| } | |
| }, | |
| "378": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.read" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 33, | |
| "end_line": 18, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 64, | |
| "end_line": 23, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "start_col": 45, | |
| "start_line": 23 | |
| }, | |
| "While expanding the reference '__storage_var_temp0' in:" | |
| ], | |
| "start_col": 14, | |
| "start_line": 18 | |
| } | |
| }, | |
| "379": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.read" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 55, | |
| "end_line": 24, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 24 | |
| } | |
| }, | |
| "380": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.write" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 62, | |
| "end_line": 27, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 41, | |
| "end_line": 7, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/decl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 42, | |
| "end_line": 30, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/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 | |
| } | |
| }, | |
| "381": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.write" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 79, | |
| "end_line": 27, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 58, | |
| "end_line": 7, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/decl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 42, | |
| "end_line": 30, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/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 | |
| } | |
| }, | |
| "382": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.write" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 21, | |
| "end_line": 28, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 41, | |
| "end_line": 30, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "start_col": 35, | |
| "start_line": 30 | |
| }, | |
| "While expanding the reference 'plugin' in:" | |
| ], | |
| "start_col": 9, | |
| "start_line": 28 | |
| } | |
| }, | |
| "383": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.write" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 42, | |
| "end_line": 30, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "start_col": 30, | |
| "start_line": 30 | |
| } | |
| }, | |
| "385": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.write" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 34, | |
| "end_line": 27, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 38, | |
| "end_line": 366, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/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/Account_plugins/impl.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 31 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 20, | |
| "start_line": 366 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 16, | |
| "start_line": 27 | |
| } | |
| }, | |
| "386": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.write" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 26, | |
| "end_line": 30, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 43, | |
| "end_line": 31, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "start_col": 31, | |
| "start_line": 31 | |
| }, | |
| "While expanding the reference 'storage_addr' in:" | |
| ], | |
| "start_col": 14, | |
| "start_line": 30 | |
| } | |
| }, | |
| "387": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.write" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 79, | |
| "end_line": 31, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "start_col": 55, | |
| "start_line": 31 | |
| } | |
| }, | |
| "388": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.write" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 80, | |
| "end_line": 31, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 31 | |
| } | |
| }, | |
| "390": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.write" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 41, | |
| "end_line": 7, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/decl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 42, | |
| "end_line": 30, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 62, | |
| "end_line": 21, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/decl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 19, | |
| "end_line": 32, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/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 | |
| } | |
| }, | |
| "391": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.write" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 58, | |
| "end_line": 7, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/decl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 42, | |
| "end_line": 30, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 79, | |
| "end_line": 21, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/decl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 19, | |
| "end_line": 32, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/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 | |
| } | |
| }, | |
| "392": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__.Account_plugins", | |
| "__main__.Account_plugins.write" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 19, | |
| "end_line": 32, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/impl.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 32 | |
| } | |
| }, | |
| "393": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 18, | |
| "end_line": 63, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 63 | |
| } | |
| }, | |
| "395": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 35, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 33, | |
| "end_line": 13, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/decl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 51, | |
| "end_line": 66, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 28, | |
| "start_line": 66 | |
| }, | |
| "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": 60 | |
| } | |
| }, | |
| "396": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 63, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 61, | |
| "end_line": 13, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/decl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 51, | |
| "end_line": 66, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 28, | |
| "start_line": 66 | |
| }, | |
| "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": 60 | |
| } | |
| }, | |
| "397": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 80, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 78, | |
| "end_line": 13, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/decl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 51, | |
| "end_line": 66, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 28, | |
| "start_line": 66 | |
| }, | |
| "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": 60 | |
| } | |
| }, | |
| "398": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 50, | |
| "end_line": 66, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 49, | |
| "start_line": 66 | |
| } | |
| }, | |
| "400": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 51, | |
| "end_line": 66, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 28, | |
| "start_line": 66 | |
| } | |
| }, | |
| "402": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 35, | |
| "end_line": 68, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 68 | |
| } | |
| }, | |
| "404": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 20, | |
| "end_line": 61, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 72, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 25, | |
| "start_line": 72 | |
| }, | |
| "While expanding the reference 'plugin_id' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 61 | |
| } | |
| }, | |
| "405": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 35, | |
| "end_line": 72, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 72 | |
| } | |
| }, | |
| "407": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 7, | |
| "end_line": 75, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 75 | |
| } | |
| }, | |
| "409": { | |
| "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/Account_plugins/decl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 51, | |
| "end_line": 66, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 35, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 19, | |
| "end_line": 76, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 76 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 17, | |
| "start_line": 60 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 28, | |
| "start_line": 66 | |
| }, | |
| "While trying to update the implicit return value 'syscall_ptr' in:" | |
| ], | |
| "start_col": 15, | |
| "start_line": 13 | |
| } | |
| }, | |
| "410": { | |
| "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/Account_plugins/decl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 51, | |
| "end_line": 66, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 63, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 19, | |
| "end_line": 76, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 76 | |
| }, | |
| "While trying to retrieve the implicit argument 'pedersen_ptr' in:" | |
| ], | |
| "start_col": 37, | |
| "start_line": 60 | |
| }, | |
| "While expanding the reference 'pedersen_ptr' in:" | |
| ], | |
| "start_col": 28, | |
| "start_line": 66 | |
| }, | |
| "While trying to update the implicit return value 'pedersen_ptr' in:" | |
| ], | |
| "start_col": 35, | |
| "start_line": 13 | |
| } | |
| }, | |
| "411": { | |
| "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/Account_plugins/decl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 51, | |
| "end_line": 66, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 80, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 19, | |
| "end_line": 76, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 76 | |
| }, | |
| "While trying to retrieve the implicit argument 'range_check_ptr' in:" | |
| ], | |
| "start_col": 65, | |
| "start_line": 60 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 28, | |
| "start_line": 66 | |
| }, | |
| "While trying to update the implicit return value 'range_check_ptr' in:" | |
| ], | |
| "start_col": 63, | |
| "start_line": 13 | |
| } | |
| }, | |
| "412": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 19, | |
| "end_line": 76, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 76 | |
| } | |
| }, | |
| "413": { | |
| "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/Account_plugins/decl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 51, | |
| "end_line": 66, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 21, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/decl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 40, | |
| "end_line": 80, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 80 | |
| }, | |
| "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": 28, | |
| "start_line": 66 | |
| }, | |
| "While trying to update the implicit return value 'syscall_ptr' in:" | |
| ], | |
| "start_col": 15, | |
| "start_line": 13 | |
| } | |
| }, | |
| "414": { | |
| "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/Account_plugins/decl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 51, | |
| "end_line": 66, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 62, | |
| "end_line": 21, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/decl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 40, | |
| "end_line": 80, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 80 | |
| }, | |
| "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": 28, | |
| "start_line": 66 | |
| }, | |
| "While trying to update the implicit return value 'pedersen_ptr' in:" | |
| ], | |
| "start_col": 35, | |
| "start_line": 13 | |
| } | |
| }, | |
| "415": { | |
| "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/Account_plugins/decl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 51, | |
| "end_line": 66, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 79, | |
| "end_line": 21, | |
| "input_file": { | |
| "filename": "autogen/starknet/storage_var/Account_plugins/decl.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 40, | |
| "end_line": 80, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 80 | |
| }, | |
| "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": 28, | |
| "start_line": 66 | |
| }, | |
| "While trying to update the implicit return value 'range_check_ptr' in:" | |
| ], | |
| "start_col": 63, | |
| "start_line": 13 | |
| } | |
| }, | |
| "416": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 28, | |
| "end_line": 80, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 27, | |
| "start_line": 80 | |
| } | |
| }, | |
| "418": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 20, | |
| "end_line": 61, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 39, | |
| "end_line": 80, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 30, | |
| "start_line": 80 | |
| }, | |
| "While expanding the reference 'plugin_id' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 61 | |
| } | |
| }, | |
| "419": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 40, | |
| "end_line": 80, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 80 | |
| } | |
| }, | |
| "421": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 20, | |
| "end_line": 61, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 36, | |
| "end_line": 81, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 27, | |
| "start_line": 81 | |
| }, | |
| "While expanding the reference 'plugin_id' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 61 | |
| } | |
| }, | |
| "422": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 42, | |
| "end_line": 81, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 38, | |
| "start_line": 81 | |
| } | |
| }, | |
| "424": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 43, | |
| "end_line": 81, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 81 | |
| } | |
| }, | |
| "426": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 42, | |
| "end_line": 83, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 31, | |
| "start_line": 83 | |
| } | |
| }, | |
| "428": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 43, | |
| "end_line": 83, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 83 | |
| } | |
| }, | |
| "430": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 47, | |
| "end_line": 29, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 43, | |
| "end_line": 83, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 45, | |
| "end_line": 270, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 40, | |
| "end_line": 85, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 18, | |
| "start_line": 85 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 27, | |
| "start_line": 270 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 83 | |
| }, | |
| "While trying to update the implicit return value 'syscall_ptr' in:" | |
| ], | |
| "start_col": 29, | |
| "start_line": 29 | |
| } | |
| }, | |
| "431": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 40, | |
| "end_line": 85, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 18, | |
| "start_line": 85 | |
| } | |
| }, | |
| "433": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 45, | |
| "end_line": 270, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 40, | |
| "end_line": 85, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 29, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 31, | |
| "end_line": 86, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 86 | |
| }, | |
| "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": 18, | |
| "start_line": 85 | |
| }, | |
| "While trying to update the implicit return value 'syscall_ptr' in:" | |
| ], | |
| "start_col": 27, | |
| "start_line": 270 | |
| } | |
| }, | |
| "434": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 92, | |
| "end_line": 29, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 43, | |
| "end_line": 83, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 46, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 31, | |
| "end_line": 86, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 86 | |
| }, | |
| "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": 5, | |
| "start_line": 83 | |
| }, | |
| "While trying to update the implicit return value 'range_check_ptr' in:" | |
| ], | |
| "start_col": 77, | |
| "start_line": 29 | |
| } | |
| }, | |
| "435": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 14, | |
| "end_line": 85, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 30, | |
| "end_line": 86, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 26, | |
| "start_line": 86 | |
| }, | |
| "While expanding the reference 'self' in:" | |
| ], | |
| "start_col": 10, | |
| "start_line": 85 | |
| } | |
| }, | |
| "436": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 31, | |
| "end_line": 86, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 86 | |
| } | |
| }, | |
| "438": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 29, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 31, | |
| "end_line": 86, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 37, | |
| "end_line": 84, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 6, | |
| "end_line": 93, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 88 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 19, | |
| "start_line": 84 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 86 | |
| }, | |
| "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 | |
| } | |
| }, | |
| "439": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 20, | |
| "end_line": 61, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 29, | |
| "end_line": 89, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 20, | |
| "start_line": 89 | |
| }, | |
| "While expanding the reference 'plugin_id' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 61 | |
| } | |
| }, | |
| "440": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 46, | |
| "end_line": 90, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 27, | |
| "start_line": 90 | |
| } | |
| }, | |
| "442": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 47, | |
| "end_line": 61, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 42, | |
| "end_line": 91, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 23, | |
| "start_line": 91 | |
| }, | |
| "While expanding the reference 'plugin_calldata_len' in:" | |
| ], | |
| "start_col": 22, | |
| "start_line": 61 | |
| } | |
| }, | |
| "443": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 71, | |
| "end_line": 61, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 33, | |
| "end_line": 92, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 18, | |
| "start_line": 92 | |
| }, | |
| "While expanding the reference 'plugin_calldata' in:" | |
| ], | |
| "start_col": 49, | |
| "start_line": 61 | |
| } | |
| }, | |
| "444": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 6, | |
| "end_line": 93, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 88 | |
| } | |
| }, | |
| "446": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 37, | |
| "end_line": 84, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 6, | |
| "end_line": 93, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 35, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 15, | |
| "end_line": 95, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 95 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 17, | |
| "start_line": 60 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 88 | |
| }, | |
| "While trying to update the implicit return value 'syscall_ptr' in:" | |
| ], | |
| "start_col": 19, | |
| "start_line": 84 | |
| } | |
| }, | |
| "447": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 75, | |
| "end_line": 29, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/openzeppelin/introspection/erc165/library.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 43, | |
| "end_line": 83, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 63, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 15, | |
| "end_line": 95, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 95 | |
| }, | |
| "While trying to retrieve the implicit argument 'pedersen_ptr' in:" | |
| ], | |
| "start_col": 37, | |
| "start_line": 60 | |
| }, | |
| "While expanding the reference 'pedersen_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 83 | |
| }, | |
| "While trying to update the implicit return value 'pedersen_ptr' in:" | |
| ], | |
| "start_col": 49, | |
| "start_line": 29 | |
| } | |
| }, | |
| "448": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 46, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/account_created/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 21, | |
| "end_line": 36, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 31, | |
| "end_line": 86, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 80, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 15, | |
| "end_line": 95, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 95 | |
| }, | |
| "While trying to retrieve the implicit argument 'range_check_ptr' in:" | |
| ], | |
| "start_col": 65, | |
| "start_line": 60 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 86 | |
| }, | |
| "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 | |
| } | |
| }, | |
| "449": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 15, | |
| "end_line": 95, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 95 | |
| } | |
| }, | |
| "450": { | |
| "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": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 24, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/cd55740a7ec16a10c18da7b50ee24bc2c099894226f0c68e8e91c6bfdc7d6e03.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 71, | |
| "end_line": 61, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 49, | |
| "start_line": 61 | |
| }, | |
| "While handling calldata argument 'plugin_calldata'" | |
| ], | |
| "start_col": 9, | |
| "start_line": 2 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 65, | |
| "start_line": 60 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 23, | |
| "start_line": 1 | |
| } | |
| }, | |
| "451": { | |
| "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/55e872161b1f2b112f272860bcec85ad9b9a1b196fab493656cc8961ae36d428.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 47, | |
| "end_line": 61, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 62, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/cd55740a7ec16a10c18da7b50ee24bc2c099894226f0c68e8e91c6bfdc7d6e03.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 71, | |
| "end_line": 61, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 49, | |
| "start_line": 61 | |
| }, | |
| "While handling calldata argument 'plugin_calldata'" | |
| ], | |
| "start_col": 28, | |
| "start_line": 2 | |
| }, | |
| "While expanding the reference '__calldata_arg_plugin_calldata_len' in:" | |
| ], | |
| "start_col": 22, | |
| "start_line": 61 | |
| }, | |
| "While handling calldata argument 'plugin_calldata_len'" | |
| ], | |
| "start_col": 42, | |
| "start_line": 1 | |
| } | |
| }, | |
| "452": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 63, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/cd55740a7ec16a10c18da7b50ee24bc2c099894226f0c68e8e91c6bfdc7d6e03.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 71, | |
| "end_line": 61, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 49, | |
| "start_line": 61 | |
| }, | |
| "While handling calldata argument 'plugin_calldata'" | |
| ], | |
| "start_col": 1, | |
| "start_line": 2 | |
| } | |
| }, | |
| "453": { | |
| "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/55e872161b1f2b112f272860bcec85ad9b9a1b196fab493656cc8961ae36d428.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 47, | |
| "end_line": 61, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 40, | |
| "end_line": 8, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/cd55740a7ec16a10c18da7b50ee24bc2c099894226f0c68e8e91c6bfdc7d6e03.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 71, | |
| "end_line": 61, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 49, | |
| "start_line": 61 | |
| }, | |
| "While handling calldata argument 'plugin_calldata'" | |
| ], | |
| "start_col": 26, | |
| "start_line": 8 | |
| }, | |
| "While expanding the reference '__calldata_ptr' in:" | |
| ], | |
| "start_col": 22, | |
| "start_line": 61 | |
| }, | |
| "While handling calldata argument 'plugin_calldata_len'" | |
| ], | |
| "start_col": 22, | |
| "start_line": 2 | |
| } | |
| }, | |
| "455": { | |
| "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/55e872161b1f2b112f272860bcec85ad9b9a1b196fab493656cc8961ae36d428.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 47, | |
| "end_line": 61, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 77, | |
| "end_line": 8, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/cd55740a7ec16a10c18da7b50ee24bc2c099894226f0c68e8e91c6bfdc7d6e03.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 71, | |
| "end_line": 61, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 49, | |
| "start_line": 61 | |
| }, | |
| "While handling calldata argument 'plugin_calldata'" | |
| ], | |
| "start_col": 43, | |
| "start_line": 8 | |
| }, | |
| "While expanding the reference '__calldata_arg_plugin_calldata_len' in:" | |
| ], | |
| "start_col": 22, | |
| "start_line": 61 | |
| }, | |
| "While handling calldata argument 'plugin_calldata_len'" | |
| ], | |
| "start_col": 42, | |
| "start_line": 1 | |
| } | |
| }, | |
| "456": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 81, | |
| "end_line": 8, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/cd55740a7ec16a10c18da7b50ee24bc2c099894226f0c68e8e91c6bfdc7d6e03.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 71, | |
| "end_line": 61, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 49, | |
| "start_line": 61 | |
| }, | |
| "While handling calldata argument 'plugin_calldata'" | |
| ], | |
| "start_col": 26, | |
| "start_line": 8 | |
| } | |
| }, | |
| "457": { | |
| "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": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 60 | |
| }, | |
| "While handling calldata of" | |
| ], | |
| "start_col": 1, | |
| "start_line": 1 | |
| } | |
| }, | |
| "458": { | |
| "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": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 38, | |
| "end_line": 3, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/cd55740a7ec16a10c18da7b50ee24bc2c099894226f0c68e8e91c6bfdc7d6e03.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 71, | |
| "end_line": 61, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 115, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/initialize/3abfe49130642ea9e7c98b5c7ba8c4ede322e6af992c4e13cb9a63f226ad847f.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 16, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 60 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 100, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 49, | |
| "start_line": 61 | |
| }, | |
| "While handling calldata argument 'plugin_calldata'" | |
| ], | |
| "start_col": 23, | |
| "start_line": 3 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 65, | |
| "start_line": 60 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 23, | |
| "start_line": 1 | |
| } | |
| }, | |
| "459": { | |
| "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": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 55, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/initialize/3abfe49130642ea9e7c98b5c7ba8c4ede322e6af992c4e13cb9a63f226ad847f.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 16, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 60 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 44, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 17, | |
| "start_line": 60 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 19, | |
| "start_line": 1 | |
| } | |
| }, | |
| "460": { | |
| "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": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 82, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/initialize/3abfe49130642ea9e7c98b5c7ba8c4ede322e6af992c4e13cb9a63f226ad847f.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 16, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 60 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 70, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'pedersen_ptr' in:" | |
| ], | |
| "start_col": 37, | |
| "start_line": 60 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 20, | |
| "start_line": 1 | |
| } | |
| }, | |
| "461": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 42, | |
| "end_line": 3, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/cd55740a7ec16a10c18da7b50ee24bc2c099894226f0c68e8e91c6bfdc7d6e03.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 71, | |
| "end_line": 61, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 115, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/initialize/3abfe49130642ea9e7c98b5c7ba8c4ede322e6af992c4e13cb9a63f226ad847f.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 16, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 60 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 100, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 49, | |
| "start_line": 61 | |
| }, | |
| "While handling calldata argument 'plugin_calldata'" | |
| ], | |
| "start_col": 23, | |
| "start_line": 3 | |
| } | |
| }, | |
| "463": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 48, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/73a9b219de2b32c668e1974c3d5cb6fa14c1b11577c8b5d224bcab486ab8e0c2.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 20, | |
| "end_line": 61, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 151, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/initialize/3abfe49130642ea9e7c98b5c7ba8c4ede322e6af992c4e13cb9a63f226ad847f.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 16, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 60 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 127, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference '__calldata_arg_plugin_id' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 61 | |
| }, | |
| "While handling calldata argument 'plugin_id'" | |
| ], | |
| "start_col": 32, | |
| "start_line": 1 | |
| } | |
| }, | |
| "464": { | |
| "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/55e872161b1f2b112f272860bcec85ad9b9a1b196fab493656cc8961ae36d428.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 47, | |
| "end_line": 61, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 207, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/initialize/3abfe49130642ea9e7c98b5c7ba8c4ede322e6af992c4e13cb9a63f226ad847f.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 16, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 60 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 173, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference '__calldata_arg_plugin_calldata_len' in:" | |
| ], | |
| "start_col": 22, | |
| "start_line": 61 | |
| }, | |
| "While handling calldata argument 'plugin_calldata_len'" | |
| ], | |
| "start_col": 42, | |
| "start_line": 1 | |
| } | |
| }, | |
| "465": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 65, | |
| "end_line": 5, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/cd55740a7ec16a10c18da7b50ee24bc2c099894226f0c68e8e91c6bfdc7d6e03.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 71, | |
| "end_line": 61, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 255, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/initialize/3abfe49130642ea9e7c98b5c7ba8c4ede322e6af992c4e13cb9a63f226ad847f.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 16, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 60 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 225, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference '__calldata_arg_plugin_calldata' in:" | |
| ], | |
| "start_col": 49, | |
| "start_line": 61 | |
| }, | |
| "While handling calldata argument 'plugin_calldata'" | |
| ], | |
| "start_col": 38, | |
| "start_line": 5 | |
| } | |
| }, | |
| "467": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 16, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 60 | |
| } | |
| }, | |
| "469": { | |
| "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/3abfe49130642ea9e7c98b5c7ba8c4ede322e6af992c4e13cb9a63f226ad847f.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 16, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 60 | |
| }, | |
| "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/3abfe49130642ea9e7c98b5c7ba8c4ede322e6af992c4e13cb9a63f226ad847f.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 16, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 60 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 1, | |
| "start_line": 3 | |
| } | |
| }, | |
| "471": { | |
| "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/3abfe49130642ea9e7c98b5c7ba8c4ede322e6af992c4e13cb9a63f226ad847f.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 16, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 20, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/initialize/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 16, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 60 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 9, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 6, | |
| "start_line": 60 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 44, | |
| "start_line": 1 | |
| } | |
| }, | |
| "472": { | |
| "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/3abfe49130642ea9e7c98b5c7ba8c4ede322e6af992c4e13cb9a63f226ad847f.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 16, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 33, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/initialize/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 16, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 60 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 21, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'pedersen_ptr' in:" | |
| ], | |
| "start_col": 6, | |
| "start_line": 60 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 70, | |
| "start_line": 1 | |
| } | |
| }, | |
| "473": { | |
| "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/3abfe49130642ea9e7c98b5c7ba8c4ede322e6af992c4e13cb9a63f226ad847f.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 16, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 49, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/initialize/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 16, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 60 | |
| }, | |
| "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": 60 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 100, | |
| "start_line": 1 | |
| } | |
| }, | |
| "474": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.initialize" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 61, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/initialize/c6c4d3a7a58c6b37d5fdd51b25e5ab9f3e75174b411ab503db3ce03636ed6e2a.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 16, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 59, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/initialize/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 16, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 60 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 50, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'ecdsa_ptr' in:" | |
| ], | |
| "start_col": 6, | |
| "start_line": 60 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 17, | |
| "start_line": 1 | |
| } | |
| }, | |
| "475": { | |
| "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/3abfe49130642ea9e7c98b5c7ba8c4ede322e6af992c4e13cb9a63f226ad847f.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 16, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 72, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/initialize/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 16, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 60 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 60, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'retdata_size' in:" | |
| ], | |
| "start_col": 6, | |
| "start_line": 60 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 20, | |
| "start_line": 4 | |
| } | |
| }, | |
| "477": { | |
| "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/3abfe49130642ea9e7c98b5c7ba8c4ede322e6af992c4e13cb9a63f226ad847f.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 16, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 80, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/initialize/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 16, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 60 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 73, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'retdata' in:" | |
| ], | |
| "start_col": 6, | |
| "start_line": 60 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 9, | |
| "start_line": 3 | |
| } | |
| }, | |
| "478": { | |
| "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/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 16, | |
| "end_line": 60, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 60 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 1, | |
| "start_line": 1 | |
| } | |
| }, | |
| "479": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 18, | |
| "end_line": 108, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 108 | |
| } | |
| }, | |
| "481": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 23, | |
| "end_line": 101, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 43, | |
| "end_line": 196, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 40, | |
| "end_line": 110, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 20, | |
| "start_line": 110 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 25, | |
| "start_line": 196 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 101 | |
| } | |
| }, | |
| "482": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 40, | |
| "end_line": 110, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 20, | |
| "start_line": 110 | |
| } | |
| }, | |
| "484": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 27, | |
| "end_line": 112, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 112 | |
| } | |
| }, | |
| "486": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 43, | |
| "end_line": 196, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 40, | |
| "end_line": 110, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 36, | |
| "end_line": 438, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 115, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 21, | |
| "start_line": 115 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 18, | |
| "start_line": 438 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 20, | |
| "start_line": 110 | |
| }, | |
| "While trying to update the implicit return value 'syscall_ptr' in:" | |
| ], | |
| "start_col": 25, | |
| "start_line": 196 | |
| } | |
| }, | |
| "487": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 34, | |
| "end_line": 115, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 21, | |
| "start_line": 115 | |
| } | |
| }, | |
| "489": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 17, | |
| "end_line": 115, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 115, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 10, | |
| "start_line": 115 | |
| }, | |
| "While auto generating local variable for 'tx_info'." | |
| ], | |
| "start_col": 10, | |
| "start_line": 115 | |
| } | |
| }, | |
| "490": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 36, | |
| "end_line": 438, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 115, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 50, | |
| "end_line": 333, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 47, | |
| "end_line": 118, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 118 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 32, | |
| "start_line": 333 | |
| }, | |
| "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": 18, | |
| "start_line": 438 | |
| } | |
| }, | |
| "491": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 46, | |
| "end_line": 118, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 31, | |
| "start_line": 118 | |
| } | |
| }, | |
| "492": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 47, | |
| "end_line": 118, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 118 | |
| } | |
| }, | |
| "494": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 33, | |
| "end_line": 121, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 26, | |
| "start_line": 121 | |
| } | |
| }, | |
| "496": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 22, | |
| "end_line": 121, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 22, | |
| "end_line": 121, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 10, | |
| "start_line": 121 | |
| }, | |
| "While auto generating local variable for 'calls'." | |
| ], | |
| "start_col": 10, | |
| "start_line": 121 | |
| } | |
| }, | |
| "497": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 50, | |
| "end_line": 333, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 47, | |
| "end_line": 118, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 48, | |
| "end_line": 373, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 73, | |
| "end_line": 122, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 122 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 30, | |
| "start_line": 373 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 118 | |
| }, | |
| "While trying to update the implicit return value 'syscall_ptr' in:" | |
| ], | |
| "start_col": 32, | |
| "start_line": 333 | |
| } | |
| }, | |
| "498": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 25, | |
| "end_line": 103, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 43, | |
| "end_line": 122, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 29, | |
| "start_line": 122 | |
| }, | |
| "While expanding the reference 'call_array_len' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 103 | |
| } | |
| }, | |
| "499": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 34, | |
| "end_line": 104, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 55, | |
| "end_line": 122, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 45, | |
| "start_line": 122 | |
| }, | |
| "While expanding the reference 'call_array' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 104 | |
| } | |
| }, | |
| "500": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 20, | |
| "end_line": 106, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 65, | |
| "end_line": 122, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 57, | |
| "start_line": 122 | |
| }, | |
| "While expanding the reference 'calldata' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 106 | |
| } | |
| }, | |
| "501": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 22, | |
| "end_line": 121, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 22, | |
| "end_line": 121, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 72, | |
| "end_line": 122, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 67, | |
| "start_line": 122 | |
| }, | |
| "While expanding the reference 'calls' in:" | |
| ], | |
| "start_col": 10, | |
| "start_line": 121 | |
| }, | |
| "While auto generating local variable for 'calls'." | |
| ], | |
| "start_col": 10, | |
| "start_line": 121 | |
| } | |
| }, | |
| "502": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 73, | |
| "end_line": 122, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 122 | |
| } | |
| }, | |
| "504": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 36, | |
| "end_line": 126, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 29, | |
| "start_line": 126 | |
| } | |
| }, | |
| "506": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 25, | |
| "end_line": 126, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 25, | |
| "end_line": 126, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 10, | |
| "start_line": 126 | |
| }, | |
| "While auto generating local variable for 'response'." | |
| ], | |
| "start_col": 10, | |
| "start_line": 126 | |
| } | |
| }, | |
| "507": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 48, | |
| "end_line": 373, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 73, | |
| "end_line": 122, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 37, | |
| "end_line": 345, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 66, | |
| "end_line": 127, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 26, | |
| "start_line": 127 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 19, | |
| "start_line": 345 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 122 | |
| }, | |
| "While trying to update the implicit return value 'syscall_ptr' in:" | |
| ], | |
| "start_col": 30, | |
| "start_line": 373 | |
| } | |
| }, | |
| "508": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 25, | |
| "end_line": 103, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 35, | |
| "end_line": 123, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 48, | |
| "end_line": 127, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 39, | |
| "start_line": 127 | |
| }, | |
| "While expanding the reference 'calls_len' in:" | |
| ], | |
| "start_col": 21, | |
| "start_line": 123 | |
| }, | |
| "While expanding the reference 'call_array_len' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 103 | |
| } | |
| }, | |
| "509": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 22, | |
| "end_line": 121, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 22, | |
| "end_line": 121, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 55, | |
| "end_line": 127, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 50, | |
| "start_line": 127 | |
| }, | |
| "While expanding the reference 'calls' in:" | |
| ], | |
| "start_col": 10, | |
| "start_line": 121 | |
| }, | |
| "While auto generating local variable for 'calls'." | |
| ], | |
| "start_col": 10, | |
| "start_line": 121 | |
| } | |
| }, | |
| "510": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 25, | |
| "end_line": 126, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 25, | |
| "end_line": 126, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 65, | |
| "end_line": 127, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 57, | |
| "start_line": 127 | |
| }, | |
| "While expanding the reference 'response' in:" | |
| ], | |
| "start_col": 10, | |
| "start_line": 126 | |
| }, | |
| "While auto generating local variable for 'response'." | |
| ], | |
| "start_col": 10, | |
| "start_line": 126 | |
| } | |
| }, | |
| "511": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 66, | |
| "end_line": 127, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 26, | |
| "start_line": 127 | |
| } | |
| }, | |
| "513": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 22, | |
| "end_line": 127, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 22, | |
| "end_line": 127, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 10, | |
| "start_line": 127 | |
| }, | |
| "While auto generating local variable for 'response_len'." | |
| ], | |
| "start_col": 10, | |
| "start_line": 127 | |
| } | |
| }, | |
| "514": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 37, | |
| "end_line": 345, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 66, | |
| "end_line": 127, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 29, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/transaction_executed/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 6, | |
| "end_line": 131, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 129 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 6, | |
| "start_line": 40 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 11, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 26, | |
| "start_line": 127 | |
| }, | |
| "While trying to update the implicit return value 'syscall_ptr' in:" | |
| ], | |
| "start_col": 19, | |
| "start_line": 345 | |
| } | |
| }, | |
| "515": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 98, | |
| "end_line": 101, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 46, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/transaction_executed/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 6, | |
| "end_line": 131, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 129 | |
| }, | |
| "While trying to retrieve the implicit argument 'range_check_ptr' in:" | |
| ], | |
| "start_col": 6, | |
| "start_line": 40 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 31, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 83, | |
| "start_line": 101 | |
| } | |
| }, | |
| "516": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 38, | |
| "end_line": 130, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 14, | |
| "start_line": 130 | |
| } | |
| }, | |
| "517": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 22, | |
| "end_line": 127, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 22, | |
| "end_line": 127, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 65, | |
| "end_line": 130, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 53, | |
| "start_line": 130 | |
| }, | |
| "While expanding the reference 'response_len' in:" | |
| ], | |
| "start_col": 10, | |
| "start_line": 127 | |
| }, | |
| "While auto generating local variable for 'response_len'." | |
| ], | |
| "start_col": 10, | |
| "start_line": 127 | |
| } | |
| }, | |
| "518": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 25, | |
| "end_line": 126, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 25, | |
| "end_line": 126, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 84, | |
| "end_line": 130, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 76, | |
| "start_line": 130 | |
| }, | |
| "While expanding the reference 'response' in:" | |
| ], | |
| "start_col": 10, | |
| "start_line": 126 | |
| }, | |
| "While auto generating local variable for 'response'." | |
| ], | |
| "start_col": 10, | |
| "start_line": 126 | |
| } | |
| }, | |
| "519": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 6, | |
| "end_line": 131, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 129 | |
| } | |
| }, | |
| "521": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 29, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/transaction_executed/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 6, | |
| "end_line": 131, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 23, | |
| "end_line": 101, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 58, | |
| "end_line": 133, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 133 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 101 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 129 | |
| }, | |
| "While trying to update the implicit return value 'syscall_ptr' in:" | |
| ], | |
| "start_col": 6, | |
| "start_line": 40 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 11, | |
| "start_line": 1 | |
| } | |
| }, | |
| "522": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 51, | |
| "end_line": 101, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 51, | |
| "end_line": 101, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 58, | |
| "end_line": 133, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 133 | |
| }, | |
| "While trying to retrieve the implicit argument 'pedersen_ptr' in:" | |
| ], | |
| "start_col": 25, | |
| "start_line": 101 | |
| }, | |
| "While expanding the reference 'pedersen_ptr' in:" | |
| ], | |
| "start_col": 25, | |
| "start_line": 101 | |
| } | |
| }, | |
| "523": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 81, | |
| "end_line": 101, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 81, | |
| "end_line": 101, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 58, | |
| "end_line": 133, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 133 | |
| }, | |
| "While trying to retrieve the implicit argument 'ecdsa_ptr' in:" | |
| ], | |
| "start_col": 53, | |
| "start_line": 101 | |
| }, | |
| "While expanding the reference 'ecdsa_ptr' in:" | |
| ], | |
| "start_col": 53, | |
| "start_line": 101 | |
| } | |
| }, | |
| "524": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 46, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/event/transaction_executed/a7a8ae41be29ac9f4f6c3b7837c448d787ca051dd1ade98f409e54d33d112504.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 26, | |
| "end_line": 40, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 6, | |
| "end_line": 131, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 98, | |
| "end_line": 101, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 58, | |
| "end_line": 133, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 133 | |
| }, | |
| "While trying to retrieve the implicit argument 'range_check_ptr' in:" | |
| ], | |
| "start_col": 83, | |
| "start_line": 101 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 129 | |
| }, | |
| "While trying to update the implicit return value 'range_check_ptr' in:" | |
| ], | |
| "start_col": 6, | |
| "start_line": 40 | |
| }, | |
| "While handling event:" | |
| ], | |
| "start_col": 31, | |
| "start_line": 1 | |
| } | |
| }, | |
| "525": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 22, | |
| "end_line": 127, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 22, | |
| "end_line": 127, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 38, | |
| "end_line": 133, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 26, | |
| "start_line": 133 | |
| }, | |
| "While expanding the reference 'response_len' in:" | |
| ], | |
| "start_col": 10, | |
| "start_line": 127 | |
| }, | |
| "While auto generating local variable for 'response_len'." | |
| ], | |
| "start_col": 10, | |
| "start_line": 127 | |
| } | |
| }, | |
| "526": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 25, | |
| "end_line": 126, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 25, | |
| "end_line": 126, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 56, | |
| "end_line": 133, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 48, | |
| "start_line": 133 | |
| }, | |
| "While expanding the reference 'response' in:" | |
| ], | |
| "start_col": 10, | |
| "start_line": 126 | |
| }, | |
| "While auto generating local variable for 'response'." | |
| ], | |
| "start_col": 10, | |
| "start_line": 126 | |
| } | |
| }, | |
| "527": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 58, | |
| "end_line": 133, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 133 | |
| } | |
| }, | |
| "528": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 67, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 98, | |
| "end_line": 101, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 24, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/23eb145dfcc4e5c056d6e803f1da4bcc93607ee9f55fca5ad18024a8574c1b34.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 104, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 104 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 9, | |
| "start_line": 2 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 83, | |
| "start_line": 101 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 23, | |
| "start_line": 1 | |
| } | |
| }, | |
| "529": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 53, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/7dc21e5febb3934461e79e32b9e043909f57ea5d5d88047175f79be259d9fdd5.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 25, | |
| "end_line": 103, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 57, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/23eb145dfcc4e5c056d6e803f1da4bcc93607ee9f55fca5ad18024a8574c1b34.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 104, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 104 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 28, | |
| "start_line": 2 | |
| }, | |
| "While expanding the reference '__calldata_arg_call_array_len' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 103 | |
| }, | |
| "While handling calldata argument 'call_array_len'" | |
| ], | |
| "start_col": 37, | |
| "start_line": 1 | |
| } | |
| }, | |
| "530": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 58, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/23eb145dfcc4e5c056d6e803f1da4bcc93607ee9f55fca5ad18024a8574c1b34.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 104, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 104 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 1, | |
| "start_line": 2 | |
| } | |
| }, | |
| "531": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 40, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/7dc21e5febb3934461e79e32b9e043909f57ea5d5d88047175f79be259d9fdd5.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 25, | |
| "end_line": 103, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 40, | |
| "end_line": 8, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/23eb145dfcc4e5c056d6e803f1da4bcc93607ee9f55fca5ad18024a8574c1b34.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 104, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 104 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 26, | |
| "start_line": 8 | |
| }, | |
| "While expanding the reference '__calldata_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 103 | |
| }, | |
| "While handling calldata argument 'call_array_len'" | |
| ], | |
| "start_col": 22, | |
| "start_line": 2 | |
| } | |
| }, | |
| "533": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 53, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/7dc21e5febb3934461e79e32b9e043909f57ea5d5d88047175f79be259d9fdd5.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 25, | |
| "end_line": 103, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 72, | |
| "end_line": 8, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/23eb145dfcc4e5c056d6e803f1da4bcc93607ee9f55fca5ad18024a8574c1b34.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 104, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 104 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 43, | |
| "start_line": 8 | |
| }, | |
| "While expanding the reference '__calldata_arg_call_array_len' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 103 | |
| }, | |
| "While handling calldata argument 'call_array_len'" | |
| ], | |
| "start_col": 37, | |
| "start_line": 1 | |
| } | |
| }, | |
| "534": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 76, | |
| "end_line": 8, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/23eb145dfcc4e5c056d6e803f1da4bcc93607ee9f55fca5ad18024a8574c1b34.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 104, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 104 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 43, | |
| "start_line": 8 | |
| } | |
| }, | |
| "536": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 76, | |
| "end_line": 8, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/23eb145dfcc4e5c056d6e803f1da4bcc93607ee9f55fca5ad18024a8574c1b34.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 104, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 104 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 26, | |
| "start_line": 8 | |
| } | |
| }, | |
| "537": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 67, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 98, | |
| "end_line": 101, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 38, | |
| "end_line": 3, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/23eb145dfcc4e5c056d6e803f1da4bcc93607ee9f55fca5ad18024a8574c1b34.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 104, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 24, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/60a1d0127411d0a1f9a364f5245ae52da8e752ea42edf6ddaf5217c8bdeb8bad.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 20, | |
| "end_line": 106, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 106 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 9, | |
| "start_line": 2 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 104 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 23, | |
| "start_line": 3 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 83, | |
| "start_line": 101 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 23, | |
| "start_line": 1 | |
| } | |
| }, | |
| "538": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 51, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/b3680ca562908399dc897f0a23ed55686e0fba9ab4a18330c139e561aa7b41d8.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 23, | |
| "end_line": 105, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 55, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/60a1d0127411d0a1f9a364f5245ae52da8e752ea42edf6ddaf5217c8bdeb8bad.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 20, | |
| "end_line": 106, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 106 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 28, | |
| "start_line": 2 | |
| }, | |
| "While expanding the reference '__calldata_arg_calldata_len' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 105 | |
| }, | |
| "While handling calldata argument 'calldata_len'" | |
| ], | |
| "start_col": 35, | |
| "start_line": 1 | |
| } | |
| }, | |
| "539": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 56, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/60a1d0127411d0a1f9a364f5245ae52da8e752ea42edf6ddaf5217c8bdeb8bad.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 20, | |
| "end_line": 106, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 106 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 1, | |
| "start_line": 2 | |
| } | |
| }, | |
| "540": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 40, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/b3680ca562908399dc897f0a23ed55686e0fba9ab4a18330c139e561aa7b41d8.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 23, | |
| "end_line": 105, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 40, | |
| "end_line": 8, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/60a1d0127411d0a1f9a364f5245ae52da8e752ea42edf6ddaf5217c8bdeb8bad.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 20, | |
| "end_line": 106, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 106 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 26, | |
| "start_line": 8 | |
| }, | |
| "While expanding the reference '__calldata_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 105 | |
| }, | |
| "While handling calldata argument 'calldata_len'" | |
| ], | |
| "start_col": 22, | |
| "start_line": 2 | |
| } | |
| }, | |
| "542": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 51, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/b3680ca562908399dc897f0a23ed55686e0fba9ab4a18330c139e561aa7b41d8.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 23, | |
| "end_line": 105, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 70, | |
| "end_line": 8, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/60a1d0127411d0a1f9a364f5245ae52da8e752ea42edf6ddaf5217c8bdeb8bad.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 20, | |
| "end_line": 106, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 106 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 43, | |
| "start_line": 8 | |
| }, | |
| "While expanding the reference '__calldata_arg_calldata_len' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 105 | |
| }, | |
| "While handling calldata argument 'calldata_len'" | |
| ], | |
| "start_col": 35, | |
| "start_line": 1 | |
| } | |
| }, | |
| "543": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 74, | |
| "end_line": 8, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/60a1d0127411d0a1f9a364f5245ae52da8e752ea42edf6ddaf5217c8bdeb8bad.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 20, | |
| "end_line": 106, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 106 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 26, | |
| "start_line": 8 | |
| } | |
| }, | |
| "544": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "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": 100, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 100 | |
| }, | |
| "While handling calldata of" | |
| ], | |
| "start_col": 1, | |
| "start_line": 1 | |
| } | |
| }, | |
| "545": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 67, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 98, | |
| "end_line": 101, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 38, | |
| "end_line": 3, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/23eb145dfcc4e5c056d6e803f1da4bcc93607ee9f55fca5ad18024a8574c1b34.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 104, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 38, | |
| "end_line": 3, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/60a1d0127411d0a1f9a364f5245ae52da8e752ea42edf6ddaf5217c8bdeb8bad.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 20, | |
| "end_line": 106, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 136, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/85787d2d8fa1e9feaaf73da330749e653bfc5b0f979f6a0bdc53947feb8078e5.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 100, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 100 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 121, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 106 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 23, | |
| "start_line": 3 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 104 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 23, | |
| "start_line": 3 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 83, | |
| "start_line": 101 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 23, | |
| "start_line": 1 | |
| } | |
| }, | |
| "546": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 64, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 23, | |
| "end_line": 101, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 55, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/85787d2d8fa1e9feaaf73da330749e653bfc5b0f979f6a0bdc53947feb8078e5.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 100, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 100 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 44, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 101 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 19, | |
| "start_line": 1 | |
| } | |
| }, | |
| "547": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 110, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 51, | |
| "end_line": 101, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 82, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/85787d2d8fa1e9feaaf73da330749e653bfc5b0f979f6a0bdc53947feb8078e5.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 100, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 100 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 70, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'pedersen_ptr' in:" | |
| ], | |
| "start_col": 25, | |
| "start_line": 101 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 20, | |
| "start_line": 1 | |
| } | |
| }, | |
| "548": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 112, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/972efe4adb0e1cedbdf0f0747cf1e121111a6180229de74773d49a6e595c4f3d.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 81, | |
| "end_line": 101, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 103, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/85787d2d8fa1e9feaaf73da330749e653bfc5b0f979f6a0bdc53947feb8078e5.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 100, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 100 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 94, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'ecdsa_ptr' in:" | |
| ], | |
| "start_col": 53, | |
| "start_line": 101 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 17, | |
| "start_line": 1 | |
| } | |
| }, | |
| "549": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 42, | |
| "end_line": 3, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/60a1d0127411d0a1f9a364f5245ae52da8e752ea42edf6ddaf5217c8bdeb8bad.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 20, | |
| "end_line": 106, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 136, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/85787d2d8fa1e9feaaf73da330749e653bfc5b0f979f6a0bdc53947feb8078e5.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 100, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 100 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 121, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 106 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 23, | |
| "start_line": 3 | |
| } | |
| }, | |
| "551": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 53, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/7dc21e5febb3934461e79e32b9e043909f57ea5d5d88047175f79be259d9fdd5.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 25, | |
| "end_line": 103, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 182, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/85787d2d8fa1e9feaaf73da330749e653bfc5b0f979f6a0bdc53947feb8078e5.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 100, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 100 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 153, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference '__calldata_arg_call_array_len' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 103 | |
| }, | |
| "While handling calldata argument 'call_array_len'" | |
| ], | |
| "start_col": 37, | |
| "start_line": 1 | |
| } | |
| }, | |
| "552": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 92, | |
| "end_line": 5, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/23eb145dfcc4e5c056d6e803f1da4bcc93607ee9f55fca5ad18024a8574c1b34.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 104, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 220, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/85787d2d8fa1e9feaaf73da330749e653bfc5b0f979f6a0bdc53947feb8078e5.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 100, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 100 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 195, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference '__calldata_arg_call_array' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 104 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 33, | |
| "start_line": 5 | |
| } | |
| }, | |
| "554": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 51, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/b3680ca562908399dc897f0a23ed55686e0fba9ab4a18330c139e561aa7b41d8.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 23, | |
| "end_line": 105, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 262, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/85787d2d8fa1e9feaaf73da330749e653bfc5b0f979f6a0bdc53947feb8078e5.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 100, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 100 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 235, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference '__calldata_arg_calldata_len' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 105 | |
| }, | |
| "While handling calldata argument 'calldata_len'" | |
| ], | |
| "start_col": 35, | |
| "start_line": 1 | |
| } | |
| }, | |
| "555": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 58, | |
| "end_line": 5, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/60a1d0127411d0a1f9a364f5245ae52da8e752ea42edf6ddaf5217c8bdeb8bad.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 20, | |
| "end_line": 106, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 296, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/85787d2d8fa1e9feaaf73da330749e653bfc5b0f979f6a0bdc53947feb8078e5.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 100, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 100 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 273, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference '__calldata_arg_calldata' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 106 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 31, | |
| "start_line": 5 | |
| } | |
| }, | |
| "557": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 17, | |
| "end_line": 100, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 100 | |
| } | |
| }, | |
| "559": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 55, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/85787d2d8fa1e9feaaf73da330749e653bfc5b0f979f6a0bdc53947feb8078e5.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 100, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 20, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 100, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 100 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 9, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 6, | |
| "start_line": 100 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 44, | |
| "start_line": 1 | |
| } | |
| }, | |
| "560": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 82, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/85787d2d8fa1e9feaaf73da330749e653bfc5b0f979f6a0bdc53947feb8078e5.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 100, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 33, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 100, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 100 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 21, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'pedersen_ptr' in:" | |
| ], | |
| "start_col": 6, | |
| "start_line": 100 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 70, | |
| "start_line": 1 | |
| } | |
| }, | |
| "561": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 136, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/85787d2d8fa1e9feaaf73da330749e653bfc5b0f979f6a0bdc53947feb8078e5.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 100, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 49, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 100, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 100 | |
| }, | |
| "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": 100 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 121, | |
| "start_line": 1 | |
| } | |
| }, | |
| "562": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 103, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/85787d2d8fa1e9feaaf73da330749e653bfc5b0f979f6a0bdc53947feb8078e5.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 100, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 59, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 100, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 100 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 50, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'ecdsa_ptr' in:" | |
| ], | |
| "start_col": 6, | |
| "start_line": 100 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 94, | |
| "start_line": 1 | |
| } | |
| }, | |
| "563": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 42, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/85787d2d8fa1e9feaaf73da330749e653bfc5b0f979f6a0bdc53947feb8078e5.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 100, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 72, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 100, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 100 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 60, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'retdata_size' in:" | |
| ], | |
| "start_col": 6, | |
| "start_line": 100 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 20, | |
| "start_line": 2 | |
| } | |
| }, | |
| "564": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 32, | |
| "end_line": 3, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/85787d2d8fa1e9feaaf73da330749e653bfc5b0f979f6a0bdc53947feb8078e5.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 100, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 80, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 100, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 100 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 73, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'retdata' in:" | |
| ], | |
| "start_col": 6, | |
| "start_line": 100 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 15, | |
| "start_line": 3 | |
| } | |
| }, | |
| "565": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__execute__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 82, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__execute__/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 17, | |
| "end_line": 100, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 100 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 1, | |
| "start_line": 1 | |
| } | |
| }, | |
| "566": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 18, | |
| "end_line": 145, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 145 | |
| } | |
| }, | |
| "568": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 23, | |
| "end_line": 138, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 43, | |
| "end_line": 325, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 25, | |
| "end_line": 148, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 148 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 25, | |
| "start_line": 325 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 138 | |
| } | |
| }, | |
| "569": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 51, | |
| "end_line": 138, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 71, | |
| "end_line": 325, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 25, | |
| "end_line": 148, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 148 | |
| }, | |
| "While trying to retrieve the implicit argument 'pedersen_ptr' in:" | |
| ], | |
| "start_col": 45, | |
| "start_line": 325 | |
| }, | |
| "While expanding the reference 'pedersen_ptr' in:" | |
| ], | |
| "start_col": 25, | |
| "start_line": 138 | |
| } | |
| }, | |
| "570": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 98, | |
| "end_line": 138, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 88, | |
| "end_line": 325, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 25, | |
| "end_line": 148, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 148 | |
| }, | |
| "While trying to retrieve the implicit argument 'range_check_ptr' in:" | |
| ], | |
| "start_col": 73, | |
| "start_line": 325 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 83, | |
| "start_line": 138 | |
| } | |
| }, | |
| "571": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 25, | |
| "end_line": 148, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 148 | |
| } | |
| }, | |
| "573": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 35, | |
| "end_line": 150, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 23, | |
| "start_line": 150 | |
| } | |
| }, | |
| "575": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 35, | |
| "end_line": 301, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 35, | |
| "end_line": 150, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 23, | |
| "end_line": 215, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 6, | |
| "end_line": 153, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 151 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 215 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 23, | |
| "start_line": 150 | |
| }, | |
| "While trying to update the implicit return value 'syscall_ptr' in:" | |
| ], | |
| "start_col": 17, | |
| "start_line": 301 | |
| } | |
| }, | |
| "576": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 63, | |
| "end_line": 301, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 35, | |
| "end_line": 150, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 51, | |
| "end_line": 215, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 6, | |
| "end_line": 153, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 151 | |
| }, | |
| "While trying to retrieve the implicit argument 'pedersen_ptr' in:" | |
| ], | |
| "start_col": 25, | |
| "start_line": 215 | |
| }, | |
| "While expanding the reference 'pedersen_ptr' in:" | |
| ], | |
| "start_col": 23, | |
| "start_line": 150 | |
| }, | |
| "While trying to update the implicit return value 'pedersen_ptr' in:" | |
| ], | |
| "start_col": 37, | |
| "start_line": 301 | |
| } | |
| }, | |
| "577": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 81, | |
| "end_line": 138, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 81, | |
| "end_line": 215, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 6, | |
| "end_line": 153, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 151 | |
| }, | |
| "While trying to retrieve the implicit argument 'ecdsa_ptr' in:" | |
| ], | |
| "start_col": 53, | |
| "start_line": 215 | |
| }, | |
| "While expanding the reference 'ecdsa_ptr' in:" | |
| ], | |
| "start_col": 53, | |
| "start_line": 138 | |
| } | |
| }, | |
| "578": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 80, | |
| "end_line": 301, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 35, | |
| "end_line": 150, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 98, | |
| "end_line": 215, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 6, | |
| "end_line": 153, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 151 | |
| }, | |
| "While trying to retrieve the implicit argument 'range_check_ptr' in:" | |
| ], | |
| "start_col": 83, | |
| "start_line": 215 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 23, | |
| "start_line": 150 | |
| }, | |
| "While trying to update the implicit return value 'range_check_ptr' in:" | |
| ], | |
| "start_col": 65, | |
| "start_line": 301 | |
| } | |
| }, | |
| "579": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 19, | |
| "end_line": 150, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 152, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 9, | |
| "start_line": 152 | |
| }, | |
| "While expanding the reference 'plugin_id' in:" | |
| ], | |
| "start_col": 10, | |
| "start_line": 150 | |
| } | |
| }, | |
| "580": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 25, | |
| "end_line": 140, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 152, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 20, | |
| "start_line": 152 | |
| }, | |
| "While expanding the reference 'call_array_len' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 140 | |
| } | |
| }, | |
| "581": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 34, | |
| "end_line": 141, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 46, | |
| "end_line": 152, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 36, | |
| "start_line": 152 | |
| }, | |
| "While expanding the reference 'call_array' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 141 | |
| } | |
| }, | |
| "582": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 23, | |
| "end_line": 142, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 60, | |
| "end_line": 152, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 48, | |
| "start_line": 152 | |
| }, | |
| "While expanding the reference 'calldata_len' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 142 | |
| } | |
| }, | |
| "583": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 20, | |
| "end_line": 143, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 70, | |
| "end_line": 152, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 62, | |
| "start_line": 152 | |
| }, | |
| "While expanding the reference 'calldata' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 143 | |
| } | |
| }, | |
| "584": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 6, | |
| "end_line": 153, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 151 | |
| } | |
| }, | |
| "586": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 15, | |
| "end_line": 155, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 155 | |
| } | |
| }, | |
| "587": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 67, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 98, | |
| "end_line": 138, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 24, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/23eb145dfcc4e5c056d6e803f1da4bcc93607ee9f55fca5ad18024a8574c1b34.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 141, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 141 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 9, | |
| "start_line": 2 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 83, | |
| "start_line": 138 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 23, | |
| "start_line": 1 | |
| } | |
| }, | |
| "588": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 53, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/7dc21e5febb3934461e79e32b9e043909f57ea5d5d88047175f79be259d9fdd5.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 25, | |
| "end_line": 140, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 57, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/23eb145dfcc4e5c056d6e803f1da4bcc93607ee9f55fca5ad18024a8574c1b34.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 141, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 141 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 28, | |
| "start_line": 2 | |
| }, | |
| "While expanding the reference '__calldata_arg_call_array_len' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 140 | |
| }, | |
| "While handling calldata argument 'call_array_len'" | |
| ], | |
| "start_col": 37, | |
| "start_line": 1 | |
| } | |
| }, | |
| "589": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 58, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/23eb145dfcc4e5c056d6e803f1da4bcc93607ee9f55fca5ad18024a8574c1b34.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 141, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 141 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 1, | |
| "start_line": 2 | |
| } | |
| }, | |
| "590": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 40, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/7dc21e5febb3934461e79e32b9e043909f57ea5d5d88047175f79be259d9fdd5.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 25, | |
| "end_line": 140, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 40, | |
| "end_line": 8, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/23eb145dfcc4e5c056d6e803f1da4bcc93607ee9f55fca5ad18024a8574c1b34.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 141, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 141 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 26, | |
| "start_line": 8 | |
| }, | |
| "While expanding the reference '__calldata_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 140 | |
| }, | |
| "While handling calldata argument 'call_array_len'" | |
| ], | |
| "start_col": 22, | |
| "start_line": 2 | |
| } | |
| }, | |
| "592": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 53, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/7dc21e5febb3934461e79e32b9e043909f57ea5d5d88047175f79be259d9fdd5.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 25, | |
| "end_line": 140, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 72, | |
| "end_line": 8, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/23eb145dfcc4e5c056d6e803f1da4bcc93607ee9f55fca5ad18024a8574c1b34.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 141, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 141 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 43, | |
| "start_line": 8 | |
| }, | |
| "While expanding the reference '__calldata_arg_call_array_len' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 140 | |
| }, | |
| "While handling calldata argument 'call_array_len'" | |
| ], | |
| "start_col": 37, | |
| "start_line": 1 | |
| } | |
| }, | |
| "593": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 76, | |
| "end_line": 8, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/23eb145dfcc4e5c056d6e803f1da4bcc93607ee9f55fca5ad18024a8574c1b34.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 141, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 141 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 43, | |
| "start_line": 8 | |
| } | |
| }, | |
| "595": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 76, | |
| "end_line": 8, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/23eb145dfcc4e5c056d6e803f1da4bcc93607ee9f55fca5ad18024a8574c1b34.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 141, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 141 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 26, | |
| "start_line": 8 | |
| } | |
| }, | |
| "596": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 67, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 98, | |
| "end_line": 138, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 38, | |
| "end_line": 3, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/23eb145dfcc4e5c056d6e803f1da4bcc93607ee9f55fca5ad18024a8574c1b34.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 141, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 24, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/60a1d0127411d0a1f9a364f5245ae52da8e752ea42edf6ddaf5217c8bdeb8bad.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 20, | |
| "end_line": 143, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 143 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 9, | |
| "start_line": 2 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 141 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 23, | |
| "start_line": 3 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 83, | |
| "start_line": 138 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 23, | |
| "start_line": 1 | |
| } | |
| }, | |
| "597": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 51, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/b3680ca562908399dc897f0a23ed55686e0fba9ab4a18330c139e561aa7b41d8.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 23, | |
| "end_line": 142, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 55, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/60a1d0127411d0a1f9a364f5245ae52da8e752ea42edf6ddaf5217c8bdeb8bad.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 20, | |
| "end_line": 143, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 143 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 28, | |
| "start_line": 2 | |
| }, | |
| "While expanding the reference '__calldata_arg_calldata_len' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 142 | |
| }, | |
| "While handling calldata argument 'calldata_len'" | |
| ], | |
| "start_col": 35, | |
| "start_line": 1 | |
| } | |
| }, | |
| "598": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 56, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/60a1d0127411d0a1f9a364f5245ae52da8e752ea42edf6ddaf5217c8bdeb8bad.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 20, | |
| "end_line": 143, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 143 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 1, | |
| "start_line": 2 | |
| } | |
| }, | |
| "599": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 40, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/b3680ca562908399dc897f0a23ed55686e0fba9ab4a18330c139e561aa7b41d8.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 23, | |
| "end_line": 142, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 40, | |
| "end_line": 8, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/60a1d0127411d0a1f9a364f5245ae52da8e752ea42edf6ddaf5217c8bdeb8bad.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 20, | |
| "end_line": 143, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 143 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 26, | |
| "start_line": 8 | |
| }, | |
| "While expanding the reference '__calldata_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 142 | |
| }, | |
| "While handling calldata argument 'calldata_len'" | |
| ], | |
| "start_col": 22, | |
| "start_line": 2 | |
| } | |
| }, | |
| "601": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 51, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/b3680ca562908399dc897f0a23ed55686e0fba9ab4a18330c139e561aa7b41d8.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 23, | |
| "end_line": 142, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 70, | |
| "end_line": 8, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/60a1d0127411d0a1f9a364f5245ae52da8e752ea42edf6ddaf5217c8bdeb8bad.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 20, | |
| "end_line": 143, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 143 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 43, | |
| "start_line": 8 | |
| }, | |
| "While expanding the reference '__calldata_arg_calldata_len' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 142 | |
| }, | |
| "While handling calldata argument 'calldata_len'" | |
| ], | |
| "start_col": 35, | |
| "start_line": 1 | |
| } | |
| }, | |
| "602": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 74, | |
| "end_line": 8, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/60a1d0127411d0a1f9a364f5245ae52da8e752ea42edf6ddaf5217c8bdeb8bad.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 20, | |
| "end_line": 143, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 143 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 26, | |
| "start_line": 8 | |
| } | |
| }, | |
| "603": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "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": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 137 | |
| }, | |
| "While handling calldata of" | |
| ], | |
| "start_col": 1, | |
| "start_line": 1 | |
| } | |
| }, | |
| "604": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 67, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/741ea357d6336b0bed7bf0472425acd0311d543883b803388880e60a232040c7.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 98, | |
| "end_line": 138, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 38, | |
| "end_line": 3, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/23eb145dfcc4e5c056d6e803f1da4bcc93607ee9f55fca5ad18024a8574c1b34.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 141, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 38, | |
| "end_line": 3, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/60a1d0127411d0a1f9a364f5245ae52da8e752ea42edf6ddaf5217c8bdeb8bad.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 20, | |
| "end_line": 143, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 136, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/883be30acb6a1330d51bfd10cbcbff897d747444eaacd9630821b0430bd22dc4.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 137 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 121, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 143 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 23, | |
| "start_line": 3 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 141 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 23, | |
| "start_line": 3 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 83, | |
| "start_line": 138 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 23, | |
| "start_line": 1 | |
| } | |
| }, | |
| "605": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 64, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/b2c52ca2d2a8fc8791a983086d8716c5eacd0c3d62934914d2286f84b98ff4cb.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 23, | |
| "end_line": 138, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 55, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/883be30acb6a1330d51bfd10cbcbff897d747444eaacd9630821b0430bd22dc4.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.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": 5, | |
| "start_line": 138 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 19, | |
| "start_line": 1 | |
| } | |
| }, | |
| "606": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 110, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/9684a85e93c782014ca14293edea4eb2502039a5a7b6538ecd39c56faaf12529.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 51, | |
| "end_line": 138, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 82, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/883be30acb6a1330d51bfd10cbcbff897d747444eaacd9630821b0430bd22dc4.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.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": 25, | |
| "start_line": 138 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 20, | |
| "start_line": 1 | |
| } | |
| }, | |
| "607": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 112, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/972efe4adb0e1cedbdf0f0747cf1e121111a6180229de74773d49a6e595c4f3d.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 81, | |
| "end_line": 138, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 103, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/883be30acb6a1330d51bfd10cbcbff897d747444eaacd9630821b0430bd22dc4.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 137 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 94, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'ecdsa_ptr' in:" | |
| ], | |
| "start_col": 53, | |
| "start_line": 138 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 17, | |
| "start_line": 1 | |
| } | |
| }, | |
| "608": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 42, | |
| "end_line": 3, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/60a1d0127411d0a1f9a364f5245ae52da8e752ea42edf6ddaf5217c8bdeb8bad.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 20, | |
| "end_line": 143, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 136, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/883be30acb6a1330d51bfd10cbcbff897d747444eaacd9630821b0430bd22dc4.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 137 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 121, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 143 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 23, | |
| "start_line": 3 | |
| } | |
| }, | |
| "610": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 53, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/7dc21e5febb3934461e79e32b9e043909f57ea5d5d88047175f79be259d9fdd5.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 25, | |
| "end_line": 140, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 182, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/883be30acb6a1330d51bfd10cbcbff897d747444eaacd9630821b0430bd22dc4.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 137 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 153, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference '__calldata_arg_call_array_len' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 140 | |
| }, | |
| "While handling calldata argument 'call_array_len'" | |
| ], | |
| "start_col": 37, | |
| "start_line": 1 | |
| } | |
| }, | |
| "611": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 92, | |
| "end_line": 5, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/23eb145dfcc4e5c056d6e803f1da4bcc93607ee9f55fca5ad18024a8574c1b34.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 141, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 220, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/883be30acb6a1330d51bfd10cbcbff897d747444eaacd9630821b0430bd22dc4.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 137 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 195, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference '__calldata_arg_call_array' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 141 | |
| }, | |
| "While handling calldata argument 'call_array'" | |
| ], | |
| "start_col": 33, | |
| "start_line": 5 | |
| } | |
| }, | |
| "613": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 51, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/b3680ca562908399dc897f0a23ed55686e0fba9ab4a18330c139e561aa7b41d8.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 23, | |
| "end_line": 142, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 262, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/883be30acb6a1330d51bfd10cbcbff897d747444eaacd9630821b0430bd22dc4.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 137 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 235, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference '__calldata_arg_calldata_len' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 142 | |
| }, | |
| "While handling calldata argument 'calldata_len'" | |
| ], | |
| "start_col": 35, | |
| "start_line": 1 | |
| } | |
| }, | |
| "614": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 58, | |
| "end_line": 5, | |
| "input_file": { | |
| "filename": "autogen/starknet/arg_processor/60a1d0127411d0a1f9a364f5245ae52da8e752ea42edf6ddaf5217c8bdeb8bad.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 20, | |
| "end_line": 143, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 296, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/883be30acb6a1330d51bfd10cbcbff897d747444eaacd9630821b0430bd22dc4.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 137 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 273, | |
| "start_line": 1 | |
| }, | |
| "While expanding the reference '__calldata_arg_calldata' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 143 | |
| }, | |
| "While handling calldata argument 'calldata'" | |
| ], | |
| "start_col": 31, | |
| "start_line": 5 | |
| } | |
| }, | |
| "616": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 137 | |
| } | |
| }, | |
| "618": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [ | |
| { | |
| "location": { | |
| "end_col": 34, | |
| "end_line": 2, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/883be30acb6a1330d51bfd10cbcbff897d747444eaacd9630821b0430bd22dc4.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.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/__validate__/883be30acb6a1330d51bfd10cbcbff897d747444eaacd9630821b0430bd22dc4.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 137 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 1, | |
| "start_line": 3 | |
| } | |
| }, | |
| "620": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 55, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/883be30acb6a1330d51bfd10cbcbff897d747444eaacd9630821b0430bd22dc4.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 20, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.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 | |
| } | |
| }, | |
| "621": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 82, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/883be30acb6a1330d51bfd10cbcbff897d747444eaacd9630821b0430bd22dc4.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 33, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.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 | |
| } | |
| }, | |
| "622": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 136, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/883be30acb6a1330d51bfd10cbcbff897d747444eaacd9630821b0430bd22dc4.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 49, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.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": 121, | |
| "start_line": 1 | |
| } | |
| }, | |
| "623": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 103, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/883be30acb6a1330d51bfd10cbcbff897d747444eaacd9630821b0430bd22dc4.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 59, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.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": 94, | |
| "start_line": 1 | |
| } | |
| }, | |
| "624": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 21, | |
| "end_line": 4, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/883be30acb6a1330d51bfd10cbcbff897d747444eaacd9630821b0430bd22dc4.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 72, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.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 | |
| } | |
| }, | |
| "626": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 16, | |
| "end_line": 3, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/883be30acb6a1330d51bfd10cbcbff897d747444eaacd9630821b0430bd22dc4.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 80, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.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 | |
| } | |
| }, | |
| "627": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__wrappers__", | |
| "__wrappers__.__validate__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 82, | |
| "end_line": 1, | |
| "input_file": { | |
| "filename": "autogen/starknet/external/__validate__/18019a070f24c7de62611d09a6e18dd11270f1df7385fbc9eb3519a719dbe8bc.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 18, | |
| "end_line": 137, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 6, | |
| "start_line": 137 | |
| }, | |
| "While constructing the external wrapper for:" | |
| ], | |
| "start_col": 1, | |
| "start_line": 1 | |
| } | |
| }, | |
| "628": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate_declare__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 18, | |
| "end_line": 167, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 167 | |
| } | |
| }, | |
| "630": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate_declare__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 23, | |
| "end_line": 160, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 36, | |
| "end_line": 438, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 169, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 21, | |
| "start_line": 169 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 18, | |
| "start_line": 438 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 160 | |
| } | |
| }, | |
| "631": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate_declare__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 34, | |
| "end_line": 169, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 21, | |
| "start_line": 169 | |
| } | |
| }, | |
| "633": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate_declare__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 36, | |
| "end_line": 438, | |
| "input_file": { | |
| "filename": "/Users/jonathan.giamporcaro/workspace/venvs/cairo_venv_0-10/lib/python3.9/site-packages/starkware/starknet/common/syscalls.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 34, | |
| "end_line": 169, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 23, | |
| "end_line": 241, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 89, | |
| "end_line": 170, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 170 | |
| }, | |
| "While trying to retrieve the implicit argument 'syscall_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 241 | |
| }, | |
| "While expanding the reference 'syscall_ptr' in:" | |
| ], | |
| "start_col": 21, | |
| "start_line": 169 | |
| }, | |
| "While trying to update the implicit return value 'syscall_ptr' in:" | |
| ], | |
| "start_col": 18, | |
| "start_line": 438 | |
| } | |
| }, | |
| "634": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate_declare__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 31, | |
| "end_line": 161, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 51, | |
| "end_line": 241, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 89, | |
| "end_line": 170, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 170 | |
| }, | |
| "While trying to retrieve the implicit argument 'pedersen_ptr' in:" | |
| ], | |
| "start_col": 25, | |
| "start_line": 241 | |
| }, | |
| "While expanding the reference 'pedersen_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 161 | |
| } | |
| }, | |
| "635": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate_declare__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 33, | |
| "end_line": 162, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 81, | |
| "end_line": 241, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 89, | |
| "end_line": 170, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 170 | |
| }, | |
| "While trying to retrieve the implicit argument 'ecdsa_ptr' in:" | |
| ], | |
| "start_col": 53, | |
| "start_line": 241 | |
| }, | |
| "While expanding the reference 'ecdsa_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 162 | |
| } | |
| }, | |
| "636": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate_declare__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 20, | |
| "end_line": 163, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 98, | |
| "end_line": 241, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "parent_location": [ | |
| { | |
| "end_col": 89, | |
| "end_line": 170, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 170 | |
| }, | |
| "While trying to retrieve the implicit argument 'range_check_ptr' in:" | |
| ], | |
| "start_col": 83, | |
| "start_line": 241 | |
| }, | |
| "While expanding the reference 'range_check_ptr' in:" | |
| ], | |
| "start_col": 5, | |
| "start_line": 163 | |
| } | |
| }, | |
| "637": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate_declare__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 46, | |
| "end_line": 170, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 22, | |
| "start_line": 170 | |
| } | |
| }, | |
| "638": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate_declare__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 69, | |
| "end_line": 170, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 48, | |
| "start_line": 170 | |
| } | |
| }, | |
| "639": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate_declare__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 88, | |
| "end_line": 170, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 71, | |
| "start_line": 170 | |
| } | |
| }, | |
| "640": { | |
| "accessible_scopes": [ | |
| "__main__", | |
| "__main__", | |
| "__main__.__validate_declare__" | |
| ], | |
| "flow_tracking_data": null, | |
| "hints": [], | |
| "inst": { | |
| "end_col": 89, | |
| "end_line": 170, | |
| "input_file": { | |
| "filename": "src/account/Account.cairo" | |
| }, | |
| "start_col": 5, | |
| "start_line": 170 | |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment