ETH Price: $3,098.17 (+0.48%)
Gas: 8 Gwei

Token

Chunky Punks NFT (CHPUNKS)
 

Overview

Max Total Supply

1,281 CHPUNKS

Holders

129

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A

Other Info

Balance
10 CHPUNKS
0xe79c205abd334f74b16a4142816392f2d33c2adf
Loading...
Loading
Loading...
Loading
Loading...
Loading

Click here to update the token information / general information
# Exchange Pair Price  24H Volume % Volume

Contract Source Code Verified (Exact Match)

Contract Name:
ChunkyPunksNFT

Compiler Version
v0.8.4+commit.c7e474f2

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion
File 1 of 13 : Chunks.sol
// SPDX-License-Identifier: BSD-3-Clause

/************************************************************************************************************

     □□□□□□□□□□     □□□□□      □□□□□  □□□□□      □□□□□  □□□□□      □□□□□  □□□□□     □□□□□  □□□□□       □□□□□
    □□□□□□□□□□□□    □□□□□      □□□□□  □□□□□      □□□□□  □□□□□□     □□□□□  □□□□□    □□□□□    □□□□□     □□□□□
  □□□□□      □□□□□  □□□□□      □□□□□  □□□□□      □□□□□  □□□□□□□    □□□□□  □□□□□   □□□□□      □□□□□   □□□□□   
  □□□□□      □□□□□  □□□□□      □□□□□  □□□□□      □□□□□  □□□□□□□□   □□□□□  □□□□□  □□□□□        □□□□□ □□□□□  
  □□□□□             □□□□□      □□□□□  □□□□□      □□□□□  □□□□□□□□□  □□□□□  □□□□□ □□□□□          □□□□□□□□□ 
  □□□□□             □□□□□□□□□□□□□□□□  □□□□□      □□□□□  □□□□□ □□□□ □□□□□  □□□□□□□□□□            □□□□□□□
  □□□□□             □□□□□□□□□□□□□□□□  □□□□□      □□□□□  □□□□□  □□□□□□□□□  □□□□□□□□□□             □□□□□
  □□□□□             □□□□□      □□□□□  □□□□□      □□□□□  □□□□□   □□□□□□□□  □□□□□ □□□□□            □□□□□   
  □□□□□      □□□□□  □□□□□      □□□□□  □□□□□      □□□□□  □□□□□    □□□□□□□  □□□□□  □□□□□           □□□□□   
  □□□□□      □□□□□  □□□□□      □□□□□  □□□□□      □□□□□  □□□□□     □□□□□□  □□□□□   □□□□□          □□□□□
    □□□□□□□□□□□□    □□□□□      □□□□□    □□□□□□□□□□□□    □□□□□      □□□□□  □□□□□    □□□□□         □□□□□  
     □□□□□□□□□□     □□□□□      □□□□□     □□□□□□□□□□     □□□□□      □□□□□  □□□□□     □□□□□        □□□□□

         □□□□□□□□□□□□□     □□□□□      □□□□□  □□□□□      □□□□□  □□□□□     □□□□□      □□□□□□□□□□     
         □□□□□□□□□□□□□□    □□□□□      □□□□□  □□□□□□     □□□□□  □□□□□    □□□□□      □□□□□□□□□□□□      
         □□□□□      □□□□□  □□□□□      □□□□□  □□□□□□□    □□□□□  □□□□□   □□□□□     □□□□□      □□□□□
         □□□□□      □□□□□  □□□□□      □□□□□  □□□□□□□□   □□□□□  □□□□□  □□□□□      □□□□□      □□□□□    
         □□□□□      □□□□□  □□□□□      □□□□□  □□□□□□□□□  □□□□□  □□□□□ □□□□□         □□□□□           
         □□□□□□□□□□□□□□    □□□□□      □□□□□  □□□□□ □□□□ □□□□□  □□□□□□□□□□            □□□□□             
         □□□□□□□□□□□□□     □□□□□      □□□□□  □□□□□  □□□□□□□□□  □□□□□□□□□□               □□□□□      
         □□□□□             □□□□□      □□□□□  □□□□□   □□□□□□□□  □□□□□ □□□□□               □□□□□  
         □□□□□             □□□□□      □□□□□  □□□□□    □□□□□□□  □□□□□  □□□□□      □□□□□      □□□□□
         □□□□□             □□□□□      □□□□□  □□□□□     □□□□□□  □□□□□   □□□□□     □□□□□      □□□□□
         □□□□□               □□□□□□□□□□□□    □□□□□      □□□□□  □□□□□    □□□□□      □□□□□□□□□□□□
         □□□□□                □□□□□□□□□□     □□□□□      □□□□□  □□□□□     □□□□□      □□□□□□□□□□

                          Live life, stay fat.

************************************************************************************************************/



pragma solidity ^0.8.0;

import "./ERC721EnumerableB.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Strings.sol";

contract ChunkyPunksNFT is ERC721EnumerableB, Ownable {
    using Strings for uint256;

    string public PROVENANCE = "";
    uint256 public maxSupply = 6900;
    
    uint256 public price = 0.0169 ether; //WEI: 16900000000000000

    //sale active
    bool public paused = true;

    //add after deploy
    string private _baseTokenURI = "";
    string private _tokenURISuffix = "";

    constructor() ERC721B("Chunky Punks NFT", "CHPUNKS") {}

    //external
    fallback() external payable {}
    receive() external payable {}

    function mint(uint256 quantity) external payable {
        uint256 balance = totalSupply();
        require(!paused, "Sale is locked");
        require(balance + quantity <= maxSupply, "Exceeds supply");
        require(msg.value >= price * quantity, "Ether sent is not correct");

        for (uint256 i; i < quantity; ++i) {
            _safeMint(msg.sender, balance + i);
        }
    }

    function gift(uint256 quantity, address recipient) external onlyOwner {
        uint256 balance = totalSupply();
        require(balance + quantity <= maxSupply, "Exceeds supply");

        for (uint256 i; i < quantity; ++i) {
            _safeMint(recipient, balance + i);
        }
    }

    function setLocked(bool paused_) external onlyOwner {
        paused = paused_;
    }

    function setPrice(uint256 newPrice) external onlyOwner {
        price = newPrice;
    }

    function setProvenance(string memory provenanceHash) external onlyOwner {
        PROVENANCE = provenanceHash;
    }

    function withdraw() external onlyOwner {
        require(address(this).balance >= 0, "No funds available");
        Address.sendValue(payable(owner()), address(this).balance);
    }

    function setBaseURI(string memory baseURI, string memory suffix)
        external
        onlyOwner
    {
        _baseTokenURI = baseURI;
        _tokenURISuffix = suffix;
    }

    function tokenURI(uint256 tokenId)
        public
        view
        virtual
        override
        returns (string memory)
    {
        require(
            _exists(tokenId),
            "ERC721Metadata: TOKEN DOES NOT EXIST"
        );
        return
            string(
                abi.encodePacked(
                    _baseTokenURI,
                    tokenId.toString(),
                    _tokenURISuffix
                )
            );
    }
}

File 2 of 13 : ERC721EnumerableB.sol
// SPDX-License-Identifier: BSD-3-Clause

pragma solidity ^0.8.0;

import "./ERC721B.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/IERC721Enumerable.sol";

/**
 * @dev This implements an optional extension of {ERC721} defined in the EIP that adds
 * enumerability of all the token ids in the contract as well as all token ids owned by each
 * account.
 */
abstract contract ERC721EnumerableB is ERC721B, IERC721Enumerable {
    /**
     * @dev See {IERC165-supportsInterface}.
     */
    function supportsInterface(bytes4 interfaceId)
        public
        view
        virtual
        override(IERC165, ERC721B)
        returns (bool)
    {
        return
            interfaceId == type(IERC721Enumerable).interfaceId ||
            super.supportsInterface(interfaceId);
    }

    /**
     * @dev See {IERC721Enumerable-tokenOfOwnerByIndex}.
     */
    function tokenOfOwnerByIndex(address owner, uint256 index)
        public
        view
        virtual
        override
        returns (uint256 tokenId)
    {
        require(
            index < ERC721B.balanceOf(owner),
            "ERC721Enumerable: owner index out of bounds"
        );

        uint256 count;
        for (uint256 i; i < _owners.length; ++i) {
            if (owner == _owners[i]) {
                if (count == index) return i;
                else ++count;
            }
        }

        require(false, "ERC721Enumerable: owner index out of bounds");
    }

    /**
     * @dev See {IERC721Enumerable-totalSupply}.
     */
    function totalSupply() public view virtual override returns (uint256) {
        return _owners.length;
    }

    /**
     * @dev See {IERC721Enumerable-tokenByIndex}.
     */
    function tokenByIndex(uint256 index)
        public
        view
        virtual
        override
        returns (uint256)
    {
        require(
            index < ERC721EnumerableB.totalSupply(),
            "ERC721Enumerable: global index out of bounds"
        );
        return index;
    }
}

File 3 of 13 : Ownable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (access/Ownable.sol)

pragma solidity ^0.8.0;

import "../utils/Context.sol";

/**
 * @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 Returns the address of the current owner.
     */
    function owner() public view virtual returns (address) {
        return _owner;
    }

    /**
     * @dev Throws if called by any account other than the owner.
     */
    modifier onlyOwner() {
        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 4 of 13 : Strings.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Strings.sol)

pragma solidity ^0.8.0;

/**
 * @dev String operations.
 */
library Strings {
    bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef";

    /**
     * @dev Converts a `uint256` to its ASCII `string` decimal representation.
     */
    function toString(uint256 value) internal pure returns (string memory) {
        // Inspired by OraclizeAPI's implementation - MIT licence
        // https://github.com/oraclize/ethereum-api/blob/b42146b063c7d6ee1358846c198246239e9360e8/oraclizeAPI_0.4.25.sol

        if (value == 0) {
            return "0";
        }
        uint256 temp = value;
        uint256 digits;
        while (temp != 0) {
            digits++;
            temp /= 10;
        }
        bytes memory buffer = new bytes(digits);
        while (value != 0) {
            digits -= 1;
            buffer[digits] = bytes1(uint8(48 + uint256(value % 10)));
            value /= 10;
        }
        return string(buffer);
    }

    /**
     * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation.
     */
    function toHexString(uint256 value) internal pure returns (string memory) {
        if (value == 0) {
            return "0x00";
        }
        uint256 temp = value;
        uint256 length = 0;
        while (temp != 0) {
            length++;
            temp >>= 8;
        }
        return toHexString(value, length);
    }

    /**
     * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length.
     */
    function toHexString(uint256 value, uint256 length) internal pure returns (string memory) {
        bytes memory buffer = new bytes(2 * length + 2);
        buffer[0] = "0";
        buffer[1] = "x";
        for (uint256 i = 2 * length + 1; i > 1; --i) {
            buffer[i] = _HEX_SYMBOLS[value & 0xf];
            value >>= 4;
        }
        require(value == 0, "Strings: hex length insufficient");
        return string(buffer);
    }
}

File 5 of 13 : ERC721B.sol
// SPDX-License-Identifier: BSD-3-Clause

pragma solidity ^0.8.0;

/********************
* @author: Squeebo *
********************/

import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol";
import "@openzeppelin/contracts/utils/Address.sol";
import "@openzeppelin/contracts/utils/Context.sol";
import "@openzeppelin/contracts/utils/introspection/ERC165.sol";

abstract contract ERC721B is Context, ERC165, IERC721, IERC721Metadata {
    using Address for address;

    // Token name
    string private _name;

    // Token symbol
    string private _symbol;

    // Mapping from token ID to owner address
    address[] internal _owners;

    // Mapping from token ID to approved address
    mapping(uint256 => address) private _tokenApprovals;

    // Mapping from owner to operator approvals
    mapping(address => mapping(address => bool)) private _operatorApprovals;

    /**
     * @dev Initializes the contract by setting a `name` and a `symbol` to the token collection.
     */
    constructor(string memory name_, string memory symbol_) {
        _name = name_;
        _symbol = symbol_;
    }

    /**
     * @dev See {IERC165-supportsInterface}.
     */
    function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) {
        return
            interfaceId == type(IERC721).interfaceId ||
            interfaceId == type(IERC721Metadata).interfaceId ||
            super.supportsInterface(interfaceId);
    }

    /**
     * @dev See {IERC721-balanceOf}.
     */
    function balanceOf(address owner) public view virtual override returns (uint256) {
        require(owner != address(0), "ERC721: balance query for the zero address");

        uint count;
        for( uint i = 0; i < _owners.length; ++i ){
          if( owner == _owners[i] )
            ++count;
        }

        return count;
    }

    /**
     * @dev See {IERC721-ownerOf}.
     */
    function ownerOf(uint256 tokenId) public view virtual override returns (address) {
        address owner = _owners[tokenId];
        require(owner != address(0), "ERC721: owner query for nonexistent token");
        return owner;
    }

    /**
     * @dev See {IERC721Metadata-name}.
     */
    function name() public view virtual override returns (string memory) {
        return _name;
    }

    /**
     * @dev See {IERC721Metadata-symbol}.
     */
    function symbol() public view virtual override returns (string memory) {
        return _symbol;
    }

    /**
     * @dev See {IERC721-approve}.
     */
    function approve(address to, uint256 tokenId) public virtual override {
        address owner = ERC721B.ownerOf(tokenId);
        require(to != owner, "ERC721: approval to current owner");

        require(
            _msgSender() == owner || isApprovedForAll(owner, _msgSender()),
            "ERC721: approve caller is not owner nor approved for all"
        );

        _approve(to, tokenId);
    }

    /**
     * @dev See {IERC721-getApproved}.
     */
    function getApproved(uint256 tokenId) public view virtual override returns (address) {
        require(_exists(tokenId), "ERC721: approved query for nonexistent token");

        return _tokenApprovals[tokenId];
    }

    /**
     * @dev See {IERC721-setApprovalForAll}.
     */
    function setApprovalForAll(address operator, bool approved) public virtual override {
        require(operator != _msgSender(), "ERC721: approve to caller");

        _operatorApprovals[_msgSender()][operator] = approved;
        emit ApprovalForAll(_msgSender(), operator, approved);
    }

    /**
     * @dev See {IERC721-isApprovedForAll}.
     */
    function isApprovedForAll(address owner, address operator) public view virtual override returns (bool) {
        return _operatorApprovals[owner][operator];
    }


    /**
     * @dev See {IERC721-transferFrom}.
     */
    function transferFrom(
        address from,
        address to,
        uint256 tokenId
    ) public virtual override {
        //solhint-disable-next-line max-line-length
        require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721: transfer caller is not owner nor approved");

        _transfer(from, to, tokenId);
    }

    /**
     * @dev See {IERC721-safeTransferFrom}.
     */
    function safeTransferFrom(
        address from,
        address to,
        uint256 tokenId
    ) public virtual override {
        safeTransferFrom(from, to, tokenId, "");
    }

    /**
     * @dev See {IERC721-safeTransferFrom}.
     */
    function safeTransferFrom(
        address from,
        address to,
        uint256 tokenId,
        bytes memory _data
    ) public virtual override {
        require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721: transfer caller is not owner nor approved");
        _safeTransfer(from, to, tokenId, _data);
    }

    /**
     * @dev Safely transfers `tokenId` token from `from` to `to`, checking first that contract recipients
     * are aware of the ERC721 protocol to prevent tokens from being forever locked.
     *
     * `_data` is additional data, it has no specified format and it is sent in call to `to`.
     *
     * This internal function is equivalent to {safeTransferFrom}, and can be used to e.g.
     * implement alternative mechanisms to perform token transfer, such as signature-based.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must exist and be owned by `from`.
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function _safeTransfer(
        address from,
        address to,
        uint256 tokenId,
        bytes memory _data
    ) internal virtual {
        _transfer(from, to, tokenId);
        require(_checkOnERC721Received(from, to, tokenId, _data), "ERC721: transfer to non ERC721Receiver implementer");
    }

    /**
     * @dev Returns whether `tokenId` exists.
     *
     * Tokens can be managed by their owner or approved accounts via {approve} or {setApprovalForAll}.
     *
     * Tokens start existing when they are minted (`_mint`),
     * and stop existing when they are burned (`_burn`).
     */
    function _exists(uint256 tokenId) internal view virtual returns (bool) {
        return tokenId < _owners.length && _owners[tokenId] != address(0);
    }

    /**
     * @dev Returns whether `spender` is allowed to manage `tokenId`.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function _isApprovedOrOwner(address spender, uint256 tokenId) internal view virtual returns (bool) {
        require(_exists(tokenId), "ERC721: operator query for nonexistent token");
        address owner = ERC721B.ownerOf(tokenId);
        return (spender == owner || getApproved(tokenId) == spender || isApprovedForAll(owner, spender));
    }

    /**
     * @dev Safely mints `tokenId` and transfers it to `to`.
     *
     * Requirements:
     *
     * - `tokenId` must not exist.
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function _safeMint(address to, uint256 tokenId) internal virtual {
        _safeMint(to, tokenId, "");
    }


    /**
     * @dev Same as {xref-ERC721-_safeMint-address-uint256-}[`_safeMint`], with an additional `data` parameter which is
     * forwarded in {IERC721Receiver-onERC721Received} to contract recipients.
     */
    function _safeMint(
        address to,
        uint256 tokenId,
        bytes memory _data
    ) internal virtual {
        _mint(to, tokenId);
        require(
            _checkOnERC721Received(address(0), to, tokenId, _data),
            "ERC721: transfer to non ERC721Receiver implementer"
        );
    }

    /**
     * @dev Mints `tokenId` and transfers it to `to`.
     *
     * WARNING: Usage of this method is discouraged, use {_safeMint} whenever possible
     *
     * Requirements:
     *
     * - `tokenId` must not exist.
     * - `to` cannot be the zero address.
     *
     * Emits a {Transfer} event.
     */
    function _mint(address to, uint256 tokenId) internal virtual {
        require(to != address(0), "ERC721: mint to the zero address");
        require(!_exists(tokenId), "ERC721: token already minted");

        _beforeTokenTransfer(address(0), to, tokenId);
        _owners.push(to);

        emit Transfer(address(0), to, tokenId);
    }

    /**
     * @dev Destroys `tokenId`.
     * The approval is cleared when the token is burned.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     *
     * Emits a {Transfer} event.
     */
    function _burn(uint256 tokenId) internal virtual {
        address owner = ERC721B.ownerOf(tokenId);

        _beforeTokenTransfer(owner, address(0), tokenId);

        // Clear approvals
        _approve(address(0), tokenId);
        _owners[tokenId] = address(0);

        emit Transfer(owner, address(0), tokenId);
    }

    /**
     * @dev Transfers `tokenId` from `from` to `to`.
     *  As opposed to {transferFrom}, this imposes no restrictions on msg.sender.
     *
     * Requirements:
     *
     * - `to` cannot be the zero address.
     * - `tokenId` token must be owned by `from`.
     *
     * Emits a {Transfer} event.
     */
    function _transfer(
        address from,
        address to,
        uint256 tokenId
    ) internal virtual {
        require(ERC721B.ownerOf(tokenId) == from, "ERC721: transfer of token that is not own");
        require(to != address(0), "ERC721: transfer to the zero address");

        _beforeTokenTransfer(from, to, tokenId);

        // Clear approvals from the previous owner
        _approve(address(0), tokenId);
        _owners[tokenId] = to;

        emit Transfer(from, to, tokenId);
    }

    /**
     * @dev Approve `to` to operate on `tokenId`
     *
     * Emits a {Approval} event.
     */
    function _approve(address to, uint256 tokenId) internal virtual {
        _tokenApprovals[tokenId] = to;
        emit Approval(ERC721B.ownerOf(tokenId), to, tokenId);
    }


    /**
     * @dev Internal function to invoke {IERC721Receiver-onERC721Received} on a target address.
     * The call is not executed if the target address is not a contract.
     *
     * @param from address representing the previous owner of the given token ID
     * @param to target address that will receive the tokens
     * @param tokenId uint256 ID of the token to be transferred
     * @param _data bytes optional data to send along with the call
     * @return bool whether the call correctly returned the expected magic value
     */
    function _checkOnERC721Received(
        address from,
        address to,
        uint256 tokenId,
        bytes memory _data
    ) private returns (bool) {
        if (to.isContract()) {
            try IERC721Receiver(to).onERC721Received(_msgSender(), from, tokenId, _data) returns (bytes4 retval) {
                return retval == IERC721Receiver.onERC721Received.selector;
            } catch (bytes memory reason) {
                if (reason.length == 0) {
                    revert("ERC721: transfer to non ERC721Receiver implementer");
                } else {
                    assembly {
                        revert(add(32, reason), mload(reason))
                    }
                }
            }
        } else {
            return true;
        }
    }

    /**
     * @dev Hook that is called before any token transfer. This includes minting
     * and burning.
     *
     * Calling conditions:
     *
     * - When `from` and `to` are both non-zero, ``from``'s `tokenId` will be
     * transferred to `to`.
     * - When `from` is zero, `tokenId` will be minted for `to`.
     * - When `to` is zero, ``from``'s `tokenId` will be burned.
     * - `from` and `to` are never both zero.
     *
     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
     */
    function _beforeTokenTransfer(
        address from,
        address to,
        uint256 tokenId
    ) internal virtual {}
}

File 6 of 13 : IERC721Enumerable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC721/extensions/IERC721Enumerable.sol)

pragma solidity ^0.8.0;

import "../IERC721.sol";

/**
 * @title ERC-721 Non-Fungible Token Standard, optional enumeration extension
 * @dev See https://eips.ethereum.org/EIPS/eip-721
 */
interface IERC721Enumerable is IERC721 {
    /**
     * @dev Returns the total amount of tokens stored by the contract.
     */
    function totalSupply() external view returns (uint256);

    /**
     * @dev Returns a token ID owned by `owner` at a given `index` of its token list.
     * Use along with {balanceOf} to enumerate all of ``owner``'s tokens.
     */
    function tokenOfOwnerByIndex(address owner, uint256 index) external view returns (uint256 tokenId);

    /**
     * @dev Returns a token ID at a given `index` of all the tokens stored by the contract.
     * Use along with {totalSupply} to enumerate all tokens.
     */
    function tokenByIndex(uint256 index) external view returns (uint256);
}

File 7 of 13 : IERC721.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC721/IERC721.sol)

pragma solidity ^0.8.0;

import "../../utils/introspection/IERC165.sol";

/**
 * @dev Required interface of an ERC721 compliant contract.
 */
interface IERC721 is IERC165 {
    /**
     * @dev Emitted when `tokenId` token is transferred from `from` to `to`.
     */
    event Transfer(address indexed from, address indexed to, uint256 indexed tokenId);

    /**
     * @dev Emitted when `owner` enables `approved` to manage the `tokenId` token.
     */
    event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId);

    /**
     * @dev Emitted when `owner` enables or disables (`approved`) `operator` to manage all of its assets.
     */
    event ApprovalForAll(address indexed owner, address indexed operator, bool approved);

    /**
     * @dev Returns the number of tokens in ``owner``'s account.
     */
    function balanceOf(address owner) external view returns (uint256 balance);

    /**
     * @dev Returns the owner of the `tokenId` token.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function ownerOf(uint256 tokenId) external view returns (address owner);

    /**
     * @dev Safely transfers `tokenId` token from `from` to `to`, checking first that contract recipients
     * are aware of the ERC721 protocol to prevent tokens from being forever locked.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must exist and be owned by `from`.
     * - If the caller is not `from`, it must be have been allowed to move this token by either {approve} or {setApprovalForAll}.
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function safeTransferFrom(
        address from,
        address to,
        uint256 tokenId
    ) external;

    /**
     * @dev Transfers `tokenId` token from `from` to `to`.
     *
     * WARNING: Usage of this method is discouraged, use {safeTransferFrom} whenever possible.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must be owned by `from`.
     * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}.
     *
     * Emits a {Transfer} event.
     */
    function transferFrom(
        address from,
        address to,
        uint256 tokenId
    ) external;

    /**
     * @dev Gives permission to `to` to transfer `tokenId` token to another account.
     * The approval is cleared when the token is transferred.
     *
     * Only a single account can be approved at a time, so approving the zero address clears previous approvals.
     *
     * Requirements:
     *
     * - The caller must own the token or be an approved operator.
     * - `tokenId` must exist.
     *
     * Emits an {Approval} event.
     */
    function approve(address to, uint256 tokenId) external;

    /**
     * @dev Returns the account approved for `tokenId` token.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function getApproved(uint256 tokenId) external view returns (address operator);

    /**
     * @dev Approve or remove `operator` as an operator for the caller.
     * Operators can call {transferFrom} or {safeTransferFrom} for any token owned by the caller.
     *
     * Requirements:
     *
     * - The `operator` cannot be the caller.
     *
     * Emits an {ApprovalForAll} event.
     */
    function setApprovalForAll(address operator, bool _approved) external;

    /**
     * @dev Returns if the `operator` is allowed to manage all of the assets of `owner`.
     *
     * See {setApprovalForAll}
     */
    function isApprovedForAll(address owner, address operator) external view returns (bool);

    /**
     * @dev Safely transfers `tokenId` token from `from` to `to`.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must exist and be owned by `from`.
     * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}.
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function safeTransferFrom(
        address from,
        address to,
        uint256 tokenId,
        bytes calldata data
    ) external;
}

File 8 of 13 : IERC721Receiver.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC721/IERC721Receiver.sol)

pragma solidity ^0.8.0;

/**
 * @title ERC721 token receiver interface
 * @dev Interface for any contract that wants to support safeTransfers
 * from ERC721 asset contracts.
 */
interface IERC721Receiver {
    /**
     * @dev Whenever an {IERC721} `tokenId` token is transferred to this contract via {IERC721-safeTransferFrom}
     * by `operator` from `from`, this function is called.
     *
     * It must return its Solidity selector to confirm the token transfer.
     * If any other value is returned or the interface is not implemented by the recipient, the transfer will be reverted.
     *
     * The selector can be obtained in Solidity with `IERC721.onERC721Received.selector`.
     */
    function onERC721Received(
        address operator,
        address from,
        uint256 tokenId,
        bytes calldata data
    ) external returns (bytes4);
}

File 9 of 13 : IERC721Metadata.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC721/extensions/IERC721Metadata.sol)

pragma solidity ^0.8.0;

import "../IERC721.sol";

/**
 * @title ERC-721 Non-Fungible Token Standard, optional metadata extension
 * @dev See https://eips.ethereum.org/EIPS/eip-721
 */
interface IERC721Metadata is IERC721 {
    /**
     * @dev Returns the token collection name.
     */
    function name() external view returns (string memory);

    /**
     * @dev Returns the token collection symbol.
     */
    function symbol() external view returns (string memory);

    /**
     * @dev Returns the Uniform Resource Identifier (URI) for `tokenId` token.
     */
    function tokenURI(uint256 tokenId) external view returns (string memory);
}

File 10 of 13 : Address.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Address.sol)

pragma solidity ^0.8.0;

/**
 * @dev Collection of functions related to the address type
 */
