TransferHelper
Author: Modified from Uniswap & old Solmate (https://github.com/Uniswap/uniswap-v3-periphery/blob/main/contracts/libraries/TransferHelper.sol)
Safe ERC20 and ETH transfer library that safely handles missing return values.
Functions
safeTransferFrom
function safeTransferFrom(ERC20 token, address from, address to, uint256 amount) internal;
safeTransfer
function safeTransfer(ERC20 token, address to, uint256 amount) internal;
safeApprove
function safeApprove(ERC20 token, address to, uint256 amount) internal;