ISafeErc20Transfer
Inherits: IVersionGetter
Functions
safeTransfer
Safely transfer ERC-20 tokens.
function safeTransfer(IERC20 token, address to, uint256 value) external;
Parameters
| Name | Type | Description |
|---|---|---|
token | IERC20 | The ERC-20 token contract |
to | address | The token recipient address |
value | uint256 | The amount of tokens |