The Crystal DAO is a transparent and non-profit DAO whose mission is to gather funds to support the development of different public goods in the Ethereum ecosystem. These funds are stored in custom treasury contracts that follow the ERC1176 minimal proxy standard, and are controlled by one DAO admin.
One of such treasuries was recently deployed, and has reached the target amount of 100 ETH in its balance. Therefore, the DAO admin has tried to retrieve the funds for their subsequent donations. However, the admin's signature is not being recognized by the treasury clone contract, and the funds are now stuck, putting the DAO's reputation at risk.
Can you help the DAO admin to retrieve the funds?
📌 Rescue 100 ETH
from the DAO treasury.
Initial context
- You will be in control of the
whitehat
address. - The
whitehat
address has an initial balance of0 ether
.
🗒️ Concepts you should be familiar with (spoilers!)
The contracts that you will hack are:
The test script where you will have to write your solution is: