ETH Price: $2,633.84 (+1.34%)

Contract

0x81f40b41DD0c70a19062d0226719e3D5d5D9D86a
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Claim Rewards208557332024-09-29 10:35:2319 days ago1727606123IN
0x81f40b41...5d5D9D86a
0 ETH0.000838046.57954512
Claim Rewards207877632024-09-19 22:55:3528 days ago1726786535IN
0x81f40b41...5d5D9D86a
0 ETH0.000470076.18389997
Claim Rewards207877352024-09-19 22:49:5928 days ago1726786199IN
0x81f40b41...5d5D9D86a
0 ETH0.000463916.10026874
Claim Rewards207877082024-09-19 22:44:3528 days ago1726785875IN
0x81f40b41...5d5D9D86a
0 ETH0.000670927.20630229
Claim Rewards207606002024-09-16 3:48:4732 days ago1726458527IN
0x81f40b41...5d5D9D86a
0 ETH0.000152071.6328367
Claim Rewards207555332024-09-15 10:51:2333 days ago1726397483IN
0x81f40b41...5d5D9D86a
0 ETH0.000181371.94760436
Claim Rewards206532382024-09-01 4:09:4747 days ago1725163787IN
0x81f40b41...5d5D9D86a
0 ETH0.000120461.09304676
Claim Rewards206471752024-08-31 7:51:2348 days ago1725090683IN
0x81f40b41...5d5D9D86a
0 ETH0.000114731.23211255
Claim Rewards206463752024-08-31 5:10:3548 days ago1725081035IN
0x81f40b41...5d5D9D86a
0 ETH0.00008651.1373008
Claim Rewards206428842024-08-30 17:27:5948 days ago1725038879IN
0x81f40b41...5d5D9D86a
0 ETH0.000190312.04377465
Claim Rewards206253442024-08-28 6:38:1151 days ago1724827091IN
0x81f40b41...5d5D9D86a
0 ETH0.000147941.58844196
Claim Rewards206013352024-08-24 22:07:2354 days ago1724537243IN
0x81f40b41...5d5D9D86a
0 ETH0.000185221.98920756
Claim Rewards206006242024-08-24 19:44:1154 days ago1724528651IN
0x81f40b41...5d5D9D86a
0 ETH0.000086910.93341922
Claim Rewards205946042024-08-23 23:32:2355 days ago1724455943IN
0x81f40b41...5d5D9D86a
0 ETH0.000104751.12483055
Claim Rewards205945662024-08-23 23:24:4755 days ago1724455487IN
0x81f40b41...5d5D9D86a
0 ETH0.00008461.1128416
Claim Rewards205914772024-08-23 13:04:1156 days ago1724418251IN
0x81f40b41...5d5D9D86a
0 ETH0.000147861.58791545
Claim Rewards205876472024-08-23 0:11:4756 days ago1724371907IN
0x81f40b41...5d5D9D86a
0 ETH0.000141091.51545718
Claim Rewards205875922024-08-23 0:00:4756 days ago1724371247IN
0x81f40b41...5d5D9D86a
0 ETH0.000123121.32183062
Claim Rewards205873312024-08-22 23:08:2356 days ago1724368103IN
0x81f40b41...5d5D9D86a
0 ETH0.000088260.94796737
Claim Rewards205873202024-08-22 23:06:1156 days ago1724367971IN
0x81f40b41...5d5D9D86a
0 ETH0.000092230.99071819
Claim Rewards205868382024-08-22 21:28:5956 days ago1724362139IN
0x81f40b41...5d5D9D86a
0 ETH0.000110661.18847192
Claim Rewards205866852024-08-22 20:58:2356 days ago1724360303IN
0x81f40b41...5d5D9D86a
0 ETH0.000109031.17109523
Claim Rewards205865842024-08-22 20:38:1156 days ago1724359091IN
0x81f40b41...5d5D9D86a
0 ETH0.000109771.17897487
Claim Rewards205858732024-08-22 18:15:4756 days ago1724350547IN
0x81f40b41...5d5D9D86a
0 ETH0.000159941.71704958
Claim Rewards205858592024-08-22 18:12:5956 days ago1724350379IN
0x81f40b41...5d5D9D86a
0 ETH0.000146631.57480838
View all transactions

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
CoinDistributor

Compiler Version
v0.8.17+commit.8df45f5f

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, None license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2023-08-23
*/

// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)

pragma solidity ^0.8.0;

/**
 * @dev Provides information about the current execution context, including the
 * sender of the transaction and its data. While these are generally available
 * via msg.sender and msg.data, they should not be accessed in such a direct
 * manner, since when dealing with meta-transactions the account sending and
 * paying for execution may not be the actual sender (as far as an application
 * is concerned).
 *
 * This contract is only required for intermediate, library-like contracts.
 */
abstract contract Context {
    function _msgSender() internal view virtual returns (address) {
        return msg.sender;
    }

    function _msgData() internal view virtual returns (bytes calldata) {
        return msg.data;
    }
}


// File @openzeppelin/contracts/access/[email protected]

// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol)

pragma solidity ^0.8.0;

/**
 * @dev Contract module which provides a basic access control mechanism, where
 * there is an account (an owner) that can be granted exclusive access to
 * specific functions.
 *
 * By default, the owner account will be the one that deploys the contract. This
 * can later be changed with {transferOwnership}.
 *
 * This module is used through inheritance. It will make available the modifier
 * `onlyOwner`, which can be applied to your functions to restrict their use to
 * the owner.
 */
abstract contract Ownable is Context {
    address private _owner;

    event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);

    /**
     * @dev Initializes the contract setting the deployer as the initial owner.
     */
    constructor() {
        _transferOwnership(_msgSender());
    }

    /**
     * @dev Throws if called by any account other than the owner.
     */
    modifier onlyOwner() {
        _checkOwner();
        _;
    }

    /**
     * @dev Returns the address of the current owner.
     */
    function owner() public view virtual returns (address) {
        return _owner;
    }

    /**
     * @dev Throws if the sender is not the owner.
     */
    function _checkOwner() internal view virtual {
        require(owner() == _msgSender(), "Ownable: caller is not the owner");
    }

    /**
     * @dev Leaves the contract without owner. It will not be possible to call
     * `onlyOwner` functions anymore. Can only be called by the current owner.
     *
     * NOTE: Renouncing ownership will leave the contract without an owner,
     * thereby removing any functionality that is only available to the owner.
     */
    function renounceOwnership() public virtual onlyOwner {
        _transferOwnership(address(0));
    }

    /**
     * @dev Transfers ownership of the contract to a new account (`newOwner`).
     * Can only be called by the current owner.
     */
    function transferOwnership(address newOwner) public virtual onlyOwner {
        require(newOwner != address(0), "Ownable: new owner is the zero address");
        _transferOwnership(newOwner);
    }

    /**
     * @dev Transfers ownership of the contract to a new account (`newOwner`).
     * Internal function without access restriction.
     */
    function _transferOwnership(address newOwner) internal virtual {
        address oldOwner = _owner;
        _owner = newOwner;
        emit OwnershipTransferred(oldOwner, newOwner);
    }
}


// File @openzeppelin/contracts/token/ERC20/[email protected]

// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol)

pragma solidity ^0.8.0;

/**
 * @dev Interface of the ERC20 standard as defined in the EIP.
 */
interface IERC20 {
    /**
     * @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);

    /**
     * @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 `to`.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * Emits a {Transfer} event.
     */
    function transfer(address to, 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 `from` to `to` 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 from,
        address to,
        uint256 amount
    ) external returns (bool);
}


// File @openzeppelin/contracts/utils/cryptography/[email protected]

// OpenZeppelin Contracts (last updated v4.8.0) (utils/cryptography/MerkleProof.sol)

pragma solidity ^0.8.0;

