solmate-merkle-drop icon indicating copy to clipboard operation
solmate-merkle-drop copied to clipboard

ERC20 + ERC721 contracts that support a merkle tree drop

Results 1 solmate-merkle-drop issues
Sort by recently updated
recently updated
newest added

https://github.com/itsdevbear/solmate-merkle-drop/blob/bec7c6a78569597f7a846cc0863d638e7cc3b432/src/ERC20MerkleDrop.sol#L12 Here you're writing to a clean slot for each merkle proof so we're spending 20k gas per user compared to 5k per user if you write to a dirty...