Keeper
Title: Keeper
To allow permissionless reporting on V3 vaults and strategies. This will do low level calls so that in can be used without reverting it the roles have not been set or the functions are not available.
Functions
report
Reports on a strategy.
function report(address _strategy) external returns (uint256, uint256);
tend
Tends a strategy.
function tend(address _strategy) external;
process_report
Report strategy profits on a vault.
function process_report(address _vault, address _strategy) external returns (uint256, uint256);