ETH Price: $3,357.32 (-1.74%)
Gas: 8 Gwei

Token

CrudeBorne Ingredient - Cheesy Bits (CB.CHEESYB)
 

Overview

Max Total Supply

4,624 CB.CHEESYB

Holders

741

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A
Filtered by Token Holder
illiquidassets.eth
Balance
6 CB.CHEESYB
0xff2bfaf7deb3c03f8dda16b7e3bcf0166d568cb9
Loading...
Loading
Loading...
Loading
Loading...
Loading

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

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0x3b043576...4e920Db0E
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
Ingredient

Compiler Version
v0.8.9+commit.e5eed63a

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion
File 1 of 12 : Ingredient.sol
// SPDX-License-Identifier: Unlicense
// Creator: Mr. Masterchef

pragma solidity ^0.8.9;

//       __|__ |___| |\
//       |o__| |___| | \
//       |___| |___| |o \
//      _|___| |___| |__o\
//     /...\_____|___|____\___/
//     \   o * o * * o * o  /
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//    ~~~     ~~~~     ~~~   ~~
//  ~~  ~~~~~   ~~~   ~~  ~   ~~
//
// K
// mb
// ewk
// wpqb
// ttfkx
// wloj
// cct
// dx
// blad
// dqlpti
// dewqibmw
// pjlhbflBmw
// lkpktdzp
// mdgbro
// tdew
// lkwqyjwl
// xdeadkhddqbs
// swedqkbtbqedlldq
// kwbtsxbqydlBsswedqkb
// tsxbqydlbmdpqdlk
// xbkepqkmdljt
// kwqbsxbq
// ydwqbqpavdsklwed
// qkwkfbzkdmkxdsxbqydljsxb
// lhxdqbxpjldwlobwqkdepmpqdlxbwmkj
// mqlymbfdksBmwlkpktdkxpjyxkpzkxdldblsxbqy
// dlwqkxdbsswedqkbtompodmkwdlpzbkx
// wqyDlldqkwbtsxbqydlafspq
// kmblkbmdkxpldhxw
// sxepqkomdldmidkxdwedqkwkfpzkxdpa
// vdskhxdqwksxbqydlljsxblhxdqbxpjldajmqlkpkxdympjq
// ebqeadsprdlblxdlpmhxdqlprdpqdewdlBmrdehwkxkxdldewlkwqskwpqlBmwlk
// pktdhpjtekxdqlbfkxbkwqkxdsbldpzbsswedqkbtsxbqydlwlzbtldbsxbqywqykxwqysbqmdbttfsx
// bqydpqdpzwklbsswedqkbtompodmkwdlbqefdktwkdmbttfmdrbwqpqdbqekxdlb
// rdkxwqyadzpmdbqebzkdmkxdsxbqydPzspjmldkxwllptjkw
// pqkpkxdojcctdedodqelpqkxdmdadwqy
// bspxdmdqkewlkwqs
// kwpqadkhddqbsswedqkbtbqe
// dlldqkwbtsxbqydlbqeadkhddqbsswed
// qkbtbqedlldqkwbtompodmkwdlLprdoxwtplpoxd
// mlzwqekxwlewlkwqskwpqompatdrbkws
// bqexbidedidtpodepkxdmlpt
// jkwpqlkxbkepqkmd
// njwmdkxw
// lewlkwqskwpq
// Wqhxbkzpttphlhde
// wlsjllkxdldlptjkwpql
// kpkxdojcctdbtpqy
// hwkxpkxdmojc
// ctdlkxbk
// bmwl
// dhxdqs
// pqlwedmw
// qykxdwedqk
// wkfpzpav
// dsklpi
// dmkw
// rd
//
//                P
//             P /\  P
//            /\|  |/\
//         [] ||_/\_|| []
//         ||_||____||_||
//         ||____[]____||
//    ___ {::     \__    } ___
//   (     \v:    .'"  _V  -- )_
//  (__---  \_      __/  ---     )
//    (       |::\ :/  ----- ___)
//     (______ \::\/     _____)
//       (____  \ /   _____)
//               V

import "./ERC721TopLevel.sol";

contract Ingredient is ERC721TopLevel {
    bytes32 public solvesyWordz;
    uint256 private howManyWordz;

    string private _notSolveddd = "";
    string private _ooooShinyy = "";

    mapping(address => bool) public isRevealed;

    constructor(
        address werIzDaInfo,
        string memory name_,
        string memory symbol_,
        string memory description_,
        string memory image_
    ) ERC721TopLevel() {
        ERC721StorageProto(werIzDaInfo).registerTopLevel(name_, symbol_, description_, image_);

        setStorageLayer(werIzDaInfo);
    }

    //////////

    function setSolutionHash(bytes32 wotWurdz_, uint256 howManyyy_) public onlyOwner {
        solvesyWordz = wotWurdz_;
        howManyWordz = howManyyy_;
    }

    function youreekcar(string[] memory whoaa) public {
        require(howManyWordz > 0, "nw0");
        require(whoaa.length == howManyWordz, "nw");
        bytes32 amIRiteOrWut = keccak256(abi.encodePacked("eggzzz"));
        for (uint256 i = 0; i < whoaa.length; i++) {
            amIRiteOrWut = keccak256(abi.encodePacked(amIRiteOrWut, whoaa[i]));
        }
        require(amIRiteOrWut == solvesyWordz, "sln");

        isRevealed[msg.sender] = true;
    }

    function hmmmHmmmmm(string memory hmmm___) public onlyOwner {
        _notSolveddd = hmmm___;
    }

    function AHA(string memory ahhh___) public onlyOwner {
        _ooooShinyy = ahhh___;
    }

    //////////

    function tokenURI(uint256 tokenId) public view returns (string memory) {
        if (isRevealed[ownerOf(tokenId)]) {
            return _ooooShinyy;
        }
        else {
            return _notSolveddd;
        }
    }

    //////////

    function urBlocced(address whomst) public onlyOwner {
        _restrictOperator(whomst);
    }

    function unbloccc(address whomst) public onlyOwner {
        _releaseOperator(whomst);
    }

    function noMoarBlok() public onlyOwner {
        _preventNewRestrictions();
    }
}

////////////////////////////////////////

File 2 of 12 : ERC721TopLevel.sol
// SPDX-License-Identifier: Unlicense
// Creator: Mr. Masterchef

pragma solidity ^0.8.9;

import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Address.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/IERC721Enumerable.sol";
import "@openzeppelin/contracts/utils/introspection/ERC165.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";

