Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERC20 Splitter #153

Merged
merged 2 commits into from
Sep 11, 2021
Merged

ERC20 Splitter #153

merged 2 commits into from
Sep 11, 2021

Conversation

Joeysantoro
Copy link
Contributor

@Joeysantoro Joeysantoro commented Sep 5, 2021

A contract to split held ERC20 tokens to multiple locations using PCVSplitter.

Also refactors PCVSplitter to extend CoreRef so it can share the setter for the allocation and the Allocate event

This will be used to split TRIBE that is bought back

@Joeysantoro Joeysantoro changed the base branch from master to feat/v2 September 5, 2021 06:03

/// @title TribeSplitter
/// @notice a contract to split TRIBE held to multiple locations
contract TribeSplitter is PCVSplitter {
Copy link
Contributor

@eswak eswak Sep 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since there is no delegation of voting powers or anything, I guess you could even be more generic and make it an ERC20Splitter. We'll instanciate it on TRIBE through the constructor

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed :)

@Joeysantoro Joeysantoro changed the title Tribe Splitter ERC20 Splitter Sep 5, 2021
@Joeysantoro Joeysantoro merged commit 85bf2c4 into feat/v2 Sep 11, 2021
@kryptoklob kryptoklob deleted the feat/v2-TribeSplitter branch September 19, 2021 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants