ETH Price: $3,340.11 (+0.34%)
 

Overview

Max Total Supply

0 0xMerch NYC2023

Holders

7

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A
Balance
1 0xMerch NYC2023
0x8ef5e727e5f503032147789bb426c4d6e729c17e
Loading...
Loading
Loading...
Loading
Loading...
Loading

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

Contract Source Code Verified (Exact Match)

Contract Name:
NYC2023

Compiler Version
v0.8.10+commit.fc410830

Optimization Enabled:
Yes with 100 runs

Other Settings:
default evmVersion
File 1 of 21 : NYC-2023.sol
// SPDX-License-Identifier: UNLICENCED
pragma solidity 0.8.10;

import "@divergencetech/ethier/contracts/erc721/ERC721Common.sol";
import "@divergencetech/ethier/contracts/sales/Seller.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import {Transforms} from "./Transforms.sol";
import {Base64} from "./base64.sol";

error Soulbound();

/// @title NFT NYC 2023
contract NYC2023 is ERC721Common, Seller {
    using Strings for uint256;

    struct Token {
        string recipient;
        string timestamp;
        string writtenMsg;
    }

    Token[] private tokens;

    // string public contractAddressString =
    //     Transforms.toAsciiString(address(this));

    constructor(
        string memory name,
        string memory symbol,
        uint256 alltotalSupply
    ) ERC721Common(name, symbol) Seller(alltotalSupply) {}

    /**
    @notice Internal override of Seller function for handling purchase (i.e.minting).
     */
    function _handlePurchase(address to, uint256 num, bool) internal override {
        for (uint256 i = 0; i < num; i++) {
            _safeMint(to, totalSold() + i);
            string memory resolved =  string(
                abi.encodePacked(
                    "0x",
                    Transforms.toAsciiString(to)
                )
            );
            tokens.push(
                Token({
                    recipient: resolved,
                    timestamp: block.timestamp.toString(),
                    writtenMsg: currentMessage
                })
            );
        }
    }

    // /// @notice Prefix for tokenURI return values.
    // string public baseTokenURI;

    // /// @notice Set the baseTokenURI.
    // function setBaseTokenURI(string memory baseTokenURI_) external onlyOwner {
    //     baseTokenURI = baseTokenURI_;
    // }

    /// @notice Returns the token's metadata URI.
    function tokenURI(
        uint256 tokenId
    ) public view override tokenExists(tokenId) returns (string memory) {
        return constructTokenURI(tokenId);
        // return string(abi.encodePacked(baseTokenURI, tokenId.toString()));
    }

    /// @notice Prefix for message return values
    string public currentMessage;

    /// @notice Set the message
    function setMessage(string calldata _message) external onlyOwner {
        require(bytes(_message).length <= 60);
        // for(uint i = 0; i < tokens.length; ++i){
        //     tokens[i].writtenMsg = _message;
        // }
        currentMessage = _message;
    }

    /**
     * @notice Generate SVG using tParams by index
     */
    function generateSVG(uint256 id) private view returns (bytes memory) {
        bytes memory message;

        if (bytes(tokens[id].writtenMsg).length == 0) {
            message = bytes.concat(
                abi.encodePacked('<tspan text-anchor="middle" x="50%" y="565">', "</tspan>")
            );
        } else {
            message = bytes.concat(
                abi.encodePacked(
                    '<tspan text-anchor="middle" x="50%" y="565">"',
                    tokens[id].writtenMsg,
                    '"</tspan>'
                )
            );
        }

        return
            bytes.concat(
                abi.encodePacked(
                    '<svg id="_floor2" data-name="floor2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 800"><defs><style>.cls-1, .cls-2, .cls-3 {fill: #fff;} .cls-2 {stroke: #979797;stroke-width: .68px;}.cls-3, .cls-4, .cls-5 {fill-rule: evenodd;}.cls-4 {fill: #ffa51b;}</style></defs>',
                    '<g id="_floor" data-name="floor1"><rect class="cls-1" width="600" height="800"/><g>',
                    '<path id="Fill-1" class="cls-4" d="M124.45,139.25c-18.31-1.73-36.63,5.72-50.46,17.23-4.71,3.92-16.47,13.58-12,20.66,2.33,3.69,6.08,6.15,9.71,8.48,5.69,3.66,5.94,9.71,9.96,14.6,3.13,3.81,7.66,6.23,12.53,7.12-.46,.24-.91,.48-1.36,.73-11.46,6.37-11.62,15.16-10.24,20.67,.86,3.44,3.18,6.32,6.37,7.95,13.24,6.75,25.46-2.62,31-10.35,6.15-8.57,12.18-10.79,15.76-6.25,1.39,1.76,3.39,6.15,6.25,5.49,5.34-1.24,.57-9.45,4.6-11.15,2.73-1.14,3.6,2.19,4.84,3.77,1.65,2.11,3.98,3.86,6.74,4.18,3.85,.45,7.28-2.21,7.38-6.02,.05-1.88-.71-4.1-3.36-6.24-1.42-1.14-2.94-2.08-4.5-2.83,1.57-.25,2.89-.54,3.88-.89,11.26-3.91,10.6-20.86,10.6-20.86,.66-26.07-13.25-43.02-47.69-46.28"/>',
                    '<path id="Fill-3" class="cls-3" d="M126.99,202.04c-9.72,.55-21.69-5-22.4-14.55-.75-9.98,.3-22.27,7.29-28.68,9.94-9.13,34.44-12.38,47.03,1.3,12.58,13.69,8.61,29.33,2.92,33.89-7.16,5.74-20.33,7.22-34.83,8.04"/>',
                    '<path id="Fill-5" class="cls-4" d="M135.08,176.4c0,5.83-4.46,10.56-9.96,10.56s-9.96-4.73-9.96-10.56,4.46-10.56,9.96-10.56,9.96,4.73,9.96,10.56"/>',
                    '<path id="Fill-7" class="cls-4" d="M152.33,174.66c2.42-.28,4.73,.62,6.4,2.27,.72,.71,1.95,.15,1.83-.85v-.03c-.56-4.65-4.56-8.02-8.95-7.52-4.39,.5-7.51,4.69-6.96,9.34v.03c.12,1,1.45,1.27,1.98,.41,1.24-1.98,3.27-3.38,5.7-3.66"/></g>'
                ),
                abi.encodePacked(
                    '<g><path class="cls-5" d="M239.73,165.65c-1.63-2.16-3.86-3.98-6.7-5.44-2.84-1.46-6.17-2.19-9.98-2.19s-7.16,.74-10.06,2.23c-2.9,1.49-5.15,3.33-6.75,5.52s-3.05,5.21-4.35,9.05c-1.3,3.84-1.95,8.47-1.95,13.88,0,5.9,.8,11.18,2.4,15.83,1.05,2.92,2.39,5.44,4.02,7.55,1.63,2.11,3.89,3.88,6.79,5.32,2.9,1.43,6.22,2.15,9.97,2.15s7.05-.7,9.89-2.11c2.84-1.41,5.06-3.19,6.66-5.36,4.3-5.74,6.46-13.5,6.46-23.3,0-5.47-.83-10.64-2.48-15.51-.99-2.92-2.3-5.47-3.93-7.63Zm-16.68,6.74c.78,0,1.5,.12,2.17,.33l-9.35,26.26c-.84-2.59-1.27-5.99-1.27-10.23,0-10.9,2.81-16.36,8.44-16.36Zm8.44,16.8c0,10.61-2.84,15.91-8.53,15.91-1.02,0-1.94-.19-2.77-.55l9.75-26.8c1.03,2.66,1.54,6.31,1.54,10.95v.49Z"/>'
                    '<path class="cls-5" d="M293.9,182.9c0-1.38-.99-3.04-2.98-4.99-1.99-1.95-3.67-2.92-5.05-2.92s-3.06,.97-5.05,2.92l-9.11,9.09-9.19-9.09c-1.99-1.95-3.66-2.92-5.01-2.92s-3.04,.97-5.05,2.92c-2.02,1.95-3.02,3.61-3.02,4.99s.99,3.04,2.98,4.99l9.19,9.09-9.19,9.09c-1.99,1.95-2.98,3.61-2.98,4.99s1.01,3.03,3.02,4.95c2.01,1.92,3.7,2.88,5.05,2.88s3.02-.97,5.01-2.92l9.19-9.01,9.11,9.01c1.99,1.95,3.67,2.92,5.05,2.92s3.06-.96,5.05-2.88c1.99-1.92,2.98-3.57,2.98-4.95s-.99-3.04-2.98-4.99l-9.19-9.09,9.19-9.09c1.99-1.95,2.98-3.61,2.98-4.99Z"/>',
                    '<path class="cls-5" d="M362.94,161.19c-.77-1.46-2.91-2.19-6.42-2.19s-5.73,.73-6.66,2.19c-3.14,3.9-9.41,11.93-18.79,24.11l-18.79-24.19-.5-.49c-.33-.38-1.03-.74-2.11-1.1-1.08-.35-2.36-.53-3.85-.53-3.48,0-5.63,.7-6.46,2.11-.44,.81-.7,1.53-.79,2.15-.08,.62-.12,1.56-.12,2.8v45.05c0,1.3,.04,2.27,.12,2.92,.08,.65,.34,1.35,.79,2.11,.83,1.46,2.92,2.19,6.29,2.19s5.63-.73,6.46-2.19c.44-.76,.7-1.45,.79-2.07,.08-.62,.12-1.56,.12-2.8v-27.36c.28,.33,2.04,2.69,5.3,7.1,3.26,4.41,5.44,7.29,6.54,8.65l.66,.89c.44,.54,1.17,1.09,2.19,1.66,1.02,.57,2.15,.85,3.39,.85s2.4-.31,3.48-.93c1.08-.62,1.75-1.11,2.03-1.46,.27-.35,.77-.99,1.49-1.91,.72-.92,2.4-3.21,5.05-6.86,2.65-3.65,4.66-6.32,6.04-8v27.2c0,1.89,.14,3.3,.41,4.22,.27,.7,.66,1.25,1.16,1.62,.5,.38,1.21,.7,2.15,.97,.94,.27,2.21,.41,3.81,.41s2.92-.16,3.97-.49c2.1-.65,3.15-2.84,3.15-6.58v-45.06c0-1.24-.04-2.19-.12-2.84-.08-.65-.34-1.38-.79-2.19Z"/>',
                    '<path class="cls-5" d="M409.99,199.3c1.68-1.6,2.53-4.06,2.53-7.39s-.94-6.4-2.81-9.21c-3.59-5.3-9.22-7.96-16.89-7.96-6.73,0-12.35,2.04-16.85,6.13-4.5,4.09-6.75,9.54-6.75,16.36,0,5.41,1.74,10.31,5.21,14.69,1.77,2.27,4.24,4.1,7.41,5.48,3.17,1.38,6.8,2.07,10.89,2.07,11.75,0,17.63-2.41,17.63-7.22,0-1.03-.36-2.27-1.08-3.73-1.27-2.44-2.79-3.65-4.55-3.65-.88,0-1.99,.3-3.31,.89l-.91,.32c-1.82,.65-4.33,.97-7.53,.97-1.82,0-3.64-.51-5.46-1.54-1.82-1.03-2.73-2.3-2.73-3.82h19.62c2.04,0,3.9-.8,5.59-2.39Zm-14.94-4.99h-10.43c0-1.62,.88-3.15,2.65-4.59,1.76-1.43,3.54-2.15,5.34-2.15s3.17,.38,4.14,1.14c.97,.76,1.45,1.76,1.45,3,0,1.73-1.05,2.6-3.14,2.6Z"/>',
                    '<path class="cls-5" d="M447.53,176.12c-1.05-.33-2.02-.55-2.9-.69-.88-.13-1.97-.2-3.27-.2s-2.8,.46-4.51,1.38c-1.71,.92-2.83,1.65-3.35,2.19-.53,.54-.92,1-1.2,1.38,0-.92-.3-1.81-.91-2.68-.83-1.24-2.9-1.87-6.21-1.87-3.53,0-5.68,.73-6.46,2.19-.39,.76-.62,1.45-.7,2.07-.08,.62-.12,1.56-.12,2.8v30.85c.11,1.57,.61,2.73,1.49,3.49,1.16,.92,3.06,1.38,5.71,1.38,3.48,0,5.63-.7,6.46-2.11,.44-.81,.7-1.53,.79-2.15,.08-.62,.12-1.56,.12-2.8v-17.05c0-1.46,.65-2.71,1.95-3.73,1.3-1.03,2.69-1.54,4.18-1.54s2.69,.22,3.6,.65,1.86,.65,2.86,.65c1.99,0,3.5-1.03,4.55-3.08,1.05-2.06,1.57-3.95,1.57-5.68s-.35-2.99-1.04-3.77c-.69-.78-1.56-1.34-2.61-1.66Z"/>',
                    '<path class="cls-5" d="M469.3,191.63c1.6-1.3,3.33-1.95,5.17-1.95s3.27,.46,4.26,1.38c1.93,1.19,3.42,1.79,4.47,1.79,1.82,0,3.73-1.49,5.71-4.46,1.16-1.73,1.74-3.29,1.74-4.67s-.72-2.61-2.15-3.69c-.55-.38-1.32-.89-2.32-1.54l-1.32-.81c-.94-.54-2.4-1.1-4.39-1.66-1.99-.57-4.03-.85-6.13-.85-5.19,0-10.07,1.79-14.65,5.36-2.26,1.73-4.11,4.02-5.55,6.86-1.44,2.84-2.15,6.01-2.15,9.5s.72,6.68,2.15,9.58c1.43,2.9,3.28,5.21,5.55,6.94,4.75,3.63,9.68,5.44,14.82,5.44,4.58,0,8.44-1.08,11.59-3.25,3.03-1.79,4.55-3.71,4.55-5.76,0-1.24-.64-2.65-1.9-4.22-2.37-2.87-4.39-4.3-6.04-4.3-.94,0-2.17,.5-3.68,1.5-1.52,1-3.15,1.5-4.88,1.5s-3.38-.64-4.92-1.91c-1.55-1.27-2.32-3.06-2.32-5.36s.8-4.1,2.4-5.4Z"/>',
                    '<path class="cls-5" d="M533.5,181.97c-3.67-4.11-8.26-6.17-13.78-6.17-3.7,0-6.93,1.65-9.68,4.95v-17.94c0-1.24-.04-2.18-.12-2.8-.08-.62-.35-1.34-.79-2.15-.72-1.46-2.81-2.19-6.29-2.19s-5.68,.73-6.46,2.19c-.39,.76-.62,1.45-.7,2.07-.08,.62-.12,1.56-.12,2.8v48.55c0,1.3,.04,2.25,.12,2.84,.08,.6,.32,1.3,.7,2.11,.77,1.46,2.9,2.19,6.37,2.19s5.66-.7,6.37-2.11c.44-.81,.7-1.53,.79-2.15,.08-.62,.12-1.55,.12-2.8v-15.75c.22-1.46,1.08-2.77,2.57-3.94,1.49-1.16,3.21-1.74,5.17-1.74s3.57,.62,4.84,1.87c1.27,1.25,1.9,2.98,1.9,5.2v14.21c0,1.3,.04,2.27,.12,2.92,.08,.65,.34,1.38,.79,2.19,.83,1.41,2.92,2.11,6.29,2.11s5.66-.7,6.37-2.11c.44-.81,.7-1.53,.79-2.15,.08-.62,.12-1.55,.12-2.8v-14.29c0-5.95-1.84-10.99-5.5-15.1Z"/>'
                    '</g><rect id="the" class="cls-2" x="50.34" y="378.34" width="499.32" height="340.32" rx="13.57" ry="13.57"/></g>'
                ),
                abi.encodePacked(
                    '<rect id="the" stroke="#979797" stroke-width="0.678281069" fill="#FFFFFF" x="50.3391405" y="378.339141" width="499.321719" height="340.321719" rx="13.5656214"></rect>',
                    '<text id="address" font-family="Arial-BoldMT, Arial" font-size="18.9918699" font-weight="bold" fill="#000000"><tspan text-anchor="middle" x="50%" y="433">',
                    tokens[id].recipient,
                    '</tspan></text><text id="thank" font-family="ArialMT, Arial" font-size="18.9918699" font-weight="normal" fill="#000000">',
                    message,
                    '</text><text id="recipient" font-family="Arial-BoldMT, Arial" font-size="28" font-weight="bold" fill="#000000"><tspan x="242.148438" y="482">recipient</tspan></text>',
                    '<text id="mint-time" font-family="ArialMT, Arial" font-size="21" font-weight="normal" line-spacing="30" fill="#000000"><tspan text-anchor="middle" x="50%" y="647">',
                    tokens[id].timestamp,
                    '</tspan><tspan x="228.817383" y="677">mint timestamp</tspan></text></svg>'
                )
            );
    }

    /**
     * @notice Generate SVG, b64 encode it, construct an ERC721 token URI.
     */
    function constructTokenURI(
        uint256 id
    ) private view returns (string memory) {
        string memory pageSVG = Base64.encode(bytes(generateSVG(id)));

        return
            string(
                abi.encodePacked(
                    "data:application/json;base64,",
                    Base64.encode(
                        bytes(
                            abi.encodePacked(
                                '{"signed_to":"',
                                tokens[id].recipient,
                                '", "name":"',
                                "0xMerch NYC2023 ",
                                "#",
                                id.toString(),
                                '", "external_url":"',
                                "https://0xmerch.io/Home",
                                '", "timestamp":"',
                                tokens[id].timestamp,
                                '", "message":"',
                                tokens[id].writtenMsg,
                                '", "image": "',
                                "data:image/svg+xml;base64,",
                                pageSVG,
                                '"}'
                            )
                        )
                    )
                )
            );
    }

    // function contractURI() external pure returns (string memory) {
    //     return
    //         string(
    //             abi.encodePacked(
    //                 "data:application/json;base64,",
    //                 Base64.encode(
    //                     bytes(
    //                         abi.encodePacked(
    //                             "{",
    //                             '"name":"',
    //                             "NYC 2023",
    //                             '",'
    //                             '"description":"',
    //                             "0xMerch market can give you the best nft merch goods!",
    //                             '",'
    //                             '"image_data":"',
    //                             // Yeah, looks like CORS may not be letting this resolve, fix l8r
    //                             "",
    //                             '",'
    //                             '"external_link":"',
    //                             "https://0xmerch.io/Home",
    //                             '"}'
    //                         )
    //                     )
    //                 )
    //             )
    //         );
    // }

    /**
    @notice Returns total number of existing tokens.
    @dev Using ERC721Enumerable is unnecessarily expensive wrt gas. However
    Etherscan uses totalSupply() so we provide it here.
     */
    function totalSupplied() external view returns (uint256) {
        return totalSold();
    }

    /**
     * @notice SOULBOUND: non transferable.
     */
    function _beforeTokenTransfer(
        address from,
        address to,
        uint256 tokenId
    ) internal virtual override(ERC721Common) {
        require(
            from == address(0) || to == address(0),
            "SOULBOUND: Non-Transferable"
        );
        super._beforeTokenTransfer(from, to, tokenId);
    }

    /**
     * @notice SOULBOUND: non approval.
     */
    function setApprovalForAll(
        address operator,
        bool _approved
    ) public virtual override(ERC721) {
        revert Soulbound();
    }

    /**
     * @notice SOULBOUND: Block approvals.
     */
    function approve(
        address to,
        uint256 tokenId
    ) public virtual override(ERC721) {
        revert Soulbound();
    }
}

