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