├── .gitignore ├── LICENSE ├── README.md ├── abi.json ├── example.png ├── requirements.txt └── snapshot.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xApeToshi/ERC721-snapshot/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xApeToshi/ERC721-snapshot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xApeToshi/ERC721-snapshot/HEAD/README.md -------------------------------------------------------------------------------- /abi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xApeToshi/ERC721-snapshot/HEAD/abi.json -------------------------------------------------------------------------------- /example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xApeToshi/ERC721-snapshot/HEAD/example.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xApeToshi/ERC721-snapshot/HEAD/requirements.txt -------------------------------------------------------------------------------- /snapshot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xApeToshi/ERC721-snapshot/HEAD/snapshot.py --------------------------------------------------------------------------------