TransferHelper
Contains helper methods for interacting with ERC20 tokens that do not consistently return true/false
Functions
safeTransfer
Transfers tokens from msg.sender to a recipient
Calls transfer on token contract, errors with TF if transfer fails
Parameters:
Name | Type | Description |
---|---|---|
| address | The contract address of the token which will be transferred |
| address | The recipient of the transfer |
| uint256 | The value of the transfer |
Last updated