ETH Price: $2,346.31 (+7.70%)

Contract

0x2011b5D4D5287cc9D3462b4E8af0e4DaF29E3C1d
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

More Info

Private Name Tags

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Claim151737202022-07-19 15:02:141336 days ago1658242934IN
0x2011b5D4...aF29E3C1d
0 ETH0.0074084691.22597739
Claim151255152022-07-12 3:43:251343 days ago1657597405IN
0x2011b5D4...aF29E3C1d
0 ETH0.0008118810
Claim150565692022-07-01 12:17:491354 days ago1656677869IN
0x2011b5D4...aF29E3C1d
0 ETH0.0010711313.18974685
Claim150502902022-06-30 12:14:241355 days ago1656591264IN
0x2011b5D4...aF29E3C1d
0 ETH0.0021971727.06013447
Claim149431752022-06-11 8:04:241374 days ago1654934664IN
0x2011b5D4...aF29E3C1d
0 ETH0.0017147221.12974276
Claim149018452022-06-04 6:44:591381 days ago1654325099IN
0x2011b5D4...aF29E3C1d
0 ETH0.0036771445.30068791
Claim148884182022-06-02 2:30:441383 days ago1654137044IN
0x2011b5D4...aF29E3C1d
0 ETH0.0025073630.88197401
Claim148843402022-06-01 10:40:091384 days ago1654080009IN
0x2011b5D4...aF29E3C1d
0 ETH0.0023774529.27898235
Claim148836952022-06-01 7:59:381384 days ago1654070378IN
0x2011b5D4...aF29E3C1d
0 ETH0.0035180643.33127607
Claim148832092022-06-01 6:01:281384 days ago1654063288IN
0x2011b5D4...aF29E3C1d
0 ETH0.0040752850.20924969
Claim148471722022-05-26 9:20:221390 days ago1653556822IN
0x2011b5D4...aF29E3C1d
0 ETH0.002450730.19071324
Claim148357732022-05-24 12:28:231392 days ago1653395303IN
0x2011b5D4...aF29E3C1d
0 ETH0.0013246616.31115983
Claim147394252022-05-09 1:08:451407 days ago1652058525IN
0x2011b5D4...aF29E3C1d
0 ETH0.0016239620
Claim147377802022-05-08 18:52:191408 days ago1652035939IN
0x2011b5D4...aF29E3C1d
0 ETH0.0016511520.34095793
Claim147315002022-05-07 18:52:361409 days ago1651949556IN
0x2011b5D4...aF29E3C1d
0 ETH0.0032868240.48410096
Claim147284172022-05-07 7:16:151409 days ago1651907775IN
0x2011b5D4...aF29E3C1d
0 ETH0.001624220
Claim146788382022-04-29 11:14:201417 days ago1651230860IN
0x2011b5D4...aF29E3C1d
0 ETH0.0018701829.18699923
Claim146665132022-04-27 12:38:221419 days ago1651063102IN
0x2011b5D4...aF29E3C1d
0 ETH0.0021277926.20114007
Claim146113612022-04-18 20:39:351428 days ago1650314375IN
0x2011b5D4...aF29E3C1d
0 ETH0.0023042428.37806881
Claim145993972022-04-16 23:48:271429 days ago1650152907IN
0x2011b5D4...aF29E3C1d
0 ETH0.0015929219.61491799
Claim145984402022-04-16 20:05:401430 days ago1650139540IN
0x2011b5D4...aF29E3C1d
0 ETH0.00129916
Claim145731412022-04-12 21:14:051434 days ago1649798045IN
0x2011b5D4...aF29E3C1d
0 ETH0.0044396156.39327013
Claim145609832022-04-10 23:54:511435 days ago1649634891IN
0x2011b5D4...aF29E3C1d
0 ETH0.0023613329.08410214
Claim145579792022-04-10 12:33:481436 days ago1649594028IN
0x2011b5D4...aF29E3C1d
0 ETH0.0015343418.88848793
Claim145576052022-04-10 11:07:131436 days ago1649588833IN
0x2011b5D4...aF29E3C1d
0 ETH0.0016185319.93077778
View all transactions

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
MerkleDistributor

Compiler Version
v0.6.11+commit.5ef660b1

Optimization Enabled:
Yes with 999999 runs

Other Settings:
default evmVersion
// File: @openzeppelin\contracts\token\ERC20\IERC20.sol

pragma solidity ^0.6.0;

/**
 * @dev Interface of the ERC20 standard as defined in the EIP.
 */
interface IERC20 {
    /**
     * @dev Returns the amount of tokens in existence.
     */
    function totalSupply() external view returns (uint256);

    /**
     * @dev Returns the amount of tokens owned by `account`.
     */
    function balanceOf(address account) external view returns (uint256);

    /**
     * @dev Moves `amount` tokens from the caller's account to `recipient`.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * Emits a {Transfer} event.
     */
    function transfer(address recipient, uint256 amount) external returns (bool);

    /**
     * @dev Returns the remaining number of tokens that `spender` will be
     * allowed to spend on behalf of `owner` through {transferFrom}. This is
     * zero by default.
     *
     * This value changes when {approve} or {transferFrom} are called.
     */
    function allowance(address owner, address spender) external view returns (uint256);

    /**
     * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * IMPORTANT: Beware that changing an allowance with this method brings the risk
     * that someone may use both the old and the new allowance by unfortunate
     * transaction ordering. One possible solution to mitigate this race
     * condition is to first reduce the spender's allowance to 0 and set the
     * desired value afterwards:
     * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
     *
     * Emits an {Approval} event.
     */
    function approve(address spender, uint256 amount) external returns (bool);

    /**
     * @dev Moves `amount` tokens from `sender` to `recipient` using the
     * allowance mechanism. `amount` is then deducted from the caller's
     * allowance.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * Emits a {Transfer} event.
     */
    function transferFrom(address sender, address recipient, uint256 amount) external returns (bool);

    /**
     * @dev Emitted when `value` tokens are moved from one account (`from`) to
     * another (`to`).
     *
     * Note that `value` may be zero.
     */
    event Transfer(address indexed from, address indexed to, uint256 value);

    /**
     * @dev Emitted when the allowance of a `spender` for an `owner` is set by
     * a call to {approve}. `value` is the new allowance.
     */
    event Approval(address indexed owner, address indexed spender, uint256 value);
}

// File: @openzeppelin\contracts\cryptography\MerkleProof.sol

pragma solidity ^0.6.0;

/**
 * @dev These functions deal with verification of Merkle trees (hash trees),
 */
library MerkleProof {
    /**
     * @dev Returns true if a `leaf` can be proved to be a part of a Merkle tree
     * defined by `root`. For this, a `proof` must be provided, containing
     * sibling hashes on the branch from the leaf to the root of the tree. Each
     * pair of leaves and each pair of pre-images are assumed to be sorted.
     */
    function verify(bytes32[] memory proof, bytes32 root, bytes32 leaf) internal pure returns (bool) {
        bytes32 computedHash = leaf;

        for (uint256 i = 0; i < proof.length; i++) {
            bytes32 proofElement = proof[i];

            if (computedHash <= proofElement) {
                // Hash(current computed hash + current element of the proof)
                computedHash = keccak256(abi.encodePacked(computedHash, proofElement));
            } else {
                // Hash(current element of the proof + current computed hash)
                computedHash = keccak256(abi.encodePacked(proofElement, computedHash));
            }
        }

        // Check if the computed hash (root) is equal to the provided root
        return computedHash == root;
    }
}

// File: contracts\interfaces\IMerkleDistributor.sol

pragma solidity >=0.5.0;

// Allows anyone to claim a token if they exist in a merkle root.
interface IMerkleDistributor {
    // Returns the address of the token distributed by this contract.
    function token() external view returns (address);
    // Returns the merkle root of the merkle tree containing account balances available to claim.
    function merkleRoot() external view returns (bytes32);
    // Returns true if the index has been marked claimed.
    function isClaimed(uint256 index) external view returns (bool);
    // Claim the given amount of the token to the given address. Reverts if the inputs are invalid.
    function claim(uint256 index, address account, uint256 amount, bytes32[] calldata merkleProof) external;

    // This event is triggered whenever a call to #claim succeeds.
    event Claimed(uint256 index, address account, uint256 amount);
}

// File: contracts\MerkleDistributor.sol

pragma solidity =0.6.11;

