LogoLogo
  • Introduction
  • For Founders
    • TokenTable Airdrop Pro
    • TokenTable Airdrop Lite
      • Getting Started
      • Set Up the Project
      • Deposit Tokens
      • Publish the Project
    • TokenTable Unlocker
    • Custom Token Claiming Portal
  • For Token Recipients
    • Airdrop Token Claiming
    • Unlocker Token Claiming
  • For Developers
    • Airdrop
      • EVM
        • Deployer
        • Merkle Distributor
        • Signature Distributor
        • Changelog
      • TON
        • Getting Started
        • Architecture
        • Usage
        • Smart Contract Schema
        • Integration
    • Unlocker
      • EVM
        • APIs
          • Core
            • Unlocker
              • Data Models
            • FutureToken
            • TrackerToken
          • Utilities
            • Deployer
            • External Hook
            • Fee Collector
            • Versionable
        • SDK
      • Starknet
  • SUPPORT
    • FAQ
    • Feedback and Troubleshooting
Powered by GitBook
On this page
  • MDCreate2
  • Merkle Distributor
  • Signature Distributor

Was this helpful?

  1. For Developers
  2. Airdrop
  3. EVM

Changelog

MDCreate2

0.5.0 (4/22/2025, 337dfde)

  • Support FeeCollector v2.7.0

0.4.0 (4/9/2025, ca93ae2)

  • Add default FeeCollector

0.3.0 (5/7/2024, 508dc5d)

  • Initial release

Merkle Distributor

0.4.1 (5/2/2025, 2d81f54)

  • Removed upgradeability from BaseMerkleDistributor

  • Fixed withdraw logic in NFT distributors

0.4.0 (12/26/2024, 4aa57f9)

  • Added before and after claim hooks

  • Added extraData to claim functions

0.3.0 (5/9/2024, 05dee66)

  • Initial release

Signature Distributor

0.4.1 (4/11/2025, 6d5db7f)

  • Fixed fee logic in FungibleTokenWithFeesECDSADistributor

  • Fixed a potential MEV issue

  • Updated fee calculation logic in claim function of FungibleTokenWithFeesECDSADistributor

  • Claiming now reverts if FeeCollector isn't set

0.4.0 (4/7/2025, e71edd4)

  • Added FungibleTokenWithFeesECDSADistributor extension

0.3.1 (3/11/2025, 8821773)

  • Added validation for number of recipients in BaseECDSADistributor

0.3.0 (2/18/2025, 974409c)

  • Initial release

PreviousSignature DistributorNextTON

Last updated 2 days ago

Was this helpful?