/**
 * @dev These functions deal with verification of Merkle Tree proofs.
 *
 * The tree and the proofs can be generated using our
 * https://github.com/OpenZeppelin/merkle-tree[JavaScript library].
 * You will find a quickstart guide in the readme.
 *
 * WARNING: You should avoid using leaf values that are 64 bytes long prior to
 * hashing, or use a hash function other than keccak256 for hashing leaves.
 * This is because the concatenation of a sorted pair of internal nodes in
 * the merkle tree could be reinterpreted as a leaf value.
 * OpenZeppelin's JavaScript library generates merkle trees that are safe
 * against this attack out of the box.
 */
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) {
        return processProof(proof, leaf) == root;
    }

    /**
     * @dev Calldata version of {verify}
     *
     * _Available since v4.7._
     */
    function verifyCalldata(
        bytes32[] calldata proof,
        bytes32 root,
        bytes32 leaf
    ) internal pure returns (bool) {
        return processProofCalldata(proof, leaf) == root;
    }

    /**
     * @dev Returns the rebuilt hash obtained by traversing a Merkle tree up
     * from `leaf` using `proof`. A `proof` is valid if and only if the rebuilt
     * hash matches the root of the tree. When processing the proof, the pairs
     * of leafs & pre-images are assumed to be sorted.
     *
     * _Available since v4.4._
     */
    function processProof(bytes32[] memory proof, bytes32 leaf) internal pure returns (bytes32) {
        bytes32 computedHash = leaf;
        for (uint256 i = 0; i < proof.length; i++) {
            computedHash = _hashPair(computedHash, proof[i]);
        }
        return computedHash;
    }

    /**
     * @dev Calldata version of {processProof}
     *
     * _Available since v4.7._
     */
    function processProofCalldata(bytes32[] calldata proof, bytes32 leaf) internal pure returns (bytes32) {
        bytes32 computedHash = leaf;
        for (uint256 i = 0; i < proof.length; i++) {
            computedHash = _hashPair(computedHash, proof[i]);
        }
        return computedHash;
    }

    /**
     * @dev Returns true if the `leaves` can be simultaneously proven to be a part of a merkle tree defined by
     * `root`, according to `proof` and `proofFlags` as described in {processMultiProof}.
     *
     * CAUTION: Not all merkle trees admit multiproofs. See {processMultiProof} for details.
     *
     * _Available since v4.7._
     */
    function multiProofVerify(
        bytes32[] memory proof,
        bool[] memory proofFlags,
        bytes32 root,
        bytes32[] memory leaves
    ) internal pure returns (bool) {
        return processMultiProof(proof, proofFlags, leaves) == root;
    }

    /**
     * @dev Calldata version of {multiProofVerify}
     *
     * CAUTION: Not all merkle trees admit multiproofs. See {processMultiProof} for details.
     *
     * _Available since v4.7._
     */
    function multiProofVerifyCalldata(
        bytes32[] calldata proof,
        bool[] calldata proofFlags,
        bytes32 root,
        bytes32[] memory leaves
    ) internal pure returns (bool) {
        return processMultiProofCalldata(proof, proofFlags, leaves) == root;
    }

    /**
     * @dev Returns the root of a tree reconstructed from `leaves` and sibling nodes in `proof`. The reconstruction
     * proceeds by incrementally reconstructing all inner nodes by combining a leaf/inner node with either another
     * leaf/inner node or a proof sibling node, depending on whether each `proofFlags` item is true or false
     * respectively.
     *
     * CAUTION: Not all merkle trees admit multiproofs. To use multiproofs, it is sufficient to ensure that: 1) the tree
     * is complete (but not necessarily perfect), 2) the leaves to be proven are in the opposite order they are in the
     * tree (i.e., as seen from right to left starting at the deepest layer and continuing at the next layer).
     *
     * _Available since v4.7._
     */
    function processMultiProof(
        bytes32[] memory proof,
        bool[] memory proofFlags,
        bytes32[] memory leaves
    ) internal pure returns (bytes32 merkleRoot) {
        // This function rebuild the root hash by traversing the tree up from the leaves. The root is rebuilt by
        // consuming and producing values on a queue. The queue starts with the `leaves` array, then goes onto the
        // `hashes` array. At the end of the process, the last hash in the `hashes` array should contain the root of
        // the merkle tree.
        uint256 leavesLen = leaves.length;
        uint256 totalHashes = proofFlags.length;

        // Check proof validity.
        require(leavesLen + proof.length - 1 == totalHashes, "MerkleProof: invalid multiproof");

        // The xxxPos values are "pointers" to the next value to consume in each array. All accesses are done using
        // `xxx[xxxPos++]`, which return the current value and increment the pointer, thus mimicking a queue's "pop".
        bytes32[] memory hashes = new bytes32[](totalHashes);
        uint256 leafPos = 0;
        uint256 hashPos = 0;
        uint256 proofPos = 0;
        // At each step, we compute the next hash using two values:
        // - a value from the "main queue". If not all leaves have been consumed, we get the next leaf, otherwise we
        //   get the next hash.
        // - depending on the flag, either another value for the "main queue" (merging branches) or an element from the
        //   `proof` array.
        for (uint256 i = 0; i < totalHashes; i++) {
            bytes32 a = leafPos < leavesLen ? leaves[leafPos++] : hashes[hashPos++];
            bytes32 b = proofFlags[i] ? leafPos < leavesLen ? leaves[leafPos++] : hashes[hashPos++] : proof[proofPos++];
            hashes[i] = _hashPair(a, b);
        }

        if (totalHashes > 0) {
            return hashes[totalHashes - 1];
        } else if (leavesLen > 0) {
            return leaves[0];
        } else {
            return proof[0];
        }
    }

    /**
     * @dev Calldata version of {processMultiProof}.
     *
     * CAUTION: Not all merkle trees admit multiproofs. See {processMultiProof} for details.
     *
     * _Available since v4.7._
     */
    function processMultiProofCalldata(
        bytes32[] calldata proof,
        bool[] calldata proofFlags,
        bytes32[] memory leaves
    ) internal pure returns (bytes32 merkleRoot) {
        // This function rebuild the root hash by traversing the tree up from the leaves. The root is rebuilt by
        // consuming and producing values on a queue. The queue starts with the `leaves` array, then goes onto the
        // `hashes` array. At the end of the process, the last hash in the `hashes` array should contain the root of
        // the merkle tree.
        uint256 leavesLen = leaves.length;
        uint256 totalHashes = proofFlags.length;

        // Check proof validity.
        require(leavesLen + proof.length - 1 == totalHashes, "MerkleProof: invalid multiproof");

        // The xxxPos values are "pointers" to the next value to consume in each array. All accesses are done using
        // `xxx[xxxPos++]`, which return the current value and increment the pointer, thus mimicking a queue's "pop".
        bytes32[] memory hashes = new bytes32[](totalHashes);
        uint256 leafPos = 0;
        uint256 hashPos = 0;
        uint256 proofPos = 0;
        // At each step, we compute the next hash using two values:
        // - a value from the "main queue". If not all leaves have been consumed, we get the next leaf, otherwise we
        //   get the next hash.
        // - depending on the flag, either another value for the "main queue" (merging branches) or an element from the
        //   `proof` array.
        for (uint256 i = 0; i < totalHashes; i++) {
            bytes32 a = leafPos < leavesLen ? leaves[leafPos++] : hashes[hashPos++];
            bytes32 b = proofFlags[i] ? leafPos < leavesLen ? leaves[leafPos++] : hashes[hashPos++] : proof[proofPos++];
            hashes[i] = _hashPair(a, b);
        }

        if (totalHashes > 0) {
            return hashes[totalHashes - 1];
        } else if (leavesLen > 0) {
            return leaves[0];
        } else {
            return proof[0];
        }
    }

    function _hashPair(bytes32 a, bytes32 b) private pure returns (bytes32) {
        return a < b ? _efficientHash(a, b) : _efficientHash(b, a);
    }

    function _efficientHash(bytes32 a, bytes32 b) private pure returns (bytes32 value) {
        /// @solidity memory-safe-assembly
        assembly {
            mstore(0x00, a)
            mstore(0x20, b)
            value := keccak256(0x00, 0x40)
        }
    }
}


// File @openzeppelin/contracts/utils/structs/[email protected]

// OpenZeppelin Contracts (last updated v4.8.0) (utils/structs/EnumerableSet.sol)
// This file was procedurally generated from scripts/generate/templates/EnumerableSet.js.

pragma solidity ^0.8.0;

/**
 * @dev Library for managing
 * https://en.wikipedia.org/wiki/Set_(abstract_data_type)[sets] of primitive
 * types.
 *
 * Sets have the following properties:
 *
 * - Elements are added, removed, and checked for existence in constant time
 * (O(1)).
 * - Elements are enumerated in O(n). No guarantees are made on the ordering.
 *
 * ```
 * contract Example {
 *     // Add the library methods
 *     using EnumerableSet for EnumerableSet.AddressSet;
 *
 *     // Declare a set state variable
 *     EnumerableSet.AddressSet private mySet;
 * }
 * ```
 *
 * As of v3.3.0, sets of type `bytes32` (`Bytes32Set`), `address` (`AddressSet`)
 * and `uint256` (`UintSet`) are supported.
 *
 * [WARNING]
 * ====
 * Trying to delete such a structure from storage will likely result in data corruption, rendering the structure
 * unusable.
 * See https://github.com/ethereum/solidity/pull/11843[ethereum/solidity#11843] for more info.
 *
 * In order to clean an EnumerableSet, you can either remove all elements one by one or create a fresh instance using an
 * array of EnumerableSet.
 * ====
 */
