swapExactETHForTokens
This method swaps an exact amount of ether for an ERC20 token (_token1
).
Function
Parameters
Parameter | Description |
---|---|
| The address of the recipient. |
| An ERC20 token address. |
| The minimal amount of |
| The UTC timestamp that if reached, causes the swap transaction to fail automatically. |
Return values
Value | Description |
---|---|
| The amount of |
Last updated