Params

STO constructor parameters

Hierarchy

Index

Properties

Properties

beneficialInvestmentsAllowed

beneficialInvestmentsAllowed: boolean

Defined in src/entities/Sto.ts:92

whether or not investments can be made on behalf of a beneficiary in the sto

capReached

capReached: boolean

Defined in src/entities/Sto.ts:80

whether or not the cap has been reached for the sto

endDate

endDate: Date

Defined in src/entities/Sto.ts:48

expiry date of the sto

fundraiseCurrencies

fundraiseCurrencies: Currency[]

Defined in src/entities/Sto.ts:52

currencies that can be used to fundraise in this sto

investorCount

investorCount: number

Defined in src/entities/Sto.ts:72

number of investors in the sto

isFinalized

isFinalized: boolean

Defined in src/entities/Sto.ts:84

whether or not the sto has been finalized

isPaused

isPaused: boolean

Defined in src/entities/Sto.ts:76

whether or not the sto is currently paused

preIssueAllowed

preIssueAllowed: boolean

Defined in src/entities/Sto.ts:88

whether or not pre issuance is allowed for the sto

raisedAmount

raisedAmount: BigNumber

Defined in src/entities/Sto.ts:64

funds that have been raised to this date

raisedFundsWallet

raisedFundsWallet: string

Defined in src/entities/Sto.ts:56

wallet address where raised funds will be stored

securityTokenSymbol

securityTokenSymbol: string

Defined in src/entities/Sto.ts:40

symbol of security token

soldTokensAmount

soldTokensAmount: BigNumber

Defined in src/entities/Sto.ts:68

amount of tokens that have been sold

startDate

startDate: Date

Defined in src/entities/Sto.ts:44

start date of the sto

unsoldTokensWallet

unsoldTokensWallet: string

Defined in src/entities/Sto.ts:60

wallet address where unsold tokens will be returned to

Last updated