LaunchSimpleStoProcedureArgs

Arguments for the LaunchSimpleSto Procedure

Hierarchy

  • LaunchSimpleStoProcedureArgs

Index

Properties

Properties

Optional allowPreIssuing

allowPreIssuing? : undefined | false | true

Defined in src/types/index.ts:539

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

Defined in src/types/index.ts:526

currency for the Simple STO fund raise

endDate

endDate: Date

Defined in src/types/index.ts:514

end date of the STO

raisedFundsWallet

raisedFundsWallet: string

Defined in src/types/index.ts:530

wallet to which raised funds will be sent

rate

rate: BigNumber

Defined in src/types/index.ts:522

amount of tokens sold per unit of currency

startDate

startDate: Date

Defined in src/types/index.ts:510

start date of the STO

symbol

symbol: string

Defined in src/types/index.ts:506

symbol of the Security Token

tokensOnSale

tokensOnSale: BigNumber

Defined in src/types/index.ts:518

number of tokens that will be sold

unsoldTokensWallet

unsoldTokensWallet: string

Defined in src/types/index.ts:534

wallet to which unsold tokens will be sent if the STO expires

Last updated