- Call
setPricing
in the new drop contract:- Royalty BPS:
uint256
BPS of the royalty set on the contract. Can be 0 for no royalty. - Split BPS:
uint256
BPS of the royalty set on the contract. Can be 0 for no royalty. - VIP Sale Price:
uint256
Sale price for VIPs. - Members Sale Price:
uint256
SalePrice for Members. - General Sale Price:
uint256
SalePrice for the general public. - VIP Mint Limit:
uint256
Mint limit for VIPs. - Members Mint Limit:
uint256
Mint limit for Members. - General Mint Limit:
uint256
Mint limit for the general public.
- Royalty BPS:
- Call
reserve
in the new drop contract:- Wallets:
address
A list of addresses who wish to reserve. - Token IDs:
uint256
A list of token IDs to reserve.
- Wallets:
- Call
setApprovedVIPMinters
in the new drop contract. - Call
setApprovedMinters
in the new drop contract. - Call
setAllowedMinter
in the new drop contract.