File 2 of 21 : base64.sol
// SPDX-License-Identifier: MIT

pragma solidity >=0.6.0;

/// @title Base64
/// @author Brecht Devos - <[email protected]>
/// @notice Provides functions for encoding/decoding base64
library Base64 {
    string internal constant TABLE_ENCODE = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
    bytes  internal constant TABLE_DECODE = hex"0000000000000000000000000000000000000000000000000000000000000000"
                                            hex"00000000000000000000003e0000003f3435363738393a3b3c3d000000000000"
                                            hex"00000102030405060708090a0b0c0d0e0f101112131415161718190000000000"
                                            hex"001a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132330000000000";

    function encode(bytes memory data) internal pure returns (string memory) {
        if (data.length == 0) return '';

        // load the table into memory
        string memory table = TABLE_ENCODE;

        // multiply by 4/3 rounded up
        uint256 encodedLen = 4 * ((data.length + 2) / 3);

        // add some extra buffer at the end required for the writing
        string memory result = new string(encodedLen + 32);

        assembly {
            // set the actual output length
            mstore(result, encodedLen)

            // prepare the lookup table
            let tablePtr := add(table, 1)

            // input ptr
            let dataPtr := data
            let endPtr := add(dataPtr, mload(data))

            // result ptr, jump over length
            let resultPtr := add(result, 32)

            // run over the input, 3 bytes at a time
            for {} lt(dataPtr, endPtr) {}
            {
                // read 3 bytes
                dataPtr := add(dataPtr, 3)
                let input := mload(dataPtr)

                // write 4 characters
                mstore8(resultPtr, mload(add(tablePtr, and(shr(18, input), 0x3F))))
                resultPtr := add(resultPtr, 1)
                mstore8(resultPtr, mload(add(tablePtr, and(shr(12, input), 0x3F))))
                resultPtr := add(resultPtr, 1)
                mstore8(resultPtr, mload(add(tablePtr, and(shr( 6, input), 0x3F))))
                resultPtr := add(resultPtr, 1)
                mstore8(resultPtr, mload(add(tablePtr, and(        input,  0x3F))))
                resultPtr := add(resultPtr, 1)
            }

            // padding with '='
            switch mod(mload(data), 3)
            case 1 { mstore(sub(resultPtr, 2), shl(240, 0x3d3d)) }
            case 2 { mstore(sub(resultPtr, 1), shl(248, 0x3d)) }
        }

        return result;
    }

    function decode(string memory _data) internal pure returns (bytes memory) {
        bytes memory data = bytes(_data);

        if (data.length == 0) return new bytes(0);
        require(data.length % 4 == 0, "invalid base64 decoder input");

        // load the table into memory
        bytes memory table = TABLE_DECODE;

        // every 4 characters represent 3 bytes
        uint256 decodedLen = (data.length / 4) * 3;

        // add some extra buffer at the end required for the writing
        bytes memory result = new bytes(decodedLen + 32);

        assembly {
            // padding with '='
            let lastBytes := mload(add(data, mload(data)))
            if eq(and(lastBytes, 0xFF), 0x3d) {
                decodedLen := sub(decodedLen, 1)
                if eq(and(lastBytes, 0xFFFF), 0x3d3d) {
                    decodedLen := sub(decodedLen, 1)
                }
            }

            // set the actual output length
            mstore(result, decodedLen)

            // prepare the lookup table
            let tablePtr := add(table, 1)

            // input ptr
            let dataPtr := data
            let endPtr := add(dataPtr, mload(data))

            // result ptr, jump over length
            let resultPtr := add(result, 32)

            // run over the input, 4 characters at a time
            for {} lt(dataPtr, endPtr) {}
            {
               // read 4 characters
               dataPtr := add(dataPtr, 4)
               let input := mload(dataPtr)

               // write 3 bytes
               let output := add(
                   add(
                       shl(18, and(mload(add(tablePtr, and(shr(24, input), 0xFF))), 0xFF)),
                       shl(12, and(mload(add(tablePtr, and(shr(16, input), 0xFF))), 0xFF))),
                   add(
                       shl( 6, and(mload(add(tablePtr, and(shr( 8, input), 0xFF))), 0xFF)),
                               and(mload(add(tablePtr, and(        input , 0xFF))), 0xFF)
                    )
                )
                mstore(resultPtr, shl(232, output))
                resultPtr := add(resultPtr, 3)
            }
        }

        return result;
    }
}

File 3 of 21 : Transforms.sol
pragma solidity >=0.8.0 <0.9.0;

//SPDX-License-Identifier: MIT

library Transforms {

    /*///////////////////////////////////////////////////////////////
                             TYPE LOGIC
    //////////////////////////////////////////////////////////////*/

    function toAsciiString(address x) internal pure returns (string memory) {
        bytes memory s = new bytes(40);
        for (uint256 i = 0; i < 20; i++) {
            bytes1 b = bytes1(uint8(uint256(uint160(x)) / (2**(8 * (19 - i)))));
            bytes1 hi = bytes1(uint8(b) / 16);
            bytes1 lo = bytes1(uint8(b) - 16 * uint8(hi));
            s[2 * i] = char(hi);
            s[2 * i + 1] = char(lo);
        }
        return string(s);
    }

    function char(bytes1 b) internal pure returns (bytes1 c) {
        if (uint8(b) < 10) return bytes1(uint8(b) + 0x30);
        else return bytes1(uint8(b) + 0x57);
    }
}

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

pragma solidity ^0.8.0;

/**
 * @dev Standard math utilities missing in the Solidity language.
 */
library Math {
    enum Rounding {
        Down, // Toward negative infinity
        Up, // Toward infinity
        Zero // Toward zero
    }

    /**
     * @dev Returns the largest of two numbers.
     */
    function max(uint256 a, uint256 b) internal pure returns (uint256) {
        return a >= b ? a : b;
    }

    /**
     * @dev Returns the smallest of two numbers.
     */
    function min(uint256 a, uint256 b) internal pure returns (uint256) {
        return a < b ? a : b;
    }

    /**
     * @dev Returns the average of two numbers. The result is rounded towards
     * zero.
     */
    function average(uint256 a, uint256 b) internal pure returns (uint256) {
        // (a + b) / 2 can overflow.
        return (a & b) + (a ^ b) / 2;
    }

    /**
     * @dev Returns the ceiling of the division of two numbers.
     *
     * This differs from standard division with `/` in that it rounds up instead
     * of rounding down.
     */
    function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) {
        // (a + b - 1) / b can overflow on addition, so we distribute.
        return a == 0 ? 0 : (a - 1) / b + 1;
    }

    /**
     * @notice Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or denominator == 0
     * @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv)
     * with further edits by Uniswap Labs also under MIT license.
     */
    function mulDiv(
        uint256 x,
        uint256 y,
        uint256 denominator
    ) internal pure returns (uint256 result) {
        unchecked {
            // 512-bit multiply [prod1 prod0] = x * y. Compute the product mod 2^256 and mod 2^256 - 1, then use
            // use the Chinese Remainder Theorem to reconstruct the 512 bit result. The result is stored in two 256
            // variables such that product = prod1 * 2^256 + prod0.
            uint256 prod0; // Least significant 256 bits of the product
            uint256 prod1; // Most significant 256 bits of the product
            assembly {
                let mm := mulmod(x, y, not(0))
                prod0 := mul(x, y)
                prod1 := sub(sub(mm, prod0), lt(mm, prod0))
            }

            // Handle non-overflow cases, 256 by 256 division.
            if (prod1 == 0) {
                return prod0 / denominator;
            }

            // Make sure the result is less than 2^256. Also prevents denominator == 0.
            require(denominator > prod1);

            ///////////////////////////////////////////////
            // 512 by 256 division.
            ///////////////////////////////////////////////

            // Make division exact by subtracting the remainder from [prod1 prod0].
            uint256 remainder;
            assembly {
                // Compute remainder using mulmod.
                remainder := mulmod(x, y, denominator)

                // Subtract 256 bit number from 512 bit number.
                prod1 := sub(prod1, gt(remainder, prod0))
                prod0 := sub(prod0, remainder)
            }

            // Factor powers of two out of denominator and compute largest power of two divisor of denominator. Always >= 1.
            // See https://cs.stackexchange.com/q/138556/92363.

            // Does not overflow because the denominator cannot be zero at this stage in the function.
            uint256 twos = denominator & (~denominator + 1);
            assembly {
                // Divide denominator by twos.
                denominator := div(denominator, twos)

                // Divide [prod1 prod0] by twos.
                prod0 := div(prod0, twos)

                // Flip twos such that it is 2^256 / twos. If twos is zero, then it becomes one.
                twos := add(div(sub(0, twos), twos), 1)
            }

            // Shift in bits from prod1 into prod0.
            prod0 |= prod1 * twos;

            // Invert denominator mod 2^256. Now that denominator is an odd number, it has an inverse modulo 2^256 such
            // that denominator * inv = 1 mod 2^256. Compute the inverse by starting with a seed that is correct for
            // four bits. That is, denominator * inv = 1 mod 2^4.
            uint256 inverse = (3 * denominator) ^ 2;

            // Use the Newton-Raphson iteration to improve the precision. Thanks to Hensel's lifting lemma, this also works
            // in modular arithmetic, doubling the correct bits in each step.
            inverse *= 2 - denominator * inverse; // inverse mod 2^8
            inverse *= 2 - denominator * inverse; // inverse mod 2^16
            inverse *= 2 - denominator * inverse; // inverse mod 2^32
            inverse *= 2 - denominator * inverse; // inverse mod 2^64
            inverse *= 2 - denominator * inverse; // inverse mod 2^128
            inverse *= 2 - denominator * inverse; // inverse mod 2^256

            // Because the division is now exact we can divide by multiplying with the modular inverse of denominator.
            // This will give us the correct result modulo 2^256. Since the preconditions guarantee that the outcome is
            // less than 2^256, this is the final result. We don't need to compute the high bits of the result and prod1
            // is no longer required.
            result = prod0 * inverse;
            return result;
        }
    }

    /**
     * @notice Calculates x * y / denominator with full precision, following the selected rounding direction.
     */
    function mulDiv(
        uint256 x,
        uint256 y,
        uint256 denominator,
        Rounding rounding
    ) internal pure returns (uint256) {
        uint256 result = mulDiv(x, y, denominator);
        if (rounding == Rounding.Up && mulmod(x, y, denominator) > 0) {
            result += 1;
        }
        return result;
    }

    /**
     * @dev Returns the square root of a number. It the number is not a perfect square, the value is rounded down.
     *
     * Inspired by Henry S. Warren, Jr.'s "Hacker's Delight" (Chapter 11).
     */
    function sqrt(uint256 a) internal pure returns (uint256) {
        if (a == 0) {
            return 0;
        }

        // For our first guess, we get the biggest power of 2 which is smaller than the square root of the target.
        // We know that the "msb" (most significant bit) of our target number `a` is a power of 2 such that we have
        // `msb(a) <= a < 2*msb(a)`.
        // We also know that `k`, the position of the most significant bit, is such that `msb(a) = 2**k`.
        // This gives `2**k < a <= 2**(k+1)` → `2**(k/2) <= sqrt(a) < 2 ** (k/2+1)`.
        // Using an algorithm similar to the msb conmputation, we are able to compute `result = 2**(k/2)` which is a
        // good first aproximation of `sqrt(a)` with at least 1 correct bit.
        uint256 result = 1;
        uint256 x = a;
        if (x >> 128 > 0) {
            x >>= 128;
            result <<= 64;
        }
        if (x >> 64 > 0) {
            x >>= 64;
            result <<= 32;
        }
        if (x >> 32 > 0) {
            x >>= 32;
            result <<= 16;
        }
        if (x >> 16 > 0) {
            x >>= 16;
            result <<= 8;
        }
        if (x >> 8 > 0) {
            x >>= 8;
            result <<= 4;
        }
        if (x >> 4 > 0) {
            x >>= 4;
            result <<= 2;
        }
        if (x >> 2 > 0) {
            result <<= 1;
        }

        // At this point `result` is an estimation with one bit of precision. We know the true value is a uint128,
        // since it is the square root of a uint256. Newton's method converges quadratically (precision doubles at
        // every iteration). We thus need at most 7 iteration to turn our partial result with one bit of precision
        // into the expected uint128 result.
        unchecked {
            result = (result + a / result) >> 1;
            result = (result + a / result) >> 1;
            result = (result + a / result) >> 1;
            result = (result + a / result) >> 1;
            result = (result + a / result) >> 1;
            result = (result + a / result) >> 1;
            result = (result + a / result) >> 1;
            return min(result, a / result);
        }
    }

    /**
     * @notice Calculates sqrt(a), following the selected rounding direction.
     */
    function sqrt(uint256 a, Rounding rounding) internal pure returns (uint256) {
        uint256 result = sqrt(a);
        if (rounding == Rounding.Up && result * result < a) {
            result += 1;
        }
        return result;
    }
}

File 5 of 21 : 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);
}

File 6 of 21 : 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 7 of 21 : 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 8 of 21 : 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 9 of 21 : 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 10 of 21 : 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 11 of 21 : ERC721Pausable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC721/extensions/ERC721Pausable.sol)

pragma solidity ^0.8.0;

import "../ERC721.sol";
import "../../../security/Pausable.sol";

/**
 * @dev ERC721 token with pausable token transfers, minting and burning.
 *
 * Useful for scenarios such as preventing trades until the end of an evaluation
 * period, or having an emergency switch for freezing all token transfers in the
 * event of a large bug.
 */
abstract contract ERC721Pausable is ERC721, Pausable {
    /**
     * @dev See {ERC721-_beforeTokenTransfer}.
     *
     * Requirements:
     *
     * - the contract must not be paused.
     */
    function _beforeTokenTransfer(
        address from,
        address to,
        uint256 tokenId
    ) internal virtual override {
        super._beforeTokenTransfer(from, to, tokenId);

        require(!paused(), "ERC721Pausable: token transfer while paused");
    }
}

