LaunchTieredStoProcedureArgs
Arguments for the LaunchTieredSto Procedure
Hierarchy
LaunchTieredStoProcedureArgs
Index
Properties
allowPreIssuing
currencies
customCurrency
endDate
minimumInvestment
nonAccreditedInvestmentLimit
raisedFundsWallet
stableCoinAddresses
startDate
symbol
tiers
unsoldTokensWallet
Properties
Optional
allowPreIssuing
Optional
allowPreIssuing• allowPreIssuing? : undefined | false | true
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[]
currencies with which Security Tokens can be purchased in the STO
Optional
customCurrency
Optional
customCurrency• customCurrency? : Partial‹CustomCurrency›
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
end date of the STO
minimumInvestment
• minimumInvestment: BigNumber
minimum amount that can be invested by any investor
nonAccreditedInvestmentLimit
• nonAccreditedInvestmentLimit: BigNumber
maximum amount that can be invested by non accredited investors
raisedFundsWallet
• raisedFundsWallet: string
wallet where raised funds will be sent
Optional
stableCoinAddresses
Optional
stableCoinAddresses• stableCoinAddresses? : string[]
list of the addresses of the Stable Coins that can be used to purchase Security Tokens in the STO
startDate
• startDate: Date
start date of the STO
symbol
• symbol: string
symbol of the Security Token
tiers
• tiers: StoTier[]
array of Tier information
unsoldTokensWallet
• unsoldTokensWallet: string
wallet where unsold tokens will be sent if the STO expires
Last updated
Was this helpful?