transferFrom
This method is the ERC20 standard transferFrom function.
Function
Parameters
Parameter | Description |
---|---|
| The sender of the tokens |
| The recipient of the tokens. |
| The amount of tokens. |
Return values
Value | Description |
---|---|
| The boolean state of the execution. |
Last updated