Last updated 11 months ago
Inherits:
Migrates bins up the stack in the pool.
function migrateBinsUpStack(IMaverickV2Pool pool, uint32[] memory binIds, uint32 maxRecursion) public payable;
Parameters
pool
IMaverickV2Pool
The MaverickV2Pool contract.
binIds
uint32[]
An array of bin IDs to migrate.
maxRecursion
uint32
The maximum recursion depth.