contract ERC721TopLevel is ERC165, Ownable {
    using Address for address;
    using Strings for uint256;

    /**
     * @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 Storage layer contract that separates out internal minting logic from top level functions
     *   - Designed to reduce top level contract size and enable implementation of additional functionality
    **/
    ERC721StorageProto public storageLayer;
    bool public storageLayerSet = false;
    modifier onlyStorage() {
        _isStorage();
        _;
    }
    function _isStorage() internal view virtual {
        require(msg.sender == address(storageLayer), "not storage");
    }

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

    constructor() Ownable() {}

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

    /**
     * @dev Mapping from addresses to whether or not an address is restricted as an operator for all
    **/
    mapping(address => bool) public operatorRestrictions;
    bool public canRestrict = true; // Determines whether or not the contract owner can still restrict any new addresses

    /**
     * @dev Sets the storage layer for this top-level contract and prevents it from being reset
    **/
    function setStorageLayer(address storageLayerAddress_) public onlyOwner {
        require(!storageLayerSet, "sls");
        storageLayer = ERC721StorageProto(storageLayerAddress_);
        storageLayerSet = true;
    }

    /**
     * @dev get the address of the storage layer contract
    **/
    function _storageLayerAddress() public view returns (address) {
        return address(storageLayer);
    }

    /**
     * @dev Restrict an address from being an operator for all
    **/
    function _restrictOperator(address operator) internal {
        require(canRestrict, "nnr");

        operatorRestrictions[operator] = true;
    }

    /**
     * @dev Release an address from restriction, permitting it to be an operator for all
    **/
    function _releaseOperator(address operator) internal {
        operatorRestrictions[operator] = false;
    }

    /**
     * @dev Prevent the contract owner from restricting any additional operators
    **/
    function _preventNewRestrictions() internal {
        canRestrict = false;
    }

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

    function totalSupply() public view returns (uint256) {
        return storageLayer.storage_totalSupply(address(this));
    }

    function tokenByIndex(uint256 index) public view returns (uint256) {
        return storageLayer.storage_tokenByIndex(address(this), index);
    }

    function tokenOfOwnerByIndex(address owner, uint256 index) public view returns (uint256) {
        return storageLayer.storage_tokenOfOwnerByIndex(address(this), owner, index);
    }

    function tokenOfOwnerByIndexStepped(
        address owner,
        uint256 index,
        uint256 lastToken,
        uint256 lastIndex
    ) public view returns (uint256) {
        return storageLayer.storage_tokenOfOwnerByIndexStepped(
            address(this), owner, index, lastToken, lastIndex
        );
    }

    function balanceOf(address owner) public view returns (uint256) {
        return storageLayer.storage_balanceOf(address(this), owner);
    }

    function ownerOf(uint256 tokenId) public view returns (address) {
        return storageLayer.storage_ownerOf(address(this), tokenId);
    }

    function name() public view virtual returns (string memory) {
        return storageLayer.storage_name(address(this));
    }

    function symbol() public view virtual returns (string memory) {
        return storageLayer.storage_symbol(address(this));
    }

    function approve(address to, uint256 tokenId) public {
        storageLayer.storage_approve(msg.sender, to, tokenId);
    }

    function getApproved(uint256 tokenId) public view returns (address) {
        return storageLayer.storage_getApproved(address(this), tokenId);
    }

    function setApprovalForAll(address operator, bool approved) public {
        require(!(operatorRestrictions[operator]), "r");

        storageLayer.storage_setApprovalForAll(msg.sender, operator, approved);
    }

    function isApprovedForAll(address owner, address operator) public view returns (bool) {
        return storageLayer.storage_isApprovedForAll(address(this), owner, operator);
    }

    function transferFrom(address from, address to, uint256 tokenId) public {
        storageLayer.storage_transferFrom(msg.sender, from, to, tokenId);
    }

    function safeTransferFrom(address from, address to, uint256 tokenId) public {
        storageLayer.storage_safeTransferFrom(msg.sender, from, to, tokenId);
    }

    function safeTransferFrom(address from, address to, uint256 tokenId, bytes memory _data) public {
        storageLayer.storage_safeTransferFrom(msg.sender, from, to, tokenId, _data);
    }

    function burnToken(uint256 tokenId) public {
        storageLayer.storage_burnToken(msg.sender, tokenId);
    }

    function exists(uint256 tokenId) public view returns (bool) {
        return storageLayer.storage_exists(address(this), tokenId);
    }

    function contractURI() public view returns (string memory) {
        return storageLayer.storage_contractURI(address(this));
    }

    //////////

    function emitTransfer(address from, address to, uint256 tokenId) public onlyStorage {
        emit Transfer(from, to, tokenId);
    }

    function emitApproval(address owner, address approved, uint256 tokenId) public onlyStorage {
        emit Approval(owner, approved, tokenId);
    }

    function emitApprovalForAll(address owner, address operator, bool approved) public onlyStorage {
        emit ApprovalForAll(owner, operator, approved);
    }

    //////////

    receive() external payable {
        (bool success, ) = payable(storageLayer.mintingContract()).call{value: msg.value}("");
        require(success, "F");
    }

    function withdrawTokens(address tokenAddress) external onlyOwner {
        IERC20(tokenAddress).transfer(msg.sender, IERC20(tokenAddress).balanceOf(address(this)));
    }
}

////////////////////

abstract contract ERC721StorageProto {
    address public mintingContract;

    //////////

    function registerTopLevel(
        string memory name_,
        string memory symbol_,
        string memory description_,
        string memory image_
    ) public virtual;

    //////////

    function storage_totalSupply(address collection) public view virtual returns (uint256);

    function storage_tokenByIndex(address collection, uint256 index) public view virtual returns (uint256);

    function storage_tokenOfOwnerByIndex(
        address collection,
        address owner,
        uint256 index
    ) public view virtual returns (uint256);

    function storage_tokenOfOwnerByIndexStepped(
        address collection,
        address owner,
        uint256 index,
        uint256 lastToken,
        uint256 lastIndex
    ) public view virtual returns (uint256);

    function storage_balanceOf(address collection, address owner) public view virtual returns (uint256);

    function storage_ownerOf(address collection, uint256 tokenId) public view virtual returns (address);

    function storage_name(address collection) public view virtual returns (string memory);

    function storage_symbol(address collection) public view virtual returns (string memory);

    function storage_approve(address msgSender, address to, uint256 tokenId) public virtual;

    function storage_getApproved(address collection, uint256 tokenId) public view virtual returns (address);

    function storage_setApprovalForAll(address msgSender, address operator, bool approved) public virtual;

    function storage_isApprovedForAll(
        address collection,
        address owner,
        address operator
    ) public view virtual returns (bool);

    function storage_transferFrom(
        address msgSender,
        address from,
        address to,
        uint256 tokenId
    ) public virtual;

    function storage_safeTransferFrom(
        address msgSender,
        address from,
        address to,
        uint256 tokenId
    ) public virtual;

    function storage_safeTransferFrom(
        address msgSender,
        address from,
        address to,
        uint256 tokenId,
        bytes memory _data
    ) public virtual;

    function storage_burnToken(address msgSender, uint256 tokenId) public virtual;

    function storage_exists(address collection, uint256 tokenId) public view virtual returns (bool);

    function storage_safeMint(address msgSender, address to, uint256 quantity) public virtual;

    function storage_safeMint(
        address msgSender,
        address to,
        uint256 quantity,
        bytes memory _data
    ) public virtual;

    function storage_mint(address msgSender, address to, uint256 quantity) public virtual;

    function storage_contractURI(address collection) public view virtual returns (string memory);
}

////////////////////////////////////////

File 3 of 12 : Address.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (utils/Address.sol)

pragma solidity ^0.8.1;

/**
 * @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
     * ====
     *
     * [IMPORTANT]
     * ====
     * You shouldn't rely on `isContract` to protect against flash loan attacks!
     *
     * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets
     * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract
     * constructor.
     * ====
     */
    function isContract(address account) internal view returns (bool) {
        // This method relies on extcodesize/address.code.length, which returns 0
        // for contracts in construction, since the code is only stored at the end
        // of the constructor execution.

        return account.code.length > 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
                /// @solidity memory-safe-assembly
                assembly {
                    let returndata_size := mload(returndata)
                    revert(add(32, returndata), returndata_size)
                }
            } else {
                revert(errorMessage);
            }
        }
    }
}

File 4 of 12 : Strings.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (utils/Strings.sol)

pragma solidity ^0.8.0;

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

    /**
     * @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);
    }

    /**
     * @dev Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal representation.
     */
    function toHexString(address addr) internal pure returns (string memory) {
        return toHexString(uint256(uint160(addr)), _ADDRESS_LENGTH);
    }
}

File 5 of 12 : Ownable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (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 Throws if called by any account other than the owner.
     */
    modifier onlyOwner() {
        _checkOwner();
        _;
    }

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

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

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

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

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

File 6 of 12 : IERC20.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol)

pragma solidity ^0.8.0;

/**
 * @dev Interface of the ERC20 standard as defined in the EIP.
 */
interface IERC20 {
    /**
     * @dev Emitted when `value` tokens are moved from one account (`from`) to
     * another (`to`).
     *
     * Note that `value` may be zero.
     */
    event Transfer(address indexed from, address indexed to, uint256 value);

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

