Permit
Last updated
Last updated
Permit.sol defines a Permit struct for off-chain signed ERC-20 permits.
Permit.sol is written in Solidity version 0.8.16
address
asset
Address of the asset the permit is for
address
owner
Owner of the asset
uint256
amount
Amount of the asset
uint256
deadline
Deadline for the permit
uint8
v
v value of the signature
bytes32
r
r value of the signature
bytes32
s
s value of the signature