draft-ERC721Votes.sol 216 B

12345678
  1. // SPDX-License-Identifier: MIT
  2. pragma solidity ^0.8.0;
  3. // ERC721Votes was marked as draft due to the EIP-712 dependency.
  4. // EIP-712 is Final as of 2022-08-11. This file is deprecated.
  5. import "./ERC721Votes.sol";