Status of a Tokenholder in regards to a Dividend Distribution
DividendTokenholderStatus
address
amountReceived
balance
excluded
paymentReceived
withheldTax
• address: string
Defined in src/types/index.ts:27arrow-up-right
wallet address of the Tokenholder
• amountReceived: BigNumber
Defined in src/types/index.ts:43arrow-up-right
the amount of tokens the Tokenholder has received as Dividend payment
• balance: BigNumber
Defined in src/types/index.ts:47arrow-up-right
the balance of the Tokenholder
• excluded: boolean
Defined in src/types/index.ts:35arrow-up-right
whether the Tokenholder is excluded from the Dividend distribution
• paymentReceived: boolean
Defined in src/types/index.ts:31arrow-up-right
whether the Tokenholder has received payment
• withheldTax: BigNumber
Defined in src/types/index.ts:39arrow-up-right
amount of tokens withheld for tax purposes
Last updated 5 years ago
Was this helpful?