world-id-example-airdrop icon indicating copy to clipboard operation
world-id-example-airdrop copied to clipboard

World ID Example. Create an airdrop of ERC-20 tokens that can only be claimed once by a single human. Completely privacy preserving.

Results 15 world-id-example-airdrop issues
Sort by recently updated
recently updated
newest added

With the launch of the Dev Portal it'll be better to suggest users they make use of the action ID generated in the Dev Portal rather than the hashed contract...

Snyk has created this PR to upgrade @ethersproject/solidity from 5.6.0 to 5.7.0. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=@ethersproject/solidity&from_version=5.6.0&to_version=5.7.0&pr_id=b4b6d6f4-9902-4146-8dfd-9b6bcb0cc559&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Snyk has created this PR to upgrade @ethersproject/wallet from 5.6.0 to 5.7.0. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=@ethersproject/wallet&from_version=5.6.0&to_version=5.7.0&pr_id=5cbedce3-2b42-4f3d-83a0-e2d2b11ca509&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Snyk has created this PR to upgrade @ethersproject/abi from 5.6.0 to 5.7.0. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=@ethersproject/abi&from_version=5.6.0&to_version=5.7.0&pr_id=57ba92e1-79f1-4afc-961f-ad4adb2087dc&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Snyk has created this PR to upgrade circomlibjs from 0.0.8 to 0.1.7. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=circomlibjs&from_version=0.0.8&to_version=0.1.7&pr_id=9d0345b1-44d8-461f-8efd-4b6503c90927&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Snyk has created this PR to upgrade @ethersproject/providers from 5.6.1 to 5.7.1. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=@ethersproject/providers&from_version=5.6.1&to_version=5.7.1&pr_id=6c150acb-a3ad-4a4b-b066-4c1de52e7af0&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.8. Release notes Sourced from ejs's releases. v3.1.8 Version 3.1.8 v3.1.7 Version 3.1.7 Commits 5126ff5 Version 3.1.8 7d5a1c6 Merge branch 'main' of github.com:mde/ejs into main...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 7.3.5 to 7.5.4. Release notes Sourced from semver's releases. v7.5.4 7.5.4 (2023-07-07) Bug Fixes cc6fde2 #588 trim each range set before parsing (@​lukekarrys) 99d8287 #583 correctly parse...

dependencies

Several event emissions have been added to the specified functions. However, there remain some pertinent functions that do not emit events: - `WorldIDAirdrop.claim(...)`

Funds from multiple airdrops remain mixed, which implies that users from other airdrops with the same holder can request funds approved for one specific airdrop. Since we won't use `WorldIDMultiAirdrop`...