Function: claim()

Transfers the assigned fees to the owner of locker ID.

Branches and code coverage (including function calls)

Intended branches

  • Successful claim of assigned fees.

  • Claimed token amounts transferred to the caller.

  • tokenLastBalance is updated for each claimed token.

Negative behavior

  • Reverts if no lock is associated with the caller's address.

  • Reverts if the token transfer fails.

Zellic © 2025Back to top ↑