StackSizingsNotMonotonic
Thrown when the stack sizings, allocation, inputs and outputs, are not monotonically increasing.
error StackSizingsNotMonotonic(bytes bytecode, uint256 relativeOffset);
Parameters
Name | Type | Description |
---|---|---|
bytecode | bytes | The bytecode that was inspected. |
relativeOffset | uint256 | The relative offset of the source that was inspected. |