Assessment reports>Polygon Staking>Threat Model>restakeRewards

Function: restakeRewards(uint256[] _vaultIds)

This function restakes rewards for vaults. It is a wrapper of restakeRewards in strategy.

Inputs

  • _vaultIds

    • Control: Fully controlled by the caller.

    • Constraints: N/A.

    • Impact: Array of vaults to restake rewards for.

Branches and code coverage

Intended branches

  • Call restakeRewards in strategy.

Zellic © 2025Back to top ↑