You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add tokens
Takes in an array of token addresses and a corresponding array of the token distribution (in decimals (scaled by 10, i.e 0.5 would be 5))
Adding tokens should automatically approve the rebalancer to spend all tokens
Rebalance
This function should call the vyper library to rebalance the fund. This can be called by any address, and the address will be refunded 150% gas.
Manual rebalance
This should allow only the owner to manually rebalance the fund irrespective of the next rebalance period. This will not reimburse the owner the cost of gas.
Kill Fund
This function will send all the tokens within the fund to the owner's address and then self destruct.
Be able to look up...
The owner's address
The tokens distribution (the tokens + percentages)
Functionality
Be able to...
Takes in an array of token addresses and a corresponding array of the token distribution (in decimals (scaled by 10, i.e 0.5 would be 5))
This function should call the vyper library to rebalance the fund. This can be called by any address, and the address will be refunded 150% gas.
This should allow only the owner to manually rebalance the fund irrespective of the next rebalance period. This will not reimburse the owner the cost of gas.
This function will send all the tokens within the fund to the owner's address and then self destruct.
Be able to look up...