You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `[test name]` | The path to the test being executed, using the Cairo module structure. Indicates which test case produced this trace. |
128
-
| `[selector]` | The name of the contract function being called. The structure shows nested calls when one function triggers another. |
129
-
| `[contract name]` | The name of the contract where the selector (function) was invoked. Helps trace calls across contracts. |
130
-
| `[entry point type]` | (In detailed view) Type of entry point used: External, Constructor, L1Handler. Useful to differentiate the context in which the call is executed. |
131
-
| `[calldata]` | (In standard view and above) The arguments passed into the function call. |
132
-
| `[storage address]` | (In detailed view) The storage address of the specific contract instance called. Helps identify which deployment is used if you're testing multiple. |
133
-
|`[caller address]`| (In detailed view) The address of the account or contract that made this call. Important to identify who triggered the function. |
134
-
|`[call type]`| (In detailed view) Call, Delegate. Describes how the functionis being invoked. |
135
-
|`[call result]`| (In standard view and above) The return value of the call, success or panic. |
| `[test name]` | The path to the test being executed, using the Cairo module structure. Indicates which test case produced this trace. |
129
+
| `[selector]` | The name of the contract function being called. The structure shows nested calls when one function triggers another. |
130
+
| `[contract name]` | The name of the contract where the selector (function) was invoked. Helps trace calls across contracts. |
131
+
| `[entry point type]` | (In detailed view) Type of entry point used: External, Constructor, L1Handler. Useful to differentiate the context in which the call is executed. |
132
+
| `[calldata]` | (In standard view and above) The arguments passed into the function call. |
133
+
| `[storage address]` | (In detailed view) The storage address of the specific contract instance called. Helps identify which deployment is used if you're testing multiple. |
134
+
|`[caller address]`| (In detailed view) The address of the account or contract that made this call. Important to identify who triggered the function. |
135
+
|`[call type]`| (In detailed view) Call, Delegate. Describes how the functionis being invoked. |
136
+
|`[call result]`| (In standard view and above) The return value of the call, success or panic. |
137
+
|`[gas]`| (In detailed view) L2 gas needed to execute the call. The calculation ignores state changes, calldata and signature lengths, L1 handler payload length and Starknet OS overhead. |
0 commit comments