approve
This method is the ERC20 standard approve function.
Function
Parameters
Parameter
Description
_spender
The spender of the tokens.
_value
The amount of tokens.
Return values
Value
Description
bool _val
The boolean state of the execution.
Last updated