library EnumerableSet {
    // To implement this library for multiple types with as little code
    // repetition as possible, we write it in terms of a generic Set type with
    // bytes32 values.
    // The Set implementation uses private functions, and user-facing
    // implementations (such as AddressSet) are just wrappers around the
    // underlying Set.
    // This means that we can only create new EnumerableSets for types that fit
    // in bytes32.

    struct Set {
        // Storage of set values
        bytes32[] _values;
        // Position of the value in the `values` array, plus 1 because index 0
        // means a value is not in the set.
        mapping(bytes32 => uint256) _indexes;
    }

    /**
     * @dev Add a value to a set. O(1).
     *
     * Returns true if the value was added to the set, that is if it was not
     * already present.
     */
    function _add(Set storage set, bytes32 value) private returns (bool) {
        if (!_contains(set, value)) {
            set._values.push(value);
            // The value is stored at length-1, but we add 1 to all indexes
            // and use 0 as a sentinel value
            set._indexes[value] = set._values.length;
            return true;
        } else {
            return false;
        }
    }

    /**
     * @dev Removes a value from a set. O(1).
     *
     * Returns true if the value was removed from the set, that is if it was
     * present.
     */
    function _remove(Set storage set, bytes32 value) private returns (bool) {
        // We read and store the value's index to prevent multiple reads from the same storage slot
        uint256 valueIndex = set._indexes[value];

        if (valueIndex != 0) {
            // Equivalent to contains(set, value)
            // To delete an element from the _values array in O(1), we swap the element to delete with the last one in
            // the array, and then remove the last element (sometimes called as 'swap and pop').
            // This modifies the order of the array, as noted in {at}.

            uint256 toDeleteIndex = valueIndex - 1;
            uint256 lastIndex = set._values.length - 1;

            if (lastIndex != toDeleteIndex) {
                bytes32 lastValue = set._values[lastIndex];

                // Move the last value to the index where the value to delete is
                set._values[toDeleteIndex] = lastValue;
                // Update the index for the moved value
                set._indexes[lastValue] = valueIndex; // Replace lastValue's index to valueIndex
            }

            // Delete the slot where the moved value was stored
            set._values.pop();

            // Delete the index for the deleted slot
            delete set._indexes[value];

            return true;
        } else {
            return false;
        }
    }

    /**
     * @dev Returns true if the value is in the set. O(1).
     */
    function _contains(Set storage set, bytes32 value) private view returns (bool) {
        return set._indexes[value] != 0;
    }

    /**
     * @dev Returns the number of values on the set. O(1).
     */
    function _length(Set storage set) private view returns (uint256) {
        return set._values.length;
    }

    /**
     * @dev Returns the value stored at position `index` in the set. O(1).
     *
     * Note that there are no guarantees on the ordering of values inside the
     * array, and it may change when more values are added or removed.
     *
     * Requirements:
     *
     * - `index` must be strictly less than {length}.
     */
    function _at(Set storage set, uint256 index) private view returns (bytes32) {
        return set._values[index];
    }

    /**
     * @dev Return the entire set in an array
     *
     * WARNING: This operation will copy the entire storage to memory, which can be quite expensive. This is designed
     * to mostly be used by view accessors that are queried without any gas fees. Developers should keep in mind that
     * this function has an unbounded cost, and using it as part of a state-changing function may render the function
     * uncallable if the set grows to a point where copying to memory consumes too much gas to fit in a block.
     */
    function _values(Set storage set) private view returns (bytes32[] memory) {
        return set._values;
    }

    // Bytes32Set

    struct Bytes32Set {
        Set _inner;
    }

    /**
     * @dev Add a value to a set. O(1).
     *
     * Returns true if the value was added to the set, that is if it was not
     * already present.
     */
    function add(Bytes32Set storage set, bytes32 value) internal returns (bool) {
        return _add(set._inner, value);
    }

    /**
     * @dev Removes a value from a set. O(1).
     *
     * Returns true if the value was removed from the set, that is if it was
     * present.
     */
    function remove(Bytes32Set storage set, bytes32 value) internal returns (bool) {
        return _remove(set._inner, value);
    }

    /**
     * @dev Returns true if the value is in the set. O(1).
     */
    function contains(Bytes32Set storage set, bytes32 value) internal view returns (bool) {
        return _contains(set._inner, value);
    }

    /**
     * @dev Returns the number of values in the set. O(1).
     */
    function length(Bytes32Set storage set) internal view returns (uint256) {
        return _length(set._inner);
    }

    /**
     * @dev Returns the value stored at position `index` in the set. O(1).
     *
     * Note that there are no guarantees on the ordering of values inside the
     * array, and it may change when more values are added or removed.
     *
     * Requirements:
     *
     * - `index` must be strictly less than {length}.
     */
    function at(Bytes32Set storage set, uint256 index) internal view returns (bytes32) {
        return _at(set._inner, index);
    }

    /**
     * @dev Return the entire set in an array
     *
     * WARNING: This operation will copy the entire storage to memory, which can be quite expensive. This is designed
     * to mostly be used by view accessors that are queried without any gas fees. Developers should keep in mind that
     * this function has an unbounded cost, and using it as part of a state-changing function may render the function
     * uncallable if the set grows to a point where copying to memory consumes too much gas to fit in a block.
     */
    function values(Bytes32Set storage set) internal view returns (bytes32[] memory) {
        bytes32[] memory store = _values(set._inner);
        bytes32[] memory result;

        /// @solidity memory-safe-assembly
        assembly {
            result := store
        }

        return result;
    }

    // AddressSet

    struct AddressSet {
        Set _inner;
    }

    /**
     * @dev Add a value to a set. O(1).
     *
     * Returns true if the value was added to the set, that is if it was not
     * already present.
     */
    function add(AddressSet storage set, address value) internal returns (bool) {
        return _add(set._inner, bytes32(uint256(uint160(value))));
    }

    /**
     * @dev Removes a value from a set. O(1).
     *
     * Returns true if the value was removed from the set, that is if it was
     * present.
     */
    function remove(AddressSet storage set, address value) internal returns (bool) {
        return _remove(set._inner, bytes32(uint256(uint160(value))));
    }

    /**
     * @dev Returns true if the value is in the set. O(1).
     */
    function contains(AddressSet storage set, address value) internal view returns (bool) {
        return _contains(set._inner, bytes32(uint256(uint160(value))));
    }

    /**
     * @dev Returns the number of values in the set. O(1).
     */
    function length(AddressSet storage set) internal view returns (uint256) {
        return _length(set._inner);
    }

    /**
     * @dev Returns the value stored at position `index` in the set. O(1).
     *
     * Note that there are no guarantees on the ordering of values inside the
     * array, and it may change when more values are added or removed.
     *
     * Requirements:
     *
     * - `index` must be strictly less than {length}.
     */
    function at(AddressSet storage set, uint256 index) internal view returns (address) {
        return address(uint160(uint256(_at(set._inner, index))));
    }

    /**
     * @dev Return the entire set in an array
     *
     * WARNING: This operation will copy the entire storage to memory, which can be quite expensive. This is designed
     * to mostly be used by view accessors that are queried without any gas fees. Developers should keep in mind that
     * this function has an unbounded cost, and using it as part of a state-changing function may render the function
     * uncallable if the set grows to a point where copying to memory consumes too much gas to fit in a block.
     */
    function values(AddressSet storage set) internal view returns (address[] memory) {
        bytes32[] memory store = _values(set._inner);
        address[] memory result;

        /// @solidity memory-safe-assembly
        assembly {
            result := store
        }

        return result;
    }

    // UintSet

    struct UintSet {
        Set _inner;
    }

    /**
     * @dev Add a value to a set. O(1).
     *
     * Returns true if the value was added to the set, that is if it was not
     * already present.
     */
    function add(UintSet storage set, uint256 value) internal returns (bool) {
        return _add(set._inner, bytes32(value));
    }

    /**
     * @dev Removes a value from a set. O(1).
     *
     * Returns true if the value was removed from the set, that is if it was
     * present.
     */
    function remove(UintSet storage set, uint256 value) internal returns (bool) {
        return _remove(set._inner, bytes32(value));
    }

    /**
     * @dev Returns true if the value is in the set. O(1).
     */
    function contains(UintSet storage set, uint256 value) internal view returns (bool) {
        return _contains(set._inner, bytes32(value));
    }

    /**
     * @dev Returns the number of values in the set. O(1).
     */
    function length(UintSet storage set) internal view returns (uint256) {
        return _length(set._inner);
    }

    /**
     * @dev Returns the value stored at position `index` in the set. O(1).
     *
     * Note that there are no guarantees on the ordering of values inside the
     * array, and it may change when more values are added or removed.
     *
     * Requirements:
     *
     * - `index` must be strictly less than {length}.
     */
    function at(UintSet storage set, uint256 index) internal view returns (uint256) {
        return uint256(_at(set._inner, index));
    }

    /**
     * @dev Return the entire set in an array
     *
     * WARNING: This operation will copy the entire storage to memory, which can be quite expensive. This is designed
     * to mostly be used by view accessors that are queried without any gas fees. Developers should keep in mind that
     * this function has an unbounded cost, and using it as part of a state-changing function may render the function
     * uncallable if the set grows to a point where copying to memory consumes too much gas to fit in a block.
     */
    function values(UintSet storage set) internal view returns (uint256[] memory) {
        bytes32[] memory store = _values(set._inner);
        uint256[] memory result;

        /// @solidity memory-safe-assembly
        assembly {
            result := store
        }

        return result;
    }
}


// File contracts/CoinDistributor.sol

pragma solidity ^0.8.17;




