StoTier

Represents a tier of investment in a Tiered STO. Different tiers can sell different Security Token amounts at different prices, and apply discounts when purchasing with POLY

Hierarchy

  • StoTier

Index

Properties

Properties

Optional discountedPrice

discountedPrice? : BigNumber

Defined in src/types/index.ts:717

Price of tokens sold at a discount

price

price: BigNumber

Defined in src/types/index.ts:708

Price of each token in this tier

tokensOnSale

tokensOnSale: BigNumber

Defined in src/types/index.ts:704

Amount of tokens to sell in this tier

Optional tokensWithDiscount

tokensWithDiscount? : BigNumber

Defined in src/types/index.ts:713

Amount of tokens to sell at a discount if paid in POLY. Must be less than the amount of tokens on sale

Last updated