We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
An operator sets the desired target assets for a simple vault
uint256 enabled
uint256 targetAssets
bytes32 OPERATOR_ROLE
constructor(uint48 _initialDelay, address _governance, uint256 _targetAssets) public
function setTargetAssets(uint256 value) external
function getTargetAssets(uint256) external view returns (uint256)
Determines what the position should be based on current assets and the custom plan rules.
The currentAssets arguement is not used in this plan.
currentAssets
function active() public view returns (bool)
Reports whether the plan is active
function disable() external
Disables the plan so that it would instruct the Hub to unwind its entire position.
Implementation should be permissioned.