Function: makeTransfer(address to, uint256 amount)
This function does ABI encoding to transfer the given amount of tokens to the given address and then calls tokenCall
, which does a low-level call.
Inputs
to
Control: Completely controlled by the caller function.
Constraints: None.
Impact: The address to transfer.
amount
Control: Completely controlled by the caller function.
Constraints: None.
Impact: The amount to transfer.