File 12 of 21 : IERC721Receiver.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC721/IERC721Receiver.sol)

pragma solidity ^0.8.0;

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

File 13 of 21 : 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 14 of 21 : ERC721.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (token/ERC721/ERC721.sol)

pragma solidity ^0.8.0;

import "./IERC721.sol";
import "./IERC721Receiver.sol";
import "./extensions/IERC721Metadata.sol";
import "../../utils/Address.sol";
import "../../utils/Context.sol";
import "../../utils/Strings.sol";
import "../../utils/introspection/ERC165.sol";

/**
 * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including
 * the Metadata extension, but not including the Enumerable extension, which is available separately as
 * {ERC721Enumerable}.
 */
contract ERC721 is Context, ERC165, IERC721, IERC721Metadata {
    using Address for address;
    using Strings for uint256;

    // Token name
    string private _name;

    // Token symbol
    string private _symbol;

    // Mapping from token ID to owner address
    mapping(uint256 => address) private _owners;

    // Mapping owner address to token count
    mapping(address => uint256) private _balances;

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

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

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

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

    /**
     * @dev See {IERC721-balanceOf}.
     */
    function balanceOf(address owner) public view virtual override returns (uint256) {
        require(owner != address(0), "ERC721: address zero is not a valid owner");
        return _balances[owner];
    }

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

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

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

    /**
     * @dev See {IERC721Metadata-tokenURI}.
     */
    function tokenURI(uint256 tokenId) public view virtual override returns (string memory) {
        _requireMinted(tokenId);

        string memory baseURI = _baseURI();
        return bytes(baseURI).length > 0 ? string(abi.encodePacked(baseURI, tokenId.toString())) : "";
    }

    /**
     * @dev Base URI for computing {tokenURI}. If set, the resulting URI for each
     * token will be the concatenation of the `baseURI` and the `tokenId`. Empty
     * by default, can be overridden in child contracts.
     */
    function _baseURI() internal view virtual returns (string memory) {
        return "";
    }

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

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

        _approve(to, tokenId);
    }

    /**
     * @dev See {IERC721-getApproved}.
     */
    function getApproved(uint256 tokenId) public view virtual override returns (address) {
        _requireMinted(tokenId);

        return _tokenApprovals[tokenId];
    }

    /**
     * @dev See {IERC721-setApprovalForAll}.
     */
    function setApprovalForAll(address operator, bool approved) public virtual override {
        _setApprovalForAll(_msgSender(), operator, approved);
    }

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

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

        _transfer(from, to, tokenId);
    }

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

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

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

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

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

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

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

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

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

        _balances[to] += 1;
        _owners[tokenId] = to;

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

        _afterTokenTransfer(address(0), to, tokenId);
    }

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

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

        // Clear approvals
        _approve(address(0), tokenId);

        _balances[owner] -= 1;
        delete _owners[tokenId];

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

        _afterTokenTransfer(owner, address(0), tokenId);
    }

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

        _beforeTokenTransfer(from, to, tokenId);

        // Clear approvals from the previous owner
        _approve(address(0), tokenId);

        _balances[from] -= 1;
        _balances[to] += 1;
        _owners[tokenId] = to;

        emit Transfer(from, to, tokenId);

        _afterTokenTransfer(from, to, tokenId);
    }

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

    /**
     * @dev Approve `operator` to operate on all of `owner` tokens
     *
     * Emits an {ApprovalForAll} event.
     */
    function _setApprovalForAll(
        address owner,
        address operator,
        bool approved
    ) internal virtual {
        require(owner != operator, "ERC721: approve to caller");
        _operatorApprovals[owner][operator] = approved;
        emit ApprovalForAll(owner, operator, approved);
    }

    /**
     * @dev Reverts if the `tokenId` has not been minted yet.
     */
    function _requireMinted(uint256 tokenId) internal view virtual {
        require(_exists(tokenId), "ERC721: invalid token ID");
    }

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

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

    /**
     * @dev Hook that is called after any transfer of tokens. This includes
     * minting and burning.
     *
     * Calling conditions:
     *
     * - when `from` and `to` are both non-zero.
     * - `from` and `to` are never both zero.
     *
     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
     */
    function _afterTokenTransfer(
        address from,
        address to,
        uint256 tokenId
    ) internal virtual {}
}

File 15 of 21 : ReentrancyGuard.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (security/ReentrancyGuard.sol)

pragma solidity ^0.8.0;

/**
 * @dev Contract module that helps prevent reentrant calls to a function.
 *
 * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier
 * available, which can be applied to functions to make sure there are no nested
 * (reentrant) calls to them.
 *
 * Note that because there is a single `nonReentrant` guard, functions marked as
 * `nonReentrant` may not call one another. This can be worked around by making
 * those functions `private`, and then adding `external` `nonReentrant` entry
 * points to them.
 *
 * TIP: If you would like to learn more about reentrancy and alternative ways
 * to protect against it, check out our blog post
 * https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].
 */
abstract contract ReentrancyGuard {
    // Booleans are more expensive than uint256 or any type that takes up a full
    // word because each write operation emits an extra SLOAD to first read the
    // slot's contents, replace the bits taken up by the boolean, and then write
    // back. This is the compiler's defense against contract upgrades and
    // pointer aliasing, and it cannot be disabled.

    // The values being non-zero value makes deployment a bit more expensive,
    // but in exchange the refund on every call to nonReentrant will be lower in
    // amount. Since refunds are capped to a percentage of the total
    // transaction's gas, it is best to keep them low in cases like this one, to
    // increase the likelihood of the full refund coming into effect.
    uint256 private constant _NOT_ENTERED = 1;
    uint256 private constant _ENTERED = 2;

    uint256 private _status;

    constructor() {
        _status = _NOT_ENTERED;
    }

    /**
     * @dev Prevents a contract from calling itself, directly or indirectly.
     * Calling a `nonReentrant` function from another `nonReentrant`
     * function is not supported. It is possible to prevent this from happening
     * by making the `nonReentrant` function external, and making it call a
     * `private` function that does the actual work.
     */
    modifier nonReentrant() {
        // On the first call to nonReentrant, _notEntered will be true
        require(_status != _ENTERED, "ReentrancyGuard: reentrant call");

        // Any calls to nonReentrant after this point will fail
        _status = _ENTERED;

        _;

        // By storing the original value once again, a refund is triggered (see
        // https://eips.ethereum.org/EIPS/eip-2200)
        _status = _NOT_ENTERED;
    }
}

File 16 of 21 : Pausable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)

pragma solidity ^0.8.0;

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

/**
 * @dev Contract module which allows children to implement an emergency stop
 * mechanism that can be triggered by an authorized account.
 *
 * This module is used through inheritance. It will make available the
 * modifiers `whenNotPaused` and `whenPaused`, which can be applied to
 * the functions of your contract. Note that they will not be pausable by
 * simply including this module, only once the modifiers are put in place.
 */
abstract contract Pausable is Context {
    /**
     * @dev Emitted when the pause is triggered by `account`.
     */
    event Paused(address account);

    /**
     * @dev Emitted when the pause is lifted by `account`.
     */
    event Unpaused(address account);

    bool private _paused;

    /**
     * @dev Initializes the contract in unpaused state.
     */
    constructor() {
        _paused = false;
    }

    /**
     * @dev Modifier to make a function callable only when the contract is not paused.
     *
     * Requirements:
     *
     * - The contract must not be paused.
     */
    modifier whenNotPaused() {
        _requireNotPaused();
        _;
    }

    /**
     * @dev Modifier to make a function callable only when the contract is paused.
     *
     * Requirements:
     *
     * - The contract must be paused.
     */
    modifier whenPaused() {
        _requirePaused();
        _;
    }

    /**
     * @dev Returns true if the contract is paused, and false otherwise.
     */
    function paused() public view virtual returns (bool) {
        return _paused;
    }

    /**
     * @dev Throws if the contract is paused.
     */
    function _requireNotPaused() internal view virtual {
        require(!paused(), "Pausable: paused");
    }

    /**
     * @dev Throws if the contract is not paused.
     */
    function _requirePaused() internal view virtual {
        require(paused(), "Pausable: not paused");
    }

    /**
     * @dev Triggers stopped state.
     *
     * Requirements:
     *
     * - The contract must not be paused.
     */
    function _pause() internal virtual whenNotPaused {
        _paused = true;
        emit Paused(_msgSender());
    }

    /**
     * @dev Returns to normal state.
     *
     * Requirements:
     *
     * - The contract must be paused.
     */
    function _unpause() internal virtual whenPaused {
        _paused = false;
        emit Unpaused(_msgSender());
    }
}

File 17 of 21 : 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 18 of 21 : OwnerPausable.sol
// SPDX-License-Identifier: MIT
// Copyright (c) 2021 the ethier authors (github.com/divergencetech/ethier)
pragma solidity >=0.8.0 <0.9.0;

import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/Pausable.sol";

/// @notice A Pausable contract that can only be toggled by the Owner.
contract OwnerPausable is Ownable, Pausable {
    /// @notice Pauses the contract.
    function pause() public onlyOwner {
        Pausable._pause();
    }

    /// @notice Unpauses the contract.
    function unpause() public onlyOwner {
        Pausable._unpause();
    }
}

File 19 of 21 : Monotonic.sol
// SPDX-License-Identifier: MIT
// Copyright (c) 2021 the ethier authors (github.com/divergencetech/ethier)
pragma solidity >=0.8.0 <0.9.0;

/**
@notice Provides monotonic increasing and decreasing values, similar to
OpenZeppelin's Counter but (a) limited in direction, and (b) allowing for steps
> 1.
 */
library Monotonic {
    /**
    @notice Holds a value that can only increase.
    @dev The internal value MUST NOT be accessed directly. Instead use current()
    and add().
     */
    struct Increaser {
        uint256 value;
    }

    /// @notice Returns the current value of the Increaser.
    function current(Increaser storage incr) internal view returns (uint256) {
        return incr.value;
    }

    /// @notice Adds x to the Increaser's value.
    function add(Increaser storage incr, uint256 x) internal {
        incr.value += x;
    }

    /**
    @notice Holds a value that can only decrease.
    @dev The internal value MUST NOT be accessed directly. Instead use current()
    and subtract().
     */
    struct Decreaser {
        uint256 value;
    }

    /// @notice Returns the current value of the Decreaser.
    function current(Decreaser storage decr) internal view returns (uint256) {
        return decr.value;
    }

    /// @notice Subtracts x from the Decreaser's value.
    function subtract(Decreaser storage decr, uint256 x) internal {
        decr.value -= x;
    }
}

File 20 of 21 : Seller.sol
// SPDX-License-Identifier: MIT
// Copyright (c) 2021 the ethier authors (github.com/divergencetech/ethier)
pragma solidity >=0.8.0 <0.9.0;

import "../utils/Monotonic.sol";
import "../utils/OwnerPausable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/Address.sol";
import "@openzeppelin/contracts/utils/Context.sol";
import "@openzeppelin/contracts/utils/math/Math.sol";
import "@openzeppelin/contracts/utils/Strings.sol";

/**
@notice An abstract contract providing the _purchase() function to:
 - Enforce per-wallet / per-transaction limits
 - Calculate required cost, forwarding to a beneficiary, and refunding extra
 */
abstract contract Seller is OwnerPausable, ReentrancyGuard {
    using Address for address payable;
    using Monotonic for Monotonic.Increaser;
    using Strings for uint256;


    uint256 public total;

    constructor(uint256 total_) {
        
        total = total_;
    }

   

    

    /**
    @dev Called by both _purchase() and purchaseFreeOfCharge() after all limits
    have been put in place; must perform all contract-specific sale logic, e.g.
    ERC721 minting. When _handlePurchase() is called, the value returned by
    Seller.totalSold() will be the pre-purchase amount.
    @param to The recipient of the item(s).
    @param n The number of items allowed to be purchased, which MAY be less than
    to the number passed to _purchase() but SHALL be greater than zero.
    @param freeOfCharge Indicates that the call originated from
    purchaseFreeOfCharge() and not _purchase().
    */
    function _handlePurchase(
        address to,
        uint256 n,
        bool freeOfCharge
    ) internal virtual;

    /**
    @notice Tracks total number of items sold by this contract, including those
    purchased free of charge by the contract owner.
     */
    Monotonic.Increaser private _totalSold;

    /// @notice Returns the total number of items sold by this contract.
    function totalSold() internal view returns (uint256) {
        return _totalSold.current();
    }

    /**
    @notice Allows the contract owner to purchase without payment, within the
    quota enforced by the SellerConfig.
     */
    function managerSend(address to, uint256 n)
        public
        onlyOwner
        whenNotPaused
    {

        uint256 totalInventory = total;
        n = Math.min(n, totalInventory - _totalSold.current());
        require(n > 0, "Seller: Sold out");

        _handlePurchase(to, n, true);

        _totalSold.add(n);
        assert(_totalSold.current() <= totalInventory);
    }

}

File 21 of 21 : ERC721Common.sol
// SPDX-License-Identifier: MIT
// Copyright (c) 2021 the ethier authors (github.com/divergencetech/ethier)
pragma solidity >=0.8.0 <0.9.0;

import "../utils/OwnerPausable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Pausable.sol";
import "@openzeppelin/contracts/utils/Context.sol";

/**
@notice An ERC721 contract with common functionality:
 - OpenSea gas-free listings
 - OpenZeppelin Pausable
 - OpenZeppelin Pausable with functions exposed to Owner only
 */
contract ERC721Common is Context, ERC721Pausable, OwnerPausable {
    constructor(string memory name, string memory symbol)
        ERC721(name, symbol)
    {}

    /// @notice Requires that the token exists.
    modifier tokenExists(uint256 tokenId) {
        require(ERC721._exists(tokenId), "ERC721Common: Token doesn't exist");
        _;
    }

    /// @notice Requires that msg.sender owns or is approved for the token.
    modifier onlyApprovedOrOwner(uint256 tokenId) {
        require(
            _isApprovedOrOwner(_msgSender(), tokenId),
            "ERC721Common: Not approved nor owner"
        );
        _;
    }

    /// @notice Overrides _beforeTokenTransfer as required by inheritance.
    function _beforeTokenTransfer(
        address from,
        address to,
        uint256 tokenId
    ) internal virtual override(ERC721Pausable) {
        super._beforeTokenTransfer(from, to, tokenId);
    }

    /// @notice Overrides supportsInterface as required by inheritance.
    function supportsInterface(bytes4 interfaceId)
        public
        view
        virtual
        override(ERC721)
        returns (bool)
    {
        return super.supportsInterface(interfaceId);
    }

    /**
    @notice Returns true if either standard isApprovedForAll() returns true or
    the operator is the OpenSea proxy for the owner.
     */
    function isApprovedForAll(address owner, address operator)
        public
        view
        virtual
        override
        returns (bool)
    {
        return
            super.isApprovedForAll(owner, operator);
    }
}

Settings
{
  "remappings": [],
  "optimizer": {
    "enabled": true,
    "runs": 100
  },
  "evmVersion": "london",
  "libraries": {},
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"symbol","type":"string"},{"internalType":"uint256","name":"alltotalSupply","type":"uint256"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"Soulbound","type":"error"},{"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":false,"internalType":"address","name":"account","type":"address"}],"name":"Paused","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"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"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":[],"name":"currentMessage","outputs":[{"internalType":"string","name":"","type":"string"}],"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":"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":"to","type":"address"},{"internalType":"uint256","name":"n","type":"uint256"}],"name":"managerSend","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"_approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_message","type":"string"}],"name":"setMessage","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"total","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupplied","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"unpause","outputs":[],"stateMutability":"nonpayable","type":"function"}]

