UniMintV3
Description
Mints NFT that represents a position in uni v3
Notes
The address from which we're pulling token0 and token1 must approve proxy.
If amount0Desired or amount1Desired is uint.max this will pull whole balance of _from.
Action ID
0xe5eb7e36
SDK Action
const uniswapV3MintAction = new dfs.actions.uniswapV3.UniswapV3MintAction(
token0,
token1,
fee,
tickLower,
tickUpper,
amount0Desired,
amount1Desired,
amount0Min,
amount1Min,
recipient,
deadline,
from
);Action Type
STANDARD_ACTION
Input Parameters
Return Value
Events and Logs
Last updated
Was this helpful?