Contract Functions

IDropERC20

Interface for ERC20 token drops

Version 5.6.5

IDropERC20 Contract

This contract defines the interface for ERC20 token drops, enabling the distribution of tokens to specific recipients.

Features

  • Provides functions for claiming tokens based on specific conditions.
  • Allows for setting claim limits and other parameters for token drops.
  • Usage

    Implementations of this interface can be used to create and manage token drops, allowing developers to distribute tokens to their communities in a controlled and transparent manner.

    Functions

    claim

    claim()

    setClaimLimit

    setClaimLimit(uint256)

    setClaimStart

    setClaimStart(uint256)

    setClaimEnd

    setClaimEnd(uint256)
    Ask about contract functions, security, or implementation details

    Press Enter to send your query

    Source Code

    1