InvestWithStableCoinArgs
Hierarchy
InvestInTieredStoBaseProcedureArgs
↳ InvestWithStableCoinArgs
Index
Properties
amount
beneficiary
currency
minTokens
stableCoinAddress
stoAddress
symbol
Properties
amount
• amount: BigNumber
Inherited from InvestInTieredStoBaseProcedureArgs.amount
amount to invest
Optional
beneficiary
Optional
beneficiary• beneficiary? : undefined | string
Inherited from InvestInTieredStoBaseProcedureArgs.beneficiary
if specified, the investment will be made on behalf of this address
currency
• currency: Currency.StableCoin
Overrides InvestInTieredStoBaseProcedureArgs.currency
Optional
minTokens
Optional
minTokens• minTokens? : BigNumber
Inherited from InvestInTieredStoBaseProcedureArgs.minTokens
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
stoAddress
• stoAddress: string
Inherited from InvestInTieredStoBaseProcedureArgs.stoAddress
address of the STO
symbol
• symbol: string
Inherited from InvestInTieredStoBaseProcedureArgs.symbol
symbol of the Security Token
Last updated
Was this helpful?