Fix Founder Allocations for Purple DAO
For
12
Against
0
Abstain
0
Threshold
5 votes
Current threshold
Ended
Dec, 18, 2022
12:50:23 AM GMT +0:00
Snapshot
#16172313
Taken at block
Description

This proposal updates the founder allocations to their originally intended configuration.


Background: Since Purple was the first DAO to be deployed on Builder, there were still some live bugs during deployment. This resulted in the following incorrect founder allocations:

  • 10% to fawkes.eth (due to misconfigured ENS)
  • 1% to the Goerli nouns DAO treasury address (due to a nouns.build bug)


Transaction Breakdown:

This proposal does the following:

  1. Updates the Purple Token implementation to a new version that supports mutable founder allocations
  2. Updates the Purple founder allocations to the following: (10% to purpdao.eth, 10% to farcaster.eth, 1% to the NounsDAO treasury)


Proposer
0x870...27feb
Proposed Transactions
  1. .upgradeTo(
    _newImpl:
    0x7411291E234b1c3C6b41ee8169F0D24B88bE9794
    )
  2. .updateFounders(
    newFounders:
    [
    [0]:
    {
    wallet:
    0x06B59d0b6AdCc6A5Dc63553782750dc0b41266a3
    ownershipPct:
    10
    vestExpiry:
    2556057600
    }
    [1]:
    {
    wallet:
    0x349993989b5AC27Fd033AcCb86a84920DEb91ABa
    ownershipPct:
    10
    vestExpiry:
    2556057600
    }
    [2]:
    {
    wallet:
    0x0BC3807Ec262cB779b38D65b38158acC3bfedE10
    ownershipPct:
    1
    vestExpiry:
    2556057600
    }
    ]
    )