In this dashboard, I will answer theses questions:

    How many wallets were eligible for the airdrop?

    How many addresses have claimed the airdrop?

    What percentage of all ENS that has been airdropped been claimed?

    1. How many wallets were eligible for the airdrop?

    According to MessariCrypto, 137,689 wallets were eligible for the airdrop, and the median airdrop was 180 $ENS tokens (~$10K USD).

    Distribution went as follows:

    • 25% to .ETH holders (>137k accts)
    • 25% to ENS contributors (>100 individuals & orgs, >450 Discord users)
    • 50% to the DAO community treasury

    2. How many addresses have claimed the airdrop?

    The contract address for ENS is: 0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72

    In order to counting the number of address which have claimed the airdrop, I query all transactions which have:
    origin_function_signature = '0x76122903' and contract_address = '0xc18360217d8f7ab5e7c516566761ea12ce7f9d72' and event_type = 'erc20_transfer'

    3. What percentage of all ENS that has been airdropped been claimed?

    Loading...
    Loading...