contract MerkleDistributor is IMerkleDistributor {
    address public immutable override token;
    bytes32 public immutable override merkleRoot;

    // This is a packed array of booleans.
    mapping(uint256 => uint256) private claimedBitMap;

    constructor(address token_, bytes32 merkleRoot_) public {
        token = token_;
        merkleRoot = merkleRoot_;
    }

    function isClaimed(uint256 index) public view override returns (bool) {
        uint256 claimedWordIndex = index / 256;
        uint256 claimedBitIndex = index % 256;
        uint256 claimedWord = claimedBitMap[claimedWordIndex];
        uint256 mask = (1 << claimedBitIndex);
        return claimedWord & mask == mask;
    }

    function _setClaimed(uint256 index) private {
        uint256 claimedWordIndex = index / 256;
        uint256 claimedBitIndex = index % 256;
        claimedBitMap[claimedWordIndex] = claimedBitMap[claimedWordIndex] | (1 << claimedBitIndex);
    }

    function claim(uint256 index, address account, uint256 amount, bytes32[] calldata merkleProof) external override {
        require(!isClaimed(index), 'MerkleDistributor: Drop already claimed.');

        // Verify the merkle proof.
        bytes32 node = keccak256(abi.encodePacked(index, account, amount));
        require(MerkleProof.verify(merkleProof, merkleRoot, node), 'MerkleDistributor: Invalid proof.');

        // Mark it claimed and send the token.
        _setClaimed(index);
        require(IERC20(token).transfer(account, amount), 'MerkleDistributor: Transfer failed.');

        emit Claimed(index, account, amount);
    }
}

Settings
{
  "remappings": [],
  "optimizer": {
    "enabled": true,
    "runs": 999999
  },
  "evmVersion": "istanbul",
  "libraries": {},
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "abi"
      ]
    }
  }
}

Contract Security Audit

Contract ABI

