Submitted by hickuphh3, also found by cmichel
getTickState() attempts to fetch the state of all inserted ticks (including MIN_TICK and MAX_TICK) of a pool. Depending on the tick spacing, this function may run out of gas.
Have a starting index parameter to start the iteration from. Also, tickCount can be made use of more meaningfully to limit the number of iterations performed.
sarangparikh22 (Sushi) acknowledged
alcueca (judge) commented:
