InvestWithStableCoinArgs

Hierarchy

Index

Properties

Properties

amount

amount: BigNumber

Inherited from InvestInTieredStoBaseProcedureArgs.amount

Defined in src/types/index.ts:628

amount to invest

Optional beneficiary

beneficiary? : undefined | string

Inherited from InvestInTieredStoBaseProcedureArgs.beneficiary

Defined in src/types/index.ts:641

if specified, the investment will be made on behalf of this address

currency

currency: Currency.StableCoin

Overrides InvestInTieredStoBaseProcedureArgs.currency

Defined in src/types/index.ts:645

Optional minTokens

minTokens? : BigNumber

Inherited from InvestInTieredStoBaseProcedureArgs.minTokens

Defined in src/types/index.ts:637

minimum amount of Security Tokens that should be bought. If, because of price fluctuations, a lower amount is being bought, the transaction will revert

stableCoinAddress

stableCoinAddress: string

Defined in src/types/index.ts:646

stoAddress

stoAddress: string

Inherited from InvestInTieredStoBaseProcedureArgs.stoAddress

Defined in src/types/index.ts:624

address of the STO

symbol

symbol: string

Inherited from InvestInTieredStoBaseProcedureArgs.symbol

Defined in src/types/index.ts:620

symbol of the Security Token

Last updated