Last updated 1 year ago
This method is the ERC20 standard transferFrom function.
function transferFrom( address _sender, address _recipient, uint _amount ) external returns (bool);
_sender
The sender of the tokens
_recipient
The recipient of the tokens.
_amount
The amount of tokens.
bool _val
The boolean state of the execution.