IDaiLikePermit
Interface for DAI-style permits
Functions
permit
function permit(
address holder,
address spender,
uint256 nonce,
uint256 expiry,
bool allowed,
uint8 v,
bytes32 r,
bytes32 s
) external
Parameters:
Name
Type
Description
holder
address
spender
address
nonce
uint256
expiry
uint256
allowed
bool
v
uint8
r
bytes32
s
bytes32
Last updated