draft-ERC20Permit.sol 246 B

12345678
  1. // SPDX-License-Identifier: MIT
  2. // OpenZeppelin Contracts (last updated v4.8.0) (token/ERC20/extensions/draft-ERC20Permit.sol)
  3. pragma solidity ^0.8.0;
  4. // EIP-2612 is Final as of 2022-11-01. This file is deprecated.
  5. import "./ERC20Permit.sol";