LaunchTieredStoProcedureArgs
Last updated
Was this helpful?
Last updated
Was this helpful?
Arguments for the Procedure
LaunchTieredStoProcedureArgs
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: 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: Date
Defined in src/types/index.ts:753
end date of the STO
• minimumInvestment: BigNumber
Defined in src/types/index.ts:765
minimum amount that can be invested by any investor
• nonAccreditedInvestmentLimit: BigNumber
Defined in src/types/index.ts:761
maximum amount that can be invested by non accredited investors
• 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: Date
Defined in src/types/index.ts:749
start date of the STO
• symbol: string
Defined in src/types/index.ts:745
symbol of the Security Token
• tiers: StoTier[]
Defined in src/types/index.ts:757
array of Tier information
• unsoldTokensWallet: string
Defined in src/types/index.ts:777
wallet where unsold tokens will be sent if the STO expires