{"id":20195619,"url":"https://github.com/bokkypoobah/approvaltool","last_synced_at":"2026-01-31T04:02:05.457Z","repository":{"id":212871943,"uuid":"732500324","full_name":"bokkypoobah/ApprovalTool","owner":"bokkypoobah","description":"Lightweight tool to manage your approvals for ERC-20, ERC-721 and ERC-1155 token contracts","archived":false,"fork":false,"pushed_at":"2023-12-23T08:08:40.000Z","size":12843,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-06T17:41:27.644Z","etag":null,"topics":["approval","approvalforall","approved","erc-1155","erc-20","erc-721","evm-chains","makelovenotwar","multichain","nfts","tokens"],"latest_commit_sha":null,"homepage":"https://bokkypoobah.github.io/ApprovalTool/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bokkypoobah.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,"zenodo":null}},"created_at":"2023-12-16T21:58:31.000Z","updated_at":"2025-02-14T15:53:33.000Z","dependencies_parsed_at":"2023-12-19T01:49:15.645Z","dependency_job_id":"07308311-63fc-4e37-b5af-51973815386b","html_url":"https://github.com/bokkypoobah/ApprovalTool","commit_stats":null,"previous_names":["bokkypoobah/approvaltool"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bokkypoobah/ApprovalTool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bokkypoobah%2FApprovalTool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bokkypoobah%2FApprovalTool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bokkypoobah%2FApprovalTool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bokkypoobah%2FApprovalTool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bokkypoobah","download_url":"https://codeload.github.com/bokkypoobah/ApprovalTool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bokkypoobah%2FApprovalTool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28928647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T02:59:34.861Z","status":"ssl_error","status_checked_at":"2026-01-31T02:59:05.369Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["approval","approvalforall","approved","erc-1155","erc-20","erc-721","evm-chains","makelovenotwar","multichain","nfts","tokens"],"created_at":"2024-11-14T04:18:25.684Z","updated_at":"2026-01-31T04:02:05.444Z","avatar_url":"https://github.com/bokkypoobah.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ApprovalTool\n\nA lightweigh web3 dapp tool to manage your approvals for ERC-20, ERC-721 and ERC-1155 token contracts on Ethereum-Virtual-Machine compatible chains.\n\nURL: [https://bokkypoobah.github.io/ApprovalTool/](https://bokkypoobah.github.io/ApprovalTool/)\n\n\u003cbr /\u003e\n\n---\n\n### How This Works\n\n* This tool scans for [ERC-20](https://eips.ethereum.org/EIPS/eip-20#events), [ERC-721](https://eips.ethereum.org/EIPS/eip-721#specification) and [ERC-1155](https://eips.ethereum.org/EIPS/eip-1155#specification) *Approval* and *ApprovalForAll* log events from the owner's account. This is done using the [getLogs(filter)](https://docs.ethers.org/v5/api/providers/provider/#Provider-getLogs) web3 call.\n* These event logs are then processed to determine the approval states for the various ERC-20, ERC-721 and ERC-1155 contracts\n* The latest ERC-20 approval amounts are retrieved using the ERC-20 `allowance(...)` function\n\n\u003cbr /\u003e\n\n---\n\n### Requirements\n\n* This dapp runs in web3 enabled desktop browsers connected to the Ethereum mainnet, and should work with other Ethereum-Virtual-Machine compatible chains\n\n\u003cbr /\u003e\n\n---\n\n### References\n\n* Dapp: [https://bokkypoobah.github.io/ApprovalTool/](https://bokkypoobah.github.io/ApprovalTool/)\n* GitHub: [https://github.com/bokkypoobah/ApprovalTool](https://github.com/bokkypoobah/ApprovalTool)\n* Main Dapp Source Code: [https://github.com/bokkypoobah/ApprovalTool/blob/main/docs/index.html](https://github.com/bokkypoobah/ApprovalTool/blob/main/docs/index.html)\n\n\u003cbr /\u003e\n\n---\n\n### Running Locally\n\n* In a folder on your computer, **git clone [https://github.com/bokkypoobah/ApprovalTool](https://github.com/bokkypoobah/ApprovalTool)**\n* Run a tool like [anywhere](https://www.npmjs.com/package/anywhere) in the ./docs subdirectory of the folder created above\n\n\u003cbr /\u003e\n\n---\n\n### Design\n\n* This dapp is designed to have minimal external dependencies - all code is statically served from GitHub\n* No backend servers are necessary, only a web3 connection\n* This dapp uses basic web3 calls for compatibility across EVM chains using the same ERC-20, ERC-721 and ERC-1155 standards\n\n\u003cbr /\u003e\n\n---\n\n### Warning\n\n* This is experimental unaudited software. Please check your transaction data carefully when updating your approvals!\n\n\u003cbr /\u003e\n\n---\n\n### Sample Screens\n\n#### Sample Approvals Screen - Attached Account\n\n\u003ckbd\u003e\u003cimg src=\"images/SampleScreen_Approvals_20231123.png\" /\u003e\u003c/kbd\u003e\n\n#### Sample Events Screen - Attached Account\n\n\u003ckbd\u003e\u003cimg src=\"images/SampleScreen_Events_20231123.png\" /\u003e\u003c/kbd\u003e\n\n#### Sample Accounts Screen - Attached Account\n\n\u003ckbd\u003e\u003cimg src=\"images/SampleScreen_Accounts_20231123.png\" /\u003e\u003c/kbd\u003e\n\n#### Sample Events Screen - Specified Accounts\n\n\u003ckbd\u003e\u003cimg src=\"images/SampleScreen_Approvals_SpecifiedAccounts_20231123.png\" /\u003e\u003c/kbd\u003e\n\n#### Sample ERC-20 Approval Screen\n\n\u003ckbd\u003e\u003cimg src=\"images/SampleScreen_UpdateERC20_20231123.png\" /\u003e\u003c/kbd\u003e\n\n#### Sample ERC-721 Approval Screen\n\n\u003ckbd\u003e\u003cimg src=\"images/SampleScreen_UpdateERC721Approval_20231123.png\" /\u003e\u003c/kbd\u003e\n\n#### Sample ERC-721 ApprovalForAll Screen\n\n\u003ckbd\u003e\u003cimg src=\"images/SampleScreen_UpdateERC721ApprovalForAll_20231123.png\" /\u003e\u003c/kbd\u003e\n\n#### Sample ERC-1155 ApprovalForAll Screen\n\n\u003ckbd\u003e\u003cimg src=\"images/SampleScreen_UpdateERC1155ApprovalForAll_20231123.png\" /\u003e\u003c/kbd\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nEnjoy!\n\n(c) BokkyPooBah / Bok Consulting Pty Ltd 2023. The MIT Licence.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbokkypoobah%2Fapprovaltool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbokkypoobah%2Fapprovaltool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbokkypoobah%2Fapprovaltool/lists"}