library Address {
    /**
     * @dev Returns true if `account` is a contract.
     *
     * [IMPORTANT]
     * ====
     * It is unsafe to assume that an address for which this function returns
     * false is an externally-owned account (EOA) and not a contract.
     *
     * Among others, `isContract` will return false for the following
     * types of addresses:
     *
     *  - an externally-owned account
     *  - a contract in construction
     *  - an address where a contract will be created
     *  - an address where a contract lived, but was destroyed
     * ====
     */
    function isContract(address account) internal view returns (bool) {
        // This method relies on extcodesize, which returns 0 for contracts in
        // construction, since the code is only stored at the end of the
        // constructor execution.

        uint256 size;
        assembly {
            size := extcodesize(account)
        }
        return size > 0;
    }

    /**
     * @dev Replacement for Solidity's `transfer`: sends `amount` wei to
     * `recipient`, forwarding all available gas and reverting on errors.
     *
     * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
     * of certain opcodes, possibly making contracts go over the 2300 gas limit
     * imposed by `transfer`, making them unable to receive funds via
     * `transfer`. {sendValue} removes this limitation.
     *
     * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more].
     *
     * IMPORTANT: because control is transferred to `recipient`, care must be
     * taken to not create reentrancy vulnerabilities. Consider using
     * {ReentrancyGuard} or the
     * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
     */
    function sendValue(address payable recipient, uint256 amount) internal {
        require(address(this).balance >= amount, "Address: insufficient balance");

        (bool success, ) = recipient.call{value: amount}("");
        require(success, "Address: unable to send value, recipient may have reverted");
    }

    /**
     * @dev Performs a Solidity function call using a low level `call`. A
     * plain `call` is an unsafe replacement for a function call: use this
     * function instead.
     *
     * If `target` reverts with a revert reason, it is bubbled up by this
     * function (like regular Solidity function calls).
     *
     * Returns the raw returned data. To convert to the expected return value,
     * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
     *
     * Requirements:
     *
     * - `target` must be a contract.
     * - calling `target` with `data` must not revert.
     *
     * _Available since v3.1._
     */
    function functionCall(address target, bytes memory data) internal returns (bytes memory) {
        return functionCall(target, data, "Address: low-level call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with
     * `errorMessage` as a fallback revert reason when `target` reverts.
     *
     * _Available since v3.1._
     */
    function functionCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal returns (bytes memory) {
        return functionCallWithValue(target, data, 0, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but also transferring `value` wei to `target`.
     *
     * Requirements:
     *
     * - the calling contract must have an ETH balance of at least `value`.
     * - the called Solidity function must be `payable`.
     *
     * _Available since v3.1._
     */
    function functionCallWithValue(
        address target,
        bytes memory data,
        uint256 value
    ) internal returns (bytes memory) {
        return functionCallWithValue(target, data, value, "Address: low-level call with value failed");
    }

    /**
     * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but
     * with `errorMessage` as a fallback revert reason when `target` reverts.
     *
     * _Available since v3.1._
     */
    function functionCallWithValue(
        address target,
        bytes memory data,
        uint256 value,
        string memory errorMessage
    ) internal returns (bytes memory) {
        require(address(this).balance >= value, "Address: insufficient balance for call");
        require(isContract(target), "Address: call to non-contract");

        (bool success, bytes memory returndata) = target.call{value: value}(data);
        return verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but performing a static call.
     *
     * _Available since v3.3._
     */
    function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {
        return functionStaticCall(target, data, "Address: low-level static call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
     * but performing a static call.
     *
     * _Available since v3.3._
     */
    function functionStaticCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal view returns (bytes memory) {
        require(isContract(target), "Address: static call to non-contract");

        (bool success, bytes memory returndata) = target.staticcall(data);
        return verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but performing a delegate call.
     *
     * _Available since v3.4._
     */
    function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {
        return functionDelegateCall(target, data, "Address: low-level delegate call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
     * but performing a delegate call.
     *
     * _Available since v3.4._
     */
    function functionDelegateCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal returns (bytes memory) {
        require(isContract(target), "Address: delegate call to non-contract");

        (bool success, bytes memory returndata) = target.delegatecall(data);
        return verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Tool to verifies that a low level call was successful, and revert if it wasn't, either by bubbling the
     * revert reason using the provided one.
     *
     * _Available since v4.3._
     */
    function verifyCallResult(
        bool success,
        bytes memory returndata,
        string memory errorMessage
    ) internal pure returns (bytes memory) {
        if (success) {
            return returndata;
        } else {
            // Look for revert reason and bubble it up if present
            if (returndata.length > 0) {
                // The easiest way to bubble the revert reason is using memory via assembly

                assembly {
                    let returndata_size := mload(returndata)
                    revert(add(32, returndata), returndata_size)
                }
            } else {
                revert(errorMessage);
            }
        }
    }
}

File 11 of 13 : Context.sol
// 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 12 of 13 : ERC165.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/introspection/ERC165.sol)

pragma solidity ^0.8.0;

import "./IERC165.sol";

/**
 * @dev Implementation of the {IERC165} interface.
 *
 * Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check
 * for the additional interface id that will be supported. For example:
 *
 * ```solidity
 * function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
 *     return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId);
 * }
 * ```
 *
 * Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation.
 */
abstract contract ERC165 is IERC165 {
    /**
     * @dev See {IERC165-supportsInterface}.
     */
    function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
        return interfaceId == type(IERC165).interfaceId;
    }
}

File 13 of 13 : IERC165.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol)

pragma solidity ^0.8.0;

/**
 * @dev Interface of the ERC165 standard, as defined in the
 * https://eips.ethereum.org/EIPS/eip-165[EIP].
 *
 * Implementers can declare support of contract interfaces, which can then be
 * queried by others ({ERC165Checker}).
 *
 * For an implementation, see {ERC165}.
 */
interface IERC165 {
    /**
     * @dev Returns true if this contract implements the interface defined by
     * `interfaceId`. See the corresponding
     * https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section]
     * to learn more about how these ids are created.
     *
     * This function call must use less than 30 000 gas.
     */
    function supportsInterface(bytes4 interfaceId) external view returns (bool);
}

Settings
{
  "optimizer": {
    "enabled": false,
    "runs": 200
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  },
  "libraries": {}
}

Contract Security Audit

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","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"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Transfer","type":"event"},{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"PROVENANCE","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"quantity","type":"uint256"},{"internalType":"address","name":"recipient","type":"address"}],"name":"gift","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"quantity","type":"uint256"}],"name":"mint","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"price","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"baseURI","type":"string"},{"internalType":"string","name":"suffix","type":"string"}],"name":"setBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"paused_","type":"bool"}],"name":"setLocked","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"newPrice","type":"uint256"}],"name":"setPrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"provenanceHash","type":"string"}],"name":"setProvenance","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenOfOwnerByIndex","outputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]

608060405260405180602001604052806000815250600690805190602001906200002b9291906200024a565b50611af4600755663c0a75e0b440006008556001600960006101000a81548160ff02191690831515021790555060405180602001604052806000815250600a90805190602001906200007f9291906200024a565b5060405180602001604052806000815250600b9080519060200190620000a79291906200024a565b50348015620000b557600080fd5b506040518060400160405280601081526020017f4368756e6b792050756e6b73204e4654000000000000000000000000000000008152506040518060400160405280600781526020017f434850554e4b530000000000000000000000000000000000000000000000000081525081600090805190602001906200013a9291906200024a565b508060019080519060200190620001539291906200024a565b505050620001766200016a6200017c60201b60201c565b6200018460201b60201c565b6200035f565b600033905090565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b8280546200025890620002fa565b90600052602060002090601f0160209004810192826200027c5760008555620002c8565b82601f106200029757805160ff1916838001178555620002c8565b82800160010185558215620002c8579182015b82811115620002c7578251825591602001919060010190620002aa565b5b509050620002d79190620002db565b5090565b5b80821115620002f6576000816000905550600101620002dc565b5090565b600060028204905060018216806200031357607f821691505b602082108114156200032a576200032962000330565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b613f5e806200036f6000396000f3fe6080604052600436106101d15760003560e01c806370a08231116100f7578063a0712d6811610095578063d5abeb0111610064578063d5abeb011461066d578063e985e9c514610698578063f2fde38b146106d5578063ffe630b5146106fe576101d8565b8063a0712d68146105c2578063a22cb465146105de578063b88d4fde14610607578063c87b56dd14610630576101d8565b80638da5cb5b116100d15780638da5cb5b1461051857806391b7f5ed1461054357806395d89b411461056c578063a035b1fe14610597576101d8565b806370a082311461049b578063715018a6146104d857806383a076be146104ef576101d8565b80632f745c591161016f5780635c975abb1161013e5780635c975abb146103df5780636352211e1461040a5780636373a6b1146104475780636790a9de14610472576101d8565b80632f745c59146103255780633ccfd60b1461036257806342842e0e146103795780634f6ccce7146103a2576101d8565b8063095ea7b3116101ab578063095ea7b31461027f57806318160ddd146102a8578063211e28b6146102d357806323b872dd146102fc576101d8565b806301ffc9a7146101da57806306fdde0314610217578063081812fc14610242576101d8565b366101d857005b005b3480156101e657600080fd5b5061020160048036038101906101fc9190612a35565b610727565b60405161020e9190613100565b60405180910390f35b34801561022357600080fd5b5061022c6107a1565b604051610239919061311b565b60405180910390f35b34801561024e57600080fd5b5061026960048036038101906102649190612b34565b610833565b6040516102769190613099565b60405180910390f35b34801561028b57600080fd5b506102a660048036038101906102a191906129d0565b6108b8565b005b3480156102b457600080fd5b506102bd6109d0565b6040516102ca919061343d565b60405180910390f35b3480156102df57600080fd5b506102fa60048036038101906102f59190612a0c565b6109dd565b005b34801561030857600080fd5b50610323600480360381019061031e91906128ca565b610a76565b005b34801561033157600080fd5b5061034c600480360381019061034791906129d0565b610ad6565b604051610359919061343d565b60405180910390f35b34801561036e57600080fd5b50610377610c45565b005b34801561038557600080fd5b506103a0600480360381019061039b91906128ca565b610d18565b005b3480156103ae57600080fd5b506103c960048036038101906103c49190612b34565b610d38565b6040516103d6919061343d565b60405180910390f35b3480156103eb57600080fd5b506103f4610d8b565b6040516104019190613100565b60405180910390f35b34801561041657600080fd5b50610431600480360381019061042c9190612b34565b610d9e565b60405161043e9190613099565b60405180910390f35b34801561045357600080fd5b5061045c610e81565b604051610469919061311b565b60405180910390f35b34801561047e57600080fd5b5061049960048036038101906104949190612ac8565b610f0f565b005b3480156104a757600080fd5b506104c260048036038101906104bd9190612865565b610fbd565b6040516104cf919061343d565b60405180910390f35b3480156104e457600080fd5b506104ed611103565b005b3480156104fb57600080fd5b5061051660048036038101906105119190612b5d565b61118b565b005b34801561052457600080fd5b5061052d61129a565b60405161053a9190613099565b60405180910390f35b34801561054f57600080fd5b5061056a60048036038101906105659190612b34565b6112c4565b005b34801561057857600080fd5b5061058161134a565b60405161058e919061311b565b60405180910390f35b3480156105a357600080fd5b506105ac6113dc565b6040516105b9919061343d565b60405180910390f35b6105dc60048036038101906105d79190612b34565b6113e2565b005b3480156105ea57600080fd5b5061060560048036038101906106009190612994565b611514565b005b34801561061357600080fd5b5061062e60048036038101906106299190612919565b611695565b005b34801561063c57600080fd5b5061065760048036038101906106529190612b34565b6116f7565b604051610664919061311b565b60405180910390f35b34801561067957600080fd5b50610682611776565b60405161068f919061343d565b60405180910390f35b3480156106a457600080fd5b506106bf60048036038101906106ba919061288e565b61177c565b6040516106cc9190613100565b60405180910390f35b3480156106e157600080fd5b506106fc60048036038101906106f79190612865565b611810565b005b34801561070a57600080fd5b5061072560048036038101906107209190612a87565b611908565b005b60007f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061079a57506107998261199e565b5b9050919050565b6060600080546107b09061370d565b80601f01602080910402602001604051908101604052809291908181526020018280546107dc9061370d565b80156108295780601f106107fe57610100808354040283529160200191610829565b820191906000526020600020905b81548152906001019060200180831161080c57829003601f168201915b5050505050905090565b600061083e82611a80565b61087d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108749061333d565b60405180910390fd5b6003600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b60006108c382610d9e565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610934576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161092b9061339d565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610953611b2e565b73ffffffffffffffffffffffffffffffffffffffff16148061098257506109818161097c611b2e565b61177c565b5b6109c1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109b8906132bd565b60405180910390fd5b6109cb8383611b36565b505050565b6000600280549050905090565b6109e5611b2e565b73ffffffffffffffffffffffffffffffffffffffff16610a0361129a565b73ffffffffffffffffffffffffffffffffffffffff1614610a59576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a509061335d565b60405180910390fd5b80600960006101000a81548160ff02191690831515021790555050565b610a87610a81611b2e565b82611bef565b610ac6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610abd906133dd565b60405180910390fd5b610ad1838383611ccd565b505050565b6000610ae183610fbd565b8210610b22576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b199061317d565b60405180910390fd5b6000805b600280549050811015610bfb5760028181548110610b6d577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff161415610bea5783821415610bdd578092505050610c3f565b81610be790613770565b91505b80610bf490613770565b9050610b26565b506000610c3d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c349061317d565b60405180910390fd5b505b92915050565b610c4d611b2e565b73ffffffffffffffffffffffffffffffffffffffff16610c6b61129a565b73ffffffffffffffffffffffffffffffffffffffff1614610cc1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cb89061335d565b60405180910390fd5b6000471015610d05576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cfc9061315d565b60405180910390fd5b610d16610d1061129a565b47611eac565b565b610d3383838360405180602001604052806000815250611695565b505050565b6000610d426109d0565b8210610d83576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d7a906133fd565b60405180910390fd5b819050919050565b600960009054906101000a900460ff1681565b60008060028381548110610ddb577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610e78576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e6f906132fd565b60405180910390fd5b80915050919050565b60068054610e8e9061370d565b80601f0160208091040260200160405190810160405280929190818152602001828054610eba9061370d565b8015610f075780601f10610edc57610100808354040283529160200191610f07565b820191906000526020600020905b815481529060010190602001808311610eea57829003601f168201915b505050505081565b610f17611b2e565b73ffffffffffffffffffffffffffffffffffffffff16610f3561129a565b73ffffffffffffffffffffffffffffffffffffffff1614610f8b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f829061335d565b60405180910390fd5b81600a9080519060200190610fa1929190612689565b5080600b9080519060200190610fb8929190612689565b505050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561102e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611025906132dd565b60405180910390fd5b600080600090505b6002805490508110156110f9576002818154811061107d577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614156110e857816110e590613770565b91505b806110f290613770565b9050611036565b5080915050919050565b61110b611b2e565b73ffffffffffffffffffffffffffffffffffffffff1661112961129a565b73ffffffffffffffffffffffffffffffffffffffff161461117f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111769061335d565b60405180910390fd5b6111896000611fa0565b565b611193611b2e565b73ffffffffffffffffffffffffffffffffffffffff166111b161129a565b73ffffffffffffffffffffffffffffffffffffffff1614611207576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111fe9061335d565b60405180910390fd5b60006112116109d0565b905060075483826112229190613542565b1115611263576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161125a9061313d565b60405180910390fd5b60005b838110156112945761128383828461127e9190613542565b612066565b8061128d90613770565b9050611266565b50505050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6112cc611b2e565b73ffffffffffffffffffffffffffffffffffffffff166112ea61129a565b73ffffffffffffffffffffffffffffffffffffffff1614611340576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113379061335d565b60405180910390fd5b8060088190555050565b6060600180546113599061370d565b80601f01602080910402602001604051908101604052809291908181526020018280546113859061370d565b80156113d25780601f106113a7576101008083540402835291602001916113d2565b820191906000526020600020905b8154815290600101906020018083116113b557829003601f168201915b5050505050905090565b60085481565b60006113ec6109d0565b9050600960009054906101000a900460ff161561143e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114359061341d565b60405180910390fd5b600754828261144d9190613542565b111561148e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114859061313d565b60405180910390fd5b8160085461149c91906135c9565b3410156114de576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114d5906133bd565b60405180910390fd5b60005b8281101561150f576114fe3382846114f99190613542565b612066565b8061150890613770565b90506114e1565b505050565b61151c611b2e565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561158a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115819061323d565b60405180910390fd5b8060046000611597611b2e565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff16611644611b2e565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516116899190613100565b60405180910390a35050565b6116a66116a0611b2e565b83611bef565b6116e5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116dc906133dd565b60405180910390fd5b6116f184848484612084565b50505050565b606061170282611a80565b611741576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611738906131fd565b60405180910390fd5b600a61174c836120e0565b600b60405160200161176093929190613053565b6040516020818303038152906040529050919050565b60075481565b6000600460008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b611818611b2e565b73ffffffffffffffffffffffffffffffffffffffff1661183661129a565b73ffffffffffffffffffffffffffffffffffffffff161461188c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118839061335d565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156118fc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118f3906131bd565b60405180910390fd5b61190581611fa0565b50565b611910611b2e565b73ffffffffffffffffffffffffffffffffffffffff1661192e61129a565b73ffffffffffffffffffffffffffffffffffffffff1614611984576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161197b9061335d565b60405180910390fd5b806006908051906020019061199a929190612689565b5050565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480611a6957507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b80611a795750611a788261228d565b5b9050919050565b600060028054905082108015611b275750600073ffffffffffffffffffffffffffffffffffffffff1660028381548110611ae3577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614155b9050919050565b600033905090565b816003600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16611ba983610d9e565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000611bfa82611a80565b611c39576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c309061329d565b60405180910390fd5b6000611c4483610d9e565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480611cb357508373ffffffffffffffffffffffffffffffffffffffff16611c9b84610833565b73ffffffffffffffffffffffffffffffffffffffff16145b80611cc45750611cc3818561177c565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff16611ced82610d9e565b73ffffffffffffffffffffffffffffffffffffffff1614611d43576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d3a9061337d565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611db3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611daa9061321d565b60405180910390fd5b611dbe8383836122f7565b611dc9600082611b36565b8160028281548110611e04577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b9060005260206000200160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b80471015611eef576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ee69061327d565b60405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff1682604051611f1590613084565b60006040518083038185875af1925050503d8060008114611f52576040519150601f19603f3d011682016040523d82523d6000602084013e611f57565b606091505b5050905080611f9b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f929061325d565b60405180910390fd5b505050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6120808282604051806020016040528060008152506122fc565b5050565b61208f848484611ccd565b61209b84848484612357565b6120da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120d19061319d565b60405180910390fd5b50505050565b60606000821415612128576040518060400160405280600181526020017f30000000000000000000000000000000000000000000000000000000000000008152509050612288565b600082905060005b6000821461215a57808061214390613770565b915050600a826121539190613598565b9150612130565b60008167ffffffffffffffff81111561219c577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f1916602001820160405280156121ce5781602001600182028036833780820191505090505b5090505b60008514612281576001826121e79190613623565b9150600a856121f691906137b9565b60306122029190613542565b60f81b81838151811061223e577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a8561227a9190613598565b94506121d2565b8093505050505b919050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b505050565b61230683836124ee565b6123136000848484612357565b612352576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123499061319d565b60405180910390fd5b505050565b60006123788473ffffffffffffffffffffffffffffffffffffffff16612676565b156124e1578373ffffffffffffffffffffffffffffffffffffffff1663150b7a026123a1611b2e565b8786866040518563ffffffff1660e01b81526004016123c394939291906130b4565b602060405180830381600087803b1580156123dd57600080fd5b505af192505050801561240e57506040513d601f19601f8201168201806040525081019061240b9190612a5e565b60015b612491573d806000811461243e576040519150601f19603f3d011682016040523d82523d6000602084013e612443565b606091505b50600081511415612489576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124809061319d565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149150506124e6565b600190505b949350505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561255e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125559061331d565b60405180910390fd5b61256781611a80565b156125a7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161259e906131dd565b60405180910390fd5b6125b3600083836122f7565b6002829080600181540180825580915050600190039060005260206000200160009091909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b600080823b905060008111915050919050565b8280546126959061370d565b90600052602060002090601f0160209004810192826126b757600085556126fe565b82601f106126d057805160ff19168380011785556126fe565b828001600101855582156126fe579182015b828111156126fd5782518255916020019190600101906126e2565b5b50905061270b919061270f565b5090565b5b80821115612728576000816000905550600101612710565b5090565b600061273f61273a8461347d565b613458565b90508281526020810184848401111561275757600080fd5b6127628482856136cb565b509392505050565b600061277d612778846134ae565b613458565b90508281526020810184848401111561279557600080fd5b6127a08482856136cb565b509392505050565b6000813590506127b781613ecc565b92915050565b6000813590506127cc81613ee3565b92915050565b6000813590506127e181613efa565b92915050565b6000815190506127f681613efa565b92915050565b600082601f83011261280d57600080fd5b813561281d84826020860161272c565b91505092915050565b600082601f83011261283757600080fd5b813561284784826020860161276a565b91505092915050565b60008135905061285f81613f11565b92915050565b60006020828403121561287757600080fd5b6000612885848285016127a8565b91505092915050565b600080604083850312156128a157600080fd5b60006128af858286016127a8565b92505060206128c0858286016127a8565b9150509250929050565b6000806000606084860312156128df57600080fd5b60006128ed868287016127a8565b93505060206128fe868287016127a8565b925050604061290f86828701612850565b9150509250925092565b6000806000806080858703121561292f57600080fd5b600061293d878288016127a8565b945050602061294e878288016127a8565b935050604061295f87828801612850565b925050606085013567ffffffffffffffff81111561297c57600080fd5b612988878288016127fc565b91505092959194509250565b600080604083850312156129a757600080fd5b60006129b5858286016127a8565b92505060206129c6858286016127bd565b9150509250929050565b600080604083850312156129e357600080fd5b60006129f1858286016127a8565b9250506020612a0285828601612850565b9150509250929050565b600060208284031215612a1e57600080fd5b6000612a2c848285016127bd565b91505092915050565b600060208284031215612a4757600080fd5b6000612a55848285016127d2565b91505092915050565b600060208284031215612a7057600080fd5b6000612a7e848285016127e7565b91505092915050565b600060208284031215612a9957600080fd5b600082013567ffffffffffffffff811115612ab357600080fd5b612abf84828501612826565b91505092915050565b60008060408385031215612adb57600080fd5b600083013567ffffffffffffffff811115612af557600080fd5b612b0185828601612826565b925050602083013567ffffffffffffffff811115612b1e57600080fd5b612b2a85828601612826565b9150509250929050565b600060208284031215612b4657600080fd5b6000612b5484828501612850565b91505092915050565b60008060408385031215612b7057600080fd5b6000612b7e85828601612850565b9250506020612b8f858286016127a8565b9150509250929050565b612ba281613657565b82525050565b612bb181613669565b82525050565b6000612bc2826134f4565b612bcc818561350a565b9350612bdc8185602086016136da565b612be5816138a6565b840191505092915050565b6000612bfb826134ff565b612c058185613526565b9350612c158185602086016136da565b612c1e816138a6565b840191505092915050565b6000612c34826134ff565b612c3e8185613537565b9350612c4e8185602086016136da565b80840191505092915050565b60008154612c678161370d565b612c718186613537565b94506001821660008114612c8c5760018114612c9d57612cd0565b60ff19831686528186019350612cd0565b612ca6856134df565b60005b83811015612cc857815481890152600182019150602081019050612ca9565b838801955050505b50505092915050565b6000612ce6600e83613526565b9150612cf1826138b7565b602082019050919050565b6000612d09601283613526565b9150612d14826138e0565b602082019050919050565b6000612d2c602b83613526565b9150612d3782613909565b604082019050919050565b6000612d4f603283613526565b9150612d5a82613958565b604082019050919050565b6000612d72602683613526565b9150612d7d826139a7565b604082019050919050565b6000612d95601c83613526565b9150612da0826139f6565b602082019050919050565b6000612db8602483613526565b9150612dc382613a1f565b604082019050919050565b6000612ddb602483613526565b9150612de682613a6e565b604082019050919050565b6000612dfe601983613526565b9150612e0982613abd565b602082019050919050565b6000612e21603a83613526565b9150612e2c82613ae6565b604082019050919050565b6000612e44601d83613526565b9150612e4f82613b35565b602082019050919050565b6000612e67602c83613526565b9150612e7282613b5e565b604082019050919050565b6000612e8a603883613526565b9150612e9582613bad565b604082019050919050565b6000612ead602a83613526565b9150612eb882613bfc565b604082019050919050565b6000612ed0602983613526565b9150612edb82613c4b565b604082019050919050565b6000612ef3602083613526565b9150612efe82613c9a565b602082019050919050565b6000612f16602c83613526565b9150612f2182613cc3565b604082019050919050565b6000612f39602083613526565b9150612f4482613d12565b602082019050919050565b6000612f5c602983613526565b9150612f6782613d3b565b604082019050919050565b6000612f7f602183613526565b9150612f8a82613d8a565b604082019050919050565b6000612fa2601983613526565b9150612fad82613dd9565b602082019050919050565b6000612fc560008361351b565b9150612fd082613e02565b600082019050919050565b6000612fe8603183613526565b9150612ff382613e05565b604082019050919050565b600061300b602c83613526565b915061301682613e54565b604082019050919050565b600061302e600e83613526565b915061303982613ea3565b602082019050919050565b61304d816136c1565b82525050565b600061305f8286612c5a565b915061306b8285612c29565b91506130778284612c5a565b9150819050949350505050565b600061308f82612fb8565b9150819050919050565b60006020820190506130ae6000830184612b99565b92915050565b60006080820190506130c96000830187612b99565b6130d66020830186612b99565b6130e36040830185613044565b81810360608301526130f58184612bb7565b905095945050505050565b60006020820190506131156000830184612ba8565b92915050565b600060208201905081810360008301526131358184612bf0565b905092915050565b6000602082019050818103600083015261315681612cd9565b9050919050565b6000602082019050818103600083015261317681612cfc565b9050919050565b6000602082019050818103600083015261319681612d1f565b9050919050565b600060208201905081810360008301526131b681612d42565b9050919050565b600060208201905081810360008301526131d681612d65565b9050919050565b600060208201905081810360008301526131f681612d88565b9050919050565b6000602082019050818103600083015261321681612dab565b9050919050565b6000602082019050818103600083015261323681612dce565b9050919050565b6000602082019050818103600083015261325681612df1565b9050919050565b6000602082019050818103600083015261327681612e14565b9050919050565b6000602082019050818103600083015261329681612e37565b9050919050565b600060208201905081810360008301526132b681612e5a565b9050919050565b600060208201905081810360008301526132d681612e7d565b9050919050565b600060208201905081810360008301526132f681612ea0565b9050919050565b6000602082019050818103600083015261331681612ec3565b9050919050565b6000602082019050818103600083015261333681612ee6565b9050919050565b6000602082019050818103600083015261335681612f09565b9050919050565b6000602082019050818103600083015261337681612f2c565b9050919050565b6000602082019050818103600083015261339681612f4f565b9050919050565b600060208201905081810360008301526133b681612f72565b9050919050565b600060208201905081810360008301526133d681612f95565b9050919050565b600060208201905081810360008301526133f681612fdb565b9050919050565b6000602082019050818103600083015261341681612ffe565b9050919050565b6000602082019050818103600083015261343681613021565b9050919050565b60006020820190506134526000830184613044565b92915050565b6000613462613473565b905061346e828261373f565b919050565b6000604051905090565b600067ffffffffffffffff82111561349857613497613877565b5b6134a1826138a6565b9050602081019050919050565b600067ffffffffffffffff8211156134c9576134c8613877565b5b6134d2826138a6565b9050602081019050919050565b60008190508160005260206000209050919050565b600081519050919050565b600081519050919050565b600082825260208201905092915050565b600081905092915050565b600082825260208201905092915050565b600081905092915050565b600061354d826136c1565b9150613558836136c1565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0382111561358d5761358c6137ea565b5b828201905092915050565b60006135a3826136c1565b91506135ae836136c1565b9250826135be576135bd613819565b5b828204905092915050565b60006135d4826136c1565b91506135df836136c1565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615613618576136176137ea565b5b828202905092915050565b600061362e826136c1565b9150613639836136c1565b92508282101561364c5761364b6137ea565b5b828203905092915050565b6000613662826136a1565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b838110156136f85780820151818401526020810190506136dd565b83811115613707576000848401525b50505050565b6000600282049050600182168061372557607f821691505b6020821081141561373957613738613848565b5b50919050565b613748826138a6565b810181811067ffffffffffffffff8211171561376757613766613877565b5b80604052505050565b600061377b826136c1565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8214156137ae576137ad6137ea565b5b600182019050919050565b60006137c4826136c1565b91506137cf836136c1565b9250826137df576137de613819565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b7f4578636565647320737570706c79000000000000000000000000000000000000600082015250565b7f4e6f2066756e647320617661696c61626c650000000000000000000000000000600082015250565b7f455243373231456e756d657261626c653a206f776e657220696e646578206f7560008201527f74206f6620626f756e6473000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732314d657461646174613a20544f4b454e20444f4553204e4f54204560008201527f5849535400000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260008201527f6563697069656e74206d61792068617665207265766572746564000000000000602082015250565b7f416464726573733a20696e73756666696369656e742062616c616e6365000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960008201527f73206e6f74206f776e0000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b7f45746865722073656e74206973206e6f7420636f727265637400000000000000600082015250565b50565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b7f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60008201527f7574206f6620626f756e64730000000000000000000000000000000000000000602082015250565b7f53616c65206973206c6f636b6564000000000000000000000000000000000000600082015250565b613ed581613657565b8114613ee057600080fd5b50565b613eec81613669565b8114613ef757600080fd5b50565b613f0381613675565b8114613f0e57600080fd5b50565b613f1a816136c1565b8114613f2557600080fd5b5056fea2646970667358221220d199ce3b78f2ba1277fffdc74e305d2adce21aaf714be0d1696635894228ddd364736f6c63430008040033

Deployed Bytecode

0x6080604052600436106101d15760003560e01c806370a08231116100f7578063a0712d6811610095578063d5abeb0111610064578063d5abeb011461066d578063e985e9c514610698578063f2fde38b146106d5578063ffe630b5146106fe576101d8565b8063a0712d68146105c2578063a22cb465146105de578063b88d4fde14610607578063c87b56dd14610630576101d8565b80638da5cb5b116100d15780638da5cb5b1461051857806391b7f5ed1461054357806395d89b411461056c578063a035b1fe14610597576101d8565b806370a082311461049b578063715018a6146104d857806383a076be146104ef576101d8565b80632f745c591161016f5780635c975abb1161013e5780635c975abb146103df5780636352211e1461040a5780636373a6b1146104475780636790a9de14610472576101d8565b80632f745c59146103255780633ccfd60b1461036257806342842e0e146103795780634f6ccce7146103a2576101d8565b8063095ea7b3116101ab578063095ea7b31461027f57806318160ddd146102a8578063211e28b6146102d357806323b872dd146102fc576101d8565b806301ffc9a7146101da57806306fdde0314610217578063081812fc14610242576101d8565b366101d857005b005b3480156101e657600080fd5b5061020160048036038101906101fc9190612a35565b610727565b60405161020e9190613100565b60405180910390f35b34801561022357600080fd5b5061022c6107a1565b604051610239919061311b565b60405180910390f35b34801561024e57600080fd5b5061026960048036038101906102649190612b34565b610833565b6040516102769190613099565b60405180910390f35b34801561028b57600080fd5b506102a660048036038101906102a191906129d0565b6108b8565b005b3480156102b457600080fd5b506102bd6109d0565b6040516102ca919061343d565b60405180910390f35b3480156102df57600080fd5b506102fa60048036038101906102f59190612a0c565b6109dd565b005b34801561030857600080fd5b50610323600480360381019061031e91906128ca565b610a76565b005b34801561033157600080fd5b5061034c600480360381019061034791906129d0565b610ad6565b604051610359919061343d565b60405180910390f35b34801561036e57600080fd5b50610377610c45565b005b34801561038557600080fd5b506103a0600480360381019061039b91906128ca565b610d18565b005b3480156103ae57600080fd5b506103c960048036038101906103c49190612b34565b610d38565b6040516103d6919061343d565b60405180910390f35b3480156103eb57600080fd5b506103f4610d8b565b6040516104019190613100565b60405180910390f35b34801561041657600080fd5b50610431600480360381019061042c9190612b34565b610d9e565b60405161043e9190613099565b60405180910390f35b34801561045357600080fd5b5061045c610e81565b604051610469919061311b565b60405180910390f35b34801561047e57600080fd5b5061049960048036038101906104949190612ac8565b610f0f565b005b3480156104a757600080fd5b506104c260048036038101906104bd9190612865565b610fbd565b6040516104cf919061343d565b60405180910390f35b3480156104e457600080fd5b506104ed611103565b005b3480156104fb57600080fd5b5061051660048036038101906105119190612b5d565b61118b565b005b34801561052457600080fd5b5061052d61129a565b60405161053a9190613099565b60405180910390f35b34801561054f57600080fd5b5061056a60048036038101906105659190612b34565b6112c4565b005b34801561057857600080fd5b5061058161134a565b60405161058e919061311b565b60405180910390f35b3480156105a357600080fd5b506105ac6113dc565b6040516105b9919061343d565b60405180910390f35b6105dc60048036038101906105d79190612b34565b6113e2565b005b3480156105ea57600080fd5b5061060560048036038101906106009190612994565b611514565b005b34801561061357600080fd5b5061062e60048036038101906106299190612919565b611695565b005b34801561063c57600080fd5b5061065760048036038101906106529190612b34565b6116f7565b604051610664919061311b565b60405180910390f35b34801561067957600080fd5b50610682611776565b60405161068f919061343d565b60405180910390f35b3480156106a457600080fd5b506106bf60048036038101906106ba919061288e565b61177c565b6040516106cc9190613100565b60405180910390f35b3480156106e157600080fd5b506106fc60048036038101906106f79190612865565b611810565b005b34801561070a57600080fd5b5061072560048036038101906107209190612a87565b611908565b005b60007f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061079a57506107998261199e565b5b9050919050565b6060600080546107b09061370d565b80601f01602080910402602001604051908101604052809291908181526020018280546107dc9061370d565b80156108295780601f106107fe57610100808354040283529160200191610829565b820191906000526020600020905b81548152906001019060200180831161080c57829003601f168201915b5050505050905090565b600061083e82611a80565b61087d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108749061333d565b60405180910390fd5b6003600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b60006108c382610d9e565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610934576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161092b9061339d565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610953611b2e565b73ffffffffffffffffffffffffffffffffffffffff16148061098257506109818161097c611b2e565b61177c565b5b6109c1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109b8906132bd565b60405180910390fd5b6109cb8383611b36565b505050565b6000600280549050905090565b6109e5611b2e565b73ffffffffffffffffffffffffffffffffffffffff16610a0361129a565b73ffffffffffffffffffffffffffffffffffffffff1614610a59576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a509061335d565b60405180910390fd5b80600960006101000a81548160ff02191690831515021790555050565b610a87610a81611b2e565b82611bef565b610ac6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610abd906133dd565b60405180910390fd5b610ad1838383611ccd565b505050565b6000610ae183610fbd565b8210610b22576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b199061317d565b60405180910390fd5b6000805b600280549050811015610bfb5760028181548110610b6d577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff161415610bea5783821415610bdd578092505050610c3f565b81610be790613770565b91505b80610bf490613770565b9050610b26565b506000610c3d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c349061317d565b60405180910390fd5b505b92915050565b610c4d611b2e565b73ffffffffffffffffffffffffffffffffffffffff16610c6b61129a565b73ffffffffffffffffffffffffffffffffffffffff1614610cc1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cb89061335d565b60405180910390fd5b6000471015610d05576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cfc9061315d565b60405180910390fd5b610d16610d1061129a565b47611eac565b565b610d3383838360405180602001604052806000815250611695565b505050565b6000610d426109d0565b8210610d83576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d7a906133fd565b60405180910390fd5b819050919050565b600960009054906101000a900460ff1681565b60008060028381548110610ddb577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610e78576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e6f906132fd565b60405180910390fd5b80915050919050565b60068054610e8e9061370d565b80601f0160208091040260200160405190810160405280929190818152602001828054610eba9061370d565b8015610f075780601f10610edc57610100808354040283529160200191610f07565b820191906000526020600020905b815481529060010190602001808311610eea57829003601f168201915b505050505081565b610f17611b2e565b73ffffffffffffffffffffffffffffffffffffffff16610f3561129a565b73ffffffffffffffffffffffffffffffffffffffff1614610f8b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f829061335d565b60405180910390fd5b81600a9080519060200190610fa1929190612689565b5080600b9080519060200190610fb8929190612689565b505050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561102e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611025906132dd565b60405180910390fd5b600080600090505b6002805490508110156110f9576002818154811061107d577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614156110e857816110e590613770565b91505b806110f290613770565b9050611036565b5080915050919050565b61110b611b2e565b73ffffffffffffffffffffffffffffffffffffffff1661112961129a565b73ffffffffffffffffffffffffffffffffffffffff161461117f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111769061335d565b60405180910390fd5b6111896000611fa0565b565b611193611b2e565b73ffffffffffffffffffffffffffffffffffffffff166111b161129a565b73ffffffffffffffffffffffffffffffffffffffff1614611207576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111fe9061335d565b60405180910390fd5b60006112116109d0565b905060075483826112229190613542565b1115611263576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161125a9061313d565b60405180910390fd5b60005b838110156112945761128383828461127e9190613542565b612066565b8061128d90613770565b9050611266565b50505050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6112cc611b2e565b73ffffffffffffffffffffffffffffffffffffffff166112ea61129a565b73ffffffffffffffffffffffffffffffffffffffff1614611340576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113379061335d565b60405180910390fd5b8060088190555050565b6060600180546113599061370d565b80601f01602080910402602001604051908101604052809291908181526020018280546113859061370d565b80156113d25780601f106113a7576101008083540402835291602001916113d2565b820191906000526020600020905b8154815290600101906020018083116113b557829003601f168201915b5050505050905090565b60085481565b60006113ec6109d0565b9050600960009054906101000a900460ff161561143e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114359061341d565b60405180910390fd5b600754828261144d9190613542565b111561148e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114859061313d565b60405180910390fd5b8160085461149c91906135c9565b3410156114de576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114d5906133bd565b60405180910390fd5b60005b8281101561150f576114fe3382846114f99190613542565b612066565b8061150890613770565b90506114e1565b505050565b61151c611b2e565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561158a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115819061323d565b60405180910390fd5b8060046000611597611b2e565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff16611644611b2e565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516116899190613100565b60405180910390a35050565b6116a66116a0611b2e565b83611bef565b6116e5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116dc906133dd565b60405180910390fd5b6116f184848484612084565b50505050565b606061170282611a80565b611741576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611738906131fd565b60405180910390fd5b600a61174c836120e0565b600b60405160200161176093929190613053565b6040516020818303038152906040529050919050565b60075481565b6000600460008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b611818611b2e565b73ffffffffffffffffffffffffffffffffffffffff1661183661129a565b73ffffffffffffffffffffffffffffffffffffffff161461188c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118839061335d565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156118fc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118f3906131bd565b60405180910390fd5b61190581611fa0565b50565b611910611b2e565b73ffffffffffffffffffffffffffffffffffffffff1661192e61129a565b73ffffffffffffffffffffffffffffffffffffffff1614611984576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161197b9061335d565b60405180910390fd5b806006908051906020019061199a929190612689565b5050565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480611a6957507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b80611a795750611a788261228d565b5b9050919050565b600060028054905082108015611b275750600073ffffffffffffffffffffffffffffffffffffffff1660028381548110611ae3577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614155b9050919050565b600033905090565b816003600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16611ba983610d9e565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000611bfa82611a80565b611c39576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c309061329d565b60405180910390fd5b6000611c4483610d9e565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480611cb357508373ffffffffffffffffffffffffffffffffffffffff16611c9b84610833565b73ffffffffffffffffffffffffffffffffffffffff16145b80611cc45750611cc3818561177c565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff16611ced82610d9e565b73ffffffffffffffffffffffffffffffffffffffff1614611d43576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d3a9061337d565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611db3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611daa9061321d565b60405180910390fd5b611dbe8383836122f7565b611dc9600082611b36565b8160028281548110611e04577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b9060005260206000200160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b80471015611eef576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ee69061327d565b60405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff1682604051611f1590613084565b60006040518083038185875af1925050503d8060008114611f52576040519150601f19603f3d011682016040523d82523d6000602084013e611f57565b606091505b5050905080611f9b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f929061325d565b60405180910390fd5b505050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6120808282604051806020016040528060008152506122fc565b5050565b61208f848484611ccd565b61209b84848484612357565b6120da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120d19061319d565b60405180910390fd5b50505050565b60606000821415612128576040518060400160405280600181526020017f30000000000000000000000000000000000000000000000000000000000000008152509050612288565b600082905060005b6000821461215a57808061214390613770565b915050600a826121539190613598565b9150612130565b60008167ffffffffffffffff81111561219c577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f1916602001820160405280156121ce5781602001600182028036833780820191505090505b5090505b60008514612281576001826121e79190613623565b9150600a856121f691906137b9565b60306122029190613542565b60f81b81838151811061223e577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a8561227a9190613598565b94506121d2565b8093505050505b919050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b505050565b61230683836124ee565b6123136000848484612357565b612352576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123499061319d565b60405180910390fd5b505050565b60006123788473ffffffffffffffffffffffffffffffffffffffff16612676565b156124e1578373ffffffffffffffffffffffffffffffffffffffff1663150b7a026123a1611b2e565b8786866040518563ffffffff1660e01b81526004016123c394939291906130b4565b602060405180830381600087803b1580156123dd57600080fd5b505af192505050801561240e57506040513d601f19601f8201168201806040525081019061240b9190612a5e565b60015b612491573d806000811461243e576040519150601f19603f3d011682016040523d82523d6000602084013e612443565b606091505b50600081511415612489576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124809061319d565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149150506124e6565b600190505b949350505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561255e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125559061331d565b60405180910390fd5b61256781611a80565b156125a7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161259e906131dd565b60405180910390fd5b6125b3600083836122f7565b6002829080600181540180825580915050600190039060005260206000200160009091909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b600080823b905060008111915050919050565b8280546126959061370d565b90600052602060002090601f0160209004810192826126b757600085556126fe565b82601f106126d057805160ff19168380011785556126fe565b828001600101855582156126fe579182015b828111156126fd5782518255916020019190600101906126e2565b5b50905061270b919061270f565b5090565b5b80821115612728576000816000905550600101612710565b5090565b600061273f61273a8461347d565b613458565b90508281526020810184848401111561275757600080fd5b6127628482856136cb565b509392505050565b600061277d612778846134ae565b613458565b90508281526020810184848401111561279557600080fd5b6127a08482856136cb565b509392505050565b6000813590506127b781613ecc565b92915050565b6000813590506127cc81613ee3565b92915050565b6000813590506127e181613efa565b92915050565b6000815190506127f681613efa565b92915050565b600082601f83011261280d57600080fd5b813561281d84826020860161272c565b91505092915050565b600082601f83011261283757600080fd5b813561284784826020860161276a565b91505092915050565b60008135905061285f81613f11565b92915050565b60006020828403121561287757600080fd5b6000612885848285016127a8565b91505092915050565b600080604083850312156128a157600080fd5b60006128af858286016127a8565b92505060206128c0858286016127a8565b9150509250929050565b6000806000606084860312156128df57600080fd5b60006128ed868287016127a8565b93505060206128fe868287016127a8565b925050604061290f86828701612850565b9150509250925092565b6000806000806080858703121561292f57600080fd5b600061293d878288016127a8565b945050602061294e878288016127a8565b935050604061295f87828801612850565b925050606085013567ffffffffffffffff81111561297c57600080fd5b612988878288016127fc565b91505092959194509250565b600080604083850312156129a757600080fd5b60006129b5858286016127a8565b92505060206129c6858286016127bd565b9150509250929050565b600080604083850312156129e357600080fd5b60006129f1858286016127a8565b9250506020612a0285828601612850565b9150509250929050565b600060208284031215612a1e57600080fd5b6000612a2c848285016127bd565b91505092915050565b600060208284031215612a4757600080fd5b6000612a55848285016127d2565b91505092915050565b600060208284031215612a7057600080fd5b6000612a7e848285016127e7565b91505092915050565b600060208284031215612a9957600080fd5b600082013567ffffffffffffffff811115612ab357600080fd5b612abf84828501612826565b91505092915050565b60008060408385031215612adb57600080fd5b600083013567ffffffffffffffff811115612af557600080fd5b612b0185828601612826565b925050602083013567ffffffffffffffff811115612b1e57600080fd5b612b2a85828601612826565b9150509250929050565b600060208284031215612b4657600080fd5b6000612b5484828501612850565b91505092915050565b60008060408385031215612b7057600080fd5b6000612b7e85828601612850565b9250506020612b8f858286016127a8565b9150509250929050565b612ba281613657565b82525050565b612bb181613669565b82525050565b6000612bc2826134f4565b612bcc818561350a565b9350612bdc8185602086016136da565b612be5816138a6565b840191505092915050565b6000612bfb826134ff565b612c058185613526565b9350612c158185602086016136da565b612c1e816138a6565b840191505092915050565b6000612c34826134ff565b612c3e8185613537565b9350612c4e8185602086016136da565b80840191505092915050565b60008154612c678161370d565b612c718186613537565b94506001821660008114612c8c5760018114612c9d57612cd0565b60ff19831686528186019350612cd0565b612ca6856134df565b60005b83811015612cc857815481890152600182019150602081019050612ca9565b838801955050505b50505092915050565b6000612ce6600e83613526565b9150612cf1826138b7565b602082019050919050565b6000612d09601283613526565b9150612d14826138e0565b602082019050919050565b6000612d2c602b83613526565b9150612d3782613909565b604082019050919050565b6000612d4f603283613526565b9150612d5a82613958565b604082019050919050565b6000612d72602683613526565b9150612d7d826139a7565b604082019050919050565b6000612d95601c83613526565b9150612da0826139f6565b602082019050919050565b6000612db8602483613526565b9150612dc382613a1f565b604082019050919050565b6000612ddb602483613526565b9150612de682613a6e565b604082019050919050565b6000612dfe601983613526565b9150612e0982613abd565b602082019050919050565b6000612e21603a83613526565b9150612e2c82613ae6565b604082019050919050565b6000612e44601d83613526565b9150612e4f82613b35565b602082019050919050565b6000612e67602c83613526565b9150612e7282613b5e565b604082019050919050565b6000612e8a603883613526565b9150612e9582613bad565b604082019050919050565b6000612ead602a83613526565b9150612eb882613bfc565b604082019050919050565b6000612ed0602983613526565b9150612edb82613c4b565b604082019050919050565b6000612ef3602083613526565b9150612efe82613c9a565b602082019050919050565b6000612f16602c83613526565b9150612f2182613cc3565b604082019050919050565b6000612f39602083613526565b9150612f4482613d12565b602082019050919050565b6000612f5c602983613526565b9150612f6782613d3b565b604082019050919050565b6000612f7f602183613526565b9150612f8a82613d8a565b604082019050919050565b6000612fa2601983613526565b9150612fad82613dd9565b602082019050919050565b6000612fc560008361351b565b9150612fd082613e02565b600082019050919050565b6000612fe8603183613526565b9150612ff382613e05565b604082019050919050565b600061300b602c83613526565b915061301682613e54565b604082019050919050565b600061302e600e83613526565b915061303982613ea3565b602082019050919050565b61304d816136c1565b82525050565b600061305f8286612c5a565b915061306b8285612c29565b91506130778284612c5a565b9150819050949350505050565b600061308f82612fb8565b9150819050919050565b60006020820190506130ae6000830184612b99565b92915050565b60006080820190506130c96000830187612b99565b6130d66020830186612b99565b6130e36040830185613044565b81810360608301526130f58184612bb7565b905095945050505050565b60006020820190506131156000830184612ba8565b92915050565b600060208201905081810360008301526131358184612bf0565b905092915050565b6000602082019050818103600083015261315681612cd9565b9050919050565b6000602082019050818103600083015261317681612cfc565b9050919050565b6000602082019050818103600083015261319681612d1f565b9050919050565b600060208201905081810360008301526131b681612d42565b9050919050565b600060208201905081810360008301526131d681612d65565b9050919050565b600060208201905081810360008301526131f681612d88565b9050919050565b6000602082019050818103600083015261321681612dab565b9050919050565b6000602082019050818103600083015261323681612dce565b9050919050565b6000602082019050818103600083015261325681612df1565b9050919050565b6000602082019050818103600083015261327681612e14565b9050919050565b6000602082019050818103600083015261329681612e37565b9050919050565b600060208201905081810360008301526132b681612e5a565b9050919050565b600060208201905081810360008301526132d681612e7d565b9050919050565b600060208201905081810360008301526132f681612ea0565b9050919050565b6000602082019050818103600083015261331681612ec3565b9050919050565b6000602082019050818103600083015261333681612ee6565b9050919050565b6000602082019050818103600083015261335681612f09565b9050919050565b6000602082019050818103600083015261337681612f2c565b9050919050565b6000602082019050818103600083015261339681612f4f565b9050919050565b600060208201905081810360008301526133b681612f72565b9050919050565b600060208201905081810360008301526133d681612f95565b9050919050565b600060208201905081810360008301526133f681612fdb565b9050919050565b6000602082019050818103600083015261341681612ffe565b9050919050565b6000602082019050818103600083015261343681613021565b9050919050565b60006020820190506134526000830184613044565b92915050565b6000613462613473565b905061346e828261373f565b919050565b6000604051905090565b600067ffffffffffffffff82111561349857613497613877565b5b6134a1826138a6565b9050602081019050919050565b600067ffffffffffffffff8211156134c9576134c8613877565b5b6134d2826138a6565b9050602081019050919050565b60008190508160005260206000209050919050565b600081519050919050565b600081519050919050565b600082825260208201905092915050565b600081905092915050565b600082825260208201905092915050565b600081905092915050565b600061354d826136c1565b9150613558836136c1565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0382111561358d5761358c6137ea565b5b828201905092915050565b60006135a3826136c1565b91506135ae836136c1565b9250826135be576135bd613819565b5b828204905092915050565b60006135d4826136c1565b91506135df836136c1565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615613618576136176137ea565b5b828202905092915050565b600061362e826136c1565b9150613639836136c1565b92508282101561364c5761364b6137ea565b5b828203905092915050565b6000613662826136a1565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b838110156136f85780820151818401526020810190506136dd565b83811115613707576000848401525b50505050565b6000600282049050600182168061372557607f821691505b6020821081141561373957613738613848565b5b50919050565b613748826138a6565b810181811067ffffffffffffffff8211171561376757613766613877565b5b80604052505050565b600061377b826136c1565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8214156137ae576137ad6137ea565b5b600182019050919050565b60006137c4826136c1565b91506137cf836136c1565b9250826137df576137de613819565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b7f4578636565647320737570706c79000000000000000000000000000000000000600082015250565b7f4e6f2066756e647320617661696c61626c650000000000000000000000000000600082015250565b7f455243373231456e756d657261626c653a206f776e657220696e646578206f7560008201527f74206f6620626f756e6473000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732314d657461646174613a20544f4b454e20444f4553204e4f54204560008201527f5849535400000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260008201527f6563697069656e74206d61792068617665207265766572746564000000000000602082015250565b7f416464726573733a20696e73756666696369656e742062616c616e6365000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960008201527f73206e6f74206f776e0000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b7f45746865722073656e74206973206e6f7420636f727265637400000000000000600082015250565b50565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b7f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60008201527f7574206f6620626f756e64730000000000000000000000000000000000000000602082015250565b7f53616c65206973206c6f636b6564000000000000000000000000000000000000600082015250565b613ed581613657565b8114613ee057600080fd5b50565b613eec81613669565b8114613ef757600080fd5b50565b613f0381613675565b8114613f0e57600080fd5b50565b613f1a816136c1565b8114613f2557600080fd5b5056fea2646970667358221220d199ce3b78f2ba1277fffdc74e305d2adce21aaf714be0d1696635894228ddd364736f6c63430008040033

Loading...
Loading
Loading...
Loading
[ Download: CSV Export  ]
[ Download: CSV Export  ]

A token is a representation of an on-chain or off-chain asset. The token page shows information such as price, total supply, holders, transfers and social links. Learn more about this page in our Knowledge Base.