Files
openzeppelin-contracts/contracts/token/ERC721/extensions/draft-ERC721Votes.sol
Hadrien Croubois 1f18fea1de 4.8.0-rc.2
2022-10-17 18:53:40 +02:00

10 lines
317 B
Solidity

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