{"id":18195743,"url":"https://github.com/explorills/nft-validator","last_synced_at":"2025-04-07T17:14:30.317Z","repository":{"id":260840970,"uuid":"882488658","full_name":"explorills/nft-validator","owner":"explorills","description":"Optimized bitmap-based NFT validator contract for explorills collection","archived":false,"fork":false,"pushed_at":"2024-11-03T15:03:26.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-13T19:21:57.839Z","etag":null,"topics":["blockchain","defi","erc721","ethereum","explorills","flare","nfts","web3"],"latest_commit_sha":null,"homepage":"https://mint.explorills.com","language":"Solidity","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/explorills.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-02T22:54:30.000Z","updated_at":"2024-11-30T20:14:42.000Z","dependencies_parsed_at":"2024-12-21T07:10:38.730Z","dependency_job_id":"0664f402-ce15-4d9d-b812-583a050a0838","html_url":"https://github.com/explorills/nft-validator","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"34f4078c7acb7192f374ee19c0499430d4c68ff6"},"previous_names":["explorills/nft-validator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/explorills%2Fnft-validator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/explorills%2Fnft-validator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/explorills%2Fnft-validator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/explorills%2Fnft-validator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/explorills","download_url":"https://codeload.github.com/explorills/nft-validator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247694876,"owners_count":20980733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","defi","erc721","ethereum","explorills","flare","nfts","web3"],"created_at":"2024-11-03T08:04:41.881Z","updated_at":"2025-04-07T17:14:30.296Z","avatar_url":"https://github.com/explorills.png","language":"Solidity","readme":"# explorills_NftValidator Contract\n\nOptimized bitmap-based validator contract for ERC721 NFT collection validation\n\n## General Functionality\n1. Validates ERC721 NFTs from the explorills collection using efficient bitmap storage\n2. Processes large batches of NFTs (up to 300) in a single transaction\n3. Maintains permanent validation status for NFTs regardless of ownership changes\n\n## Main Functions\n* `validateAllBlueMinerals`: Validates all unvalidated ERC721 NFTs owned by the caller\n* `manualBatchValidate`: Executor Address only to validate specific NFT by IDs\n* `manualBatchUnvalidate`: Executor Address only to unvalidate specific NFT by IDs\n* `getGeneralInfo`: View total validated and unvalidated NFTs\n* `getAddressInfo`: View validated and unvalidated NFTs for specific address\n\n## Technical Features\n* Bitmap-based storage for gas optimization\n* Capability to process large batches\n* Enhanced event emission with detailed validation data\n\n### Each event includes:\n* Operator address\n* Number of NFTs affected\n* List of affected NFT IDs\n\n## Build and Deployment Settings\n* Contract Name: explorills_NftValidator\n* Compiler Version: v0.8.24\n* EVM Version: London\n* Optimization: Enabled (200 runs)\n* Network: [Flare](https://flare.network/)\n\n## Security Considerations\n* No external contract dependencies except for NFT interface\n\n## Contract Architecture\n```\nexplorills_NftValidator\n├── Storage\n│   ├── validationBitmap (mapping)\n│   ├── totalValidatedNFTs\n│   ├── contractOwner\n│   └── paused status\n├── Main Functions\n│   ├── validateAllBlueMinerals\n│   ├── manualBatchValidate\n│   └── manualBatchUnvalidate\n└── View Functions\n    ├── getGeneralInfo\n    └── getAddressInfo\n```\n\n## License\nBSD-3-Clause License\n\n## Contact\n\n- main: [explorills.com](https://explorills.com)\n- mint: [mint.explorills.com](https://mint.explorills.com)\n- contact: info@explorills.com\n- security contact: info@explorills.ai\n\n## Contract Address\n- 0x0E3a65c21059361eBca4Ce5aCFFb21615d1f12F1\n  \n### Find at\n\n- [Flarescan.com](https://flarescan.com/address/0x0E3a65c21059361eBca4Ce5aCFFb21615d1f12F1/contract/14/code?chainid=14)\n- [Flare-explorer](https://flare-explorer.flare.network/address/0x0E3a65c21059361eBca4Ce5aCFFb21615d1f12F1?tab=contract_code)\n\n---\n\n- explorills community 2024\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexplorills%2Fnft-validator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexplorills%2Fnft-validator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexplorills%2Fnft-validator/lists"}