Assessment reports>Programmable Derivatives>Threat Model>transferReserveToAuction

Function: transferReserveToAuction(uint256 amount)

This function is used to transfer reserve tokens to the current auction.

Inputs

  • amount

    • Control: Arbitrary.

    • Constraints: None.

    • Impact: Value of the amount of reserve tokens to transfer.

Branches and code coverage

Intended branches

  • Transfer reserve tokens to the current auction.

Negative behavior

  • Revert if the caller is not the current auction.

Zellic © 2025Back to top ↑