Skip to content

Add string identifiers to Ether & ERC20 dividends #295

@adamdossa

Description

@adamdossa

We would need to have a name / title field on the dividends struct so they are better identifiable.

struct Dividend {
  uint256 checkpointId;
  string name;
  ...
}

When a dividend is created it should also require a name to be passed and event should emit that as well.

Relates to the EtherDividendCheckpoint and ERC20DividendCheckpoint modules.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions