Huddle01

Off-Chain (Private)
Audited on 2024/09/11
No active critical issues

Summary

Huddle01 sales contracts receive payment for the purchase of sales tokens and tracks users information which is used to airdrop NFT that represents the sales token. It is important to note that the airdrop of NFT is not done immediately. The contract is basically a tracking system and receives payment for interested users. The sale contract inherits the Openzeppelin library; it uses the MerkleProof contract for whitelist purposes, Ownable for permissioned functions, and SafeERC20 for safe transfer of the payment token. The contract tracks promo codes used by users during purchase.

Issues (7)

Low
Medium
High
Critical
Total
Not fixed
-2--2
Fixed
5---5
Total52007

Contracts (2)

#File Name
1

Sale.sol

2

Cashable.sol