contract CoinDistributor is Ownable {
    event Claimed(address indexed account, uint256 amount);
    event DistributionCreated(uint256 indexed version, uint256 amount);

    mapping(address => uint256) public TOTAL_CLAIMED;
    bytes32 public merkleRoot;

    // Added versioning
    uint256 public currentVersion;
    mapping(address => uint256) public lastClaimedVersion;

    address erc20token; //EXAMPLE ADDRESS - CHANGE

    // Admins enumerable set
    using EnumerableSet for EnumerableSet.AddressSet;
    EnumerableSet.AddressSet private admins;

    constructor(address _token) {
        erc20token = _token;
        admins.add(msg.sender);
    }

    // Modifier to check if the caller is an admin
    modifier onlyAdmin() {
        require(isAdmin(msg.sender), "Caller is not an admin");
        _;
    }

    function isAdmin(address _account) public view returns (bool) {
        return admins.contains(_account);
    }

    function addAdmin(address[] memory _account) external onlyOwner {
        for (uint i = 0; i < _account.length; i++) {
            admins.add(_account[i]);
        }
    }

    function removeAdmin(address[] memory _account) external onlyOwner {
        for (uint i = 0; i < _account.length; i++) {
            admins.remove(_account[i]);
        }
    }

    function claimRewards(
        uint256 _amount,
        bytes32[] calldata _merkleProof
    ) external {
        // Ensure the user is claiming for the current version
        require(
            lastClaimedVersion[msg.sender] < currentVersion,
            "Already claimed for this version."
        );

        bytes32 leaf = keccak256(abi.encodePacked(msg.sender, _amount));
        require(
            MerkleProof.verify(_merkleProof, merkleRoot, leaf),
            "Invalid Merkle Proof."
        );

        TOTAL_CLAIMED[msg.sender] += _amount;
        lastClaimedVersion[msg.sender] = currentVersion; // Update their claimed version
        IERC20(erc20token).transfer(msg.sender, _amount);

        emit Claimed(msg.sender, _amount);
    }

    function createDistribution(
        bytes32 _merkleRoot,
        uint256 _amount
    ) external onlyAdmin {
        merkleRoot = _merkleRoot;
        currentVersion++;
        IERC20(erc20token).transferFrom(msg.sender, address(this), _amount);

        emit DistributionCreated(currentVersion, _amount);
    }

    function withdraw(uint256 amount) external onlyOwner {
        IERC20(erc20token).transfer(msg.sender, amount);
    }

    function setTokenAddress(address _token) external onlyOwner {
        erc20token = _token;
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"_token","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"Claimed","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"version","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"DistributionCreated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"TOTAL_CLAIMED","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address[]","name":"_account","type":"address[]"}],"name":"addAdmin","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"bytes32[]","name":"_merkleProof","type":"bytes32[]"}],"name":"claimRewards","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_merkleRoot","type":"bytes32"},{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"createDistribution","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"currentVersion","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_account","type":"address"}],"name":"isAdmin","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"lastClaimedVersion","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"merkleRoot","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address[]","name":"_account","type":"address[]"}],"name":"removeAdmin","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"}],"name":"setTokenAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"}]

