ERC721AQueryable.sol and ERC721Full.sol

Are ERC721Full.sol and ERC721AQueryable.sol part of libraries. I do not see them on Github repo. Where can I find them?

Thanks

Hey user01

I haven't heard of ERC721Full.sol, but ERC721AQueryable.sol is a version of ERC721 by Azuki. That you can read the docs here, see the code here.

ERC721Full is mentioned in the Openzeppelin documentation - https://docs.openzeppelin.com/contracts/2.x/api/token/erc721#ERC721Full
It is combination of three - ERC721, ERC721Metadata and ERC721Enumerable. But there is no file in the github for this.