draft-ERC721Votes.sol 317 B

123456789
  1. // SPDX-License-Identifier: MIT
  2. // OpenZeppelin Contracts (last updated v4.8.0-rc.2) (token/ERC721/extensions/draft-ERC721Votes.sol)
  3. pragma solidity ^0.8.0;
  4. // ERC721Votes was marked as draft due to the EIP-712 dependency.
  5. // EIP-712 is Final as of 2022-08-11. This file is deprecated.
  6. import "./ERC721Votes.sol";