Assessment reports>SSI Protocol>Threat Model>burnFeeTokenset

Function: burnFeeTokenset(Token[] feeTokenset)

This function burns the tokens in the fee-token set.

Inputs

  • feeTokenset

    • Control: Fully controlled by the caller of AssetFeeManager.

    • Constraints: Must be contained by the fee-token set.

    • Impact: Specifies the amount of underlying assets to burn from the fee-token set.

Branches and code coverage

Intended branches

  • Calculate the new fee-token set and apply.

Negative behavior

  • The caller is a fee manager.

  • Given set is contained by the fee-token set.

Zellic © 2025Back to top ↑