mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 19:26:33 +00:00
9 lines
248 B
Solidity
9 lines
248 B
Solidity
// SPDX-License-Identifier: MIT
|
|
// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/extensions/draft-IERC20Permit.sol)
|
|
|
|
pragma solidity ^0.8.0;
|
|
|
|
// EIP-2612 is Final as of 2022-11-01. This file is deprecated.
|
|
|
|
import "./IERC20Permit.sol";
|