DividendTokenholderStatus

Status of a Tokenholder in regards to a Dividend Distribution

Hierarchy

  • DividendTokenholderStatus

Index

Properties

Properties

address

address: string

Defined in src/types/index.ts:27

wallet address of the Tokenholder

amountReceived

amountReceived: BigNumber

Defined in src/types/index.ts:43

the amount of tokens the Tokenholder has received as Dividend payment

balance

balance: BigNumber

Defined in src/types/index.ts:47

the balance of the Tokenholder

excluded

excluded: boolean

Defined in src/types/index.ts:35

whether the Tokenholder is excluded from the Dividend distribution

paymentReceived

paymentReceived: boolean

Defined in src/types/index.ts:31

whether the Tokenholder has received payment

withheldTax

withheldTax: BigNumber

Defined in src/types/index.ts:39

amount of tokens withheld for tax purposes

Last updated