CreateVaultZap
CreateVaultZap.sol
This contract is a zap for creating and setting up a vault.
Table of Contents
Constants
MINIMUM_INVENTORY_LIQUIDITY
Set to NFTX inventory staking contract's MINIMUM_LIQUIDITY
.
WETH
Address of WETH contract.
vaultFactory
Address of NFTXVaultFactoryUpgradeableV3.
nftxRouter
Address of NFTXRouter contract.
ammFactory
Address of NFTX AMM's UniswapV3FactoryUpgradeable contract.
inventoryStaking
Address of NFTXInventoryStakingV3Upgradeable contract.
positionManager
Address of the NFTX AMM's NonfungiblePositionManager contract.
Write Functions
createVault
Sells one or more ERC721 NFTs for ETH.
Last updated