JB721TierParams
struct JB721TierParams {
uint80 contributionFloor;
uint48 lockedUntil;
uint40 initialQuantity;
uint16 votingUnits;
uint16 reservedRate;
address reservedTokenBeneficiary;
uint8 royaltyRate;
address royaltyBeneficiary;
bytes32 encodedIPFSUri;
uint8 category;
bool allowManualMint;
bool shouldUseReservedTokenBeneficiaryAsDefault;
bool shouldUseRoyaltyBeneficiaryAsDefault;
bool transfersPausable;
}