60806040523480156200001157600080fd5b5060405162001a7d38038062001a7d8339818101604052810190620000379190620002c6565b620000576200004b620000bb60201b60201c565b620000c360201b60201c565b80600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550620000b33360066200018760201b620009821790919060201c565b5050620002f8565b600033905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6000620001b7836000018373ffffffffffffffffffffffffffffffffffffffff1660001b620001bf60201b60201c565b905092915050565b6000620001d383836200023960201b60201c565b6200022e57826000018290806001815401808255809150506001900390600052602060002001600090919091909150558260000180549050836001016000848152602001908152602001600020819055506001905062000233565b600090505b92915050565b600080836001016000848152602001908152602001600020541415905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006200028e8262000261565b9050919050565b620002a08162000281565b8114620002ac57600080fd5b50565b600081519050620002c08162000295565b92915050565b600060208284031215620002df57620002de6200025c565b5b6000620002ef84828501620002af565b91505092915050565b61177580620003086000396000f3fe608060405234801561001057600080fd5b50600436106100ea5760003560e01c80638da5cb5b1161008c578063abd40e1e11610066578063abd40e1e14610223578063ae876f611461023f578063d48a21cd1461025b578063f2fde38b1461028b576100ea565b80638da5cb5b146101cb57806399b2f6a7146101e95780639d888e8614610205576100ea565b80632eb4a7ab116100c85780632eb4a7ab146101575780633d0950a8146101755780633e1ec42814610191578063715018a6146101c1576100ea565b806324d7806c146100ef57806326a4e8d21461011f5780632e1a7d4d1461013b575b600080fd5b61010960048036038101906101049190610e24565b6102a7565b6040516101169190610e6c565b60405180910390f35b61013960048036038101906101349190610e24565b6102c4565b005b61015560048036038101906101509190610ebd565b610310565b005b61015f6103bc565b60405161016c9190610f03565b60405180910390f35b61018f600480360381019061018a9190611077565b6103c2565b005b6101ab60048036038101906101a69190610e24565b61041c565b6040516101b891906110cf565b60405180910390f35b6101c9610434565b005b6101d3610448565b6040516101e091906110f9565b60405180910390f35b61020360048036038101906101fe9190611140565b610471565b005b61020d6105b9565b60405161021a91906110cf565b60405180910390f35b61023d600480360381019061023891906111db565b6105bf565b005b61025960048036038101906102549190611077565b61088d565b005b61027560048036038101906102709190610e24565b6108e7565b60405161028291906110cf565b60405180910390f35b6102a560048036038101906102a09190610e24565b6108ff565b005b60006102bd8260066109b290919063ffffffff16565b9050919050565b6102cc6109e2565b80600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6103186109e2565b600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb33836040518363ffffffff1660e01b815260040161037592919061123b565b6020604051808303816000875af1158015610394573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103b89190611290565b5050565b60025481565b6103ca6109e2565b60005b8151811015610418576104048282815181106103ec576103eb6112bd565b5b6020026020010151600661098290919063ffffffff16565b5080806104109061131b565b9150506103cd565b5050565b60046020528060005260406000206000915090505481565b61043c6109e2565b6104466000610a60565b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b61047a336102a7565b6104b9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104b0906113c0565b60405180910390fd5b81600281905550600360008154809291906104d39061131b565b9190505550600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166323b872dd3330846040518463ffffffff1660e01b8152600401610537939291906113e0565b6020604051808303816000875af1158015610556573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061057a9190611290565b506003547f6aecc0a97ed8436da25295877eadc9bdfcb38d8d2cd93ce7b51765d2eaac9ff2826040516105ad91906110cf565b60405180910390a25050565b60035481565b600354600460003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205410610642576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161063990611489565b60405180910390fd5b60003384604051602001610657929190611512565b6040516020818303038152906040528051906020012090506106bd838380806020026020016040519081016040528093929190818152602001838360200280828437600081840152601f19601f8201169050808301925050505050505060025483610b24565b6106fc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106f39061158a565b60405180910390fd5b83600160003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825461074b91906115aa565b92505081905550600354600460003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb33866040518363ffffffff1660e01b81526004016107f592919061123b565b6020604051808303816000875af1158015610814573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108389190611290565b503373ffffffffffffffffffffffffffffffffffffffff167fd8138f8a3f377c5259ca548e70e4c2de94f129f5a11036a15b69513cba2b426a8560405161087f91906110cf565b60405180910390a250505050565b6108956109e2565b60005b81518110156108e3576108cf8282815181106108b7576108b66112bd565b5b60200260200101516006610b3b90919063ffffffff16565b5080806108db9061131b565b915050610898565b5050565b60016020528060005260406000206000915090505481565b6109076109e2565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610976576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161096d90611650565b60405180910390fd5b61097f81610a60565b50565b60006109aa836000018373ffffffffffffffffffffffffffffffffffffffff1660001b610b6b565b905092915050565b60006109da836000018373ffffffffffffffffffffffffffffffffffffffff1660001b610bdb565b905092915050565b6109ea610bfe565b73ffffffffffffffffffffffffffffffffffffffff16610a08610448565b73ffffffffffffffffffffffffffffffffffffffff1614610a5e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a55906116bc565b60405180910390fd5b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600082610b318584610c06565b1490509392505050565b6000610b63836000018373ffffffffffffffffffffffffffffffffffffffff1660001b610c5c565b905092915050565b6000610b778383610bdb565b610bd0578260000182908060018154018082558091505060019003906000526020600020016000909190919091505582600001805490508360010160008481526020019081526020016000208190555060019050610bd5565b600090505b92915050565b600080836001016000848152602001908152602001600020541415905092915050565b600033905090565b60008082905060005b8451811015610c5157610c3c82868381518110610c2f57610c2e6112bd565b5b6020026020010151610d70565b91508080610c499061131b565b915050610c0f565b508091505092915050565b60008083600101600084815260200190815260200160002054905060008114610d64576000600182610c8e91906116dc565b9050600060018660000180549050610ca691906116dc565b9050818114610d15576000866000018281548110610cc757610cc66112bd565b5b9060005260206000200154905080876000018481548110610ceb57610cea6112bd565b5b90600052602060002001819055508387600101600083815260200190815260200160002081905550505b85600001805480610d2957610d28611710565b5b600190038181906000526020600020016000905590558560010160008681526020019081526020016000206000905560019350505050610d6a565b60009150505b92915050565b6000818310610d8857610d838284610d9b565b610d93565b610d928383610d9b565b5b905092915050565b600082600052816020526040600020905092915050565b6000604051905090565b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610df182610dc6565b9050919050565b610e0181610de6565b8114610e0c57600080fd5b50565b600081359050610e1e81610df8565b92915050565b600060208284031215610e3a57610e39610dbc565b5b6000610e4884828501610e0f565b91505092915050565b60008115159050919050565b610e6681610e51565b82525050565b6000602082019050610e816000830184610e5d565b92915050565b6000819050919050565b610e9a81610e87565b8114610ea557600080fd5b50565b600081359050610eb781610e91565b92915050565b600060208284031215610ed357610ed2610dbc565b5b6000610ee184828501610ea8565b91505092915050565b6000819050919050565b610efd81610eea565b82525050565b6000602082019050610f186000830184610ef4565b92915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b610f6c82610f23565b810181811067ffffffffffffffff82111715610f8b57610f8a610f34565b5b80604052505050565b6000610f9e610db2565b9050610faa8282610f63565b919050565b600067ffffffffffffffff821115610fca57610fc9610f34565b5b602082029050602081019050919050565b600080fd5b6000610ff3610fee84610faf565b610f94565b9050808382526020820190506020840283018581111561101657611015610fdb565b5b835b8181101561103f578061102b8882610e0f565b845260208401935050602081019050611018565b5050509392505050565b600082601f83011261105e5761105d610f1e565b5b813561106e848260208601610fe0565b91505092915050565b60006020828403121561108d5761108c610dbc565b5b600082013567ffffffffffffffff8111156110ab576110aa610dc1565b5b6110b784828501611049565b91505092915050565b6110c981610e87565b82525050565b60006020820190506110e460008301846110c0565b92915050565b6110f381610de6565b82525050565b600060208201905061110e60008301846110ea565b92915050565b61111d81610eea565b811461112857600080fd5b50565b60008135905061113a81611114565b92915050565b6000806040838503121561115757611156610dbc565b5b60006111658582860161112b565b925050602061117685828601610ea8565b9150509250929050565b600080fd5b60008083601f84011261119b5761119a610f1e565b5b8235905067ffffffffffffffff8111156111b8576111b7611180565b5b6020830191508360208202830111156111d4576111d3610fdb565b5b9250929050565b6000806000604084860312156111f4576111f3610dbc565b5b600061120286828701610ea8565b935050602084013567ffffffffffffffff81111561122357611222610dc1565b5b61122f86828701611185565b92509250509250925092565b600060408201905061125060008301856110ea565b61125d60208301846110c0565b9392505050565b61126d81610e51565b811461127857600080fd5b50565b60008151905061128a81611264565b92915050565b6000602082840312156112a6576112a5610dbc565b5b60006112b48482850161127b565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061132682610e87565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203611358576113576112ec565b5b600182019050919050565b600082825260208201905092915050565b7f43616c6c6572206973206e6f7420616e2061646d696e00000000000000000000600082015250565b60006113aa601683611363565b91506113b582611374565b602082019050919050565b600060208201905081810360008301526113d98161139d565b9050919050565b60006060820190506113f560008301866110ea565b61140260208301856110ea565b61140f60408301846110c0565b949350505050565b7f416c726561647920636c61696d656420666f7220746869732076657273696f6e60008201527f2e00000000000000000000000000000000000000000000000000000000000000602082015250565b6000611473602183611363565b915061147e82611417565b604082019050919050565b600060208201905081810360008301526114a281611466565b9050919050565b60008160601b9050919050565b60006114c1826114a9565b9050919050565b60006114d3826114b6565b9050919050565b6114eb6114e682610de6565b6114c8565b82525050565b6000819050919050565b61150c61150782610e87565b6114f1565b82525050565b600061151e82856114da565b60148201915061152e82846114fb565b6020820191508190509392505050565b7f496e76616c6964204d65726b6c652050726f6f662e0000000000000000000000600082015250565b6000611574601583611363565b915061157f8261153e565b602082019050919050565b600060208201905081810360008301526115a381611567565b9050919050565b60006115b582610e87565b91506115c083610e87565b92508282019050808211156115d8576115d76112ec565b5b92915050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b600061163a602683611363565b9150611645826115de565b604082019050919050565b600060208201905081810360008301526116698161162d565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006116a6602083611363565b91506116b182611670565b602082019050919050565b600060208201905081810360008301526116d581611699565b9050919050565b60006116e782610e87565b91506116f283610e87565b925082820390508181111561170a576117096112ec565b5b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fdfea2646970667358221220e2b274773eb7588cdc3c991745e77201ada8dfc2ba9e294f75a298d57defb7bb64736f6c63430008110033000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106100ea5760003560e01c80638da5cb5b1161008c578063abd40e1e11610066578063abd40e1e14610223578063ae876f611461023f578063d48a21cd1461025b578063f2fde38b1461028b576100ea565b80638da5cb5b146101cb57806399b2f6a7146101e95780639d888e8614610205576100ea565b80632eb4a7ab116100c85780632eb4a7ab146101575780633d0950a8146101755780633e1ec42814610191578063715018a6146101c1576100ea565b806324d7806c146100ef57806326a4e8d21461011f5780632e1a7d4d1461013b575b600080fd5b61010960048036038101906101049190610e24565b6102a7565b6040516101169190610e6c565b60405180910390f35b61013960048036038101906101349190610e24565b6102c4565b005b61015560048036038101906101509190610ebd565b610310565b005b61015f6103bc565b60405161016c9190610f03565b60405180910390f35b61018f600480360381019061018a9190611077565b6103c2565b005b6101ab60048036038101906101a69190610e24565b61041c565b6040516101b891906110cf565b60405180910390f35b6101c9610434565b005b6101d3610448565b6040516101e091906110f9565b60405180910390f35b61020360048036038101906101fe9190611140565b610471565b005b61020d6105b9565b60405161021a91906110cf565b60405180910390f35b61023d600480360381019061023891906111db565b6105bf565b005b61025960048036038101906102549190611077565b61088d565b005b61027560048036038101906102709190610e24565b6108e7565b60405161028291906110cf565b60405180910390f35b6102a560048036038101906102a09190610e24565b6108ff565b005b60006102bd8260066109b290919063ffffffff16565b9050919050565b6102cc6109e2565b80600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6103186109e2565b600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb33836040518363ffffffff1660e01b815260040161037592919061123b565b6020604051808303816000875af1158015610394573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103b89190611290565b5050565b60025481565b6103ca6109e2565b60005b8151811015610418576104048282815181106103ec576103eb6112bd565b5b6020026020010151600661098290919063ffffffff16565b5080806104109061131b565b9150506103cd565b5050565b60046020528060005260406000206000915090505481565b61043c6109e2565b6104466000610a60565b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b61047a336102a7565b6104b9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104b0906113c0565b60405180910390fd5b81600281905550600360008154809291906104d39061131b565b9190505550600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166323b872dd3330846040518463ffffffff1660e01b8152600401610537939291906113e0565b6020604051808303816000875af1158015610556573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061057a9190611290565b506003547f6aecc0a97ed8436da25295877eadc9bdfcb38d8d2cd93ce7b51765d2eaac9ff2826040516105ad91906110cf565b60405180910390a25050565b60035481565b600354600460003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205410610642576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161063990611489565b60405180910390fd5b60003384604051602001610657929190611512565b6040516020818303038152906040528051906020012090506106bd838380806020026020016040519081016040528093929190818152602001838360200280828437600081840152601f19601f8201169050808301925050505050505060025483610b24565b6106fc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106f39061158a565b60405180910390fd5b83600160003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825461074b91906115aa565b92505081905550600354600460003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb33866040518363ffffffff1660e01b81526004016107f592919061123b565b6020604051808303816000875af1158015610814573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108389190611290565b503373ffffffffffffffffffffffffffffffffffffffff167fd8138f8a3f377c5259ca548e70e4c2de94f129f5a11036a15b69513cba2b426a8560405161087f91906110cf565b60405180910390a250505050565b6108956109e2565b60005b81518110156108e3576108cf8282815181106108b7576108b66112bd565b5b60200260200101516006610b3b90919063ffffffff16565b5080806108db9061131b565b915050610898565b5050565b60016020528060005260406000206000915090505481565b6109076109e2565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610976576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161096d90611650565b60405180910390fd5b61097f81610a60565b50565b60006109aa836000018373ffffffffffffffffffffffffffffffffffffffff1660001b610b6b565b905092915050565b60006109da836000018373ffffffffffffffffffffffffffffffffffffffff1660001b610bdb565b905092915050565b6109ea610bfe565b73ffffffffffffffffffffffffffffffffffffffff16610a08610448565b73ffffffffffffffffffffffffffffffffffffffff1614610a5e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a55906116bc565b60405180910390fd5b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600082610b318584610c06565b1490509392505050565b6000610b63836000018373ffffffffffffffffffffffffffffffffffffffff1660001b610c5c565b905092915050565b6000610b778383610bdb565b610bd0578260000182908060018154018082558091505060019003906000526020600020016000909190919091505582600001805490508360010160008481526020019081526020016000208190555060019050610bd5565b600090505b92915050565b600080836001016000848152602001908152602001600020541415905092915050565b600033905090565b60008082905060005b8451811015610c5157610c3c82868381518110610c2f57610c2e6112bd565b5b6020026020010151610d70565b91508080610c499061131b565b915050610c0f565b508091505092915050565b60008083600101600084815260200190815260200160002054905060008114610d64576000600182610c8e91906116dc565b9050600060018660000180549050610ca691906116dc565b9050818114610d15576000866000018281548110610cc757610cc66112bd565b5b9060005260206000200154905080876000018481548110610ceb57610cea6112bd565b5b90600052602060002001819055508387600101600083815260200190815260200160002081905550505b85600001805480610d2957610d28611710565b5b600190038181906000526020600020016000905590558560010160008681526020019081526020016000206000905560019350505050610d6a565b60009150505b92915050565b6000818310610d8857610d838284610d9b565b610d93565b610d928383610d9b565b5b905092915050565b600082600052816020526040600020905092915050565b6000604051905090565b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610df182610dc6565b9050919050565b610e0181610de6565b8114610e0c57600080fd5b50565b600081359050610e1e81610df8565b92915050565b600060208284031215610e3a57610e39610dbc565b5b6000610e4884828501610e0f565b91505092915050565b60008115159050919050565b610e6681610e51565b82525050565b6000602082019050610e816000830184610e5d565b92915050565b6000819050919050565b610e9a81610e87565b8114610ea557600080fd5b50565b600081359050610eb781610e91565b92915050565b600060208284031215610ed357610ed2610dbc565b5b6000610ee184828501610ea8565b91505092915050565b6000819050919050565b610efd81610eea565b82525050565b6000602082019050610f186000830184610ef4565b92915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b610f6c82610f23565b810181811067ffffffffffffffff82111715610f8b57610f8a610f34565b5b80604052505050565b6000610f9e610db2565b9050610faa8282610f63565b919050565b600067ffffffffffffffff821115610fca57610fc9610f34565b5b602082029050602081019050919050565b600080fd5b6000610ff3610fee84610faf565b610f94565b9050808382526020820190506020840283018581111561101657611015610fdb565b5b835b8181101561103f578061102b8882610e0f565b845260208401935050602081019050611018565b5050509392505050565b600082601f83011261105e5761105d610f1e565b5b813561106e848260208601610fe0565b91505092915050565b60006020828403121561108d5761108c610dbc565b5b600082013567ffffffffffffffff8111156110ab576110aa610dc1565b5b6110b784828501611049565b91505092915050565b6110c981610e87565b82525050565b60006020820190506110e460008301846110c0565b92915050565b6110f381610de6565b82525050565b600060208201905061110e60008301846110ea565b92915050565b61111d81610eea565b811461112857600080fd5b50565b60008135905061113a81611114565b92915050565b6000806040838503121561115757611156610dbc565b5b60006111658582860161112b565b925050602061117685828601610ea8565b9150509250929050565b600080fd5b60008083601f84011261119b5761119a610f1e565b5b8235905067ffffffffffffffff8111156111b8576111b7611180565b5b6020830191508360208202830111156111d4576111d3610fdb565b5b9250929050565b6000806000604084860312156111f4576111f3610dbc565b5b600061120286828701610ea8565b935050602084013567ffffffffffffffff81111561122357611222610dc1565b5b61122f86828701611185565b92509250509250925092565b600060408201905061125060008301856110ea565b61125d60208301846110c0565b9392505050565b61126d81610e51565b811461127857600080fd5b50565b60008151905061128a81611264565b92915050565b6000602082840312156112a6576112a5610dbc565b5b60006112b48482850161127b565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061132682610e87565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203611358576113576112ec565b5b600182019050919050565b600082825260208201905092915050565b7f43616c6c6572206973206e6f7420616e2061646d696e00000000000000000000600082015250565b60006113aa601683611363565b91506113b582611374565b602082019050919050565b600060208201905081810360008301526113d98161139d565b9050919050565b60006060820190506113f560008301866110ea565b61140260208301856110ea565b61140f60408301846110c0565b949350505050565b7f416c726561647920636c61696d656420666f7220746869732076657273696f6e60008201527f2e00000000000000000000000000000000000000000000000000000000000000602082015250565b6000611473602183611363565b915061147e82611417565b604082019050919050565b600060208201905081810360008301526114a281611466565b9050919050565b60008160601b9050919050565b60006114c1826114a9565b9050919050565b60006114d3826114b6565b9050919050565b6114eb6114e682610de6565b6114c8565b82525050565b6000819050919050565b61150c61150782610e87565b6114f1565b82525050565b600061151e82856114da565b60148201915061152e82846114fb565b6020820191508190509392505050565b7f496e76616c6964204d65726b6c652050726f6f662e0000000000000000000000600082015250565b6000611574601583611363565b915061157f8261153e565b602082019050919050565b600060208201905081810360008301526115a381611567565b9050919050565b60006115b582610e87565b91506115c083610e87565b92508282019050808211156115d8576115d76112ec565b5b92915050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b600061163a602683611363565b9150611645826115de565b604082019050919050565b600060208201905081810360008301526116698161162d565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006116a6602083611363565b91506116b182611670565b602082019050919050565b600060208201905081810360008301526116d581611699565b9050919050565b60006116e782610e87565b91506116f283610e87565b925082820390508181111561170a576117096112ec565b5b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fdfea2646970667358221220e2b274773eb7588cdc3c991745e77201ada8dfc2ba9e294f75a298d57defb7bb64736f6c63430008110033

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

