Skip to content

Commit b44b563

Browse files
kumaryash90jakeloo
andauthored
Airdrop (#628)
* Airdrop * airdrop with signature * benchmark tests * Partial changes * remove unused * remove failsafe and refund from eth airdrop * reorg * no sig airdrop for eth * claim condition id and reset * cleanup * prefix ERC * fix * unit tests wip * rename * update tests * Update * receive and withdraw functions * cleanup * fix uid check * test revert cases * update claim hash generation and merkle root checks * tests * gasreport * Add onlyOwner for airdrop functions * isClaimed view function * remove conditionId param from isClaimed * events * update isClaimed * update dependencies * fix --------- Co-authored-by: Jake Loo <[email protected]>
1 parent 494edf8 commit b44b563

File tree

10 files changed

+2336
-180
lines changed

10 files changed

+2336
-180
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@
2222
[submodule "lib/dynamic-contracts"]
2323
path = lib/dynamic-contracts
2424
url = https://github.com/thirdweb-dev/dynamic-contracts
25+
[submodule "lib/solady"]
26+
path = lib/solady
27+
url = https://github.com/vectorized/solady

0 commit comments

Comments
 (0)