Function: _update(address from, address to, uint256 value)

This function is used to block transfers from/to denylisted addresses.

Inputs

  • from

    • Control: Full control.

    • Constraints: It cannot be address 0, and it cannot be denylisted addresses.

    • Impact: The address sending tokens.

  • to

    • Control: Full control.

    • Constraints: It cannot be address 0, and it cannot be denylisted addresses.

    • Impact: The address receiving tokens.

  • value

    • Control: Full control.

    • Constraints: None.

    • Impact: The amount of tokens being transferred.

Branches and code coverage

Intended branches

Negative behavior

Zellic © 2025Back to top ↑