Assessment reports>Trillion>Threat Model>unBlacklist

Function: unBlacklist(address account)

This function removes a given address from the blacklist.

Inputs

  • account

    • Control: Completely controlled by the caller.

    • Constraints: None.

    • Impact: Address to remove from the blacklist.

Branches and code coverage

Intended branches

  • Remove a given address from the blacklist.

Negative behavior

  • Revert if caller does not have BLACKLISTER_ROLE.

Zellic © 2023Back to top ↑