API
[{"inputs":[{"internalType":"address","name":"token_","type":"address"},{"internalType":"bytes32","name":"merkleRoot_","type":"bytes32"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"index","type":"uint256"},{"indexed":false,"internalType":"address","name":"account","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"Claimed","type":"event"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"},{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"bytes32[]","name":"merkleProof","type":"bytes32[]"}],"name":"claim","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"name":"isClaimed","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"merkleRoot","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"token","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"}]

60c060405234801561001057600080fd5b506040516106c63803806106c68339818101604052604081101561003357600080fd5b508051602090910151606082901b6001600160601b03191660805260a08190526001600160a01b03909116906106406100866000398061025252806104625250806102dd52806104ac52506106406000f3fe608060405234801561001057600080fd5b506004361061004c5760003560e01c80632e7ba6ef146100515780632eb4a7ab146100ec5780639e34070f14610106578063fc0c546a14610137575b600080fd5b6100ea6004803603608081101561006757600080fd5b81359173ffffffffffffffffffffffffffffffffffffffff60208201351691604082013591908101906080810160608201356401000000008111156100ab57600080fd5b8201836020820111156100bd57600080fd5b803590602001918460208302840111640100000000831117156100df57600080fd5b509092509050610168565b005b6100f4610460565b60408051918252519081900360200190f35b6101236004803603602081101561011c57600080fd5b5035610484565b604080519115158252519081900360200190f35b61013f6104aa565b6040805173ffffffffffffffffffffffffffffffffffffffff9092168252519081900360200190f35b61017185610484565b156101c7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602881526020018061059f6028913960400191505060405180910390fd5b6040805160208082018890527fffffffffffffffffffffffffffffffffffffffff000000000000000000000000606088901b168284015260548083018790528351808403909101815260748301808552815191830191909120609492860280850184019095528582529361027d939192879287928392909101908490808284376000920191909152507f000000000000000000000000000000000000000000000000000000000000000092508591506104ce9050565b6102d2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260218152602001806105c76021913960400191505060405180910390fd5b6102db86610577565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663a9059cbb86866040518363ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200182815260200192505050602060405180830381600087803b15801561038257600080fd5b505af1158015610396573d6000803e3d6000fd5b505050506040513d60208110156103ac57600080fd5b5051610403576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260238152602001806105e86023913960400191505060405180910390fd5b6040805187815273ffffffffffffffffffffffffffffffffffffffff8716602082015280820186905290517f4ec90e965519d92681267467f775ada5bd214aa92c0dc93d90a5e880ce9ed0269181900360600190a1505050505050565b7f000000000000000000000000000000000000000000000000000000000000000081565b6101008104600090815260208190526040902054600160ff9092169190911b9081161490565b7f000000000000000000000000000000000000000000000000000000000000000081565b600081815b855181101561056c5760008682815181106104ea57fe5b602002602001015190508083116105315782816040516020018083815260200182815260200192505050604051602081830303815290604052805190602001209250610563565b808360405160200180838152602001828152602001925050506040516020818303038152906040528051906020012092505b506001016104d3565b509092149392505050565b610100810460009081526020819052604090208054600160ff9093169290921b909117905556fe4d65726b6c654469737472696275746f723a2044726f7020616c726561647920636c61696d65642e4d65726b6c654469737472696275746f723a20496e76616c69642070726f6f662e4d65726b6c654469737472696275746f723a205472616e73666572206661696c65642ea264697066735822122028e98455837894f05fdf99a52819cab744aea3b11a393cc7eb3a78205de6883064736f6c634300060b00330000000000000000000000007b35ce522cb72e4077baeb96cb923a5529764a00346fdc424f8ef65f95641981213c1e8e71a0deeca724d15e2ae3b6a0fde21453

Deployed Bytecode

0x608060405234801561001057600080fd5b506004361061004c5760003560e01c80632e7ba6ef146100515780632eb4a7ab146100ec5780639e34070f14610106578063fc0c546a14610137575b600080fd5b6100ea6004803603608081101561006757600080fd5b81359173ffffffffffffffffffffffffffffffffffffffff60208201351691604082013591908101906080810160608201356401000000008111156100ab57600080fd5b8201836020820111156100bd57600080fd5b803590602001918460208302840111640100000000831117156100df57600080fd5b509092509050610168565b005b6100f4610460565b60408051918252519081900360200190f35b6101236004803603602081101561011c57600080fd5b5035610484565b604080519115158252519081900360200190f35b61013f6104aa565b6040805173ffffffffffffffffffffffffffffffffffffffff9092168252519081900360200190f35b61017185610484565b156101c7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602881526020018061059f6028913960400191505060405180910390fd5b6040805160208082018890527fffffffffffffffffffffffffffffffffffffffff000000000000000000000000606088901b168284015260548083018790528351808403909101815260748301808552815191830191909120609492860280850184019095528582529361027d939192879287928392909101908490808284376000920191909152507f346fdc424f8ef65f95641981213c1e8e71a0deeca724d15e2ae3b6a0fde2145392508591506104ce9050565b6102d2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260218152602001806105c76021913960400191505060405180910390fd5b6102db86610577565b7f0000000000000000000000007b35ce522cb72e4077baeb96cb923a5529764a0073ffffffffffffffffffffffffffffffffffffffff1663a9059cbb86866040518363ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200182815260200192505050602060405180830381600087803b15801561038257600080fd5b505af1158015610396573d6000803e3d6000fd5b505050506040513d60208110156103ac57600080fd5b5051610403576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260238152602001806105e86023913960400191505060405180910390fd5b6040805187815273ffffffffffffffffffffffffffffffffffffffff8716602082015280820186905290517f4ec90e965519d92681267467f775ada5bd214aa92c0dc93d90a5e880ce9ed0269181900360600190a1505050505050565b7f346fdc424f8ef65f95641981213c1e8e71a0deeca724d15e2ae3b6a0fde2145381565b6101008104600090815260208190526040902054600160ff9092169190911b9081161490565b7f0000000000000000000000007b35ce522cb72e4077baeb96cb923a5529764a0081565b600081815b855181101561056c5760008682815181106104ea57fe5b602002602001015190508083116105315782816040516020018083815260200182815260200192505050604051602081830303815290604052805190602001209250610563565b808360405160200180838152602001828152602001925050506040516020818303038152906040528051906020012092505b506001016104d3565b509092149392505050565b610100810460009081526020819052604090208054600160ff9093169290921b909117905556fe4d65726b6c654469737472696275746f723a2044726f7020616c726561647920636c61696d65642e4d65726b6c654469737472696275746f723a20496e76616c69642070726f6f662e4d65726b6c654469737472696275746f723a205472616e73666572206661696c65642ea264697066735822122028e98455837894f05fdf99a52819cab744aea3b11a393cc7eb3a78205de6883064736f6c634300060b0033

Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)

0000000000000000000000007b35ce522cb72e4077baeb96cb923a5529764a00346fdc424f8ef65f95641981213c1e8e71a0deeca724d15e2ae3b6a0fde21453

-----Decoded View---------------
Arg [0] : token_ (address): 0x7b35Ce522CB72e4077BaeB96Cb923A5529764a00
Arg [1] : merkleRoot_ (bytes32): 0x346fdc424f8ef65f95641981213c1e8e71a0deeca724d15e2ae3b6a0fde21453

-----Encoded View---------------
2 Constructor Arguments found :
Arg [0] : 0000000000000000000000007b35ce522cb72e4077baeb96cb923a5529764a00
Arg [1] : 346fdc424f8ef65f95641981213c1e8e71a0deeca724d15e2ae3b6a0fde21453


Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export  ]

A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.