LaunchSimpleStoProcedureArgs
Last updated
Was this helpful?
Last updated
Was this helpful?
Arguments for the Procedure
LaunchSimpleStoProcedureArgs
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
• currency: Currency.ETH | Currency.POLY
currency for the Simple STO fund raise
• endDate: Date
end date of the STO
• raisedFundsWallet: string
wallet to which raised funds will be sent
• rate: BigNumber
amount of tokens sold per unit of currency
• startDate: Date
start date of the STO
• symbol: string
symbol of the Security Token
• tokensOnSale: BigNumber
number of tokens that will be sold
• unsoldTokensWallet: string
wallet to which unsold tokens will be sent if the STO expires
Defined in
Defined in
Defined in
Defined in
Defined in
Defined in
Defined in
Defined in
Defined in