DSProxy
to pull Balancer LP token.bytes32 poolId
- ID of balancer pooladdress from
- Address from where the tokens will be pulled fromaddress to
- Address that will receive LP tokens from Balancer pooluint256 lpTokenAmount
- amount of LP tokens to pull to DSProxy and send to pooladdress[] tokens
- addresses of underlying pool tokensuint256[] minAmountsOut
- minimal amounts of tokens that you want to receive in return for LP tokens sentbytes userData
- Specially encoded param that tells pool more info about the withdraw action (https://github.com/balancer-labs/balancer-v2-monorepo/blob/master/pkg/balancer-js/src/pool-weighted/encoder.ts)