LaunchTieredStoProcedureArgs

Arguments for the LaunchTieredSto Procedure

Hierarchy

  • LaunchTieredStoProcedureArgs

Index

Properties

Properties

Optional allowPreIssuing

allowPreIssuing? : undefined | false | true

Defined in src/types/index.ts:791

whether the total amount of Security Tokens that will be sold should be issued at the time the STO starts. Otherwise, they will be issued on each purchase. Defaults to false

currencies

currencies: Currency[]

Defined in src/types/index.ts:769

currencies with which Security Tokens can be purchased in the STO

Optional customCurrency

customCurrency? : Partial‹CustomCurrency

Defined in src/types/index.ts:786

if raising in Stable Coin, this parameter can be used to specify a currency different than USD for the STO to be pegged in

endDate

endDate: Date

Defined in src/types/index.ts:753

end date of the STO

minimumInvestment

minimumInvestment: BigNumber

Defined in src/types/index.ts:765

minimum amount that can be invested by any investor

nonAccreditedInvestmentLimit

nonAccreditedInvestmentLimit: BigNumber

Defined in src/types/index.ts:761

maximum amount that can be invested by non accredited investors

raisedFundsWallet

raisedFundsWallet: string

Defined in src/types/index.ts:773

wallet where raised funds will be sent

Optional stableCoinAddresses

stableCoinAddresses? : string[]

Defined in src/types/index.ts:781

list of the addresses of the Stable Coins that can be used to purchase Security Tokens in the STO

startDate

startDate: Date

Defined in src/types/index.ts:749

start date of the STO

symbol

symbol: string

Defined in src/types/index.ts:745

symbol of the Security Token

tiers

tiers: StoTier[]

Defined in src/types/index.ts:757

array of Tier information

unsoldTokensWallet

unsoldTokensWallet: string

Defined in src/types/index.ts:777

wallet where unsold tokens will be sent if the STO expires

Last updated