# SaleCreated

**Purpose**: Emitted whenever a new sale is created. This signals the start of a new opportunity for buyers to purchase NFTs at a specified price.

**Key Inclusions**:

* `sale_id`: The unique identifier of the newly created sale.
* `creator`: The address of the sale’s creator.
* `nft_count`: How many NFTs are initially listed for sale.
* `price_per_nft`: The fixed price each NFT will be sold for.
* `collection_id`: Identifies the NFT collection associated with the sale.

**Use Cases**:

* Track when and where new sales appear on the marketplace.
* Inform potential buyers that new NFTs are available.
* Log the initialization state of a sale for analytics and historical data.
