Tier

Hierarchy

  • Tier

Index

Properties

Properties

discountedPrice

discountedPrice: BigNumber

Defined in src/entities/TieredSto.ts:47

discounted price at which tokens will be sold

price

price: BigNumber

Defined in src/entities/TieredSto.ts:35

price at which tokens will be sold within the tier

tokensOnSale

tokensOnSale: BigNumber

Defined in src/entities/TieredSto.ts:27

total number of tokens that are available in the tier

tokensSold

tokensSold: BigNumber

Defined in src/entities/TieredSto.ts:31

total number of tokens that have been sold

tokensSoldAtDiscount

tokensSoldAtDiscount: BigNumber

Defined in src/entities/TieredSto.ts:43

total number of tokens that have been sold at a discount

tokensWithDiscount

tokensWithDiscount: BigNumber

Defined in src/entities/TieredSto.ts:39

total number of tokens that are available to be sold at a discount when paid in POLY

Last updated