IERC20PermitAllowed

Functions

permit

Approve the spender to spend some tokens via the holder signature.

This is the permit interface used by DAI and CHAI.

function permit(
    address holder,
    address spender,
    uint256 nonce,
    uint256 expiry,
    bool allowed,
    uint8 v,
    bytes32 r,
    bytes32 s
) external;

Parameters

Last updated