Permit
1. Summary
Permit.sol defines a Permit struct for off-chain signed ERC-20 permits.
2. Important links
3. Contract details
Permit.sol is written in Solidity version 0.8.16
Errors
Permit Struct
Type | Name | Comment |
---|---|---|
|
| Address of the asset the permit is for |
|
| Owner of the asset |
|
| Amount of the asset |
|
| Deadline for the permit |
|
| v value of the signature |
|
| r value of the signature |
|
| s value of the signature |
Last updated