Skip to main content

Module permit

Module permit 

Source
Expand description

ERC-2612 signed approvals.

Modules§

IERC2612
Module containing a contract’s types and functions.

Structs§

Permit
PermitArgs
Arguments for signing and submitting an ERC-2612 permit.
permitCall
Function with signature permit(address,address,uint256,uint256,uint8,bytes32,bytes32) and selector 0xd505accf.
permitReturn
Container type for the return parameters of the permit(address,address,uint256,uint256,uint8,bytes32,bytes32) function.

Functions§

discovered_domain 🔒
validate_domain 🔒