    /**
     * @dev Returns the amount of tokens in existence.
     */
    function totalSupply() external view returns (uint256);

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

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

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

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

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

File 7 of 12 : IERC721Enumerable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.5.0) (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);

    /**
     * @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 8 of 12 : IERC721.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (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`.
     *
     * 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;

    /**
     * @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 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 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 the account approved for `tokenId` token.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function getApproved(uint256 tokenId) external view returns (address operator);

    /**
     * @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);
}

File 9 of 12 : 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 12 : 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 11 of 12 : 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 12 : 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":[{"internalType":"address","name":"werIzDaInfo","type":"address"},{"internalType":"string","name":"name_","type":"string"},{"internalType":"string","name":"symbol_","type":"string"},{"internalType":"string","name":"description_","type":"string"},{"internalType":"string","name":"image_","type":"string"}],"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"},{"inputs":[{"internalType":"string","name":"ahhh___","type":"string"}],"name":"AHA","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"_storageLayerAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"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":"burnToken","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"canRestrict","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"contractURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"approved","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"emitApproval","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"emitApprovalForAll","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":"emitTransfer","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"exists","outputs":[{"internalType":"bool","name":"","type":"bool"}],"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":"string","name":"hmmm___","type":"string"}],"name":"hmmmHmmmmm","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":[{"internalType":"address","name":"","type":"address"}],"name":"isRevealed","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"noMoarBlok","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"operatorRestrictions","outputs":[{"internalType":"bool","name":"","type":"bool"}],"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":"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":"bytes32","name":"wotWurdz_","type":"bytes32"},{"internalType":"uint256","name":"howManyyy_","type":"uint256"}],"name":"setSolutionHash","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"storageLayerAddress_","type":"address"}],"name":"setStorageLayer","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"solvesyWordz","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"storageLayer","outputs":[{"internalType":"contract ERC721StorageProto","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"storageLayerSet","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","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":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"index","type":"uint256"},{"internalType":"uint256","name":"lastToken","type":"uint256"},{"internalType":"uint256","name":"lastIndex","type":"uint256"}],"name":"tokenOfOwnerByIndexStepped","outputs":[{"internalType":"uint256","name":"","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":[{"internalType":"address","name":"whomst","type":"address"}],"name":"unbloccc","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"whomst","type":"address"}],"name":"urBlocced","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"tokenAddress","type":"address"}],"name":"withdrawTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string[]","name":"whoaa","type":"string[]"}],"name":"youreekcar","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]

60806040526000600160146101000a81548160ff0219169083151502179055506001600360006101000a81548160ff021916908315150217905550604051806020016040528060008152506006908051906020019062000061929190620003b5565b50604051806020016040528060008152506007908051906020019062000089929190620003b5565b503480156200009757600080fd5b506040516200436c3803806200436c8339818101604052810190620000bd919062000667565b620000dd620000d16200016e60201b60201c565b6200017660201b60201c565b8473ffffffffffffffffffffffffffffffffffffffff1663a1601ad3858585856040518563ffffffff1660e01b81526004016200011e9493929190620007c8565b600060405180830381600087803b1580156200013957600080fd5b505af11580156200014e573d6000803e3d6000fd5b5050505062000163856200023a60201b60201c565b50505050506200097a565b600033905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6200024a620002fb60201b60201c565b600160149054906101000a900460ff16156200029d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620002949062000881565b60405180910390fd5b80600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060018060146101000a81548160ff02191690831515021790555050565b6200030b6200016e60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff16620003316200038c60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff16146200038a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200038190620008f3565b60405180910390fd5b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b828054620003c39062000944565b90600052602060002090601f016020900481019282620003e7576000855562000433565b82601f106200040257805160ff191683800117855562000433565b8280016001018555821562000433579182015b828111156200043257825182559160200191906001019062000415565b5b50905062000442919062000446565b5090565b5b808211156200046157600081600090555060010162000447565b5090565b6000604051905090565b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000620004a68262000479565b9050919050565b620004b88162000499565b8114620004c457600080fd5b50565b600081519050620004d881620004ad565b92915050565b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6200053382620004e8565b810181811067ffffffffffffffff82111715620005555762000554620004f9565b5b80604052505050565b60006200056a62000465565b905062000578828262000528565b919050565b600067ffffffffffffffff8211156200059b576200059a620004f9565b5b620005a682620004e8565b9050602081019050919050565b60005b83811015620005d3578082015181840152602081019050620005b6565b83811115620005e3576000848401525b50505050565b600062000600620005fa846200057d565b6200055e565b9050828152602081018484840111156200061f576200061e620004e3565b5b6200062c848285620005b3565b509392505050565b600082601f8301126200064c576200064b620004de565b5b81516200065e848260208601620005e9565b91505092915050565b600080600080600060a086880312156200068657620006856200046f565b5b60006200069688828901620004c7565b955050602086015167ffffffffffffffff811115620006ba57620006b962000474565b5b620006c88882890162000634565b945050604086015167ffffffffffffffff811115620006ec57620006eb62000474565b5b620006fa8882890162000634565b935050606086015167ffffffffffffffff8111156200071e576200071d62000474565b5b6200072c8882890162000634565b925050608086015167ffffffffffffffff81111562000750576200074f62000474565b5b6200075e8882890162000634565b9150509295509295909350565b600081519050919050565b600082825260208201905092915050565b600062000794826200076b565b620007a0818562000776565b9350620007b2818560208601620005b3565b620007bd81620004e8565b840191505092915050565b60006080820190508181036000830152620007e4818762000787565b90508181036020830152620007fa818662000787565b9050818103604083015262000810818562000787565b9050818103606083015262000826818462000787565b905095945050505050565b7f736c730000000000000000000000000000000000000000000000000000000000600082015250565b60006200086960038362000776565b9150620008768262000831565b602082019050919050565b600060208201905081810360008301526200089c816200085a565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000620008db60208362000776565b9150620008e882620008a3565b602082019050919050565b600060208201905081810360008301526200090e81620008cc565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806200095d57607f821691505b6020821081141562000974576200097362000915565b5b50919050565b6139e2806200098a6000396000f3fe6080604052600436106102555760003560e01c8063715018a611610139578063a899707c116100b6578063dbd0af2c1161007a578063dbd0af2c14610a27578063df1f699d14610a50578063e711a81214610a79578063e8a3d48514610ab6578063e985e9c514610ae1578063f2fde38b14610b1e576103a8565b8063a899707c14610932578063b88d4fde1461096f578063bdbd354514610998578063c87b56dd146109c1578063d0794745146109fe576103a8565b80638c25736d116100fd5780638c25736d1461085f5780638da5cb5b1461088a57806395d89b41146108b5578063a22cb465146108e0578063a5c4917014610909576103a8565b8063715018a61461078e578063748ef90a146107a55780637b47ec1a146107d05780637dca256f146107f9578063868ad84314610822576103a8565b806334de2673116101d25780634f6ccce7116101965780634f6ccce71461065a57806355c45fbe146106975780635687f2b8146106c05780635bcca834146106e95780636352211e1461071457806370a0823114610751576103a8565b806334de26731461058b57806342842e0e146105a257806349df728c146105cb5780634eff4feb146105f45780634f558e791461061d576103a8565b806318160ddd1161021957806318160ddd146104a657806323b872dd146104d157806323de6651146104fa5780632f745c591461052357806333713d6a14610560576103a8565b806301ffc9a7146103ad57806306fdde03146103ea578063081812fc14610415578063095ea7b3146104525780630a8d2a151461047b576103a8565b366103a8576000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663d2f6f67d6040518163ffffffff1660e01b815260040160206040518083038186803b1580156102c457600080fd5b505afa1580156102d8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102fc919061261f565b73ffffffffffffffffffffffffffffffffffffffff163460405161031f9061267d565b60006040518083038185875af1925050503d806000811461035c576040519150601f19603f3d011682016040523d82523d6000602084013e610361565b606091505b50509050806103a5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161039c906126ef565b60405180910390fd5b50005b600080fd5b3480156103b957600080fd5b506103d460048036038101906103cf9190612767565b610b47565b6040516103e191906127af565b60405180910390f35b3480156103f657600080fd5b506103ff610c91565b60405161040c9190612852565b60405180910390f35b34801561042157600080fd5b5061043c600480360381019061043791906128aa565b610d48565b60405161044991906128e6565b60405180910390f35b34801561045e57600080fd5b5061047960048036038101906104749190612916565b610dfe565b005b34801561048757600080fd5b50610490610e93565b60405161049d91906128e6565b60405180910390f35b3480156104b257600080fd5b506104bb610ebd565b6040516104c89190612965565b60405180910390f35b3480156104dd57600080fd5b506104f860048036038101906104f39190612980565b610f6f565b005b34801561050657600080fd5b50610521600480360381019061051c9190612980565b611007565b005b34801561052f57600080fd5b5061054a60048036038101906105459190612916565b61106f565b6040516105579190612965565b60405180910390f35b34801561056c57600080fd5b50610575611128565b60405161058291906127af565b60405180910390f35b34801561059757600080fd5b506105a061113b565b005b3480156105ae57600080fd5b506105c960048036038101906105c49190612980565b61114d565b005b3480156105d757600080fd5b506105f260048036038101906105ed91906129d3565b6111e5565b005b34801561060057600080fd5b5061061b60048036038101906106169190612b35565b611306565b005b34801561062957600080fd5b50610644600480360381019061063f91906128aa565b611328565b60405161065191906127af565b60405180910390f35b34801561066657600080fd5b50610681600480360381019061067c91906128aa565b6113de565b60405161068e9190612965565b60405180910390f35b3480156106a357600080fd5b506106be60048036038101906106b99190612baa565b611494565b005b3480156106cc57600080fd5b506106e760048036038101906106e29190612980565b611506565b005b3480156106f557600080fd5b506106fe61156e565b60405161070b91906127af565b60405180910390f35b34801561072057600080fd5b5061073b600480360381019061073691906128aa565b611581565b60405161074891906128e6565b60405180910390f35b34801561075d57600080fd5b50610778600480360381019061077391906129d3565b611637565b6040516107859190612965565b60405180910390f35b34801561079a57600080fd5b506107a36116ed565b005b3480156107b157600080fd5b506107ba611701565b6040516107c79190612c5c565b60405180910390f35b3480156107dc57600080fd5b506107f760048036038101906107f291906128aa565b611727565b005b34801561080557600080fd5b50610820600480360381019061081b91906129d3565b6117b9565b005b34801561082e57600080fd5b5061084960048036038101906108449190612c77565b61186f565b6040516108569190612965565b60405180910390f35b34801561086b57600080fd5b5061087461192e565b6040516108819190612cf7565b60405180910390f35b34801561089657600080fd5b5061089f611934565b6040516108ac91906128e6565b60405180910390f35b3480156108c157600080fd5b506108ca61195d565b6040516108d79190612852565b60405180910390f35b3480156108ec57600080fd5b5061090760048036038101906109029190612d12565b611a14565b005b34801561091557600080fd5b50610930600480360381019061092b91906129d3565b611b36565b005b34801561093e57600080fd5b50610959600480360381019061095491906129d3565b611b4a565b60405161096691906127af565b60405180910390f35b34801561097b57600080fd5b5061099660048036038101906109919190612df3565b611b6a565b005b3480156109a457600080fd5b506109bf60048036038101906109ba9190612b35565b611c05565b005b3480156109cd57600080fd5b506109e860048036038101906109e391906128aa565b611c27565b6040516109f59190612852565b60405180910390f35b348015610a0a57600080fd5b50610a256004803603810190610a2091906129d3565b611da8565b005b348015610a3357600080fd5b50610a4e6004803603810190610a499190612f5c565b611dbc565b005b348015610a5c57600080fd5b50610a776004803603810190610a729190612fd1565b611f74565b005b348015610a8557600080fd5b50610aa06004803603810190610a9b91906129d3565b611f8e565b604051610aad91906127af565b60405180910390f35b348015610ac257600080fd5b50610acb611fae565b604051610ad89190612852565b60405180910390f35b348015610aed57600080fd5b50610b086004803603810190610b039190613011565b612065565b604051610b1591906127af565b60405180910390f35b348015610b2a57600080fd5b50610b456004803603810190610b4091906129d3565b61211e565b005b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480610c1257507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b80610c7a57507f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b80610c8a5750610c89826121a2565b5b9050919050565b6060600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166321b24583306040518263ffffffff1660e01b8152600401610cee91906128e6565b60006040518083038186803b158015610d0657600080fd5b505afa158015610d1a573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f82011682018060405250810190610d4391906130c1565b905090565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663e499908030846040518363ffffffff1660e01b8152600401610da792919061310a565b60206040518083038186803b158015610dbf57600080fd5b505afa158015610dd3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610df7919061261f565b9050919050565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16632d53a1223384846040518463ffffffff1660e01b8152600401610e5d93929190613133565b600060405180830381600087803b158015610e7757600080fd5b505af1158015610e8b573d6000803e3d6000fd5b505050505050565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663bac5ccc3306040518263ffffffff1660e01b8152600401610f1a91906128e6565b60206040518083038186803b158015610f3257600080fd5b505afa158015610f46573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f6a919061317f565b905090565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166362257467338585856040518563ffffffff1660e01b8152600401610fd094939291906131ac565b600060405180830381600087803b158015610fea57600080fd5b505af1158015610ffe573d6000803e3d6000fd5b50505050505050565b61100f61220c565b808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663962bf1f93085856040518463ffffffff1660e01b81526004016110d093929190613133565b60206040518083038186803b1580156110e857600080fd5b505afa1580156110fc573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611120919061317f565b905092915050565b600160149054906101000a900460ff1681565b61114361229e565b61114b61231c565b565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166312f20cb5338585856040518563ffffffff1660e01b81526004016111ae94939291906131ac565b600060405180830381600087803b1580156111c857600080fd5b505af11580156111dc573d6000803e3d6000fd5b50505050505050565b6111ed61229e565b8073ffffffffffffffffffffffffffffffffffffffff1663a9059cbb338373ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b815260040161124391906128e6565b60206040518083038186803b15801561125b57600080fd5b505afa15801561126f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611293919061317f565b6040518363ffffffff1660e01b81526004016112b092919061310a565b602060405180830381600087803b1580156112ca57600080fd5b505af11580156112de573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113029190613206565b5050565b61130e61229e565b806007908051906020019061132492919061250a565b5050565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16636bcfc62a30846040518363ffffffff1660e01b815260040161138792919061310a565b60206040518083038186803b15801561139f57600080fd5b505afa1580156113b3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113d79190613206565b9050919050565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166391bd54f530846040518363ffffffff1660e01b815260040161143d92919061310a565b60206040518083038186803b15801561145557600080fd5b505afa158015611469573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061148d919061317f565b9050919050565b61149c61220c565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516114f991906127af565b60405180910390a3505050565b61150e61220c565b808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a4505050565b600360009054906101000a900460ff1681565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663cfcc7e7a30846040518363ffffffff1660e01b81526004016115e092919061310a565b60206040518083038186803b1580156115f857600080fd5b505afa15801561160c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611630919061261f565b9050919050565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663204d849a30846040518363ffffffff1660e01b8152600401611696929190613233565b60206040518083038186803b1580156116ae57600080fd5b505afa1580156116c2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116e6919061317f565b9050919050565b6116f561229e565b6116ff6000612339565b565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663fea6eb9e33836040518363ffffffff1660e01b815260040161178492919061310a565b600060405180830381600087803b15801561179e57600080fd5b505af11580156117b2573d6000803e3d6000fd5b5050505050565b6117c161229e565b600160149054906101000a900460ff1615611811576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611808906132a8565b60405180910390fd5b80600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060018060146101000a81548160ff02191690831515021790555050565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166301b03a7230878787876040518663ffffffff1660e01b81526004016118d49594939291906132c8565b60206040518083038186803b1580156118ec57600080fd5b505afa158015611900573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611924919061317f565b9050949350505050565b60045481565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6060600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16631ce102c6306040518263ffffffff1660e01b81526004016119ba91906128e6565b60006040518083038186803b1580156119d257600080fd5b505afa1580156119e6573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f82011682018060405250810190611a0f91906130c1565b905090565b600260008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615611aa1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a9890613367565b60405180910390fd5b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16631168132c3384846040518463ffffffff1660e01b8152600401611b0093929190613387565b600060405180830381600087803b158015611b1a57600080fd5b505af1158015611b2e573d6000803e3d6000fd5b505050505050565b611b3e61229e565b611b47816123fd565b50565b60026020528060005260406000206000915054906101000a900460ff1681565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16637d70630133868686866040518663ffffffff1660e01b8152600401611bcd959493929190613413565b600060405180830381600087803b158015611be757600080fd5b505af1158015611bfb573d6000803e3d6000fd5b5050505050505050565b611c0d61229e565b8060069080519060200190611c2392919061250a565b5050565b606060086000611c3684611581565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615611d155760078054611c909061349c565b80601f0160208091040260200160405190810160405280929190818152602001828054611cbc9061349c565b8015611d095780601f10611cde57610100808354040283529160200191611d09565b820191906000526020600020905b815481529060010190602001808311611cec57829003601f168201915b50505050509050611da3565b60068054611d229061349c565b80601f0160208091040260200160405190810160405280929190818152602001828054611d4e9061349c565b8015611d9b5780601f10611d7057610100808354040283529160200191611d9b565b820191906000526020600020905b815481529060010190602001808311611d7e57829003601f168201915b505050505090505b919050565b611db061229e565b611db9816124a7565b50565b600060055411611e01576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611df89061351a565b60405180910390fd5b600554815114611e46576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e3d90613586565b60405180910390fd5b6000604051602001611e57906135fd565b60405160208183030381529060405280519060200120905060005b8251811015611ed35781838281518110611e8f57611e8e613612565b5b6020026020010151604051602001611ea8929190613693565b6040516020818303038152906040528051906020012091508080611ecb906136ea565b915050611e72565b506004548114611f18576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f0f9061377f565b60405180910390fd5b6001600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b611f7c61229e565b81600481905550806005819055505050565b60086020528060005260406000206000915054906101000a900460ff1681565b6060600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663b4069dc8306040518263ffffffff1660e01b815260040161200b91906128e6565b60006040518083038186803b15801561202357600080fd5b505afa158015612037573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f8201168201806040525081019061206091906130c1565b905090565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9d2f4553085856040518463ffffffff1660e01b81526004016120c69392919061379f565b60206040518083038186803b1580156120de57600080fd5b505afa1580156120f2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121169190613206565b905092915050565b61212661229e565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415612196576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161218d90613848565b60405180910390fd5b61219f81612339565b50565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461229c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612293906138b4565b60405180910390fd5b565b6122a6612502565b73ffffffffffffffffffffffffffffffffffffffff166122c4611934565b73ffffffffffffffffffffffffffffffffffffffff161461231a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161231190613920565b60405180910390fd5b565b6000600360006101000a81548160ff021916908315150217905550565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600360009054906101000a900460ff1661244c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124439061398c565b60405180910390fd5b6001600260008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555050565b6000600260008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555050565b600033905090565b8280546125169061349c565b90600052602060002090601f016020900481019282612538576000855561257f565b82601f1061255157805160ff191683800117855561257f565b8280016001018555821561257f579182015b8281111561257e578251825591602001919060010190612563565b5b50905061258c9190612590565b5090565b5b808211156125a9576000816000905550600101612591565b5090565b6000604051905090565b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006125ec826125c1565b9050919050565b6125fc816125e1565b811461260757600080fd5b50565b600081519050612619816125f3565b92915050565b600060208284031215612635576126346125b7565b5b60006126438482850161260a565b91505092915050565b600081905092915050565b50565b600061266760008361264c565b915061267282612657565b600082019050919050565b60006126888261265a565b9150819050919050565b600082825260208201905092915050565b7f4600000000000000000000000000000000000000000000000000000000000000600082015250565b60006126d9600183612692565b91506126e4826126a3565b602082019050919050565b60006020820190508181036000830152612708816126cc565b9050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b6127448161270f565b811461274f57600080fd5b50565b6000813590506127618161273b565b92915050565b60006020828403121561277d5761277c6125b7565b5b600061278b84828501612752565b91505092915050565b60008115159050919050565b6127a981612794565b82525050565b60006020820190506127c460008301846127a0565b92915050565b600081519050919050565b60005b838110156127f35780820151818401526020810190506127d8565b83811115612802576000848401525b50505050565b6000601f19601f8301169050919050565b6000612824826127ca565b61282e8185612692565b935061283e8185602086016127d5565b61284781612808565b840191505092915050565b6000602082019050818103600083015261286c8184612819565b905092915050565b6000819050919050565b61288781612874565b811461289257600080fd5b50565b6000813590506128a48161287e565b92915050565b6000602082840312156128c0576128bf6125b7565b5b60006128ce84828501612895565b91505092915050565b6128e0816125e1565b82525050565b60006020820190506128fb60008301846128d7565b92915050565b600081359050612910816125f3565b92915050565b6000806040838503121561292d5761292c6125b7565b5b600061293b85828601612901565b925050602061294c85828601612895565b9150509250929050565b61295f81612874565b82525050565b600060208201905061297a6000830184612956565b92915050565b600080600060608486031215612999576129986125b7565b5b60006129a786828701612901565b93505060206129b886828701612901565b92505060406129c986828701612895565b9150509250925092565b6000602082840312156129e9576129e86125b7565b5b60006129f784828501612901565b91505092915050565b600080fd5b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b612a4282612808565b810181811067ffffffffffffffff82111715612a6157612a60612a0a565b5b80604052505050565b6000612a746125ad565b9050612a808282612a39565b919050565b600067ffffffffffffffff821115612aa057612a9f612a0a565b5b612aa982612808565b9050602081019050919050565b82818337600083830152505050565b6000612ad8612ad384612a85565b612a6a565b905082815260208101848484011115612af457612af3612a05565b5b612aff848285612ab6565b509392505050565b600082601f830112612b1c57612b1b612a00565b5b8135612b2c848260208601612ac5565b91505092915050565b600060208284031215612b4b57612b4a6125b7565b5b600082013567ffffffffffffffff811115612b6957612b686125bc565b5b612b7584828501612b07565b91505092915050565b612b8781612794565b8114612b9257600080fd5b50565b600081359050612ba481612b7e565b92915050565b600080600060608486031215612bc357612bc26125b7565b5b6000612bd186828701612901565b9350506020612be286828701612901565b9250506040612bf386828701612b95565b9150509250925092565b6000819050919050565b6000612c22612c1d612c18846125c1565b612bfd565b6125c1565b9050919050565b6000612c3482612c07565b9050919050565b6000612c4682612c29565b9050919050565b612c5681612c3b565b82525050565b6000602082019050612c716000830184612c4d565b92915050565b60008060008060808587031215612c9157612c906125b7565b5b6000612c9f87828801612901565b9450506020612cb087828801612895565b9350506040612cc187828801612895565b9250506060612cd287828801612895565b91505092959194509250565b6000819050919050565b612cf181612cde565b82525050565b6000602082019050612d0c6000830184612ce8565b92915050565b60008060408385031215612d2957612d286125b7565b5b6000612d3785828601612901565b9250506020612d4885828601612b95565b9150509250929050565b600067ffffffffffffffff821115612d6d57612d6c612a0a565b5b612d7682612808565b9050602081019050919050565b6000612d96612d9184612d52565b612a6a565b905082815260208101848484011115612db257612db1612a05565b5b612dbd848285612ab6565b509392505050565b600082601f830112612dda57612dd9612a00565b5b8135612dea848260208601612d83565b91505092915050565b60008060008060808587031215612e0d57612e0c6125b7565b5b6000612e1b87828801612901565b9450506020612e2c87828801612901565b9350506040612e3d87828801612895565b925050606085013567ffffffffffffffff811115612e5e57612e5d6125bc565b5b612e6a87828801612dc5565b91505092959194509250565b600067ffffffffffffffff821115612e9157612e90612a0a565b5b602082029050602081019050919050565b600080fd5b6000612eba612eb584612e76565b612a6a565b90508083825260208201905060208402830185811115612edd57612edc612ea2565b5b835b81811015612f2457803567ffffffffffffffff811115612f0257612f01612a00565b5b808601612f0f8982612b07565b85526020850194505050602081019050612edf565b5050509392505050565b600082601f830112612f4357612f42612a00565b5b8135612f53848260208601612ea7565b91505092915050565b600060208284031215612f7257612f716125b7565b5b600082013567ffffffffffffffff811115612f9057612f8f6125bc565b5b612f9c84828501612f2e565b91505092915050565b612fae81612cde565b8114612fb957600080fd5b50565b600081359050612fcb81612fa5565b92915050565b60008060408385031215612fe857612fe76125b7565b5b6000612ff685828601612fbc565b925050602061300785828601612895565b9150509250929050565b60008060408385031215613028576130276125b7565b5b600061303685828601612901565b925050602061304785828601612901565b9150509250929050565b600061306461305f84612a85565b612a6a565b9050828152602081018484840111156130805761307f612a05565b5b61308b8482856127d5565b509392505050565b600082601f8301126130a8576130a7612a00565b5b81516130b8848260208601613051565b91505092915050565b6000602082840312156130d7576130d66125b7565b5b600082015167ffffffffffffffff8111156130f5576130f46125bc565b5b61310184828501613093565b91505092915050565b600060408201905061311f60008301856128d7565b61312c6020830184612956565b9392505050565b600060608201905061314860008301866128d7565b61315560208301856128d7565b6131626040830184612956565b949350505050565b6000815190506131798161287e565b92915050565b600060208284031215613195576131946125b7565b5b60006131a38482850161316a565b91505092915050565b60006080820190506131c160008301876128d7565b6131ce60208301866128d7565b6131db60408301856128d7565b6131e86060830184612956565b95945050505050565b60008151905061320081612b7e565b92915050565b60006020828403121561321c5761321b6125b7565b5b600061322a848285016131f1565b91505092915050565b600060408201905061324860008301856128d7565b61325560208301846128d7565b9392505050565b7f736c730000000000000000000000000000000000000000000000000000000000600082015250565b6000613292600383612692565b915061329d8261325c565b602082019050919050565b600060208201905081810360008301526132c181613285565b9050919050565b600060a0820190506132dd60008301886128d7565b6132ea60208301876128d7565b6132f76040830186612956565b6133046060830185612956565b6133116080830184612956565b9695505050505050565b7f7200000000000000000000000000000000000000000000000000000000000000600082015250565b6000613351600183612692565b915061335c8261331b565b602082019050919050565b6000602082019050818103600083015261338081613344565b9050919050565b600060608201905061339c60008301866128d7565b6133a960208301856128d7565b6133b660408301846127a0565b949350505050565b600081519050919050565b600082825260208201905092915050565b60006133e5826133be565b6133ef81856133c9565b93506133ff8185602086016127d5565b61340881612808565b840191505092915050565b600060a08201905061342860008301886128d7565b61343560208301876128d7565b61344260408301866128d7565b61344f6060830185612956565b818103608083015261346181846133da565b90509695505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806134b457607f821691505b602082108114156134c8576134c761346d565b5b50919050565b7f6e77300000000000000000000000000000000000000000000000000000000000600082015250565b6000613504600383612692565b915061350f826134ce565b602082019050919050565b60006020820190508181036000830152613533816134f7565b9050919050565b7f6e77000000000000000000000000000000000000000000000000000000000000600082015250565b6000613570600283612692565b915061357b8261353a565b602082019050919050565b6000602082019050818103600083015261359f81613563565b9050919050565b600081905092915050565b7f6567677a7a7a0000000000000000000000000000000000000000000000000000600082015250565b60006135e76006836135a6565b91506135f2826135b1565b600682019050919050565b6000613608826135da565b9150819050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6000819050919050565b61365c61365782612cde565b613641565b82525050565b600061366d826127ca565b61367781856135a6565b93506136878185602086016127d5565b80840191505092915050565b600061369f828561364b565b6020820191506136af8284613662565b91508190509392505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006136f582612874565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821415613728576137276136bb565b5b600182019050919050565b7f736c6e0000000000000000000000000000000000000000000000000000000000600082015250565b6000613769600383612692565b915061377482613733565b602082019050919050565b600060208201905081810360008301526137988161375c565b9050919050565b60006060820190506137b460008301866128d7565b6137c160208301856128d7565b6137ce60408301846128d7565b949350505050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000613832602683612692565b915061383d826137d6565b604082019050919050565b6000602082019050818103600083015261386181613825565b9050919050565b7f6e6f742073746f72616765000000000000000000000000000000000000000000600082015250565b600061389e600b83612692565b91506138a982613868565b602082019050919050565b600060208201905081810360008301526138cd81613891565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b600061390a602083612692565b9150613915826138d4565b602082019050919050565b60006020820190508181036000830152613939816138fd565b9050919050565b7f6e6e720000000000000000000000000000000000000000000000000000000000600082015250565b6000613976600383612692565b915061398182613940565b602082019050919050565b600060208201905081810360008301526139a581613969565b905091905056fea2646970667358221220de5e38a74a09efb28af9bd35f484c2ee1b1455214344227091d2da43cf17fb5464736f6c63430008090033000000000000000000000000d9c97a1af6b6689e49be1a5afa895114f843bd2800000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000001a000000000000000000000000000000000000000000000000000000000000000274372756465426f726e6520496e6772656469656e74202d204e757473206f66205468657365757300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000843422e4e555453540000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000037496e6772656469656e74732063616e20626520636f6d62696e656420696e206f7264657220746f206272657720656c69786972732e2e2e000000000000000000000000000000000000000000000000000000000000000000000000000000005568747470733a2f2f6372756465626f726e652e6d7970696e6174612e636c6f75642f697066732f516d557a4369727431343134716f6e5859347269314d5a43774a666b32424d676e7263786977456e396a773946710000000000000000000000

Deployed Bytecode

0x6080604052600436106102555760003560e01c8063715018a611610139578063a899707c116100b6578063dbd0af2c1161007a578063dbd0af2c14610a27578063df1f699d14610a50578063e711a81214610a79578063e8a3d48514610ab6578063e985e9c514610ae1578063f2fde38b14610b1e576103a8565b8063a899707c14610932578063b88d4fde1461096f578063bdbd354514610998578063c87b56dd146109c1578063d0794745146109fe576103a8565b80638c25736d116100fd5780638c25736d1461085f5780638da5cb5b1461088a57806395d89b41146108b5578063a22cb465146108e0578063a5c4917014610909576103a8565b8063715018a61461078e578063748ef90a146107a55780637b47ec1a146107d05780637dca256f146107f9578063868ad84314610822576103a8565b806334de2673116101d25780634f6ccce7116101965780634f6ccce71461065a57806355c45fbe146106975780635687f2b8146106c05780635bcca834146106e95780636352211e1461071457806370a0823114610751576103a8565b806334de26731461058b57806342842e0e146105a257806349df728c146105cb5780634eff4feb146105f45780634f558e791461061d576103a8565b806318160ddd1161021957806318160ddd146104a657806323b872dd146104d157806323de6651146104fa5780632f745c591461052357806333713d6a14610560576103a8565b806301ffc9a7146103ad57806306fdde03146103ea578063081812fc14610415578063095ea7b3146104525780630a8d2a151461047b576103a8565b366103a8576000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663d2f6f67d6040518163ffffffff1660e01b815260040160206040518083038186803b1580156102c457600080fd5b505afa1580156102d8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102fc919061261f565b73ffffffffffffffffffffffffffffffffffffffff163460405161031f9061267d565b60006040518083038185875af1925050503d806000811461035c576040519150601f19603f3d011682016040523d82523d6000602084013e610361565b606091505b50509050806103a5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161039c906126ef565b60405180910390fd5b50005b600080fd5b3480156103b957600080fd5b506103d460048036038101906103cf9190612767565b610b47565b6040516103e191906127af565b60405180910390f35b3480156103f657600080fd5b506103ff610c91565b60405161040c9190612852565b60405180910390f35b34801561042157600080fd5b5061043c600480360381019061043791906128aa565b610d48565b60405161044991906128e6565b60405180910390f35b34801561045e57600080fd5b5061047960048036038101906104749190612916565b610dfe565b005b34801561048757600080fd5b50610490610e93565b60405161049d91906128e6565b60405180910390f35b3480156104b257600080fd5b506104bb610ebd565b6040516104c89190612965565b60405180910390f35b3480156104dd57600080fd5b506104f860048036038101906104f39190612980565b610f6f565b005b34801561050657600080fd5b50610521600480360381019061051c9190612980565b611007565b005b34801561052f57600080fd5b5061054a60048036038101906105459190612916565b61106f565b6040516105579190612965565b60405180910390f35b34801561056c57600080fd5b50610575611128565b60405161058291906127af565b60405180910390f35b34801561059757600080fd5b506105a061113b565b005b3480156105ae57600080fd5b506105c960048036038101906105c49190612980565b61114d565b005b3480156105d757600080fd5b506105f260048036038101906105ed91906129d3565b6111e5565b005b34801561060057600080fd5b5061061b60048036038101906106169190612b35565b611306565b005b34801561062957600080fd5b50610644600480360381019061063f91906128aa565b611328565b60405161065191906127af565b60405180910390f35b34801561066657600080fd5b50610681600480360381019061067c91906128aa565b6113de565b60405161068e9190612965565b60405180910390f35b3480156106a357600080fd5b506106be60048036038101906106b99190612baa565b611494565b005b3480156106cc57600080fd5b506106e760048036038101906106e29190612980565b611506565b005b3480156106f557600080fd5b506106fe61156e565b60405161070b91906127af565b60405180910390f35b34801561072057600080fd5b5061073b600480360381019061073691906128aa565b611581565b60405161074891906128e6565b60405180910390f35b34801561075d57600080fd5b50610778600480360381019061077391906129d3565b611637565b6040516107859190612965565b60405180910390f35b34801561079a57600080fd5b506107a36116ed565b005b3480156107b157600080fd5b506107ba611701565b6040516107c79190612c5c565b60405180910390f35b3480156107dc57600080fd5b506107f760048036038101906107f291906128aa565b611727565b005b34801561080557600080fd5b50610820600480360381019061081b91906129d3565b6117b9565b005b34801561082e57600080fd5b5061084960048036038101906108449190612c77565b61186f565b6040516108569190612965565b60405180910390f35b34801561086b57600080fd5b5061087461192e565b6040516108819190612cf7565b60405180910390f35b34801561089657600080fd5b5061089f611934565b6040516108ac91906128e6565b60405180910390f35b3480156108c157600080fd5b506108ca61195d565b6040516108d79190612852565b60405180910390f35b3480156108ec57600080fd5b5061090760048036038101906109029190612d12565b611a14565b005b34801561091557600080fd5b50610930600480360381019061092b91906129d3565b611b36565b005b34801561093e57600080fd5b50610959600480360381019061095491906129d3565b611b4a565b60405161096691906127af565b60405180910390f35b34801561097b57600080fd5b5061099660048036038101906109919190612df3565b611b6a565b005b3480156109a457600080fd5b506109bf60048036038101906109ba9190612b35565b611c05565b005b3480156109cd57600080fd5b506109e860048036038101906109e391906128aa565b611c27565b6040516109f59190612852565b60405180910390f35b348015610a0a57600080fd5b50610a256004803603810190610a2091906129d3565b611da8565b005b348015610a3357600080fd5b50610a4e6004803603810190610a499190612f5c565b611dbc565b005b348015610a5c57600080fd5b50610a776004803603810190610a729190612fd1565b611f74565b005b348015610a8557600080fd5b50610aa06004803603810190610a9b91906129d3565b611f8e565b604051610aad91906127af565b60405180910390f35b348015610ac257600080fd5b50610acb611fae565b604051610ad89190612852565b60405180910390f35b348015610aed57600080fd5b50610b086004803603810190610b039190613011565b612065565b604051610b1591906127af565b60405180910390f35b348015610b2a57600080fd5b50610b456004803603810190610b4091906129d3565b61211e565b005b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480610c1257507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b80610c7a57507f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b80610c8a5750610c89826121a2565b5b9050919050565b6060600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166321b24583306040518263ffffffff1660e01b8152600401610cee91906128e6565b60006040518083038186803b158015610d0657600080fd5b505afa158015610d1a573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f82011682018060405250810190610d4391906130c1565b905090565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663e499908030846040518363ffffffff1660e01b8152600401610da792919061310a565b60206040518083038186803b158015610dbf57600080fd5b505afa158015610dd3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610df7919061261f565b9050919050565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16632d53a1223384846040518463ffffffff1660e01b8152600401610e5d93929190613133565b600060405180830381600087803b158015610e7757600080fd5b505af1158015610e8b573d6000803e3d6000fd5b505050505050565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663bac5ccc3306040518263ffffffff1660e01b8152600401610f1a91906128e6565b60206040518083038186803b158015610f3257600080fd5b505afa158015610f46573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f6a919061317f565b905090565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166362257467338585856040518563ffffffff1660e01b8152600401610fd094939291906131ac565b600060405180830381600087803b158015610fea57600080fd5b505af1158015610ffe573d6000803e3d6000fd5b50505050505050565b61100f61220c565b808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663962bf1f93085856040518463ffffffff1660e01b81526004016110d093929190613133565b60206040518083038186803b1580156110e857600080fd5b505afa1580156110fc573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611120919061317f565b905092915050565b600160149054906101000a900460ff1681565b61114361229e565b61114b61231c565b565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166312f20cb5338585856040518563ffffffff1660e01b81526004016111ae94939291906131ac565b600060405180830381600087803b1580156111c857600080fd5b505af11580156111dc573d6000803e3d6000fd5b50505050505050565b6111ed61229e565b8073ffffffffffffffffffffffffffffffffffffffff1663a9059cbb338373ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b815260040161124391906128e6565b60206040518083038186803b15801561125b57600080fd5b505afa15801561126f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611293919061317f565b6040518363ffffffff1660e01b81526004016112b092919061310a565b602060405180830381600087803b1580156112ca57600080fd5b505af11580156112de573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113029190613206565b5050565b61130e61229e565b806007908051906020019061132492919061250a565b5050565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16636bcfc62a30846040518363ffffffff1660e01b815260040161138792919061310a565b60206040518083038186803b15801561139f57600080fd5b505afa1580156113b3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113d79190613206565b9050919050565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166391bd54f530846040518363ffffffff1660e01b815260040161143d92919061310a565b60206040518083038186803b15801561145557600080fd5b505afa158015611469573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061148d919061317f565b9050919050565b61149c61220c565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516114f991906127af565b60405180910390a3505050565b61150e61220c565b808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a4505050565b600360009054906101000a900460ff1681565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663cfcc7e7a30846040518363ffffffff1660e01b81526004016115e092919061310a565b60206040518083038186803b1580156115f857600080fd5b505afa15801561160c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611630919061261f565b9050919050565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663204d849a30846040518363ffffffff1660e01b8152600401611696929190613233565b60206040518083038186803b1580156116ae57600080fd5b505afa1580156116c2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116e6919061317f565b9050919050565b6116f561229e565b6116ff6000612339565b565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663fea6eb9e33836040518363ffffffff1660e01b815260040161178492919061310a565b600060405180830381600087803b15801561179e57600080fd5b505af11580156117b2573d6000803e3d6000fd5b5050505050565b6117c161229e565b600160149054906101000a900460ff1615611811576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611808906132a8565b60405180910390fd5b80600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060018060146101000a81548160ff02191690831515021790555050565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166301b03a7230878787876040518663ffffffff1660e01b81526004016118d49594939291906132c8565b60206040518083038186803b1580156118ec57600080fd5b505afa158015611900573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611924919061317f565b9050949350505050565b60045481565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6060600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16631ce102c6306040518263ffffffff1660e01b81526004016119ba91906128e6565b60006040518083038186803b1580156119d257600080fd5b505afa1580156119e6573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f82011682018060405250810190611a0f91906130c1565b905090565b600260008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615611aa1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a9890613367565b60405180910390fd5b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16631168132c3384846040518463ffffffff1660e01b8152600401611b0093929190613387565b600060405180830381600087803b158015611b1a57600080fd5b505af1158015611b2e573d6000803e3d6000fd5b505050505050565b611b3e61229e565b611b47816123fd565b50565b60026020528060005260406000206000915054906101000a900460ff1681565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16637d70630133868686866040518663ffffffff1660e01b8152600401611bcd959493929190613413565b600060405180830381600087803b158015611be757600080fd5b505af1158015611bfb573d6000803e3d6000fd5b5050505050505050565b611c0d61229e565b8060069080519060200190611c2392919061250a565b5050565b606060086000611c3684611581565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615611d155760078054611c909061349c565b80601f0160208091040260200160405190810160405280929190818152602001828054611cbc9061349c565b8015611d095780601f10611cde57610100808354040283529160200191611d09565b820191906000526020600020905b815481529060010190602001808311611cec57829003601f168201915b50505050509050611da3565b60068054611d229061349c565b80601f0160208091040260200160405190810160405280929190818152602001828054611d4e9061349c565b8015611d9b5780601f10611d7057610100808354040283529160200191611d9b565b820191906000526020600020905b815481529060010190602001808311611d7e57829003601f168201915b505050505090505b919050565b611db061229e565b611db9816124a7565b50565b600060055411611e01576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611df89061351a565b60405180910390fd5b600554815114611e46576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e3d90613586565b60405180910390fd5b6000604051602001611e57906135fd565b60405160208183030381529060405280519060200120905060005b8251811015611ed35781838281518110611e8f57611e8e613612565b5b6020026020010151604051602001611ea8929190613693565b6040516020818303038152906040528051906020012091508080611ecb906136ea565b915050611e72565b506004548114611f18576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f0f9061377f565b60405180910390fd5b6001600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b611f7c61229e565b81600481905550806005819055505050565b60086020528060005260406000206000915054906101000a900460ff1681565b6060600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663b4069dc8306040518263ffffffff1660e01b815260040161200b91906128e6565b60006040518083038186803b15801561202357600080fd5b505afa158015612037573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f8201168201806040525081019061206091906130c1565b905090565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9d2f4553085856040518463ffffffff1660e01b81526004016120c69392919061379f565b60206040518083038186803b1580156120de57600080fd5b505afa1580156120f2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121169190613206565b905092915050565b61212661229e565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415612196576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161218d90613848565b60405180910390fd5b61219f81612339565b50565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461229c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612293906138b4565b60405180910390fd5b565b6122a6612502565b73ffffffffffffffffffffffffffffffffffffffff166122c4611934565b73ffffffffffffffffffffffffffffffffffffffff161461231a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161231190613920565b60405180910390fd5b565b6000600360006101000a81548160ff021916908315150217905550565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600360009054906101000a900460ff1661244c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124439061398c565b60405180910390fd5b6001600260008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555050565b6000600260008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555050565b600033905090565b8280546125169061349c565b90600052602060002090601f016020900481019282612538576000855561257f565b82601f1061255157805160ff191683800117855561257f565b8280016001018555821561257f579182015b8281111561257e578251825591602001919060010190612563565b5b50905061258c9190612590565b5090565b5b808211156125a9576000816000905550600101612591565b5090565b6000604051905090565b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006125ec826125c1565b9050919050565b6125fc816125e1565b811461260757600080fd5b50565b600081519050612619816125f3565b92915050565b600060208284031215612635576126346125b7565b5b60006126438482850161260a565b91505092915050565b600081905092915050565b50565b600061266760008361264c565b915061267282612657565b600082019050919050565b60006126888261265a565b9150819050919050565b600082825260208201905092915050565b7f4600000000000000000000000000000000000000000000000000000000000000600082015250565b60006126d9600183612692565b91506126e4826126a3565b602082019050919050565b60006020820190508181036000830152612708816126cc565b9050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b6127448161270f565b811461274f57600080fd5b50565b6000813590506127618161273b565b92915050565b60006020828403121561277d5761277c6125b7565b5b600061278b84828501612752565b91505092915050565b60008115159050919050565b6127a981612794565b82525050565b60006020820190506127c460008301846127a0565b92915050565b600081519050919050565b60005b838110156127f35780820151818401526020810190506127d8565b83811115612802576000848401525b50505050565b6000601f19601f8301169050919050565b6000612824826127ca565b61282e8185612692565b935061283e8185602086016127d5565b61284781612808565b840191505092915050565b6000602082019050818103600083015261286c8184612819565b905092915050565b6000819050919050565b61288781612874565b811461289257600080fd5b50565b6000813590506128a48161287e565b92915050565b6000602082840312156128c0576128bf6125b7565b5b60006128ce84828501612895565b91505092915050565b6128e0816125e1565b82525050565b60006020820190506128fb60008301846128d7565b92915050565b600081359050612910816125f3565b92915050565b6000806040838503121561292d5761292c6125b7565b5b600061293b85828601612901565b925050602061294c85828601612895565b9150509250929050565b61295f81612874565b82525050565b600060208201905061297a6000830184612956565b92915050565b600080600060608486031215612999576129986125b7565b5b60006129a786828701612901565b93505060206129b886828701612901565b92505060406129c986828701612895565b9150509250925092565b6000602082840312156129e9576129e86125b7565b5b60006129f784828501612901565b91505092915050565b600080fd5b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b612a4282612808565b810181811067ffffffffffffffff82111715612a6157612a60612a0a565b5b80604052505050565b6000612a746125ad565b9050612a808282612a39565b919050565b600067ffffffffffffffff821115612aa057612a9f612a0a565b5b612aa982612808565b9050602081019050919050565b82818337600083830152505050565b6000612ad8612ad384612a85565b612a6a565b905082815260208101848484011115612af457612af3612a05565b5b612aff848285612ab6565b509392505050565b600082601f830112612b1c57612b1b612a00565b5b8135612b2c848260208601612ac5565b91505092915050565b600060208284031215612b4b57612b4a6125b7565b5b600082013567ffffffffffffffff811115612b6957612b686125bc565b5b612b7584828501612b07565b91505092915050565b612b8781612794565b8114612b9257600080fd5b50565b600081359050612ba481612b7e565b92915050565b600080600060608486031215612bc357612bc26125b7565b5b6000612bd186828701612901565b9350506020612be286828701612901565b9250506040612bf386828701612b95565b9150509250925092565b6000819050919050565b6000612c22612c1d612c18846125c1565b612bfd565b6125c1565b9050919050565b6000612c3482612c07565b9050919050565b6000612c4682612c29565b9050919050565b612c5681612c3b565b82525050565b6000602082019050612c716000830184612c4d565b92915050565b60008060008060808587031215612c9157612c906125b7565b5b6000612c9f87828801612901565b9450506020612cb087828801612895565b9350506040612cc187828801612895565b9250506060612cd287828801612895565b91505092959194509250565b6000819050919050565b612cf181612cde565b82525050565b6000602082019050612d0c6000830184612ce8565b92915050565b60008060408385031215612d2957612d286125b7565b5b6000612d3785828601612901565b9250506020612d4885828601612b95565b9150509250929050565b600067ffffffffffffffff821115612d6d57612d6c612a0a565b5b612d7682612808565b9050602081019050919050565b6000612d96612d9184612d52565b612a6a565b905082815260208101848484011115612db257612db1612a05565b5b612dbd848285612ab6565b509392505050565b600082601f830112612dda57612dd9612a00565b5b8135612dea848260208601612d83565b91505092915050565b60008060008060808587031215612e0d57612e0c6125b7565b5b6000612e1b87828801612901565b9450506020612e2c87828801612901565b9350506040612e3d87828801612895565b925050606085013567ffffffffffffffff811115612e5e57612e5d6125bc565b5b612e6a87828801612dc5565b91505092959194509250565b600067ffffffffffffffff821115612e9157612e90612a0a565b5b602082029050602081019050919050565b600080fd5b6000612eba612eb584612e76565b612a6a565b90508083825260208201905060208402830185811115612edd57612edc612ea2565b5b835b81811015612f2457803567ffffffffffffffff811115612f0257612f01612a00565b5b808601612f0f8982612b07565b85526020850194505050602081019050612edf565b5050509392505050565b600082601f830112612f4357612f42612a00565b5b8135612f53848260208601612ea7565b91505092915050565b600060208284031215612f7257612f716125b7565b5b600082013567ffffffffffffffff811115612f9057612f8f6125bc565b5b612f9c84828501612f2e565b91505092915050565b612fae81612cde565b8114612fb957600080fd5b50565b600081359050612fcb81612fa5565b92915050565b60008060408385031215612fe857612fe76125b7565b5b6000612ff685828601612fbc565b925050602061300785828601612895565b9150509250929050565b60008060408385031215613028576130276125b7565b5b600061303685828601612901565b925050602061304785828601612901565b9150509250929050565b600061306461305f84612a85565b612a6a565b9050828152602081018484840111156130805761307f612a05565b5b61308b8482856127d5565b509392505050565b600082601f8301126130a8576130a7612a00565b5b81516130b8848260208601613051565b91505092915050565b6000602082840312156130d7576130d66125b7565b5b600082015167ffffffffffffffff8111156130f5576130f46125bc565b5b61310184828501613093565b91505092915050565b600060408201905061311f60008301856128d7565b61312c6020830184612956565b9392505050565b600060608201905061314860008301866128d7565b61315560208301856128d7565b6131626040830184612956565b949350505050565b6000815190506131798161287e565b92915050565b600060208284031215613195576131946125b7565b5b60006131a38482850161316a565b91505092915050565b60006080820190506131c160008301876128d7565b6131ce60208301866128d7565b6131db60408301856128d7565b6131e86060830184612956565b95945050505050565b60008151905061320081612b7e565b92915050565b60006020828403121561321c5761321b6125b7565b5b600061322a848285016131f1565b91505092915050565b600060408201905061324860008301856128d7565b61325560208301846128d7565b9392505050565b7f736c730000000000000000000000000000000000000000000000000000000000600082015250565b6000613292600383612692565b915061329d8261325c565b602082019050919050565b600060208201905081810360008301526132c181613285565b9050919050565b600060a0820190506132dd60008301886128d7565b6132ea60208301876128d7565b6132f76040830186612956565b6133046060830185612956565b6133116080830184612956565b9695505050505050565b7f7200000000000000000000000000000000000000000000000000000000000000600082015250565b6000613351600183612692565b915061335c8261331b565b602082019050919050565b6000602082019050818103600083015261338081613344565b9050919050565b600060608201905061339c60008301866128d7565b6133a960208301856128d7565b6133b660408301846127a0565b949350505050565b600081519050919050565b600082825260208201905092915050565b60006133e5826133be565b6133ef81856133c9565b93506133ff8185602086016127d5565b61340881612808565b840191505092915050565b600060a08201905061342860008301886128d7565b61343560208301876128d7565b61344260408301866128d7565b61344f6060830185612956565b818103608083015261346181846133da565b90509695505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806134b457607f821691505b602082108114156134c8576134c761346d565b5b50919050565b7f6e77300000000000000000000000000000000000000000000000000000000000600082015250565b6000613504600383612692565b915061350f826134ce565b602082019050919050565b60006020820190508181036000830152613533816134f7565b9050919050565b7f6e77000000000000000000000000000000000000000000000000000000000000600082015250565b6000613570600283612692565b915061357b8261353a565b602082019050919050565b6000602082019050818103600083015261359f81613563565b9050919050565b600081905092915050565b7f6567677a7a7a0000000000000000000000000000000000000000000000000000600082015250565b60006135e76006836135a6565b91506135f2826135b1565b600682019050919050565b6000613608826135da565b9150819050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6000819050919050565b61365c61365782612cde565b613641565b82525050565b600061366d826127ca565b61367781856135a6565b93506136878185602086016127d5565b80840191505092915050565b600061369f828561364b565b6020820191506136af8284613662565b91508190509392505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006136f582612874565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821415613728576137276136bb565b5b600182019050919050565b7f736c6e0000000000000000000000000000000000000000000000000000000000600082015250565b6000613769600383612692565b915061377482613733565b602082019050919050565b600060208201905081810360008301526137988161375c565b9050919050565b60006060820190506137b460008301866128d7565b6137c160208301856128d7565b6137ce60408301846128d7565b949350505050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000613832602683612692565b915061383d826137d6565b604082019050919050565b6000602082019050818103600083015261386181613825565b9050919050565b7f6e6f742073746f72616765000000000000000000000000000000000000000000600082015250565b600061389e600b83612692565b91506138a982613868565b602082019050919050565b600060208201905081810360008301526138cd81613891565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b600061390a602083612692565b9150613915826138d4565b602082019050919050565b60006020820190508181036000830152613939816138fd565b9050919050565b7f6e6e720000000000000000000000000000000000000000000000000000000000600082015250565b6000613976600383612692565b915061398182613940565b602082019050919050565b600060208201905081810360008301526139a581613969565b905091905056fea2646970667358221220de5e38a74a09efb28af9bd35f484c2ee1b1455214344227091d2da43cf17fb5464736f6c63430008090033

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.