Function: claimFees()

This function is used to claim the accumulated protocol fees.

Branches and code coverage

Intended branches

  • Update the last fee claim time.

  • Transfer the fee amount to the fee beneficiary.

Negative behavior

  • Revert if the caller is not the fee beneficiary.

  • Revert if there are no fees to claim.

Zellic © 2025Back to top ↑