transferFrom
This method is the ERC20 standard transferFrom function.
Function
Parameters
Parameter
Description
_sender
The sender of the tokens
_recipient
The recipient of the tokens.
_amount
The amount of tokens.
Return values
Value
Description
bool _val
The boolean state of the execution.
Last updated