IPermitErc20Like

Git Source

This is the minimal interface needed by contracts within this subdirectory.

Functions

permit

function permit(address owner_, address spender_, uint256 value_, uint256 deadline_, uint8 v_, bytes32 r_, bytes32 s_)
    external;