Files
openzeppelin-contracts/certora/specs/methods/IERC2612.spec
2023-08-14 15:52:53 -06:00

6 lines
233 B
Python

methods {
function permit(address,address,uint256,uint256,uint8,bytes32,bytes32) external;
function nonces(address) external returns (uint256) envfree;
function DOMAIN_SEPARATOR() external returns (bytes32) envfree;
}