Params

Security Token constructor parameters

Hierarchy

  • Params

Index

Properties

Properties

address

address: string

Defined in src/entities/SecurityToken/SecurityToken.ts:44

address of the Security Token contract

currentCheckpoint

currentCheckpoint: number

Defined in src/entities/SecurityToken/SecurityToken.ts:59

index of the current checkpoint

granularity

granularity: number

Defined in src/entities/SecurityToken/SecurityToken.ts:54

name

name: string

Defined in src/entities/SecurityToken/SecurityToken.ts:40

owner

owner: string

Defined in src/entities/SecurityToken/SecurityToken.ts:48

address that owns the Security Token

tokenDetails

tokenDetails: string

Defined in src/entities/SecurityToken/SecurityToken.ts:52

URL pointing to off-chain data associated with the Security Token

totalSupply

totalSupply: BigNumber

Defined in src/entities/SecurityToken/SecurityToken.ts:55

treasuryWallet

treasuryWallet: string

Defined in src/entities/SecurityToken/SecurityToken.ts:64

default treasury wallet used by some features. For example, if an STO reaches its end date (or is finalized before that), remaining unsold tokens get transferred to this wallet unless otherwise specified by the STO itself

version

version: Version

Defined in src/entities/SecurityToken/SecurityToken.ts:53

Last updated