File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
contracts/extension/interface Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import "./IClaimConditionMultiPhase.sol";
1515
1616interface IDrop is IClaimConditionMultiPhase {
1717 /**
18- * @param proof Prood of concerned wallet's inclusion in an allowlist.
18+ * @param proof Proof of concerned wallet's inclusion in an allowlist.
1919 * @param quantityLimitPerWallet The total quantity of tokens the allowlisted wallet is eligible to claim over time.
2020 * @param pricePerToken The price per token the allowlisted wallet must pay to claim tokens.
2121 * @param currency The currency in which the allowlisted wallet must pay the price for claiming tokens.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import "./IClaimConditionMultiPhase.sol";
1515
1616interface IDrop1155 is IClaimConditionMultiPhase {
1717 /**
18- * @param proof Prood of concerned wallet's inclusion in an allowlist.
18+ * @param proof Proof of concerned wallet's inclusion in an allowlist.
1919 * @param quantityLimitPerWallet The total quantity of tokens the allowlisted wallet is eligible to claim over time.
2020 * @param pricePerToken The price per token the allowlisted wallet must pay to claim tokens.
2121 * @param currency The currency in which the allowlisted wallet must pay the price for claiming tokens.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import "./IClaimCondition.sol";
1515
1616interface IDropSinglePhase is IClaimCondition {
1717 /**
18- * @param proof Prood of concerned wallet's inclusion in an allowlist.
18+ * @param proof Proof of concerned wallet's inclusion in an allowlist.
1919 * @param quantityLimitPerWallet The total quantity of tokens the allowlisted wallet is eligible to claim over time.
2020 * @param pricePerToken The price per token the allowlisted wallet must pay to claim tokens.
2121 * @param currency The currency in which the allowlisted wallet must pay the price for claiming tokens.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import "./IClaimCondition.sol";
1515
1616interface IDropSinglePhase1155 is IClaimCondition {
1717 /**
18- * @param proof Prood of concerned wallet's inclusion in an allowlist.
18+ * @param proof Proof of concerned wallet's inclusion in an allowlist.
1919 * @param quantityLimitPerWallet The total quantity of tokens the allowlisted wallet is eligible to claim over time.
2020 * @param pricePerToken The price per token the allowlisted wallet must pay to claim tokens.
2121 * @param currency The currency in which the allowlisted wallet must pay the price for claiming tokens.
You can’t perform that action at this time.
0 commit comments