CustomCurrency

Custom currency in which a Tiered STO can raise funds

Hierarchy

  • CustomCurrency

Index

Properties

Properties

currencySymbol

currencySymbol: string

Defined in src/types/index.ts:727

symbol of the custom currency (USD, CAD, EUR, etc. Default is USD)

ethOracleAddress

ethOracleAddress: string

Defined in src/types/index.ts:731

address of the oracle that states the price of ETH in the custom currency. Only required if raising funds in ETH

polyOracleAddress

polyOracleAddress: string

Defined in src/types/index.ts:735

address of the oracle that states the price of POLY in the custom currency. Only required if raising funds in POLY

Last updated