Claim Tokens Event

Class: ClaimTokensEventDTO

Properties:

  1. Round
    • Type: uint

    • Description: Represents the round number associated with the token claim.

  2. Amount
    • Type: uint

    • Description: Represents the amount of tokens being claimed.

This class is decorated with the [Event(“ClaimTokens”)] attribute, indicating that it represents an event with the name “ClaimTokens”. 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.