Auction Finished Event

Class: AuctionFinishedEventDTO

Properties:

  1. Round
    • Type: uint

    • Description: Represents the round number associated with the finished auction.

  2. Price
    • Type: uint

    • Description: Represents the final price achieved in the auction.

This class is decorated with the [Event(“AuctionFinished”)] attribute, indicating that it represents an event with the name “AuctionFinished”. It implements the IEventDTO interface provided by the Nethereum.Contracts namespace.

Please note that any required imports or namespace declarations should be included in your actual code, which have been omitted here for brevity.