Params

Represents a Tiered STO

Hierarchy

Index

Properties

Properties

beneficialInvestmentsAllowed

beneficialInvestmentsAllowed: boolean

Inherited from Params.beneficialInvestmentsAllowed

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

Inherited from Params.capReached

Defined in src/entities/Sto.ts:80

whether or not the cap has been reached for the sto

currentTier

currentTier: number

Defined in src/entities/TieredSto.ts:57

numerical identifier for the current tier index

endDate

endDate: Date

Inherited from Params.endDate

Defined in src/entities/Sto.ts:48

expiry date of the sto

fundraiseCurrencies

fundraiseCurrencies: Currency[]

Inherited from Params.fundraiseCurrencies

Defined in src/entities/Sto.ts:52

currencies that can be used to fundraise in this sto

investorCount

investorCount: number

Inherited from Params.investorCount

Defined in src/entities/Sto.ts:72

number of investors in the sto

isFinalized

isFinalized: boolean

Inherited from Params.isFinalized

Defined in src/entities/Sto.ts:84

whether or not the sto has been finalized

isPaused

isPaused: boolean

Inherited from Params.isPaused

Defined in src/entities/Sto.ts:76

whether or not the sto is currently paused

minimumInvestment

minimumInvestment: BigNumber

Defined in src/entities/TieredSto.ts:63

nonAccreditedInvestmentLimit

nonAccreditedInvestmentLimit: BigNumber

Defined in src/entities/TieredSto.ts:62

preIssueAllowed

preIssueAllowed: boolean

Inherited from Params.preIssueAllowed

Defined in src/entities/Sto.ts:88

whether or not pre issuance is allowed for the sto

raisedAmount

raisedAmount: BigNumber

Inherited from Params.raisedAmount

Defined in src/entities/Sto.ts:64

funds that have been raised to this date

raisedFundsWallet

raisedFundsWallet: string

Inherited from Params.raisedFundsWallet

Defined in src/entities/Sto.ts:56

wallet address where raised funds will be stored

securityTokenSymbol

securityTokenSymbol: string

Inherited from Params.securityTokenSymbol

Defined in src/entities/Sto.ts:40

symbol of security token

soldTokensAmount

soldTokensAmount: BigNumber

Inherited from Params.soldTokensAmount

Defined in src/entities/Sto.ts:68

amount of tokens that have been sold

stableCoinAddresses

stableCoinAddresses: string[]

Defined in src/entities/TieredSto.ts:64

startDate

startDate: Date

Inherited from Params.startDate

Defined in src/entities/Sto.ts:44

start date of the sto

tiers

tiers: Tier[]

Defined in src/entities/TieredSto.ts:61

array of tier information

unsoldTokensWallet

unsoldTokensWallet: string

Inherited from Params.unsoldTokensWallet

Defined in src/entities/Sto.ts:60

wallet address where unsold tokens will be returned to

Last updated