Assessment reports>EtherFi>Threat Models>setClaimingOpen

Function: setClaimingOpen(uint256 _claimDeadline)

Sets claiming to open with a specified _claimDeadline.

Inputs

  • _claimDeadline

    • Control: Fully controlled.

    • Constraints: N/A.

    • Impact: Claiming will close when this deadline is reached.

Branches and code coverage (including function calls)

Intended branches

  • Should open claiming and set the deadline successfully.

  • Should emit the required events successfully.

Negative behavior

  • Should fail if not called by the contract owner.

Zellic © 2024Back to top ↑