60806040523480156200001157600080fd5b5060405162004b1e38038062004b1e83398101604081905262000034916200026e565b8083838181816000908051906020019062000051929190620000fb565b50805162000067906001906020840190620000fb565b505050620000846200007e620000a560201b60201c565b620000a9565b50506006805460ff60a01b191690556001600755600855506200031e915050565b3390565b600680546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b8280546200010990620002e1565b90600052602060002090601f0160209004810192826200012d576000855562000178565b82601f106200014857805160ff191683800117855562000178565b8280016001018555821562000178579182015b82811115620001785782518255916020019190600101906200015b565b50620001869291506200018a565b5090565b5b808211156200018657600081556001016200018b565b634e487b7160e01b600052604160045260246000fd5b600082601f830112620001c957600080fd5b81516001600160401b0380821115620001e657620001e6620001a1565b604051601f8301601f19908116603f01168101908282118183101715620002115762000211620001a1565b816040528381526020925086838588010111156200022e57600080fd5b600091505b8382101562000252578582018301518183018401529082019062000233565b83821115620002645760008385830101525b9695505050505050565b6000806000606084860312156200028457600080fd5b83516001600160401b03808211156200029c57600080fd5b620002aa87838801620001b7565b94506020860151915080821115620002c157600080fd5b50620002d086828701620001b7565b925050604084015190509250925092565b600181811c90821680620002f657607f821691505b602082108114156200031857634e487b7160e01b600052602260045260246000fd5b50919050565b6147f0806200032e6000396000f3fe608060405234801561001057600080fd5b50600436106101585760003560e01c806370a08231116100c3578063b88d4fde1161007c578063b88d4fde1461029f578063c87b56dd146102b2578063d9203db6146102c5578063dcfea965146102cd578063e985e9c5146102e0578063f2fde38b146102f357600080fd5b806370a0823114610255578063715018a6146102685780638456cb59146102705780638da5cb5b1461027857806395d89b4114610289578063a22cb4651461029157600080fd5b8063368b877211610115578063368b8772146102045780633f4ba83a1461021757806342842e0e1461021f5780635c975abb14610232578063630fd0ac1461023a5780636352211e1461024257600080fd5b806301ffc9a71461015d57806306fdde0314610185578063081812fc1461019a578063095ea7b3146101c557806323b872dd146101da5780632ddbd13a146101ed575b600080fd5b61017061016b366004611a10565b610306565b60405190151581526020015b60405180910390f35b61018d610317565b60405161017c9190611a85565b6101ad6101a8366004611a98565b6103a9565b6040516001600160a01b03909116815260200161017c565b6101d86101d3366004611ac8565b6103d0565b005b6101d86101e8366004611af2565b6103e9565b6101f660085481565b60405190815260200161017c565b6101d8610212366004611b2e565b610428565b6101d861044a565b6101d861022d366004611af2565b61045c565b610170610477565b6101f6610487565b6101ad610250366004611a98565b610496565b6101f6610263366004611ba0565b6104cb565b6101d8610551565b6101d8610563565b6006546001600160a01b03166101ad565b61018d610573565b6101d86101d3366004611bbb565b6101d86102ad366004611c0d565b610582565b61018d6102c0366004611a98565b6105ba565b61018d61062e565b6101d86102db366004611ac8565b6106bc565b6101706102ee366004611ce9565b61075f565b6101d8610301366004611ba0565b610792565b60006103118261080b565b92915050565b60606000805461032690611d1c565b80601f016020809104026020016040519081016040528092919081815260200182805461035290611d1c565b801561039f5780601f106103745761010080835404028352916020019161039f565b820191906000526020600020905b81548152906001019060200180831161038257829003601f168201915b5050505050905090565b60006103b48261085b565b506000908152600460205260409020546001600160a01b031690565b60405163a4420a9560e01b815260040160405180910390fd5b6103f33382610880565b6104185760405162461bcd60e51b815260040161040f90611d51565b60405180910390fd5b6104238383836108df565b505050565b610430610a86565b603c81111561043e57600080fd5b610423600b83836118ed565b610452610a86565b61045a610ae0565b565b61042383838360405180602001604052806000815250610582565b600654600160a01b900460ff1690565b6000610491610b35565b905090565b6000818152600260205260408120546001600160a01b0316806103115760405162461bcd60e51b815260040161040f90611d9f565b60006001600160a01b0382166105355760405162461bcd60e51b815260206004820152602960248201527f4552433732313a2061646472657373207a65726f206973206e6f7420612076616044820152683634b21037bbb732b960b91b606482015260840161040f565b506001600160a01b031660009081526003602052604090205490565b610559610a86565b61045a6000610b40565b61056b610a86565b61045a610b92565b60606001805461032690611d1c565b61058c3383610880565b6105a85760405162461bcd60e51b815260040161040f90611d51565b6105b484848484610bd5565b50505050565b6060816105c681610c08565b61061c5760405162461bcd60e51b815260206004820152602160248201527f455243373231436f6d6d6f6e3a20546f6b656e20646f65736e277420657869736044820152601d60fa1b606482015260840161040f565b61062583610c25565b91505b50919050565b600b805461063b90611d1c565b80601f016020809104026020016040519081016040528092919081815260200182805461066790611d1c565b80156106b45780601f10610689576101008083540402835291602001916106b4565b820191906000526020600020905b81548152906001019060200180831161069757829003601f168201915b505050505081565b6106c4610a86565b6106cc610d04565b6008546106eb826106dc60095490565b6106e69084611de7565b610d4c565b9150600082116107305760405162461bcd60e51b815260206004820152601060248201526f14d95b1b195c8e8814dbdb19081bdd5d60821b604482015260640161040f565b61073c83836001610d62565b610747600983610edc565b8061075160095490565b111561042357610423611dfe565b6001600160a01b03808316600090815260056020908152604080832093851683529290529081205460ff165b9392505050565b61079a610a86565b6001600160a01b0381166107ff5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161040f565b61080881610b40565b50565b60006001600160e01b031982166380ac58cd60e01b148061083c57506001600160e01b03198216635b5e139f60e01b145b8061031157506301ffc9a760e01b6001600160e01b0319831614610311565b61086481610c08565b6108085760405162461bcd60e51b815260040161040f90611d9f565b60008061088c83610496565b9050806001600160a01b0316846001600160a01b031614806108b357506108b3818561075f565b806108d75750836001600160a01b03166108cc846103a9565b6001600160a01b0316145b949350505050565b826001600160a01b03166108f282610496565b6001600160a01b0316146109565760405162461bcd60e51b815260206004820152602560248201527f4552433732313a207472616e736665722066726f6d20696e636f72726563742060448201526437bbb732b960d91b606482015260840161040f565b6001600160a01b0382166109b85760405162461bcd60e51b8152602060048201526024808201527f4552433732313a207472616e7366657220746f20746865207a65726f206164646044820152637265737360e01b606482015260840161040f565b6109c3838383610ef9565b6109ce600082610f6d565b6001600160a01b03831660009081526003602052604081208054600192906109f7908490611de7565b90915550506001600160a01b0382166000908152600360205260408120805460019290610a25908490611e14565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b6006546001600160a01b0316331461045a5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161040f565b610ae8610fdb565b6006805460ff60a01b191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b6040516001600160a01b03909116815260200160405180910390a1565b600061049160095490565b600680546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b610b9a610d04565b6006805460ff60a01b1916600160a01b1790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258610b183390565b610be08484846108df565b610bec84848484611026565b6105b45760405162461bcd60e51b815260040161040f90611e2c565b6000908152600260205260409020546001600160a01b0316151590565b60606000610c3a610c3584611124565b611303565b9050610cdd600a8481548110610c5257610c52611e7e565b9060005260206000209060030201600001610c6c85611469565b600a8681548110610c7f57610c7f611e7e565b9060005260206000209060030201600101600a8781548110610ca357610ca3611e7e565b906000526020600020906003020160020185604051602001610cc9959493929190611f4a565b604051602081830303815290604052611303565b604051602001610ced91906120a3565b604051602081830303815290604052915050919050565b610d0c610477565b1561045a5760405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b604482015260640161040f565b6000818310610d5b578161078b565b5090919050565b60005b828110156105b457610d898482610d7a610b35565b610d849190611e14565b611567565b6000610d9485611585565b604051602001610da491906120e8565b60408051601f19818403018152606083019091528082529150600a9060208101610dcd42611469565b8152602001600b8054610ddf90611d1c565b80601f0160208091040260200160405190810160405280929190818152602001828054610e0b90611d1c565b8015610e585780601f10610e2d57610100808354040283529160200191610e58565b820191906000526020600020905b815481529060010190602001808311610e3b57829003601f168201915b50505091909252505081546001810183556000928352602092839020825180519394600390930290910192610e909284920190611971565b506020828101518051610ea99260018501920190611971565b5060408201518051610ec5916002840191602090910190611971565b505050508080610ed490612112565b915050610d65565b80826000016000828254610ef09190611e14565b90915550505050565b6001600160a01b0383161580610f1657506001600160a01b038216155b610f625760405162461bcd60e51b815260206004820152601b60248201527f534f554c424f554e443a204e6f6e2d5472616e7366657261626c650000000000604482015260640161040f565b6104238383836116cc565b600081815260046020526040902080546001600160a01b0319166001600160a01b0384169081179091558190610fa282610496565b6001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b610fe3610477565b61045a5760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b604482015260640161040f565b60006001600160a01b0384163b1561111957604051630a85bd0160e11b81526001600160a01b0385169063150b7a029061106a90339089908890889060040161212d565b6020604051808303816000875af19250505080156110a5575060408051601f3d908101601f191682019092526110a29181019061216a565b60015b6110ff573d8080156110d3576040519150601f19603f3d011682016040523d82523d6000602084013e6110d8565b606091505b5080516110f75760405162461bcd60e51b815260040161040f90611e2c565b805181602001fd5b6001600160e01b031916630a85bd0160e11b1490506108d7565b506001949350505050565b606080600a838154811061113a5761113a611e7e565b9060005260206000209060030201600201805461115690611d1c565b151590506111ea576040516020016111b7907f3c747370616e20746578742d616e63686f723d226d6964646c652220783d223581526b181291103c9e911a9b1a911f60a11b6020820152671e17ba39b830b71f60c11b602c82015260340190565b60408051601f19818403018152908290526111d491602001612187565b604051602081830303815290604052905061124d565b600a83815481106111fd576111fd611e7e565b906000526020600020906003020160020160405160200161121e91906121a3565b60408051601f198184030181529082905261123b91602001612187565b60405160208183030381529060405290505b60405160200161125c90612204565b60405160208183030381529060405260405160200161127a906129c6565b604051602081830303815290604052600a858154811061129c5761129c611e7e565b906000526020600020906003020160000183600a87815481106112c1576112c1611e7e565b90600052602060002090600302016001016040516020016112e49392919061410b565b60408051601f1981840301815290829052610ced93929160200161455f565b606081516000141561132357505060408051602081019091526000815290565b600060405180606001604052806040815260200161477b60409139905060006003845160026113529190611e14565b61135c91906145b8565b6113679060046145cc565b90506000611376826020611e14565b67ffffffffffffffff81111561138e5761138e611bf7565b6040519080825280601f01601f1916602001820160405280156113b8576020820181803683370190505b509050818152600183018586518101602084015b81831015611424576003830192508251603f8160121c168501518253600182019150603f81600c1c168501518253600182019150603f8160061c168501518253600182019150603f81168501518253506001016113cc565b60038951066001811461143e576002811461144f5761145b565b613d3d60f01b60011983015261145b565b603d60f81b6000198301525b509398975050505050505050565b60608161148d5750506040805180820190915260018152600360fc1b602082015290565b8160005b81156114b757806114a181612112565b91506114b09050600a836145b8565b9150611491565b60008167ffffffffffffffff8111156114d2576114d2611bf7565b6040519080825280601f01601f1916602001820160405280156114fc576020820181803683370190505b5090505b84156108d757611511600183611de7565b915061151e600a866145eb565b611529906030611e14565b60f81b81838151811061153e5761153e611e7e565b60200101906001600160f81b031916908160001a905350611560600a866145b8565b9450611500565b6115818282604051806020016040528060008152506116d7565b5050565b60408051602880825260608281019093526000919060208201818036833701905050905060005b60148110156116c55760006115c2826013611de7565b6115cd9060086145cc565b6115d89060026146e3565b6115eb906001600160a01b0387166145b8565b60f81b9050600060108260f81c61160291906146ef565b60f81b905060008160f81c60106116199190614711565b8360f81c6116279190614732565b60f81b90506116358261170a565b856116418660026145cc565b8151811061165157611651611e7e565b60200101906001600160f81b031916908160001a9053506116718161170a565b8561167d8660026145cc565b611688906001611e14565b8151811061169857611698611e7e565b60200101906001600160f81b031916908160001a90535050505080806116bd90612112565b9150506115ac565b5092915050565b610423838383611745565b6116e183836117ae565b6116ee6000848484611026565b6104235760405162461bcd60e51b815260040161040f90611e2c565b6000600a60f883901c10156117315761172860f883901c6030614755565b60f81b92915050565b61172860f883901c6057614755565b919050565b61174d610477565b156104235760405162461bcd60e51b815260206004820152602b60248201527f4552433732315061757361626c653a20746f6b656e207472616e73666572207760448201526a1a1a5b19481c185d5cd95960aa1b606482015260840161040f565b6001600160a01b0382166118045760405162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f2061646472657373604482015260640161040f565b61180d81610c08565b1561185a5760405162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000604482015260640161040f565b61186660008383610ef9565b6001600160a01b038216600090815260036020526040812080546001929061188f908490611e14565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b03861690811790915590518392907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b8280546118f990611d1c565b90600052602060002090601f01602090048101928261191b5760008555611961565b82601f106119345782800160ff19823516178555611961565b82800160010185558215611961579182015b82811115611961578235825591602001919060010190611946565b5061196d9291506119e5565b5090565b82805461197d90611d1c565b90600052602060002090601f01602090048101928261199f5760008555611961565b82601f106119b857805160ff1916838001178555611961565b82800160010185558215611961579182015b828111156119615782518255916020019190600101906119ca565b5b8082111561196d57600081556001016119e6565b6001600160e01b03198116811461080857600080fd5b600060208284031215611a2257600080fd5b813561078b816119fa565b60005b83811015611a48578181015183820152602001611a30565b838111156105b45750506000910152565b60008151808452611a71816020860160208601611a2d565b601f01601f19169290920160200192915050565b60208152600061078b6020830184611a59565b600060208284031215611aaa57600080fd5b5035919050565b80356001600160a01b038116811461174057600080fd5b60008060408385031215611adb57600080fd5b611ae483611ab1565b946020939093013593505050565b600080600060608486031215611b0757600080fd5b611b1084611ab1565b9250611b1e60208501611ab1565b9150604084013590509250925092565b60008060208385031215611b4157600080fd5b823567ffffffffffffffff80821115611b5957600080fd5b818501915085601f830112611b6d57600080fd5b813581811115611b7c57600080fd5b866020828501011115611b8e57600080fd5b60209290920196919550909350505050565b600060208284031215611bb257600080fd5b61078b82611ab1565b60008060408385031215611bce57600080fd5b611bd783611ab1565b915060208301358015158114611bec57600080fd5b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b60008060008060808587031215611c2357600080fd5b611c2c85611ab1565b9350611c3a60208601611ab1565b925060408501359150606085013567ffffffffffffffff80821115611c5e57600080fd5b818701915087601f830112611c7257600080fd5b813581811115611c8457611c84611bf7565b604051601f8201601f19908116603f01168101908382118183101715611cac57611cac611bf7565b816040528281528a6020848701011115611cc557600080fd5b82602086016020830137600060208483010152809550505050505092959194509250565b60008060408385031215611cfc57600080fd5b611d0583611ab1565b9150611d1360208401611ab1565b90509250929050565b600181811c90821680611d3057607f821691505b6020821081141561062857634e487b7160e01b600052602260045260246000fd5b6020808252602e908201527f4552433732313a2063616c6c6572206973206e6f7420746f6b656e206f776e6560408201526d1c881b9bdc88185c1c1c9bdd995960921b606082015260800190565b602080825260189082015277115490cdcc8c4e881a5b9d985b1a59081d1bdad95b88125160421b604082015260600190565b634e487b7160e01b600052601160045260246000fd5b600082821015611df957611df9611dd1565b500390565b634e487b7160e01b600052600160045260246000fd5b60008219821115611e2757611e27611dd1565b500190565b60208082526032908201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560408201527131b2b4bb32b91034b6b83632b6b2b73a32b960711b606082015260800190565b634e487b7160e01b600052603260045260246000fd5b8054600090600181811c9080831680611eae57607f831692505b6020808410821415611ed057634e487b7160e01b600052602260045260246000fd5b818015611ee45760018114611ef557611f22565b60ff19861689528489019650611f22565b60008881526020902060005b86811015611f1a5781548b820152908501908301611f01565b505084890196505b50505050505092915050565b60008151611f40818560208601611a2d565b9290920192915050565b6d3d9139b4b3b732b22fba37911d1160911b81526000611f6d600e830188611e94565b6a111610113730b6b2911d1160a91b81526f0183c26b2b931b410272ca199181919960851b600b820152602360f81b601b8201528651611fb481601c840160208b01611a2d565b721116101132bc3a32b93730b62fbab936111d1160691b601c92909101918201527668747470733a2f2f30786d657263682e696f2f486f6d6560481b602f8201526f111610113a34b6b2b9ba30b6b8111d1160811b604682015261201b6056820187611e94565b6d1116101136b2b9b9b0b3b2911d1160911b8152905061203e600e820186611e94565b6c1116101134b6b0b3b2911d101160991b81527f646174613a696d6167652f7376672b786d6c3b6261736536342c000000000000600d82015290506120976120896027830186611f2e565b61227d60f01b815260020190565b98975050505050505050565b7f646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c0000008152600082516120db81601d850160208701611a2d565b91909101601d0192915050565b61060f60f31b815260008251612105816002850160208701611a2d565b9190910160020192915050565b600060001982141561212657612126611dd1565b5060010190565b6001600160a01b038581168252841660208201526040810183905260806060820181905260009061216090830184611a59565b9695505050505050565b60006020828403121561217c57600080fd5b815161078b816119fa565b60008251612199818460208701611a2d565b9190910192915050565b7f3c747370616e20746578742d616e63686f723d226d6964646c652220783d223581526c181291103c9e911a9b1a911f1160991b602082015260006121eb602d830184611e94565b68111e17ba39b830b71f60b91b81526009019392505050565b7f3c7376672069643d225f666c6f6f72322220646174612d6e616d653d22666c6f81527f6f72322220786d6c6e733d22687474703a2f2f7777772e77332e6f72672f323060208201527f30302f737667222076696577426f783d223020302036303020383030223e3c6460408201527f6566733e3c7374796c653e2e636c732d312c202e636c732d322c202e636c732d60608201527f33207b66696c6c3a20236666663b7d202e636c732d32207b7374726f6b653a2060808201527f233937393739373b7374726f6b652d77696474683a202e363870783b7d2e636c60a08201527f732d332c202e636c732d342c202e636c732d35207b66696c6c2d72756c653a2060c08201527f6576656e6f64643b7d2e636c732d34207b66696c6c3a20236666613531623b7d60e08201526e1e17b9ba3cb6329f1e17b232b3399f60891b6101008201527f3c672069643d225f666c6f6f722220646174612d6e616d653d22666c6f6f723161010f8201527f223e3c7265637420636c6173733d22636c732d31222077696474683d2236303061012f8201527211103432b4b3b43a1e911c181811179f1e339f60691b61014f8201527f3c706174682069643d2246696c6c2d312220636c6173733d22636c732d3422206101628201527f643d224d3132342e34352c3133392e3235632d31382e33312d312e37332d33366101828201527f2e36332c352e37322d35302e34362c31372e32332d342e37312c332e39322d316101a28201527f362e34372c31332e35382d31322c32302e36362c322e33332c332e36392c362e6101c28201527f30382c362e31352c392e37312c382e34382c352e36392c332e36362c352e39346101e28201527f2c392e37312c392e39362c31342e362c332e31332c332e38312c372e36362c366102028201527f2e32332c31322e35332c372e31322d2e34362c2e32342d2e39312c2e34382d316102228201527f2e33362c2e37332d31312e34362c362e33372d31312e36322c31352e31362d316102428201527f302e32342c32302e36372c2e38362c332e34342c332e31382c362e33322c362e6102628201527f33372c372e39352c31332e32342c362e37352c32352e34362d322e36322c33316102828201527f2d31302e33352c362e31352d382e35372c31322e31382d31302e37392c31352e6102a28201527f37362d362e32352c312e33392c312e37362c332e33392c362e31352c362e32356102c28201527f2c352e34392c352e33342d312e32342c2e35372d392e34352c342e362d31312e6102e28201527f31352c322e37332d312e31342c332e362c322e31392c342e38342c332e37372c6103028201527f312e36352c322e31312c332e39382c332e38362c362e37342c342e31382c332e6103228201527f38352c2e34352c372e32382d322e32312c372e33382d362e30322c2e30352d316103428201527f2e38382d2e37312d342e312d332e33362d362e32342d312e34322d312e31342d6103628201527f322e39342d322e30382d342e352d322e38332c312e35372d2e32352c322e38396103828201527f2d2e35342c332e38382d2e38392c31312e32362d332e39312c31302e362d32306103a28201527f2e38362c31302e362d32302e38362c2e36362d32362e30372d31332e32352d346103c28201527219971819169a1b971b1c969a1b17191c11179f60691b6103e28201527f3c706174682069643d2246696c6c2d332220636c6173733d22636c732d3322206103f58201527f643d224d3132362e39392c3230322e3034632d392e37322c2e35352d32312e366104158201527f392d352d32322e342d31342e35352d2e37352d392e39382c2e332d32322e32376104358201527f2c372e32392d32382e36382c392e39342d392e31332c33342e34342d31322e336104558201527f382c34372e30332c312e332c31322e35382c31332e36392c382e36312c32392e6104758201527f33332c322e39322c33332e38392d372e31362c352e37342d32302e33332c372e6104958201526f191916999a171c19961c17181a11179f60811b6104b58201527f3c706174682069643d2246696c6c2d352220636c6173733d22636c732d3422206104c58201527f643d224d3133352e30382c3137362e3463302c352e38332d342e34362c31302e6104e58201527f35362d392e39362c31302e3536732d392e39362d342e37332d392e39362d31306105058201527f2e35362c342e34362d31302e35362c392e39362d31302e35362c392e39362c3461052582015270171b99961c971c9b161898171a9b11179f60791b6105458201527f3c706174682069643d2246696c6c2d372220636c6173733d22636c732d3422206105568201527f643d224d3135322e33332c3137342e363663322e34322d2e32382c342e37332c6105768201527f2e36322c362e342c322e32372c2e37322c2e37312c312e39352c2e31352c312e6105968201527f38332d2e3835762d2e3033632d2e35362d342e36352d342e35362d382e30322d6105b68201527f382e39352d372e35322d342e33392c2e352d372e35312c342e36392d362e39366105d68201527f2c392e3334762e3033632e31322c312c312e34352c312e32372c312e39382c2e6105f68201527f34312c312e32342d312e39382c332e32372d332e33382c352e372d332e36362261061682015265179f1e17b39f60d11b610636820152600061063c8201610311565b7f3c673e3c7061746820636c6173733d22636c732d352220643d224d3233392e3781527f332c3136352e3635632d312e36332d322e31362d332e38362d332e39382d362e60208201527f372d352e34342d322e38342d312e34362d362e31372d322e31392d392e39382d60408201527f322e3139732d372e31362c2e37342d31302e30362c322e3233632d322e392c3160608201527f2e34392d352e31352c332e33332d362e37352c352e3532732d332e30352c352e60808201527f32312d342e33352c392e3035632d312e332c332e38342d312e39352c382e343760a08201527f2d312e39352c31332e38382c302c352e392c2e382c31312e31382c322e342c3160c08201527f352e38332c312e30352c322e39322c322e33392c352e34342c342e30322c372e60e08201527f35352c312e36332c322e31312c332e38392c332e38382c362e37392c352e33326101008201527f2c322e392c312e34332c362e32322c322e31352c392e39372c322e313573372e6101208201527f30352d2e372c392e38392d322e313163322e38342d312e34312c352e30362d336101408201527f2e31392c362e36362d352e33362c342e332d352e37342c362e34362d31332e356101608201527f2c362e34362d32332e332c302d352e34372d2e38332d31302e36342d322e34386101808201527f2d31352e35312d2e39392d322e39322d322e332d352e34372d332e39332d372e6101a08201527f36335a6d2d31362e36382c362e3734632e37382c302c312e352c2e31322c322e6101c08201527f31372c2e33336c2d392e33352c32362e3236632d2e38342d322e35392d312e326101e08201527f372d352e39392d312e32372d31302e32332c302d31302e392c322e38312d31366102008201527f2e33362c382e34342d31362e33365a6d382e34342c31362e3863302c31302e366102208201527f312d322e38342c31352e39312d382e35332c31352e39312d312e30322c302d316102408201527f2e39342d2e31392d322e37372d2e35356c392e37352d32362e3863312e30332c6102608201527f322e36362c312e35342c362e33312c312e35342c31302e3935762e34395a222f6102808201527f3e3c7061746820636c6173733d22636c732d352220643d224d3239332e392c316102a08201527f38322e3963302d312e33382d2e39392d332e30342d322e39382d342e39392d316102c08201527f2e39392d312e39352d332e36372d322e39322d352e30352d322e3932732d332e6102e08201527f30362c2e39372d352e30352c322e39326c2d392e31312c392e30392d392e31396103008201527f2d392e3039632d312e39392d312e39352d332e36362d322e39322d352e30312d6103208201527f322e3932732d332e30342c2e39372d352e30352c322e3932632d322e30322c316103408201527f2e39352d332e30322c332e36312d332e30322c342e3939732e39392c332e30346103608201527f2c322e39382c342e39396c392e31392c392e30392d392e31392c392e3039632d6103808201527f312e39392c312e39352d322e39382c332e36312d322e39382c342e393973312e6103a08201527f30312c332e30332c332e30322c342e393563322e30312c312e39322c332e372c6103c08201527f322e38382c352e30352c322e383873332e30322d2e39372c352e30312d322e396103e08201527f326c392e31392d392e30312c392e31312c392e303163312e39392c312e39352c6104008201527f332e36372c322e39322c352e30352c322e393273332e30362d2e39362c352e306104208201527f352d322e383863312e39392d312e39322c322e39382d332e35372c322e39382d6104408201527f342e3935732d2e39392d332e30342d322e39382d342e39396c2d392e31392d396104608201527f2e30392c392e31392d392e303963312e39392d312e39352c322e39382d332e366104808201526e189619171c9c169a171c9cad11179f60891b6104a08201527f3c7061746820636c6173733d22636c732d352220643d224d3336322e39342c316104af8201527f36312e3139632d2e37372d312e34362d322e39312d322e31392d362e34322d326104cf8201527f2e3139732d352e37332c2e37332d362e36362c322e3139632d332e31342c332e6104ef8201527f392d392e34312c31312e39332d31382e37392c32342e31316c2d31382e37392d61050f8201527f32342e31392d2e352d2e3439632d2e33332d2e33382d312e30332d2e37342d3261052f8201527f2e31312d312e312d312e30382d2e33352d322e33362d2e35332d332e38352d2e61054f8201527f35332d332e34382c302d352e36332c2e372d362e34362c322e31312d2e34342c61056f8201527f2e38312d2e372c312e35332d2e37392c322e31352d2e30382c2e36322d2e313261058f8201527f2c312e35362d2e31322c322e387634352e303563302c312e332c2e30342c322e6105af8201527f32372c2e31322c322e39322c2e30382c2e36352c2e33342c312e33352c2e37396105cf8201527f2c322e31312c2e38332c312e34362c322e39322c322e31392c362e32392c322e6105ef8201527f313973352e36332d2e37332c362e34362d322e3139632e34342d2e37362c2e3761060f8201527f2d312e34352c2e37392d322e30372c2e30382d2e36322c2e31322d312e35362c61062f8201527f2e31322d322e38762d32372e3336632e32382c2e33332c322e30342c322e363961064f8201527f2c352e332c372e312c332e32362c342e34312c352e34342c372e32392c362e3561066f8201527f342c382e36356c2e36362c2e3839632e34342c2e35342c312e31372c312e303961068f8201527f2c322e31392c312e36362c312e30322c2e35372c322e31352c2e38352c332e336106af8201527f392c2e383573322e342d2e33312c332e34382d2e393363312e30382d2e36322c6106cf8201527f312e37352d312e31312c322e30332d312e34362c2e32372d2e33352c2e37372d6106ef8201527f2e39392c312e34392d312e39312c2e37322d2e39322c322e342d332e32312c3561070f8201527f2e30352d362e38362c322e36352d332e36352c342e36362d362e33322c362e3061072f8201527f342d387632372e3263302c312e38392c2e31342c332e332c2e34312c342e323261074f8201527f2c2e32372c2e372c2e36362c312e32352c312e31362c312e36322c2e352c2e3361076f8201527f382c312e32312c2e372c322e31352c2e39372c2e39342c2e32372c322e32312c61078f8201527f2e34312c332e38312c2e343173322e39322d2e31362c332e39372d2e343963326107af8201527f2e312d2e36352c332e31352d322e38342c332e31352d362e3538762d34352e306107cf8201527f3663302d312e32342d2e30342d322e31392d2e31322d322e38342d2e30382d2e6107ef820152771b1a9697199a169897199c16971b9c969917189cad11179f60411b61080f8201527f3c7061746820636c6173733d22636c732d352220643d224d3430392e39392c316108278201527f39392e3363312e36382d312e362c322e35332d342e30362c322e35332d372e336108478201527f39732d2e39342d362e342d322e38312d392e3231632d332e35392d352e332d396108678201527f2e32322d372e39362d31362e38392d372e39362d362e37332c302d31322e33356108878201527f2c322e30342d31362e38352c362e31332d342e352c342e30392d362e37352c396108a78201527f2e35342d362e37352c31362e33362c302c352e34312c312e37342c31302e33316108c78201527f2c352e32312c31342e36392c312e37372c322e32372c342e32342c342e312c376108e78201527f2e34312c352e34382c332e31372c312e33382c362e382c322e30372c31302e386109078201527f392c322e30372c31312e37352c302c31372e36332d322e34312c31372e36332d6109278201527f372e32322c302d312e30332d2e33362d322e32372d312e30382d332e37332d316109478201527f2e32372d322e34342d322e37392d332e36352d342e35352d332e36352d2e38386109678201527f2c302d312e39392c2e332d332e33312c2e38396c2d2e39312c2e3332632d312e6109878201527f38322c2e36352d342e33332c2e39372d372e35332c2e39372d312e38322c302d6109a78201527f332e36342d2e35312d352e34362d312e35342d312e38322d312e30332d322e376109c78201527f332d322e332d322e37332d332e38326831392e363263322e30342c302c332e396109e78201527f2d2e382c352e35392d322e33395a6d2d31342e39342d342e3939682d31302e34610a078201527f3363302d312e36322c2e38382d332e31352c322e36352d342e35392c312e3736610a278201527f2d312e34332c332e35342d322e31352c352e33342d322e313573332e31372c2e610a478201527f33382c342e31342c312e3134632e39372c2e37362c312e34352c312e37362c31610a678201527f2e34352c332c302c312e37332d312e30352c322e362d332e31342c322e365a22610a8782015261179f60f11b610aa78201527f3c7061746820636c6173733d22636c732d352220643d224d3434372e35332c31610aa98201527f37362e3132632d312e30352d2e33332d322e30322d2e35352d322e392d2e3639610ac98201527f2d2e38382d2e31332d312e39372d2e322d332e32372d2e32732d322e382c2e34610ae98201527f362d342e35312c312e3338632d312e37312c2e39322d322e38332c312e36352d610b098201527f332e33352c322e31392d2e35332c2e35342d2e39322c312d312e322c312e3338610b298201527f2c302d2e39322d2e332d312e38312d2e39312d322e36382d2e38332d312e3234610b498201527f2d322e392d312e38372d362e32312d312e38372d332e35332c302d352e36382c610b698201527f2e37332d362e34362c322e31392d2e33392c2e37362d2e36322c312e34352d2e610b898201527f372c322e30372d2e30382c2e36322d2e31322c312e35362d2e31322c322e3876610ba98201527f33302e3835632e31312c312e35372c2e36312c322e37332c312e34392c332e34610bc98201527f392c312e31362c2e39322c332e30362c312e33382c352e37312c312e33382c33610be98201527f2e34382c302c352e36332d2e372c362e34362d322e31312c2e34342d2e38312c610c098201527f2e372d312e35332c2e37392d322e31352c2e30382d2e36322c2e31322d312e35610c298201527f362c2e31322d322e38762d31372e303563302d312e34362c2e36352d322e3731610c498201527f2c312e39352d332e37332c312e332d312e30332c322e36392d312e35342c342e610c698201527f31382d312e353473322e36392c2e32322c332e362c2e36352c312e38362c2e36610c898201527f352c322e38362c2e363563312e39392c302c332e352d312e30332c342e35352d610ca98201527f332e30382c312e30352d322e30362c312e35372d332e39352c312e35372d352e610cc98201527f3638732d2e33352d322e39392d312e30342d332e3737632d2e36392d2e37382d610ce98201527618971a9b169897199a1699171b189698971b1b2d11179f60491b610d098201527f3c7061746820636c6173733d22636c732d352220643d224d3436392e332c3139610d208201527f312e363363312e362d312e332c332e33332d312e39352c352e31372d312e3935610d408201527f73332e32372c2e34362c342e32362c312e333863312e39332c312e31392c332e610d608201527f34322c312e37392c342e34372c312e37392c312e38322c302c332e37332d312e610d808201527f34392c352e37312d342e34362c312e31362d312e37332c312e37342d332e3239610da08201527f2c312e37342d342e3637732d2e37322d322e36312d322e31352d332e3639632d610dc08201527f2e35352d2e33382d312e33322d2e38392d322e33322d312e35346c2d312e3332610de08201527f2d2e3831632d2e39342d2e35342d322e342d312e312d342e33392d312e36362d610e008201527f312e39392d2e35372d342e30332d2e38352d362e31332d2e38352d352e31392c610e208201527f302d31302e30372c312e37392d31342e36352c352e33362d322e32362c312e37610e408201527f332d342e31312c342e30322d352e35352c362e38362d312e34342c322e38342d610e608201527f322e31352c362e30312d322e31352c392e35732e37322c362e36382c322e3135610e808201527f2c392e353863312e34332c322e392c332e32382c352e32312c352e35352c362e610ea08201527f39342c342e37352c332e36332c392e36382c352e34342c31342e38322c352e34610ec08201527f342c342e35382c302c382e34342d312e30382c31312e35392d332e32352c332e610ee08201527f30332d312e37392c342e35352d332e37312c342e35352d352e37362c302d312e610f008201527f32342d2e36342d322e36352d312e392d342e32322d322e33372d322e38372d34610f208201527f2e33392d342e332d362e30342d342e332d2e39342c302d322e31372c2e352d33610f408201527f2e36382c312e352d312e35322c312d332e31352c312e352d342e38382c312e35610f608201527f732d332e33382d2e36342d342e39322d312e3931632d312e35352d312e32372d610f808201527f322e33322d332e30362d322e33322d352e3336732e382d342e312c322e342d35610fa082015265171a2d11179f60d11b610fc08201527f3c7061746820636c6173733d22636c732d352220643d224d3533332e352c3138610fc68201527f312e3937632d332e36372d342e31312d382e32362d362e31372d31332e37382d610fe68201527f362e31372d332e372c302d362e39332c312e36352d392e36382c342e3935762d6110068201527f31372e393463302d312e32342d2e30342d322e31382d2e31322d322e382d2e306110268201527f382d2e36322d2e33352d312e33342d2e37392d322e31352d2e37322d312e34366110468201527f2d322e38312d322e31392d362e32392d322e3139732d352e36382c2e37332d366110668201527f2e34362c322e3139632d2e33392c2e37362d2e36322c312e34352d2e372c322e6110868201527f30372d2e30382c2e36322d2e31322c312e35362d2e31322c322e387634382e356110a68201527f3563302c312e332c2e30342c322e32352c2e31322c322e38342c2e30382c2e366110c68201527f2c2e33322c312e332c2e372c322e31312c2e37372c312e34362c322e392c322e6110e68201527f31392c362e33372c322e313973352e36362d2e372c362e33372d322e3131632e6111068201527f34342d2e38312c2e372d312e35332c2e37392d322e31352c2e30382d2e36322c6111268201527f2e31322d312e35352c2e31322d322e38762d31352e3735632e32322d312e34366111468201527f2c312e30382d322e37372c322e35372d332e39342c312e34392d312e31362c336111668201527f2e32312d312e37342c352e31372d312e373473332e35372c2e36322c342e38346111868201527f2c312e383763312e32372c312e32352c312e392c322e39382c312e392c352e326111a68201527f7631342e323163302c312e332c2e30342c322e32372c2e31322c322e39322c2e6111c68201527f30382c2e36352c2e33342c312e33382c2e37392c322e31392c2e38332c312e346111e68201527f312c322e39322c322e31312c362e32392c322e313173352e36362d2e372c362e6112068201527f33372d322e3131632e34342d2e38312c2e372d312e35332c2e37392d322e31356112268201527f2c2e30382d2e36322c2e31322d312e35352c2e31322d322e38762d31342e32396112468201527f63302d352e39352d312e38342d31302e39392d352e352d31352e315a222f3e3c6112668201527f2f673e3c726563742069643d227468652220636c6173733d22636c732d3222206112868201527f783d2235302e33342220793d223337382e3334222077696474683d223439392e6112a68201527f333222206865696768743d223334302e3332222072783d2231332e35372220726112c68201526e3c9e911899971a9b91179f1e17b39f60891b6112e682015260006112f58201610311565b7f3c726563742069643d2274686522207374726f6b653d2223393739373937222081527f7374726f6b652d77696474683d22302e363738323831303639222066696c6c3d60208201527f22234646464646462220783d2235302e333339313430352220793d223337382e60408201527f333339313431222077696474683d223439392e3332313731392220686569676860608201527f743d223334302e333231373139222072783d2231332e35363536323134223e3c60808201526517b932b1ba1f60d11b60a08201527f3c746578742069643d22616464726573732220666f6e742d66616d696c793d2260a68201527f417269616c2d426f6c644d542c20417269616c2220666f6e742d73697a653d2260c68201527f31382e393931383639392220666f6e742d7765696768743d22626f6c6422206660e68201527f696c6c3d2223303030303030223e3c747370616e20746578742d616e63686f726101068201527f3d226d6964646c652220783d223530252220793d22343333223e00000000000061012682015260006145566144f56144ef61442261435361434d6142b761014089018c611e94565b7f3c2f747370616e3e3c2f746578743e3c746578742069643d227468616e6b222081527f666f6e742d66616d696c793d22417269616c4d542c20417269616c2220666f6e60208201527f742d73697a653d2231382e393931383639392220666f6e742d7765696768743d604082015277113737b936b0b611103334b6361e9111981818181818111f60411b606082015260780190565b89611f2e565b7f3c2f746578743e3c746578742069643d22726563697069656e742220666f6e7481527f2d66616d696c793d22417269616c2d426f6c644d542c20417269616c2220666f60208201527f6e742d73697a653d2232382220666f6e742d7765696768743d22626f6c64222060408201527f66696c6c3d2223303030303030223e3c747370616e20783d223234322e31343860608201527f3433382220793d22343832223e726563697069656e743c2f747370616e3e3c2f6080820152643a32bc3a1f60d91b60a082015260a50190565b7f3c746578742069643d226d696e742d74696d652220666f6e742d66616d696c7981527f3d22417269616c4d542c20417269616c2220666f6e742d73697a653d2232312260208201527f20666f6e742d7765696768743d226e6f726d616c22206c696e652d737061636960408201527f6e673d223330222066696c6c3d2223303030303030223e3c747370616e20746560608201527f78742d616e63686f723d226d6964646c652220783d223530252220793d2236346080820152621b911f60e91b60a082015260a30190565b85611e94565b7f3c2f747370616e3e3c747370616e20783d223232382e3831373338332220793d81527f22363737223e6d696e742074696d657374616d703c2f747370616e3e3c2f74656020820152683c3a1f1e17b9bb339f60b91b604082015260490190565b95945050505050565b60008451614571818460208901611a2d565b845190830190614585818360208901611a2d565b8451910190614598818360208801611a2d565b0195945050505050565b634e487b7160e01b600052601260045260246000fd5b6000826145c7576145c76145a2565b500490565b60008160001904831182151516156145e6576145e6611dd1565b500290565b6000826145fa576145fa6145a2565b500690565b600181815b8085111561463a57816000190482111561462057614620611dd1565b8085161561462d57918102915b93841c9390800290614604565b509250929050565b60008261465157506001610311565b8161465e57506000610311565b8160018114614674576002811461467e5761469a565b6001915050610311565b60ff84111561468f5761468f611dd1565b50506001821b610311565b5060208310610133831016604e8410600b84101617156146bd575081810a610311565b6146c783836145ff565b80600019048211156146db576146db611dd1565b029392505050565b600061078b8383614642565b600060ff831680614702576147026145a2565b8060ff84160491505092915050565b600060ff821660ff84168160ff04811182151516156146db576146db611dd1565b600060ff821660ff84168082101561474c5761474c611dd1565b90039392505050565b600060ff821660ff84168060ff0382111561477257614772611dd1565b01939250505056fe4142434445464748494a4b4c4d4e4f505152535455565758595a6162636465666768696a6b6c6d6e6f707172737475767778797a303132333435363738392b2fa2646970667358221220d90d8b94045f5ade5e8df9ea828298f0f9cabecc885c5cd46e0ba452b9636a8e64736f6c634300080a0033000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000064000000000000000000000000000000000000000000000000000000000000000f30784d65726368204e5943323032330000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f30784d65726368204e5943323032330000000000000000000000000000000000

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106101585760003560e01c806370a08231116100c3578063b88d4fde1161007c578063b88d4fde1461029f578063c87b56dd146102b2578063d9203db6146102c5578063dcfea965146102cd578063e985e9c5146102e0578063f2fde38b146102f357600080fd5b806370a0823114610255578063715018a6146102685780638456cb59146102705780638da5cb5b1461027857806395d89b4114610289578063a22cb4651461029157600080fd5b8063368b877211610115578063368b8772146102045780633f4ba83a1461021757806342842e0e1461021f5780635c975abb14610232578063630fd0ac1461023a5780636352211e1461024257600080fd5b806301ffc9a71461015d57806306fdde0314610185578063081812fc1461019a578063095ea7b3146101c557806323b872dd146101da5780632ddbd13a146101ed575b600080fd5b61017061016b366004611a10565b610306565b60405190151581526020015b60405180910390f35b61018d610317565b60405161017c9190611a85565b6101ad6101a8366004611a98565b6103a9565b6040516001600160a01b03909116815260200161017c565b6101d86101d3366004611ac8565b6103d0565b005b6101d86101e8366004611af2565b6103e9565b6101f660085481565b60405190815260200161017c565b6101d8610212366004611b2e565b610428565b6101d861044a565b6101d861022d366004611af2565b61045c565b610170610477565b6101f6610487565b6101ad610250366004611a98565b610496565b6101f6610263366004611ba0565b6104cb565b6101d8610551565b6101d8610563565b6006546001600160a01b03166101ad565b61018d610573565b6101d86101d3366004611bbb565b6101d86102ad366004611c0d565b610582565b61018d6102c0366004611a98565b6105ba565b61018d61062e565b6101d86102db366004611ac8565b6106bc565b6101706102ee366004611ce9565b61075f565b6101d8610301366004611ba0565b610792565b60006103118261080b565b92915050565b60606000805461032690611d1c565b80601f016020809104026020016040519081016040528092919081815260200182805461035290611d1c565b801561039f5780601f106103745761010080835404028352916020019161039f565b820191906000526020600020905b81548152906001019060200180831161038257829003601f168201915b5050505050905090565b60006103b48261085b565b506000908152600460205260409020546001600160a01b031690565b60405163a4420a9560e01b815260040160405180910390fd5b6103f33382610880565b6104185760405162461bcd60e51b815260040161040f90611d51565b60405180910390fd5b6104238383836108df565b505050565b610430610a86565b603c81111561043e57600080fd5b610423600b83836118ed565b610452610a86565b61045a610ae0565b565b61042383838360405180602001604052806000815250610582565b600654600160a01b900460ff1690565b6000610491610b35565b905090565b6000818152600260205260408120546001600160a01b0316806103115760405162461bcd60e51b815260040161040f90611d9f565b60006001600160a01b0382166105355760405162461bcd60e51b815260206004820152602960248201527f4552433732313a2061646472657373207a65726f206973206e6f7420612076616044820152683634b21037bbb732b960b91b606482015260840161040f565b506001600160a01b031660009081526003602052604090205490565b610559610a86565b61045a6000610b40565b61056b610a86565b61045a610b92565b60606001805461032690611d1c565b61058c3383610880565b6105a85760405162461bcd60e51b815260040161040f90611d51565b6105b484848484610bd5565b50505050565b6060816105c681610c08565b61061c5760405162461bcd60e51b815260206004820152602160248201527f455243373231436f6d6d6f6e3a20546f6b656e20646f65736e277420657869736044820152601d60fa1b606482015260840161040f565b61062583610c25565b91505b50919050565b600b805461063b90611d1c565b80601f016020809104026020016040519081016040528092919081815260200182805461066790611d1c565b80156106b45780601f10610689576101008083540402835291602001916106b4565b820191906000526020600020905b81548152906001019060200180831161069757829003601f168201915b505050505081565b6106c4610a86565b6106cc610d04565b6008546106eb826106dc60095490565b6106e69084611de7565b610d4c565b9150600082116107305760405162461bcd60e51b815260206004820152601060248201526f14d95b1b195c8e8814dbdb19081bdd5d60821b604482015260640161040f565b61073c83836001610d62565b610747600983610edc565b8061075160095490565b111561042357610423611dfe565b6001600160a01b03808316600090815260056020908152604080832093851683529290529081205460ff165b9392505050565b61079a610a86565b6001600160a01b0381166107ff5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161040f565b61080881610b40565b50565b60006001600160e01b031982166380ac58cd60e01b148061083c57506001600160e01b03198216635b5e139f60e01b145b8061031157506301ffc9a760e01b6001600160e01b0319831614610311565b61086481610c08565b6108085760405162461bcd60e51b815260040161040f90611d9f565b60008061088c83610496565b9050806001600160a01b0316846001600160a01b031614806108b357506108b3818561075f565b806108d75750836001600160a01b03166108cc846103a9565b6001600160a01b0316145b949350505050565b826001600160a01b03166108f282610496565b6001600160a01b0316146109565760405162461bcd60e51b815260206004820152602560248201527f4552433732313a207472616e736665722066726f6d20696e636f72726563742060448201526437bbb732b960d91b606482015260840161040f565b6001600160a01b0382166109b85760405162461bcd60e51b8152602060048201526024808201527f4552433732313a207472616e7366657220746f20746865207a65726f206164646044820152637265737360e01b606482015260840161040f565b6109c3838383610ef9565b6109ce600082610f6d565b6001600160a01b03831660009081526003602052604081208054600192906109f7908490611de7565b90915550506001600160a01b0382166000908152600360205260408120805460019290610a25908490611e14565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b6006546001600160a01b0316331461045a5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161040f565b610ae8610fdb565b6006805460ff60a01b191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b6040516001600160a01b03909116815260200160405180910390a1565b600061049160095490565b600680546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b610b9a610d04565b6006805460ff60a01b1916600160a01b1790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258610b183390565b610be08484846108df565b610bec84848484611026565b6105b45760405162461bcd60e51b815260040161040f90611e2c565b6000908152600260205260409020546001600160a01b0316151590565b60606000610c3a610c3584611124565b611303565b9050610cdd600a8481548110610c5257610c52611e7e565b9060005260206000209060030201600001610c6c85611469565b600a8681548110610c7f57610c7f611e7e565b9060005260206000209060030201600101600a8781548110610ca357610ca3611e7e565b906000526020600020906003020160020185604051602001610cc9959493929190611f4a565b604051602081830303815290604052611303565b604051602001610ced91906120a3565b604051602081830303815290604052915050919050565b610d0c610477565b1561045a5760405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b604482015260640161040f565b6000818310610d5b578161078b565b5090919050565b60005b828110156105b457610d898482610d7a610b35565b610d849190611e14565b611567565b6000610d9485611585565b604051602001610da491906120e8565b60408051601f19818403018152606083019091528082529150600a9060208101610dcd42611469565b8152602001600b8054610ddf90611d1c565b80601f0160208091040260200160405190810160405280929190818152602001828054610e0b90611d1c565b8015610e585780601f10610e2d57610100808354040283529160200191610e58565b820191906000526020600020905b815481529060010190602001808311610e3b57829003601f168201915b50505091909252505081546001810183556000928352602092839020825180519394600390930290910192610e909284920190611971565b506020828101518051610ea99260018501920190611971565b5060408201518051610ec5916002840191602090910190611971565b505050508080610ed490612112565b915050610d65565b80826000016000828254610ef09190611e14565b90915550505050565b6001600160a01b0383161580610f1657506001600160a01b038216155b610f625760405162461bcd60e51b815260206004820152601b60248201527f534f554c424f554e443a204e6f6e2d5472616e7366657261626c650000000000604482015260640161040f565b6104238383836116cc565b600081815260046020526040902080546001600160a01b0319166001600160a01b0384169081179091558190610fa282610496565b6001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b610fe3610477565b61045a5760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b604482015260640161040f565b60006001600160a01b0384163b1561111957604051630a85bd0160e11b81526001600160a01b0385169063150b7a029061106a90339089908890889060040161212d565b6020604051808303816000875af19250505080156110a5575060408051601f3d908101601f191682019092526110a29181019061216a565b60015b6110ff573d8080156110d3576040519150601f19603f3d011682016040523d82523d6000602084013e6110d8565b606091505b5080516110f75760405162461bcd60e51b815260040161040f90611e2c565b805181602001fd5b6001600160e01b031916630a85bd0160e11b1490506108d7565b506001949350505050565b606080600a838154811061113a5761113a611e7e565b9060005260206000209060030201600201805461115690611d1c565b151590506111ea576040516020016111b7907f3c747370616e20746578742d616e63686f723d226d6964646c652220783d223581526b181291103c9e911a9b1a911f60a11b6020820152671e17ba39b830b71f60c11b602c82015260340190565b60408051601f19818403018152908290526111d491602001612187565b604051602081830303815290604052905061124d565b600a83815481106111fd576111fd611e7e565b906000526020600020906003020160020160405160200161121e91906121a3565b60408051601f198184030181529082905261123b91602001612187565b60405160208183030381529060405290505b60405160200161125c90612204565b60405160208183030381529060405260405160200161127a906129c6565b604051602081830303815290604052600a858154811061129c5761129c611e7e565b906000526020600020906003020160000183600a87815481106112c1576112c1611e7e565b90600052602060002090600302016001016040516020016112e49392919061410b565b60408051601f1981840301815290829052610ced93929160200161455f565b606081516000141561132357505060408051602081019091526000815290565b600060405180606001604052806040815260200161477b60409139905060006003845160026113529190611e14565b61135c91906145b8565b6113679060046145cc565b90506000611376826020611e14565b67ffffffffffffffff81111561138e5761138e611bf7565b6040519080825280601f01601f1916602001820160405280156113b8576020820181803683370190505b509050818152600183018586518101602084015b81831015611424576003830192508251603f8160121c168501518253600182019150603f81600c1c168501518253600182019150603f8160061c168501518253600182019150603f81168501518253506001016113cc565b60038951066001811461143e576002811461144f5761145b565b613d3d60f01b60011983015261145b565b603d60f81b6000198301525b509398975050505050505050565b60608161148d5750506040805180820190915260018152600360fc1b602082015290565b8160005b81156114b757806114a181612112565b91506114b09050600a836145b8565b9150611491565b60008167ffffffffffffffff8111156114d2576114d2611bf7565b6040519080825280601f01601f1916602001820160405280156114fc576020820181803683370190505b5090505b84156108d757611511600183611de7565b915061151e600a866145eb565b611529906030611e14565b60f81b81838151811061153e5761153e611e7e565b60200101906001600160f81b031916908160001a905350611560600a866145b8565b9450611500565b6115818282604051806020016040528060008152506116d7565b5050565b60408051602880825260608281019093526000919060208201818036833701905050905060005b60148110156116c55760006115c2826013611de7565b6115cd9060086145cc565b6115d89060026146e3565b6115eb906001600160a01b0387166145b8565b60f81b9050600060108260f81c61160291906146ef565b60f81b905060008160f81c60106116199190614711565b8360f81c6116279190614732565b60f81b90506116358261170a565b856116418660026145cc565b8151811061165157611651611e7e565b60200101906001600160f81b031916908160001a9053506116718161170a565b8561167d8660026145cc565b611688906001611e14565b8151811061169857611698611e7e565b60200101906001600160f81b031916908160001a90535050505080806116bd90612112565b9150506115ac565b5092915050565b610423838383611745565b6116e183836117ae565b6116ee6000848484611026565b6104235760405162461bcd60e51b815260040161040f90611e2c565b6000600a60f883901c10156117315761172860f883901c6030614755565b60f81b92915050565b61172860f883901c6057614755565b919050565b61174d610477565b156104235760405162461bcd60e51b815260206004820152602b60248201527f4552433732315061757361626c653a20746f6b656e207472616e73666572207760448201526a1a1a5b19481c185d5cd95960aa1b606482015260840161040f565b6001600160a01b0382166118045760405162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f2061646472657373604482015260640161040f565b61180d81610c08565b1561185a5760405162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000604482015260640161040f565b61186660008383610ef9565b6001600160a01b038216600090815260036020526040812080546001929061188f908490611e14565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b03861690811790915590518392907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b8280546118f990611d1c565b90600052602060002090601f01602090048101928261191b5760008555611961565b82601f106119345782800160ff19823516178555611961565b82800160010185558215611961579182015b82811115611961578235825591602001919060010190611946565b5061196d9291506119e5565b5090565b82805461197d90611d1c565b90600052602060002090601f01602090048101928261199f5760008555611961565b82601f106119b857805160ff1916838001178555611961565b82800160010185558215611961579182015b828111156119615782518255916020019190600101906119ca565b5b8082111561196d57600081556001016119e6565b6001600160e01b03198116811461080857600080fd5b600060208284031215611a2257600080fd5b813561078b816119fa565b60005b83811015611a48578181015183820152602001611a30565b838111156105b45750506000910152565b60008151808452611a71816020860160208601611a2d565b601f01601f19169290920160200192915050565b60208152600061078b6020830184611a59565b600060208284031215611aaa57600080fd5b5035919050565b80356001600160a01b038116811461174057600080fd5b60008060408385031215611adb57600080fd5b611ae483611ab1565b946020939093013593505050565b600080600060608486031215611b0757600080fd5b611b1084611ab1565b9250611b1e60208501611ab1565b9150604084013590509250925092565b60008060208385031215611b4157600080fd5b823567ffffffffffffffff80821115611b5957600080fd5b818501915085601f830112611b6d57600080fd5b813581811115611b7c57600080fd5b866020828501011115611b8e57600080fd5b60209290920196919550909350505050565b600060208284031215611bb257600080fd5b61078b82611ab1565b60008060408385031215611bce57600080fd5b611bd783611ab1565b915060208301358015158114611bec57600080fd5b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b60008060008060808587031215611c2357600080fd5b611c2c85611ab1565b9350611c3a60208601611ab1565b925060408501359150606085013567ffffffffffffffff80821115611c5e57600080fd5b818701915087601f830112611c7257600080fd5b813581811115611c8457611c84611bf7565b604051601f8201601f19908116603f01168101908382118183101715611cac57611cac611bf7565b816040528281528a6020848701011115611cc557600080fd5b82602086016020830137600060208483010152809550505050505092959194509250565b60008060408385031215611cfc57600080fd5b611d0583611ab1565b9150611d1360208401611ab1565b90509250929050565b600181811c90821680611d3057607f821691505b6020821081141561062857634e487b7160e01b600052602260045260246000fd5b6020808252602e908201527f4552433732313a2063616c6c6572206973206e6f7420746f6b656e206f776e6560408201526d1c881b9bdc88185c1c1c9bdd995960921b606082015260800190565b602080825260189082015277115490cdcc8c4e881a5b9d985b1a59081d1bdad95b88125160421b604082015260600190565b634e487b7160e01b600052601160045260246000fd5b600082821015611df957611df9611dd1565b500390565b634e487b7160e01b600052600160045260246000fd5b60008219821115611e2757611e27611dd1565b500190565b60208082526032908201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560408201527131b2b4bb32b91034b6b83632b6b2b73a32b960711b606082015260800190565b634e487b7160e01b600052603260045260246000fd5b8054600090600181811c9080831680611eae57607f831692505b6020808410821415611ed057634e487b7160e01b600052602260045260246000fd5b818015611ee45760018114611ef557611f22565b60ff19861689528489019650611f22565b60008881526020902060005b86811015611f1a5781548b820152908501908301611f01565b505084890196505b50505050505092915050565b60008151611f40818560208601611a2d565b9290920192915050565b6d3d9139b4b3b732b22fba37911d1160911b81526000611f6d600e830188611e94565b6a111610113730b6b2911d1160a91b81526f0183c26b2b931b410272ca199181919960851b600b820152602360f81b601b8201528651611fb481601c840160208b01611a2d565b721116101132bc3a32b93730b62fbab936111d1160691b601c92909101918201527668747470733a2f2f30786d657263682e696f2f486f6d6560481b602f8201526f111610113a34b6b2b9ba30b6b8111d1160811b604682015261201b6056820187611e94565b6d1116101136b2b9b9b0b3b2911d1160911b8152905061203e600e820186611e94565b6c1116101134b6b0b3b2911d101160991b81527f646174613a696d6167652f7376672b786d6c3b6261736536342c000000000000600d82015290506120976120896027830186611f2e565b61227d60f01b815260020190565b98975050505050505050565b7f646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c0000008152600082516120db81601d850160208701611a2d565b91909101601d0192915050565b61060f60f31b815260008251612105816002850160208701611a2d565b9190910160020192915050565b600060001982141561212657612126611dd1565b5060010190565b6001600160a01b038581168252841660208201526040810183905260806060820181905260009061216090830184611a59565b9695505050505050565b60006020828403121561217c57600080fd5b815161078b816119fa565b60008251612199818460208701611a2d565b9190910192915050565b7f3c747370616e20746578742d616e63686f723d226d6964646c652220783d223581526c181291103c9e911a9b1a911f1160991b602082015260006121eb602d830184611e94565b68111e17ba39b830b71f60b91b81526009019392505050565b7f3c7376672069643d225f666c6f6f72322220646174612d6e616d653d22666c6f81527f6f72322220786d6c6e733d22687474703a2f2f7777772e77332e6f72672f323060208201527f30302f737667222076696577426f783d223020302036303020383030223e3c6460408201527f6566733e3c7374796c653e2e636c732d312c202e636c732d322c202e636c732d60608201527f33207b66696c6c3a20236666663b7d202e636c732d32207b7374726f6b653a2060808201527f233937393739373b7374726f6b652d77696474683a202e363870783b7d2e636c60a08201527f732d332c202e636c732d342c202e636c732d35207b66696c6c2d72756c653a2060c08201527f6576656e6f64643b7d2e636c732d34207b66696c6c3a20236666613531623b7d60e08201526e1e17b9ba3cb6329f1e17b232b3399f60891b6101008201527f3c672069643d225f666c6f6f722220646174612d6e616d653d22666c6f6f723161010f8201527f223e3c7265637420636c6173733d22636c732d31222077696474683d2236303061012f8201527211103432b4b3b43a1e911c181811179f1e339f60691b61014f8201527f3c706174682069643d2246696c6c2d312220636c6173733d22636c732d3422206101628201527f643d224d3132342e34352c3133392e3235632d31382e33312d312e37332d33366101828201527f2e36332c352e37322d35302e34362c31372e32332d342e37312c332e39322d316101a28201527f362e34372c31332e35382d31322c32302e36362c322e33332c332e36392c362e6101c28201527f30382c362e31352c392e37312c382e34382c352e36392c332e36362c352e39346101e28201527f2c392e37312c392e39362c31342e362c332e31332c332e38312c372e36362c366102028201527f2e32332c31322e35332c372e31322d2e34362c2e32342d2e39312c2e34382d316102228201527f2e33362c2e37332d31312e34362c362e33372d31312e36322c31352e31362d316102428201527f302e32342c32302e36372c2e38362c332e34342c332e31382c362e33322c362e6102628201527f33372c372e39352c31332e32342c362e37352c32352e34362d322e36322c33316102828201527f2d31302e33352c362e31352d382e35372c31322e31382d31302e37392c31352e6102a28201527f37362d362e32352c312e33392c312e37362c332e33392c362e31352c362e32356102c28201527f2c352e34392c352e33342d312e32342c2e35372d392e34352c342e362d31312e6102e28201527f31352c322e37332d312e31342c332e362c322e31392c342e38342c332e37372c6103028201527f312e36352c322e31312c332e39382c332e38362c362e37342c342e31382c332e6103228201527f38352c2e34352c372e32382d322e32312c372e33382d362e30322c2e30352d316103428201527f2e38382d2e37312d342e312d332e33362d362e32342d312e34322d312e31342d6103628201527f322e39342d322e30382d342e352d322e38332c312e35372d2e32352c322e38396103828201527f2d2e35342c332e38382d2e38392c31312e32362d332e39312c31302e362d32306103a28201527f2e38362c31302e362d32302e38362c2e36362d32362e30372d31332e32352d346103c28201527219971819169a1b971b1c969a1b17191c11179f60691b6103e28201527f3c706174682069643d2246696c6c2d332220636c6173733d22636c732d3322206103f58201527f643d224d3132362e39392c3230322e3034632d392e37322c2e35352d32312e366104158201527f392d352d32322e342d31342e35352d2e37352d392e39382c2e332d32322e32376104358201527f2c372e32392d32382e36382c392e39342d392e31332c33342e34342d31322e336104558201527f382c34372e30332c312e332c31322e35382c31332e36392c382e36312c32392e6104758201527f33332c322e39322c33332e38392d372e31362c352e37342d32302e33332c372e6104958201526f191916999a171c19961c17181a11179f60811b6104b58201527f3c706174682069643d2246696c6c2d352220636c6173733d22636c732d3422206104c58201527f643d224d3133352e30382c3137362e3463302c352e38332d342e34362c31302e6104e58201527f35362d392e39362c31302e3536732d392e39362d342e37332d392e39362d31306105058201527f2e35362c342e34362d31302e35362c392e39362d31302e35362c392e39362c3461052582015270171b99961c971c9b161898171a9b11179f60791b6105458201527f3c706174682069643d2246696c6c2d372220636c6173733d22636c732d3422206105568201527f643d224d3135322e33332c3137342e363663322e34322d2e32382c342e37332c6105768201527f2e36322c362e342c322e32372c2e37322c2e37312c312e39352c2e31352c312e6105968201527f38332d2e3835762d2e3033632d2e35362d342e36352d342e35362d382e30322d6105b68201527f382e39352d372e35322d342e33392c2e352d372e35312c342e36392d362e39366105d68201527f2c392e3334762e3033632e31322c312c312e34352c312e32372c312e39382c2e6105f68201527f34312c312e32342d312e39382c332e32372d332e33382c352e372d332e36362261061682015265179f1e17b39f60d11b610636820152600061063c8201610311565b7f3c673e3c7061746820636c6173733d22636c732d352220643d224d3233392e3781527f332c3136352e3635632d312e36332d322e31362d332e38362d332e39382d362e60208201527f372d352e34342d322e38342d312e34362d362e31372d322e31392d392e39382d60408201527f322e3139732d372e31362c2e37342d31302e30362c322e3233632d322e392c3160608201527f2e34392d352e31352c332e33332d362e37352c352e3532732d332e30352c352e60808201527f32312d342e33352c392e3035632d312e332c332e38342d312e39352c382e343760a08201527f2d312e39352c31332e38382c302c352e392c2e382c31312e31382c322e342c3160c08201527f352e38332c312e30352c322e39322c322e33392c352e34342c342e30322c372e60e08201527f35352c312e36332c322e31312c332e38392c332e38382c362e37392c352e33326101008201527f2c322e392c312e34332c362e32322c322e31352c392e39372c322e313573372e6101208201527f30352d2e372c392e38392d322e313163322e38342d312e34312c352e30362d336101408201527f2e31392c362e36362d352e33362c342e332d352e37342c362e34362d31332e356101608201527f2c362e34362d32332e332c302d352e34372d2e38332d31302e36342d322e34386101808201527f2d31352e35312d2e39392d322e39322d322e332d352e34372d332e39332d372e6101a08201527f36335a6d2d31362e36382c362e3734632e37382c302c312e352c2e31322c322e6101c08201527f31372c2e33336c2d392e33352c32362e3236632d2e38342d322e35392d312e326101e08201527f372d352e39392d312e32372d31302e32332c302d31302e392c322e38312d31366102008201527f2e33362c382e34342d31362e33365a6d382e34342c31362e3863302c31302e366102208201527f312d322e38342c31352e39312d382e35332c31352e39312d312e30322c302d316102408201527f2e39342d2e31392d322e37372d2e35356c392e37352d32362e3863312e30332c6102608201527f322e36362c312e35342c362e33312c312e35342c31302e3935762e34395a222f6102808201527f3e3c7061746820636c6173733d22636c732d352220643d224d3239332e392c316102a08201527f38322e3963302d312e33382d2e39392d332e30342d322e39382d342e39392d316102c08201527f2e39392d312e39352d332e36372d322e39322d352e30352d322e3932732d332e6102e08201527f30362c2e39372d352e30352c322e39326c2d392e31312c392e30392d392e31396103008201527f2d392e3039632d312e39392d312e39352d332e36362d322e39322d352e30312d6103208201527f322e3932732d332e30342c2e39372d352e30352c322e3932632d322e30322c316103408201527f2e39352d332e30322c332e36312d332e30322c342e3939732e39392c332e30346103608201527f2c322e39382c342e39396c392e31392c392e30392d392e31392c392e3039632d6103808201527f312e39392c312e39352d322e39382c332e36312d322e39382c342e393973312e6103a08201527f30312c332e30332c332e30322c342e393563322e30312c312e39322c332e372c6103c08201527f322e38382c352e30352c322e383873332e30322d2e39372c352e30312d322e396103e08201527f326c392e31392d392e30312c392e31312c392e303163312e39392c312e39352c6104008201527f332e36372c322e39322c352e30352c322e393273332e30362d2e39362c352e306104208201527f352d322e383863312e39392d312e39322c322e39382d332e35372c322e39382d6104408201527f342e3935732d2e39392d332e30342d322e39382d342e39396c2d392e31392d396104608201527f2e30392c392e31392d392e303963312e39392d312e39352c322e39382d332e366104808201526e189619171c9c169a171c9cad11179f60891b6104a08201527f3c7061746820636c6173733d22636c732d352220643d224d3336322e39342c316104af8201527f36312e3139632d2e37372d312e34362d322e39312d322e31392d362e34322d326104cf8201527f2e3139732d352e37332c2e37332d362e36362c322e3139632d332e31342c332e6104ef8201527f392d392e34312c31312e39332d31382e37392c32342e31316c2d31382e37392d61050f8201527f32342e31392d2e352d2e3439632d2e33332d2e33382d312e30332d2e37342d3261052f8201527f2e31312d312e312d312e30382d2e33352d322e33362d2e35332d332e38352d2e61054f8201527f35332d332e34382c302d352e36332c2e372d362e34362c322e31312d2e34342c61056f8201527f2e38312d2e372c312e35332d2e37392c322e31352d2e30382c2e36322d2e313261058f8201527f2c312e35362d2e31322c322e387634352e303563302c312e332c2e30342c322e6105af8201527f32372c2e31322c322e39322c2e30382c2e36352c2e33342c312e33352c2e37396105cf8201527f2c322e31312c2e38332c312e34362c322e39322c322e31392c362e32392c322e6105ef8201527f313973352e36332d2e37332c362e34362d322e3139632e34342d2e37362c2e3761060f8201527f2d312e34352c2e37392d322e30372c2e30382d2e36322c2e31322d312e35362c61062f8201527f2e31322d322e38762d32372e3336632e32382c2e33332c322e30342c322e363961064f8201527f2c352e332c372e312c332e32362c342e34312c352e34342c372e32392c362e3561066f8201527f342c382e36356c2e36362c2e3839632e34342c2e35342c312e31372c312e303961068f8201527f2c322e31392c312e36362c312e30322c2e35372c322e31352c2e38352c332e336106af8201527f392c2e383573322e342d2e33312c332e34382d2e393363312e30382d2e36322c6106cf8201527f312e37352d312e31312c322e30332d312e34362c2e32372d2e33352c2e37372d6106ef8201527f2e39392c312e34392d312e39312c2e37322d2e39322c322e342d332e32312c3561070f8201527f2e30352d362e38362c322e36352d332e36352c342e36362d362e33322c362e3061072f8201527f342d387632372e3263302c312e38392c2e31342c332e332c2e34312c342e323261074f8201527f2c2e32372c2e372c2e36362c312e32352c312e31362c312e36322c2e352c2e3361076f8201527f382c312e32312c2e372c322e31352c2e39372c2e39342c2e32372c322e32312c61078f8201527f2e34312c332e38312c2e343173322e39322d2e31362c332e39372d2e343963326107af8201527f2e312d2e36352c332e31352d322e38342c332e31352d362e3538762d34352e306107cf8201527f3663302d312e32342d2e30342d322e31392d2e31322d322e38342d2e30382d2e6107ef820152771b1a9697199a169897199c16971b9c969917189cad11179f60411b61080f8201527f3c7061746820636c6173733d22636c732d352220643d224d3430392e39392c316108278201527f39392e3363312e36382d312e362c322e35332d342e30362c322e35332d372e336108478201527f39732d2e39342d362e342d322e38312d392e3231632d332e35392d352e332d396108678201527f2e32322d372e39362d31362e38392d372e39362d362e37332c302d31322e33356108878201527f2c322e30342d31362e38352c362e31332d342e352c342e30392d362e37352c396108a78201527f2e35342d362e37352c31362e33362c302c352e34312c312e37342c31302e33316108c78201527f2c352e32312c31342e36392c312e37372c322e32372c342e32342c342e312c376108e78201527f2e34312c352e34382c332e31372c312e33382c362e382c322e30372c31302e386109078201527f392c322e30372c31312e37352c302c31372e36332d322e34312c31372e36332d6109278201527f372e32322c302d312e30332d2e33362d322e32372d312e30382d332e37332d316109478201527f2e32372d322e34342d322e37392d332e36352d342e35352d332e36352d2e38386109678201527f2c302d312e39392c2e332d332e33312c2e38396c2d2e39312c2e3332632d312e6109878201527f38322c2e36352d342e33332c2e39372d372e35332c2e39372d312e38322c302d6109a78201527f332e36342d2e35312d352e34362d312e35342d312e38322d312e30332d322e376109c78201527f332d322e332d322e37332d332e38326831392e363263322e30342c302c332e396109e78201527f2d2e382c352e35392d322e33395a6d2d31342e39342d342e3939682d31302e34610a078201527f3363302d312e36322c2e38382d332e31352c322e36352d342e35392c312e3736610a278201527f2d312e34332c332e35342d322e31352c352e33342d322e313573332e31372c2e610a478201527f33382c342e31342c312e3134632e39372c2e37362c312e34352c312e37362c31610a678201527f2e34352c332c302c312e37332d312e30352c322e362d332e31342c322e365a22610a8782015261179f60f11b610aa78201527f3c7061746820636c6173733d22636c732d352220643d224d3434372e35332c31610aa98201527f37362e3132632d312e30352d2e33332d322e30322d2e35352d322e392d2e3639610ac98201527f2d2e38382d2e31332d312e39372d2e322d332e32372d2e32732d322e382c2e34610ae98201527f362d342e35312c312e3338632d312e37312c2e39322d322e38332c312e36352d610b098201527f332e33352c322e31392d2e35332c2e35342d2e39322c312d312e322c312e3338610b298201527f2c302d2e39322d2e332d312e38312d2e39312d322e36382d2e38332d312e3234610b498201527f2d322e392d312e38372d362e32312d312e38372d332e35332c302d352e36382c610b698201527f2e37332d362e34362c322e31392d2e33392c2e37362d2e36322c312e34352d2e610b898201527f372c322e30372d2e30382c2e36322d2e31322c312e35362d2e31322c322e3876610ba98201527f33302e3835632e31312c312e35372c2e36312c322e37332c312e34392c332e34610bc98201527f392c312e31362c2e39322c332e30362c312e33382c352e37312c312e33382c33610be98201527f2e34382c302c352e36332d2e372c362e34362d322e31312c2e34342d2e38312c610c098201527f2e372d312e35332c2e37392d322e31352c2e30382d2e36322c2e31322d312e35610c298201527f362c2e31322d322e38762d31372e303563302d312e34362c2e36352d322e3731610c498201527f2c312e39352d332e37332c312e332d312e30332c322e36392d312e35342c342e610c698201527f31382d312e353473322e36392c2e32322c332e362c2e36352c312e38362c2e36610c898201527f352c322e38362c2e363563312e39392c302c332e352d312e30332c342e35352d610ca98201527f332e30382c312e30352d322e30362c312e35372d332e39352c312e35372d352e610cc98201527f3638732d2e33352d322e39392d312e30342d332e3737632d2e36392d2e37382d610ce98201527618971a9b169897199a1699171b189698971b1b2d11179f60491b610d098201527f3c7061746820636c6173733d22636c732d352220643d224d3436392e332c3139610d208201527f312e363363312e362d312e332c332e33332d312e39352c352e31372d312e3935610d408201527f73332e32372c2e34362c342e32362c312e333863312e39332c312e31392c332e610d608201527f34322c312e37392c342e34372c312e37392c312e38322c302c332e37332d312e610d808201527f34392c352e37312d342e34362c312e31362d312e37332c312e37342d332e3239610da08201527f2c312e37342d342e3637732d2e37322d322e36312d322e31352d332e3639632d610dc08201527f2e35352d2e33382d312e33322d2e38392d322e33322d312e35346c2d312e3332610de08201527f2d2e3831632d2e39342d2e35342d322e342d312e312d342e33392d312e36362d610e008201527f312e39392d2e35372d342e30332d2e38352d362e31332d2e38352d352e31392c610e208201527f302d31302e30372c312e37392d31342e36352c352e33362d322e32362c312e37610e408201527f332d342e31312c342e30322d352e35352c362e38362d312e34342c322e38342d610e608201527f322e31352c362e30312d322e31352c392e35732e37322c362e36382c322e3135610e808201527f2c392e353863312e34332c322e392c332e32382c352e32312c352e35352c362e610ea08201527f39342c342e37352c332e36332c392e36382c352e34342c31342e38322c352e34610ec08201527f342c342e35382c302c382e34342d312e30382c31312e35392d332e32352c332e610ee08201527f30332d312e37392c342e35352d332e37312c342e35352d352e37362c302d312e610f008201527f32342d2e36342d322e36352d312e392d342e32322d322e33372d322e38372d34610f208201527f2e33392d342e332d362e30342d342e332d2e39342c302d322e31372c2e352d33610f408201527f2e36382c312e352d312e35322c312d332e31352c312e352d342e38382c312e35610f608201527f732d332e33382d2e36342d342e39322d312e3931632d312e35352d312e32372d610f808201527f322e33322d332e30362d322e33322d352e3336732e382d342e312c322e342d35610fa082015265171a2d11179f60d11b610fc08201527f3c7061746820636c6173733d22636c732d352220643d224d3533332e352c3138610fc68201527f312e3937632d332e36372d342e31312d382e32362d362e31372d31332e37382d610fe68201527f362e31372d332e372c302d362e39332c312e36352d392e36382c342e3935762d6110068201527f31372e393463302d312e32342d2e30342d322e31382d2e31322d322e382d2e306110268201527f382d2e36322d2e33352d312e33342d2e37392d322e31352d2e37322d312e34366110468201527f2d322e38312d322e31392d362e32392d322e3139732d352e36382c2e37332d366110668201527f2e34362c322e3139632d2e33392c2e37362d2e36322c312e34352d2e372c322e6110868201527f30372d2e30382c2e36322d2e31322c312e35362d2e31322c322e387634382e356110a68201527f3563302c312e332c2e30342c322e32352c2e31322c322e38342c2e30382c2e366110c68201527f2c2e33322c312e332c2e372c322e31312c2e37372c312e34362c322e392c322e6110e68201527f31392c362e33372c322e313973352e36362d2e372c362e33372d322e3131632e6111068201527f34342d2e38312c2e372d312e35332c2e37392d322e31352c2e30382d2e36322c6111268201527f2e31322d312e35352c2e31322d322e38762d31352e3735632e32322d312e34366111468201527f2c312e30382d322e37372c322e35372d332e39342c312e34392d312e31362c336111668201527f2e32312d312e37342c352e31372d312e373473332e35372c2e36322c342e38346111868201527f2c312e383763312e32372c312e32352c312e392c322e39382c312e392c352e326111a68201527f7631342e323163302c312e332c2e30342c322e32372c2e31322c322e39322c2e6111c68201527f30382c2e36352c2e33342c312e33382c2e37392c322e31392c2e38332c312e346111e68201527f312c322e39322c322e31312c362e32392c322e313173352e36362d2e372c362e6112068201527f33372d322e3131632e34342d2e38312c2e372d312e35332c2e37392d322e31356112268201527f2c2e30382d2e36322c2e31322d312e35352c2e31322d322e38762d31342e32396112468201527f63302d352e39352d312e38342d31302e39392d352e352d31352e315a222f3e3c6112668201527f2f673e3c726563742069643d227468652220636c6173733d22636c732d3222206112868201527f783d2235302e33342220793d223337382e3334222077696474683d223439392e6112a68201527f333222206865696768743d223334302e3332222072783d2231332e35372220726112c68201526e3c9e911899971a9b91179f1e17b39f60891b6112e682015260006112f58201610311565b7f3c726563742069643d2274686522207374726f6b653d2223393739373937222081527f7374726f6b652d77696474683d22302e363738323831303639222066696c6c3d60208201527f22234646464646462220783d2235302e333339313430352220793d223337382e60408201527f333339313431222077696474683d223439392e3332313731392220686569676860608201527f743d223334302e333231373139222072783d2231332e35363536323134223e3c60808201526517b932b1ba1f60d11b60a08201527f3c746578742069643d22616464726573732220666f6e742d66616d696c793d2260a68201527f417269616c2d426f6c644d542c20417269616c2220666f6e742d73697a653d2260c68201527f31382e393931383639392220666f6e742d7765696768743d22626f6c6422206660e68201527f696c6c3d2223303030303030223e3c747370616e20746578742d616e63686f726101068201527f3d226d6964646c652220783d223530252220793d22343333223e00000000000061012682015260006145566144f56144ef61442261435361434d6142b761014089018c611e94565b7f3c2f747370616e3e3c2f746578743e3c746578742069643d227468616e6b222081527f666f6e742d66616d696c793d22417269616c4d542c20417269616c2220666f6e60208201527f742d73697a653d2231382e393931383639392220666f6e742d7765696768743d604082015277113737b936b0b611103334b6361e9111981818181818111f60411b606082015260780190565b89611f2e565b7f3c2f746578743e3c746578742069643d22726563697069656e742220666f6e7481527f2d66616d696c793d22417269616c2d426f6c644d542c20417269616c2220666f60208201527f6e742d73697a653d2232382220666f6e742d7765696768743d22626f6c64222060408201527f66696c6c3d2223303030303030223e3c747370616e20783d223234322e31343860608201527f3433382220793d22343832223e726563697069656e743c2f747370616e3e3c2f6080820152643a32bc3a1f60d91b60a082015260a50190565b7f3c746578742069643d226d696e742d74696d652220666f6e742d66616d696c7981527f3d22417269616c4d542c20417269616c2220666f6e742d73697a653d2232312260208201527f20666f6e742d7765696768743d226e6f726d616c22206c696e652d737061636960408201527f6e673d223330222066696c6c3d2223303030303030223e3c747370616e20746560608201527f78742d616e63686f723d226d6964646c652220783d223530252220793d2236346080820152621b911f60e91b60a082015260a30190565b85611e94565b7f3c2f747370616e3e3c747370616e20783d223232382e3831373338332220793d81527f22363737223e6d696e742074696d657374616d703c2f747370616e3e3c2f74656020820152683c3a1f1e17b9bb339f60b91b604082015260490190565b95945050505050565b60008451614571818460208901611a2d565b845190830190614585818360208901611a2d565b8451910190614598818360208801611a2d565b0195945050505050565b634e487b7160e01b600052601260045260246000fd5b6000826145c7576145c76145a2565b500490565b60008160001904831182151516156145e6576145e6611dd1565b500290565b6000826145fa576145fa6145a2565b500690565b600181815b8085111561463a57816000190482111561462057614620611dd1565b8085161561462d57918102915b93841c9390800290614604565b509250929050565b60008261465157506001610311565b8161465e57506000610311565b8160018114614674576002811461467e5761469a565b6001915050610311565b60ff84111561468f5761468f611dd1565b50506001821b610311565b5060208310610133831016604e8410600b84101617156146bd575081810a610311565b6146c783836145ff565b80600019048211156146db576146db611dd1565b029392505050565b600061078b8383614642565b600060ff831680614702576147026145a2565b8060ff84160491505092915050565b600060ff821660ff84168160ff04811182151516156146db576146db611dd1565b600060ff821660ff84168082101561474c5761474c611dd1565b90039392505050565b600060ff821660ff84168060ff0382111561477257614772611dd1565b01939250505056fe4142434445464748494a4b4c4d4e4f505152535455565758595a6162636465666768696a6b6c6d6e6f707172737475767778797a303132333435363738392b2fa2646970667358221220d90d8b94045f5ade5e8df9ea828298f0f9cabecc885c5cd46e0ba452b9636a8e64736f6c634300080a0033

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

000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000064000000000000000000000000000000000000000000000000000000000000000f30784d65726368204e5943323032330000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f30784d65726368204e5943323032330000000000000000000000000000000000

-----Decoded View---------------
Arg [0] : name (string): 0xMerch NYC2023
Arg [1] : symbol (string): 0xMerch NYC2023
Arg [2] : alltotalSupply (uint256): 100

-----Encoded View---------------
7 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000060
Arg [1] : 00000000000000000000000000000000000000000000000000000000000000a0
Arg [2] : 0000000000000000000000000000000000000000000000000000000000000064
Arg [3] : 000000000000000000000000000000000000000000000000000000000000000f
Arg [4] : 30784d65726368204e5943323032330000000000000000000000000000000000
Arg [5] : 000000000000000000000000000000000000000000000000000000000000000f
Arg [6] : 30784d65726368204e5943323032330000000000000000000000000000000000


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.