This method is the ERC20 standard approve function.
function approve( address _spender, uint _value ) external returns (bool);
Last updated 1 year ago
_spender
The spender of the tokens.
_value
The amount of tokens.
bool _val
The boolean state of the execution.