Function: _update(address from, address to, uint256 value)
This function is used to block transfers from/to denylisted addresses.
Inputs
fromControl: Full control.
Constraints: It cannot be address 0, and it cannot be denylisted addresses.
Impact: The address sending tokens.
toControl: Full control.
Constraints: It cannot be address 0, and it cannot be denylisted addresses.
Impact: The address receiving tokens.
valueControl: Full control.
Constraints: None.
Impact: The amount of tokens being transferred.
Branches and code coverage
Intended branches
Negative behavior