000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48

-----Decoded View---------------
Arg [0] : _token (address): 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48

-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48


Deployed Bytecode Sourcemap

29478:2679:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30329:113;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;32056:98;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;31929:119;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;29712:25;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;30450:175;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;29807:53;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2757:103;;;:::i;:::-;;2109:87;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;31601:320;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;29771:29;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;30822:771;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;30633:181;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;29657:48;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3015:201;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;30329:113;30385:4;30409:25;30425:8;30409:6;:15;;:25;;;;:::i;:::-;30402:32;;30329:113;;;:::o;32056:98::-;1995:13;:11;:13::i;:::-;32140:6:::1;32127:10;;:19;;;;;;;;;;;;;;;;;;32056:98:::0;:::o;31929:119::-;1995:13;:11;:13::i;:::-;32000:10:::1;;;;;;;;;;;31993:27;;;32021:10;32033:6;31993:47;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;31929:119:::0;:::o;29712:25::-;;;;:::o;30450:175::-;1995:13;:11;:13::i;:::-;30530:6:::1;30525:93;30546:8;:15;30542:1;:19;30525:93;;;30583:23;30594:8;30603:1;30594:11;;;;;;;;:::i;:::-;;;;;;;;30583:6;:10;;:23;;;;:::i;:::-;;30563:3;;;;;:::i;:::-;;;;30525:93;;;;30450:175:::0;:::o;29807:53::-;;;;;;;;;;;;;;;;;:::o;2757:103::-;1995:13;:11;:13::i;:::-;2822:30:::1;2849:1;2822:18;:30::i;:::-;2757:103::o:0;2109:87::-;2155:7;2182:6;;;;;;;;;;;2175:13;;2109:87;:::o;31601:320::-;30255:19;30263:10;30255:7;:19::i;:::-;30247:54;;;;;;;;;;;;:::i;:::-;;;;;;;;;31735:11:::1;31722:10;:24;;;;31757:14;;:16;;;;;;;;;:::i;:::-;;;;;;31791:10;;;;;;;;;;;31784:31;;;31816:10;31836:4;31843:7;31784:67;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;31889:14;;31869:44;31905:7;31869:44;;;;;;:::i;:::-;;;;;;;;31601:320:::0;;:::o;29771:29::-;;;;:::o;30822:771::-;31058:14;;31025:18;:30;31044:10;31025:30;;;;;;;;;;;;;;;;:47;31003:130;;;;;;;;;;;;:::i;:::-;;;;;;;;;31146:12;31188:10;31200:7;31171:37;;;;;;;;;:::i;:::-;;;;;;;;;;;;;31161:48;;;;;;31146:63;;31242:50;31261:12;;31242:50;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31275:10;;31287:4;31242:18;:50::i;:::-;31220:121;;;;;;;;;;;;:::i;:::-;;;;;;;;;31383:7;31354:13;:25;31368:10;31354:25;;;;;;;;;;;;;;;;:36;;;;;;;:::i;:::-;;;;;;;;31434:14;;31401:18;:30;31420:10;31401:30;;;;;;;;;;;;;;;:47;;;;31498:10;;;;;;;;;;;31491:27;;;31519:10;31531:7;31491:48;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;31565:10;31557:28;;;31577:7;31557:28;;;;;;:::i;:::-;;;;;;;;30928:665;30822:771;;;:::o;30633:181::-;1995:13;:11;:13::i;:::-;30716:6:::1;30711:96;30732:8;:15;30728:1;:19;30711:96;;;30769:26;30783:8;30792:1;30783:11;;;;;;;;:::i;:::-;;;;;;;;30769:6;:13;;:26;;;;:::i;:::-;;30749:3;;;;;:::i;:::-;;;;30711:96;;;;30633:181:::0;:::o;29657:48::-;;;;;;;;;;;;;;;;;:::o;3015:201::-;1995:13;:11;:13::i;:::-;3124:1:::1;3104:22;;:8;:22;;::::0;3096:73:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3180:28;3199:8;3180:18;:28::i;:::-;3015:201:::0;:::o;24608:152::-;24678:4;24702:50;24707:3;:10;;24743:5;24727:23;;24719:32;;24702:4;:50::i;:::-;24695:57;;24608:152;;;;:::o;25180:167::-;25260:4;25284:55;25294:3;:10;;25330:5;25314:23;;25306:32;;25284:9;:55::i;:::-;25277:62;;25180:167;;;;:::o;2274:132::-;2349:12;:10;:12::i;:::-;2338:23;;:7;:5;:7::i;:::-;:23;;;2330:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;2274:132::o;3376:191::-;3450:16;3469:6;;;;;;;;;;;3450:25;;3495:8;3486:6;;:17;;;;;;;;;;;;;;;;;;3550:8;3519:40;;3540:8;3519:40;;;;;;;;;;;;3439:128;3376:191;:::o;7687:190::-;7812:4;7865;7836:25;7849:5;7856:4;7836:12;:25::i;:::-;:33;7829:40;;7687:190;;;;;:::o;24936:158::-;25009:4;25033:53;25041:3;:10;;25077:5;25061:23;;25053:32;;25033:7;:53::i;:::-;25026:60;;24936:158;;;;:::o;18339:414::-;18402:4;18424:21;18434:3;18439:5;18424:9;:21::i;:::-;18419:327;;18462:3;:11;;18479:5;18462:23;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;18645:3;:11;;:18;;;;18623:3;:12;;:19;18636:5;18623:19;;;;;;;;;;;:40;;;;18685:4;18678:11;;;;18419:327;18729:5;18722:12;;18339:414;;;;;:::o;20435:129::-;20508:4;20555:1;20532:3;:12;;:19;20545:5;20532:19;;;;;;;;;;;;:24;;20525:31;;20435:129;;;;:::o;656:98::-;709:7;736:10;729:17;;656:98;:::o;8554:296::-;8637:7;8657:20;8680:4;8657:27;;8700:9;8695:118;8719:5;:12;8715:1;:16;8695:118;;;8768:33;8778:12;8792:5;8798:1;8792:8;;;;;;;;:::i;:::-;;;;;;;;8768:9;:33::i;:::-;8753:48;;8733:3;;;;;:::i;:::-;;;;8695:118;;;;8830:12;8823:19;;;8554:296;;;;:::o;18929:1420::-;18995:4;19113:18;19134:3;:12;;:19;19147:5;19134:19;;;;;;;;;;;;19113:40;;19184:1;19170:10;:15;19166:1176;;19545:21;19582:1;19569:10;:14;;;;:::i;:::-;19545:38;;19598:17;19639:1;19618:3;:11;;:18;;;;:22;;;;:::i;:::-;19598:42;;19674:13;19661:9;:26;19657:405;;19708:17;19728:3;:11;;19740:9;19728:22;;;;;;;;:::i;:::-;;;;;;;;;;19708:42;;19882:9;19853:3;:11;;19865:13;19853:26;;;;;;;;:::i;:::-;;;;;;;;;:38;;;;19993:10;19967:3;:12;;:23;19980:9;19967:23;;;;;;;;;;;:36;;;;19689:373;19657:405;20143:3;:11;;:17;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;20238:3;:12;;:19;20251:5;20238:19;;;;;;;;;;;20231:26;;;20281:4;20274:11;;;;;;;19166:1176;20325:5;20318:12;;;18929:1420;;;;;:::o;15594:149::-;15657:7;15688:1;15684;:5;:51;;15715:20;15730:1;15733;15715:14;:20::i;:::-;15684:51;;;15692:20;15707:1;15710;15692:14;:20::i;:::-;15684:51;15677:58;;15594:149;;;;:::o;15751:268::-;15819:13;15926:1;15920:4;15913:15;15955:1;15949:4;15942:15;15996:4;15990;15980:21;15971:30;;15751:268;;;;:::o;7:75:1:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:126;371:7;411:42;404:5;400:54;389:65;;334:126;;;:::o;466:96::-;503:7;532:24;550:5;532:24;:::i;:::-;521:35;;466:96;;;:::o;568:122::-;641:24;659:5;641:24;:::i;:::-;634:5;631:35;621:63;;680:1;677;670:12;621:63;568:122;:::o;696:139::-;742:5;780:6;767:20;758:29;;796:33;823:5;796:33;:::i;:::-;696:139;;;;:::o;841:329::-;900:6;949:2;937:9;928:7;924:23;920:32;917:119;;;955:79;;:::i;:::-;917:119;1075:1;1100:53;1145:7;1136:6;1125:9;1121:22;1100:53;:::i;:::-;1090:63;;1046:117;841:329;;;;:::o;1176:90::-;1210:7;1253:5;1246:13;1239:21;1228:32;;1176:90;;;:::o;1272:109::-;1353:21;1368:5;1353:21;:::i;:::-;1348:3;1341:34;1272:109;;:::o;1387:210::-;1474:4;1512:2;1501:9;1497:18;1489:26;;1525:65;1587:1;1576:9;1572:17;1563:6;1525:65;:::i;:::-;1387:210;;;;:::o;1603:77::-;1640:7;1669:5;1658:16;;1603:77;;;:::o;1686:122::-;1759:24;1777:5;1759:24;:::i;:::-;1752:5;1749:35;1739:63;;1798:1;1795;1788:12;1739:63;1686:122;:::o;1814:139::-;1860:5;1898:6;1885:20;1876:29;;1914:33;1941:5;1914:33;:::i;:::-;1814:139;;;;:::o;1959:329::-;2018:6;2067:2;2055:9;2046:7;2042:23;2038:32;2035:119;;;2073:79;;:::i;:::-;2035:119;2193:1;2218:53;2263:7;2254:6;2243:9;2239:22;2218:53;:::i;:::-;2208:63;;2164:117;1959:329;;;;:::o;2294:77::-;2331:7;2360:5;2349:16;;2294:77;;;:::o;2377:118::-;2464:24;2482:5;2464:24;:::i;:::-;2459:3;2452:37;2377:118;;:::o;2501:222::-;2594:4;2632:2;2621:9;2617:18;2609:26;;2645:71;2713:1;2702:9;2698:17;2689:6;2645:71;:::i;:::-;2501:222;;;;:::o;2729:117::-;2838:1;2835;2828:12;2852:102;2893:6;2944:2;2940:7;2935:2;2928:5;2924:14;2920:28;2910:38;;2852:102;;;:::o;2960:180::-;3008:77;3005:1;2998:88;3105:4;3102:1;3095:15;3129:4;3126:1;3119:15;3146:281;3229:27;3251:4;3229:27;:::i;:::-;3221:6;3217:40;3359:6;3347:10;3344:22;3323:18;3311:10;3308:34;3305:62;3302:88;;;3370:18;;:::i;:::-;3302:88;3410:10;3406:2;3399:22;3189:238;3146:281;;:::o;3433:129::-;3467:6;3494:20;;:::i;:::-;3484:30;;3523:33;3551:4;3543:6;3523:33;:::i;:::-;3433:129;;;:::o;3568:311::-;3645:4;3735:18;3727:6;3724:30;3721:56;;;3757:18;;:::i;:::-;3721:56;3807:4;3799:6;3795:17;3787:25;;3867:4;3861;3857:15;3849:23;;3568:311;;;:::o;3885:117::-;3994:1;3991;3984:12;4025:710;4121:5;4146:81;4162:64;4219:6;4162:64;:::i;:::-;4146:81;:::i;:::-;4137:90;;4247:5;4276:6;4269:5;4262:21;4310:4;4303:5;4299:16;4292:23;;4363:4;4355:6;4351:17;4343:6;4339:30;4392:3;4384:6;4381:15;4378:122;;;4411:79;;:::i;:::-;4378:122;4526:6;4509:220;4543:6;4538:3;4535:15;4509:220;;;4618:3;4647:37;4680:3;4668:10;4647:37;:::i;:::-;4642:3;4635:50;4714:4;4709:3;4705:14;4698:21;;4585:144;4569:4;4564:3;4560:14;4553:21;;4509:220;;;4513:21;4127:608;;4025:710;;;;;:::o;4758:370::-;4829:5;4878:3;4871:4;4863:6;4859:17;4855:27;4845:122;;4886:79;;:::i;:::-;4845:122;5003:6;4990:20;5028:94;5118:3;5110:6;5103:4;5095:6;5091:17;5028:94;:::i;:::-;5019:103;;4835:293;4758:370;;;;:::o;5134:539::-;5218:6;5267:2;5255:9;5246:7;5242:23;5238:32;5235:119;;;5273:79;;:::i;:::-;5235:119;5421:1;5410:9;5406:17;5393:31;5451:18;5443:6;5440:30;5437:117;;;5473:79;;:::i;:::-;5437:117;5578:78;5648:7;5639:6;5628:9;5624:22;5578:78;:::i;:::-;5568:88;;5364:302;5134:539;;;;:::o;5679:118::-;5766:24;5784:5;5766:24;:::i;:::-;5761:3;5754:37;5679:118;;:::o;5803:222::-;5896:4;5934:2;5923:9;5919:18;5911:26;;5947:71;6015:1;6004:9;6000:17;5991:6;5947:71;:::i;:::-;5803:222;;;;:::o;6031:118::-;6118:24;6136:5;6118:24;:::i;:::-;6113:3;6106:37;6031:118;;:::o;6155:222::-;6248:4;6286:2;6275:9;6271:18;6263:26;;6299:71;6367:1;6356:9;6352:17;6343:6;6299:71;:::i;:::-;6155:222;;;;:::o;6383:122::-;6456:24;6474:5;6456:24;:::i;:::-;6449:5;6446:35;6436:63;;6495:1;6492;6485:12;6436:63;6383:122;:::o;6511:139::-;6557:5;6595:6;6582:20;6573:29;;6611:33;6638:5;6611:33;:::i;:::-;6511:139;;;;:::o;6656:474::-;6724:6;6732;6781:2;6769:9;6760:7;6756:23;6752:32;6749:119;;;6787:79;;:::i;:::-;6749:119;6907:1;6932:53;6977:7;6968:6;6957:9;6953:22;6932:53;:::i;:::-;6922:63;;6878:117;7034:2;7060:53;7105:7;7096:6;7085:9;7081:22;7060:53;:::i;:::-;7050:63;;7005:118;6656:474;;;;;:::o;7136:117::-;7245:1;7242;7235:12;7276:568;7349:8;7359:6;7409:3;7402:4;7394:6;7390:17;7386:27;7376:122;;7417:79;;:::i;:::-;7376:122;7530:6;7517:20;7507:30;;7560:18;7552:6;7549:30;7546:117;;;7582:79;;:::i;:::-;7546:117;7696:4;7688:6;7684:17;7672:29;;7750:3;7742:4;7734:6;7730:17;7720:8;7716:32;7713:41;7710:128;;;7757:79;;:::i;:::-;7710:128;7276:568;;;;;:::o;7850:704::-;7945:6;7953;7961;8010:2;7998:9;7989:7;7985:23;7981:32;7978:119;;;8016:79;;:::i;:::-;7978:119;8136:1;8161:53;8206:7;8197:6;8186:9;8182:22;8161:53;:::i;:::-;8151:63;;8107:117;8291:2;8280:9;8276:18;8263:32;8322:18;8314:6;8311:30;8308:117;;;8344:79;;:::i;:::-;8308:117;8457:80;8529:7;8520:6;8509:9;8505:22;8457:80;:::i;:::-;8439:98;;;;8234:313;7850:704;;;;;:::o;8560:332::-;8681:4;8719:2;8708:9;8704:18;8696:26;;8732:71;8800:1;8789:9;8785:17;8776:6;8732:71;:::i;:::-;8813:72;8881:2;8870:9;8866:18;8857:6;8813:72;:::i;:::-;8560:332;;;;;:::o;8898:116::-;8968:21;8983:5;8968:21;:::i;:::-;8961:5;8958:32;8948:60;;9004:1;9001;8994:12;8948:60;8898:116;:::o;9020:137::-;9074:5;9105:6;9099:13;9090:22;;9121:30;9145:5;9121:30;:::i;:::-;9020:137;;;;:::o;9163:345::-;9230:6;9279:2;9267:9;9258:7;9254:23;9250:32;9247:119;;;9285:79;;:::i;:::-;9247:119;9405:1;9430:61;9483:7;9474:6;9463:9;9459:22;9430:61;:::i;:::-;9420:71;;9376:125;9163:345;;;;:::o;9514:180::-;9562:77;9559:1;9552:88;9659:4;9656:1;9649:15;9683:4;9680:1;9673:15;9700:180;9748:77;9745:1;9738:88;9845:4;9842:1;9835:15;9869:4;9866:1;9859:15;9886:233;9925:3;9948:24;9966:5;9948:24;:::i;:::-;9939:33;;9994:66;9987:5;9984:77;9981:103;;10064:18;;:::i;:::-;9981:103;10111:1;10104:5;10100:13;10093:20;;9886:233;;;:::o;10125:169::-;10209:11;10243:6;10238:3;10231:19;10283:4;10278:3;10274:14;10259:29;;10125:169;;;;:::o;10300:172::-;10440:24;10436:1;10428:6;10424:14;10417:48;10300:172;:::o;10478:366::-;10620:3;10641:67;10705:2;10700:3;10641:67;:::i;:::-;10634:74;;10717:93;10806:3;10717:93;:::i;:::-;10835:2;10830:3;10826:12;10819:19;;10478:366;;;:::o;10850:419::-;11016:4;11054:2;11043:9;11039:18;11031:26;;11103:9;11097:4;11093:20;11089:1;11078:9;11074:17;11067:47;11131:131;11257:4;11131:131;:::i;:::-;11123:139;;10850:419;;;:::o;11275:442::-;11424:4;11462:2;11451:9;11447:18;11439:26;;11475:71;11543:1;11532:9;11528:17;11519:6;11475:71;:::i;:::-;11556:72;11624:2;11613:9;11609:18;11600:6;11556:72;:::i;:::-;11638;11706:2;11695:9;11691:18;11682:6;11638:72;:::i;:::-;11275:442;;;;;;:::o;11723:220::-;11863:34;11859:1;11851:6;11847:14;11840:58;11932:3;11927:2;11919:6;11915:15;11908:28;11723:220;:::o;11949:366::-;12091:3;12112:67;12176:2;12171:3;12112:67;:::i;:::-;12105:74;;12188:93;12277:3;12188:93;:::i;:::-;12306:2;12301:3;12297:12;12290:19;;11949:366;;;:::o;12321:419::-;12487:4;12525:2;12514:9;12510:18;12502:26;;12574:9;12568:4;12564:20;12560:1;12549:9;12545:17;12538:47;12602:131;12728:4;12602:131;:::i;:::-;12594:139;;12321:419;;;:::o;12746:94::-;12779:8;12827:5;12823:2;12819:14;12798:35;;12746:94;;;:::o;12846:::-;12885:7;12914:20;12928:5;12914:20;:::i;:::-;12903:31;;12846:94;;;:::o;12946:100::-;12985:7;13014:26;13034:5;13014:26;:::i;:::-;13003:37;;12946:100;;;:::o;13052:157::-;13157:45;13177:24;13195:5;13177:24;:::i;:::-;13157:45;:::i;:::-;13152:3;13145:58;13052:157;;:::o;13215:79::-;13254:7;13283:5;13272:16;;13215:79;;;:::o;13300:157::-;13405:45;13425:24;13443:5;13425:24;:::i;:::-;13405:45;:::i;:::-;13400:3;13393:58;13300:157;;:::o;13463:397::-;13603:3;13618:75;13689:3;13680:6;13618:75;:::i;:::-;13718:2;13713:3;13709:12;13702:19;;13731:75;13802:3;13793:6;13731:75;:::i;:::-;13831:2;13826:3;13822:12;13815:19;;13851:3;13844:10;;13463:397;;;;;:::o;13866:171::-;14006:23;14002:1;13994:6;13990:14;13983:47;13866:171;:::o;14043:366::-;14185:3;14206:67;14270:2;14265:3;14206:67;:::i;:::-;14199:74;;14282:93;14371:3;14282:93;:::i;:::-;14400:2;14395:3;14391:12;14384:19;;14043:366;;;:::o;14415:419::-;14581:4;14619:2;14608:9;14604:18;14596:26;;14668:9;14662:4;14658:20;14654:1;14643:9;14639:17;14632:47;14696:131;14822:4;14696:131;:::i;:::-;14688:139;;14415:419;;;:::o;14840:191::-;14880:3;14899:20;14917:1;14899:20;:::i;:::-;14894:25;;14933:20;14951:1;14933:20;:::i;:::-;14928:25;;14976:1;14973;14969:9;14962:16;;14997:3;14994:1;14991:10;14988:36;;;15004:18;;:::i;:::-;14988:36;14840:191;;;;:::o;15037:225::-;15177:34;15173:1;15165:6;15161:14;15154:58;15246:8;15241:2;15233:6;15229:15;15222:33;15037:225;:::o;15268:366::-;15410:3;15431:67;15495:2;15490:3;15431:67;:::i;:::-;15424:74;;15507:93;15596:3;15507:93;:::i;:::-;15625:2;15620:3;15616:12;15609:19;;15268:366;;;:::o;15640:419::-;15806:4;15844:2;15833:9;15829:18;15821:26;;15893:9;15887:4;15883:20;15879:1;15868:9;15864:17;15857:47;15921:131;16047:4;15921:131;:::i;:::-;15913:139;;15640:419;;;:::o;16065:182::-;16205:34;16201:1;16193:6;16189:14;16182:58;16065:182;:::o;16253:366::-;16395:3;16416:67;16480:2;16475:3;16416:67;:::i;:::-;16409:74;;16492:93;16581:3;16492:93;:::i;:::-;16610:2;16605:3;16601:12;16594:19;;16253:366;;;:::o;16625:419::-;16791:4;16829:2;16818:9;16814:18;16806:26;;16878:9;16872:4;16868:20;16864:1;16853:9;16849:17;16842:47;16906:131;17032:4;16906:131;:::i;:::-;16898:139;;16625:419;;;:::o;17050:194::-;17090:4;17110:20;17128:1;17110:20;:::i;:::-;17105:25;;17144:20;17162:1;17144:20;:::i;:::-;17139:25;;17188:1;17185;17181:9;17173:17;;17212:1;17206:4;17203:11;17200:37;;;17217:18;;:::i;:::-;17200:37;17050:194;;;;:::o;17250:180::-;17298:77;17295:1;17288:88;17395:4;17392:1;17385:15;17419:4;17416:1;17409:15

Swarm Source

ipfs://e2b274773eb7588cdc3c991745e77201ada8dfc2ba9e294f75a298d57defb7bb

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
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.