Appearance
struct Layout { mapping(address => uint256) nonces; mapping(uint256 => bytes32) domainSeparators; }
bytes32 STORAGE_SLOT
function layout() internal pure returns (struct ERC20PermitStorage.Layout l)