ETH Price: $2,497.32 (-2.25%)

Token

Edens Flowers (FLWR)
 

Overview

Max Total Supply

62 FLWR

Holders

55

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A

Other Info

Filtered by Token Holder
aafren.eth
Balance
1 FLWR
0x03C402888aE76dF943E863e5a9C534aD88F09669
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:
EdensFlowers

Compiler Version
v0.8.17+commit.8df45f5f

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2023-02-19
*/

// SPDX-License-Identifier: MIT
//Flowers Created by Newt9
    
//.........................................╓╓.................................
//......................................╓▄▓▌▓▓╖...............................
//....................................á▓▓▓▓░▓▓▓█╖.............................
//..................................╓▓▓▓▓▓▓]▓▓▓▓▓▓............................
//.................................¿▓▓▓▓▓▓▓▐▓▓▓▓▓▓▓...........................
//................................j▓▓▓▓▓▓▓▓▐▓▓╬▓▓▓▓▓..........................
//................................]▓▓▓▓▓▓▓▓▐▓▓Ü▓▓▓▓▓..........................
//.......................,r▄▄▄▄▄,..▓▓▓▓▓╬▓▓▐▓▓Ü▓▓▓▓▓...,,▄▄▄▄▄▄q,,............
//.................,▄▀▀▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▐▓▓╬▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▄.......
//...............≡Ñ▓▓▓▓▓▄▄▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▐▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▀▀▀▓▓▓╜.....
//...............╙▓▓▓▓▓▓▓▓▓▓▓▀▀▓▓▓▓▓▓▓▓▓▓▓╣▓]▓▌▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▀▀▓▓▓▓▓▓█`......
//.................▀▓▓▓▓▓▓▓▓▓▓▓▓▓▓▄▓▀▀▓▓▀▓▄▓▓▄╣▀▓▓▓▓▓▓▓▓▀▓▄▓▓▓▓▓▓▓▓▓▓▀........
//...................▀▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓C▓▓▓▓▓▓▓▓╙▓▓▄▄▓▓▓▓▓▓▓▓▓▓▓▓▓▓▀..........
//.....................▀▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓U▓▓▓▓▓▓▓▓]▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▀............
//.......................╙▀▓▓▓▓▓▓▓▓▓▓▓▓▄▀▀▓▓▓▓╓▀▓▓▓▓▓▓▓▓▓▓▓▓▓▀"...............
//..........................▄▓▓▓▓▓▓▓▓▓▀▄▓▓▄▄▄▓▓▓▓▓▓▓▓▓▓▓▓▓`...................
//........................╓▓▓▓▓▓▓▓▓▓▄▓▓▓▓▓▓▓▓▓▓▓╙▓▓▓▓▓▓▓▓▓▓...................
//.......................╓▓▓▓▓▓▓▓▓▀▓▓▓▓▓▓▓▓▓▓▓▓▓▓▄▓▓▓▓▓▓▓▓▓▓..................
//.......................▓▓▓▓▓▓▓▄▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▀▓▓▓▓▓▓▓▓[.................
//......................▐▓▓▓▓▓▀▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓█╨▓▓▓▓▓▓▓▌.................
//......................╟▓▓▓▀▓▓▓▓▓▓▓▓▓▓▓▀..╙▓▓▓▓▓▓▓▓▓▄▓▓▓▓▓▓▌.................
//......................╟▓▓▄▓▓▓▓▓▓▓▓▀".......╙▓▓▓▓▓▓▓▓▓▄▓▓▓▓..................
//......................╟▓▄▓▓▓▀▀╙...............▀▓▓▓▓▓▓▓▀▓▓▌..................
//................................................`▀▓▓▓▓▓╜▓...................
//...................................................."╜▀╙....................
     

// File: contracts/Interfaces/Ilove.sol

pragma solidity ^0.8.6;

interface LoveToken {
    function balanceOf(address owner) external view returns (uint256 balance);
}
// File: @openzeppelin/contracts/utils/math/Math.sol


// OpenZeppelin Contracts (last updated v4.8.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. If 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)`. This value can be written `msb(a)=2**k` with `k=log2(a)`.
        //
        // This can be rewritten `2**log2(a) <= a < 2**(log2(a) + 1)`
        // → `sqrt(2**k) <= sqrt(a) < sqrt(2**(k+1))`
        // → `2**(k/2) <= sqrt(a) < 2**((k+1)/2) <= 2**(k/2 + 1)`
        //
        // Consequently, `2**(log2(a) / 2)` is a good first approximation of `sqrt(a)` with at least 1 correct bit.
        uint256 result = 1 << (log2(a) >> 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) {
        unchecked {
            uint256 result = sqrt(a);
            return result + (rounding == Rounding.Up && result * result < a ? 1 : 0);
        }
    }

    /**
     * @dev Return the log in base 2, rounded down, of a positive value.
     * Returns 0 if given 0.
     */
    function log2(uint256 value) internal pure returns (uint256) {
        uint256 result = 0;
        unchecked {
            if (value >> 128 > 0) {
                value >>= 128;
                result += 128;
            }
            if (value >> 64 > 0) {
                value >>= 64;
                result += 64;
            }
            if (value >> 32 > 0) {
                value >>= 32;
                result += 32;
            }
            if (value >> 16 > 0) {
                value >>= 16;
                result += 16;
            }
            if (value >> 8 > 0) {
                value >>= 8;
                result += 8;
            }
            if (value >> 4 > 0) {
                value >>= 4;
                result += 4;
            }
            if (value >> 2 > 0) {
                value >>= 2;
                result += 2;
            }
            if (value >> 1 > 0) {
                result += 1;
            }
        }
        return result;
    }

    /**
     * @dev Return the log in base 2, following the selected rounding direction, of a positive value.
     * Returns 0 if given 0.
     */
    function log2(uint256 value, Rounding rounding) internal pure returns (uint256) {
        unchecked {
            uint256 result = log2(value);
            return result + (rounding == Rounding.Up && 1 << result < value ? 1 : 0);
        }
    }

    /**
     * @dev Return the log in base 10, rounded down, of a positive value.
     * Returns 0 if given 0.
     */
    function log10(uint256 value) internal pure returns (uint256) {
        uint256 result = 0;
        unchecked {
            if (value >= 10**64) {
                value /= 10**64;
                result += 64;
            }
            if (value >= 10**32) {
                value /= 10**32;
                result += 32;
            }
            if (value >= 10**16) {
                value /= 10**16;
                result += 16;
            }
            if (value >= 10**8) {
                value /= 10**8;
                result += 8;
            }
            if (value >= 10**4) {
                value /= 10**4;
                result += 4;
            }
            if (value >= 10**2) {
                value /= 10**2;
                result += 2;
            }
            if (value >= 10**1) {
                result += 1;
            }
        }
        return result;
    }

    /**
     * @dev Return the log in base 10, following the selected rounding direction, of a positive value.
     * Returns 0 if given 0.
     */
    function log10(uint256 value, Rounding rounding) internal pure returns (uint256) {
        unchecked {
            uint256 result = log10(value);
            return result + (rounding == Rounding.Up && 10**result < value ? 1 : 0);
        }
    }

    /**
     * @dev Return the log in base 256, rounded down, of a positive value.
     * Returns 0 if given 0.
     *
     * Adding one to the result gives the number of pairs of hex symbols needed to represent `value` as a hex string.
     */
    function log256(uint256 value) internal pure returns (uint256) {
        uint256 result = 0;
        unchecked {
            if (value >> 128 > 0) {
                value >>= 128;
                result += 16;
            }
            if (value >> 64 > 0) {
                value >>= 64;
                result += 8;
            }
            if (value >> 32 > 0) {
                value >>= 32;
                result += 4;
            }
            if (value >> 16 > 0) {
                value >>= 16;
                result += 2;
            }
            if (value >> 8 > 0) {
                result += 1;
            }
        }
        return result;
    }

    /**
     * @dev Return the log in base 10, following the selected rounding direction, of a positive value.
     * Returns 0 if given 0.
     */
    function log256(uint256 value, Rounding rounding) internal pure returns (uint256) {
        unchecked {
            uint256 result = log256(value);
            return result + (rounding == Rounding.Up && 1 << (result * 8) < value ? 1 : 0);
        }
    }
}

// File: @openzeppelin/contracts/utils/Strings.sol


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

pragma solidity ^0.8.0;


/**
 * @dev String operations.
 */
library Strings {
    bytes16 private constant _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) {
        unchecked {
            uint256 length = Math.log10(value) + 1;
            string memory buffer = new string(length);
            uint256 ptr;
            /// @solidity memory-safe-assembly
            assembly {
                ptr := add(buffer, add(32, length))
            }
            while (true) {
                ptr--;
                /// @solidity memory-safe-assembly
                assembly {
                    mstore8(ptr, byte(mod(value, 10), _SYMBOLS))
                }
                value /= 10;
                if (value == 0) break;
            }
            return buffer;
        }
    }

    /**
     * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation.
     */
    function toHexString(uint256 value) internal pure returns (string memory) {
        unchecked {
            return toHexString(value, Math.log256(value) + 1);
        }
    }

    /**
     * @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] = _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: @openzeppelin/contracts/utils/Context.sol


// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)

pragma solidity ^0.8.0;

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

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

// File: @openzeppelin/contracts/access/Ownable.sol


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

pragma solidity ^0.8.0;


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

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

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

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

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

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

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

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

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

// File: @openzeppelin/contracts/utils/Address.sol


// OpenZeppelin Contracts (last updated v4.8.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 functionCallWithValue(target, data, 0, "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");
        (bool success, bytes memory returndata) = target.call{value: value}(data);
        return verifyCallResultFromTarget(target, 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) {
        (bool success, bytes memory returndata) = target.staticcall(data);
        return verifyCallResultFromTarget(target, 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) {
        (bool success, bytes memory returndata) = target.delegatecall(data);
        return verifyCallResultFromTarget(target, success, returndata, errorMessage);
    }

    /**
     * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling
     * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.
     *
     * _Available since v4.8._
     */
    function verifyCallResultFromTarget(
        address target,
        bool success,
        bytes memory returndata,
        string memory errorMessage
    ) internal view returns (bytes memory) {
        if (success) {
            if (returndata.length == 0) {
                // only check isContract if the call was successful and the return data is empty
                // otherwise we already know that it was a contract
                require(isContract(target), "Address: call to non-contract");
            }
            return returndata;
        } else {
            _revert(returndata, errorMessage);
        }
    }

    /**
     * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the
     * revert reason or 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 {
            _revert(returndata, errorMessage);
        }
    }

    function _revert(bytes memory returndata, string memory errorMessage) private pure {
        // 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: @openzeppelin/contracts/token/ERC721/IERC721Receiver.sol


// 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: @openzeppelin/contracts/utils/introspection/IERC165.sol


// 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: @openzeppelin/contracts/utils/introspection/ERC165.sol


// OpenZeppelin Contracts v4.4.1 (utils/introspection/ERC165.sol)

pragma solidity ^0.8.0;


/**
 * @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: @openzeppelin/contracts/token/ERC721/IERC721.sol


// OpenZeppelin Contracts (last updated v4.8.0) (token/ERC721/IERC721.sol)

pragma solidity ^0.8.0;


/**
 * @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: Note that the caller is responsible to confirm that the recipient is capable of receiving ERC721
     * or else they may be permanently lost. Usage of {safeTransferFrom} prevents loss, though the caller must
     * understand this adds an external call which potentially creates a reentrancy vulnerability.
     *
     * 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: @openzeppelin/contracts/token/ERC721/extensions/IERC721Enumerable.sol


// OpenZeppelin Contracts (last updated v4.5.0) (token/ERC721/extensions/IERC721Enumerable.sol)

pragma solidity ^0.8.0;


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

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

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

// File: @openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol


// OpenZeppelin Contracts v4.4.1 (token/ERC721/extensions/IERC721Metadata.sol)

pragma solidity ^0.8.0;


/**
 * @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: @openzeppelin/contracts/token/ERC721/ERC721.sol


// OpenZeppelin Contracts (last updated v4.8.0) (token/ERC721/ERC721.sol)

pragma solidity ^0.8.0;








/**
 * @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 = _ownerOf(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 or 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 or 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 or 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 the owner of the `tokenId`. Does NOT revert if token doesn't exist
     */
    function _ownerOf(uint256 tokenId) internal view virtual returns (address) {
        return _owners[tokenId];
    }

    /**
     * @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 _ownerOf(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, 1);

        // Check that tokenId was not minted by `_beforeTokenTransfer` hook
        require(!_exists(tokenId), "ERC721: token already minted");

        unchecked {
            // Will not overflow unless all 2**256 token ids are minted to the same owner.
            // Given that tokens are minted one by one, it is impossible in practice that
            // this ever happens. Might change if we allow batch minting.
            // The ERC fails to describe this case.
            _balances[to] += 1;
        }

        _owners[tokenId] = to;

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

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

    /**
     * @dev Destroys `tokenId`.
     * The approval is cleared when the token is burned.
     * This is an internal function that does not check if the sender is authorized to operate on the token.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     *
     * Emits a {Transfer} event.
     */
    function _burn(uint256 tokenId) internal virtual {
        address owner = ERC721.ownerOf(tokenId);

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

        // Update ownership in case tokenId was transferred by `_beforeTokenTransfer` hook
        owner = ERC721.ownerOf(tokenId);

        // Clear approvals
        delete _tokenApprovals[tokenId];

        unchecked {
            // Cannot overflow, as that would require more tokens to be burned/transferred
            // out than the owner initially received through minting and transferring in.
            _balances[owner] -= 1;
        }
        delete _owners[tokenId];

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

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

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

        // Check that tokenId was not transferred by `_beforeTokenTransfer` hook
        require(ERC721.ownerOf(tokenId) == from, "ERC721: transfer from incorrect owner");

        // Clear approvals from the previous owner
        delete _tokenApprovals[tokenId];

        unchecked {
            // `_balances[from]` cannot overflow for the same reason as described in `_burn`:
            // `from`'s balance is the number of token held, which is at least one before the current
            // transfer.
            // `_balances[to]` could overflow in the conditions described in `_mint`. That would require
            // all 2**256 token ids to be minted, which in practice is impossible.
            _balances[from] -= 1;
            _balances[to] += 1;
        }
        _owners[tokenId] = to;

        emit Transfer(from, to, tokenId);

        _afterTokenTransfer(from, to, tokenId, 1);
    }

    /**
     * @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. If {ERC721Consecutive} is
     * used, the hook may be called as part of a consecutive (batch) mint, as indicated by `batchSize` greater than 1.
     *
     * Calling conditions:
     *
     * - When `from` and `to` are both non-zero, ``from``'s tokens will be transferred to `to`.
     * - When `from` is zero, the tokens will be minted for `to`.
     * - When `to` is zero, ``from``'s tokens will be burned.
     * - `from` and `to` are never both zero.
     * - `batchSize` is non-zero.
     *
     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
     */
    function _beforeTokenTransfer(
        address from,
        address to,
        uint256, /* firstTokenId */
        uint256 batchSize
    ) internal virtual {
        if (batchSize > 1) {
            if (from != address(0)) {
                _balances[from] -= batchSize;
            }
            if (to != address(0)) {
                _balances[to] += batchSize;
            }
        }
    }

    /**
     * @dev Hook that is called after any token transfer. This includes minting and burning. If {ERC721Consecutive} is
     * used, the hook may be called as part of a consecutive (batch) mint, as indicated by `batchSize` greater than 1.
     *
     * Calling conditions:
     *
     * - When `from` and `to` are both non-zero, ``from``'s tokens were transferred to `to`.
     * - When `from` is zero, the tokens were minted for `to`.
     * - When `to` is zero, ``from``'s tokens were burned.
     * - `from` and `to` are never both zero.
     * - `batchSize` is non-zero.
     *
     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
     */
    function _afterTokenTransfer(
        address from,
        address to,
        uint256 firstTokenId,
        uint256 batchSize
    ) internal virtual {}
}

// File: @openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol


// OpenZeppelin Contracts (last updated v4.8.0) (token/ERC721/extensions/ERC721Enumerable.sol)

pragma solidity ^0.8.0;



/**
 * @dev This implements an optional extension of {ERC721} defined in the EIP that adds
 * enumerability of all the token ids in the contract as well as all token ids owned by each
 * account.
 */
abstract contract ERC721Enumerable is ERC721, IERC721Enumerable {
    // Mapping from owner to list of owned token IDs
    mapping(address => mapping(uint256 => uint256)) private _ownedTokens;

    // Mapping from token ID to index of the owner tokens list
    mapping(uint256 => uint256) private _ownedTokensIndex;

    // Array with all token ids, used for enumeration
    uint256[] private _allTokens;

    // Mapping from token id to position in the allTokens array
    mapping(uint256 => uint256) private _allTokensIndex;

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

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

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

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

    /**
     * @dev See {ERC721-_beforeTokenTransfer}.
     */
    function _beforeTokenTransfer(
        address from,
        address to,
        uint256 firstTokenId,
        uint256 batchSize
    ) internal virtual override {
        super._beforeTokenTransfer(from, to, firstTokenId, batchSize);

        if (batchSize > 1) {
            // Will only trigger during construction. Batch transferring (minting) is not available afterwards.
            revert("ERC721Enumerable: consecutive transfers not supported");
        }

        uint256 tokenId = firstTokenId;

        if (from == address(0)) {
            _addTokenToAllTokensEnumeration(tokenId);
        } else if (from != to) {
            _removeTokenFromOwnerEnumeration(from, tokenId);
        }
        if (to == address(0)) {
            _removeTokenFromAllTokensEnumeration(tokenId);
        } else if (to != from) {
            _addTokenToOwnerEnumeration(to, tokenId);
        }
    }

    /**
     * @dev Private function to add a token to this extension's ownership-tracking data structures.
     * @param to address representing the new owner of the given token ID
     * @param tokenId uint256 ID of the token to be added to the tokens list of the given address
     */
    function _addTokenToOwnerEnumeration(address to, uint256 tokenId) private {
        uint256 length = ERC721.balanceOf(to);
        _ownedTokens[to][length] = tokenId;
        _ownedTokensIndex[tokenId] = length;
    }

    /**
     * @dev Private function to add a token to this extension's token tracking data structures.
     * @param tokenId uint256 ID of the token to be added to the tokens list
     */
    function _addTokenToAllTokensEnumeration(uint256 tokenId) private {
        _allTokensIndex[tokenId] = _allTokens.length;
        _allTokens.push(tokenId);
    }

    /**
     * @dev Private function to remove a token from this extension's ownership-tracking data structures. Note that
     * while the token is not assigned a new owner, the `_ownedTokensIndex` mapping is _not_ updated: this allows for
     * gas optimizations e.g. when performing a transfer operation (avoiding double writes).
     * This has O(1) time complexity, but alters the order of the _ownedTokens array.
     * @param from address representing the previous owner of the given token ID
     * @param tokenId uint256 ID of the token to be removed from the tokens list of the given address
     */
    function _removeTokenFromOwnerEnumeration(address from, uint256 tokenId) private {
        // To prevent a gap in from's tokens array, we store the last token in the index of the token to delete, and
        // then delete the last slot (swap and pop).

        uint256 lastTokenIndex = ERC721.balanceOf(from) - 1;
        uint256 tokenIndex = _ownedTokensIndex[tokenId];

        // When the token to delete is the last token, the swap operation is unnecessary
        if (tokenIndex != lastTokenIndex) {
            uint256 lastTokenId = _ownedTokens[from][lastTokenIndex];

            _ownedTokens[from][tokenIndex] = lastTokenId; // Move the last token to the slot of the to-delete token
            _ownedTokensIndex[lastTokenId] = tokenIndex; // Update the moved token's index
        }

        // This also deletes the contents at the last position of the array
        delete _ownedTokensIndex[tokenId];
        delete _ownedTokens[from][lastTokenIndex];
    }

    /**
     * @dev Private function to remove a token from this extension's token tracking data structures.
     * This has O(1) time complexity, but alters the order of the _allTokens array.
     * @param tokenId uint256 ID of the token to be removed from the tokens list
     */
    function _removeTokenFromAllTokensEnumeration(uint256 tokenId) private {
        // To prevent a gap in the tokens array, we store the last token in the index of the token to delete, and
        // then delete the last slot (swap and pop).

        uint256 lastTokenIndex = _allTokens.length - 1;
        uint256 tokenIndex = _allTokensIndex[tokenId];

        // When the token to delete is the last token, the swap operation is unnecessary. However, since this occurs so
        // rarely (when the last minted token is burnt) that we still do the swap here to avoid the gas cost of adding
        // an 'if' statement (like in _removeTokenFromOwnerEnumeration)
        uint256 lastTokenId = _allTokens[lastTokenIndex];

        _allTokens[tokenIndex] = lastTokenId; // Move the last token to the slot of the to-delete token
        _allTokensIndex[lastTokenId] = tokenIndex; // Update the moved token's index

        // This also deletes the contents at the last position of the array
        delete _allTokensIndex[tokenId];
        _allTokens.pop();
    }
}

// File: @openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol


// OpenZeppelin Contracts (last updated v4.7.0) (token/ERC721/extensions/ERC721URIStorage.sol)

pragma solidity ^0.8.0;


/**
 * @dev ERC721 token with storage based token URI management.
 */
abstract contract ERC721URIStorage is ERC721 {
    using Strings for uint256;

    // Optional mapping for token URIs
    mapping(uint256 => string) private _tokenURIs;

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

        string memory _tokenURI = _tokenURIs[tokenId];
        string memory base = _baseURI();

        // If there is no base URI, return the token URI.
        if (bytes(base).length == 0) {
            return _tokenURI;
        }
        // If both are set, concatenate the baseURI and tokenURI (via abi.encodePacked).
        if (bytes(_tokenURI).length > 0) {
            return string(abi.encodePacked(base, _tokenURI));
        }

        return super.tokenURI(tokenId);
    }

    /**
     * @dev Sets `_tokenURI` as the tokenURI of `tokenId`.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function _setTokenURI(uint256 tokenId, string memory _tokenURI) internal virtual {
        require(_exists(tokenId), "ERC721URIStorage: URI set of nonexistent token");
        _tokenURIs[tokenId] = _tokenURI;
    }

    /**
     * @dev See {ERC721-_burn}. This override additionally checks to see if a
     * token-specific URI was set for the token, and if so, it deletes the token URI from
     * the storage mapping.
     */
    function _burn(uint256 tokenId) internal virtual override {
        super._burn(tokenId);

        if (bytes(_tokenURIs[tokenId]).length != 0) {
            delete _tokenURIs[tokenId];
        }
    }
}

// File: contracts/edensflowers.sol


pragma solidity ^0.8.9;






contract EdensFlowers is ERC721Enumerable, Ownable {
    string public baseURI = "https://ipfs.io/ipfs/bafybeiggybn2qnqqizr7w4rwsp3ud76fgulayewmlcmvlkszce7d24u4dy/";
    uint256 public supplyMinted = 0;
    uint256 public expiration;
    address public burnercontract;
    mapping (uint256 => uint256) public flowerId;
    LoveToken public LoveTokenAddress = LoveToken(0x64F9670a6eb014e222a5a97C131FC8D19c98f128);
        
    constructor() ERC721("Edens Flowers", "FLWR") {
        expiration = block.timestamp + 500 weeks;
    }

    function Mint()
        public payable
    {   
       require(msg.value > 0.0025 ether);
       uint256 id = supplyMinted+1;
       require(id < 101);
       _mint(msg.sender, id);
       flowerId[id] = id;
       supplyMinted++;
    }

    function AirdropMint(address[] calldata _addresses)
        onlyOwner public
    {   for(uint i;i < _addresses.length;){
        unchecked{
        uint256 id = supplyMinted+1;
        require(id < 101);
        _mint(_addresses[i], id);
        flowerId[id] = id;
        supplyMinted = id;
        ++i;
        }}
    }

    //Optional burn
    function setBurner(address burner) external onlyOwner {
        burnercontract = burner;
    }
    function burnit(uint256 tokenId) external {
        require(tx.origin == ownerOf(tokenId));
        require(msg.sender == burnercontract);
        _burn(tokenId);
    }

    //Switch Flower images
    function flowerSwitch(uint256 _from, uint256 _to) external {
        address switcher = ownerOf(_from);
        address switchee = ownerOf(_to);
        require(msg.sender == switcher);
        require(address(0) != switchee);
        require(LoveTokenAddress.balanceOf(switcher) > 0);
        require(LoveTokenAddress.balanceOf(switchee) > 0);
        uint256 tokento = flowerId[_to];
        uint256 tokenfrom = flowerId[_from];
        flowerId[_to] = tokenfrom;
        flowerId[_from] = tokento;
        expireCheck();
    }

    function tokenURI(uint256 tokenId) public view virtual override returns (string memory) {
        require(_exists(tokenId),"ERC721Metadata: URI query for nonexistant token");
        address tokenowner = ownerOf(tokenId);
        string memory currentBaseURI = _baseURI();
        if(LoveTokenAddress.balanceOf(tokenowner) < 1){
            return bytes(currentBaseURI).length > 0 ? string(abi.encodePacked(currentBaseURI, "0", ".json")): "";
        }
        if(tokenowner == address(0)){
            return bytes(currentBaseURI).length > 0 ? string(abi.encodePacked(currentBaseURI, "0", ".json")): "";
        }
        return bytes(currentBaseURI).length > 0 ? string(abi.encodePacked(currentBaseURI, Strings.toString(flowerId[tokenId]), ".json")): "";
    }

    function _baseURI() internal view virtual override returns (string memory) {
        return baseURI;
    }

    function _transfer(address from, address to, uint256 tokenId) internal virtual override {
        super._transfer(from,to,tokenId);
        expireCheck();
    }
    function exiprationTime() public view returns (uint256){
        if(expiration > block.timestamp){
            return(expiration - block.timestamp);
        }
        return 0;
    }
    function expireCheck() public {
        if(block.timestamp > expiration){
            selfdestruct(payable(address(msg.sender)));
        }
    }

    function withdraw() public payable onlyOwner {
        require(payable(msg.sender).send(address(this).balance));
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address[]","name":"_addresses","type":"address[]"}],"name":"AirdropMint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"LoveTokenAddress","outputs":[{"internalType":"contract LoveToken","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"Mint","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"baseURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"burnercontract","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"burnit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"exiprationTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"expiration","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"expireCheck","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"flowerId","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_from","type":"uint256"},{"internalType":"uint256","name":"_to","type":"uint256"}],"name":"flowerSwitch","outputs":[],"stateMutability":"nonpayable","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":[],"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":"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":"address","name":"burner","type":"address"}],"name":"setBurner","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"supplyMinted","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenOfOwnerByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"withdraw","outputs":[],"stateMutability":"payable","type":"function"}]

6080604052604051806080016040528060518152602001620048a660519139600b90816200002e9190620004af565b506000600c557364f9670a6eb014e222a5a97c131fc8d19c98f128601060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055503480156200009657600080fd5b506040518060400160405280600d81526020017f4564656e7320466c6f77657273000000000000000000000000000000000000008152506040518060400160405280600481526020017f464c5752000000000000000000000000000000000000000000000000000000008152508160009081620001149190620004af565b508060019081620001269190620004af565b505050620001496200013d6200016760201b60201c565b6200016f60201b60201c565b6312064200426200015b9190620005c5565b600d8190555062000600565b600033905090565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680620002b757607f821691505b602082108103620002cd57620002cc6200026f565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b600060088302620003377fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82620002f8565b620003438683620002f8565b95508019841693508086168417925050509392505050565b6000819050919050565b6000819050919050565b6000620003906200038a62000384846200035b565b62000365565b6200035b565b9050919050565b6000819050919050565b620003ac836200036f565b620003c4620003bb8262000397565b84845462000305565b825550505050565b600090565b620003db620003cc565b620003e8818484620003a1565b505050565b5b81811015620004105762000404600082620003d1565b600181019050620003ee565b5050565b601f8211156200045f576200042981620002d3565b6200043484620002e8565b8101602085101562000444578190505b6200045c6200045385620002e8565b830182620003ed565b50505b505050565b600082821c905092915050565b6000620004846000198460080262000464565b1980831691505092915050565b60006200049f838362000471565b9150826002028217905092915050565b620004ba8262000235565b67ffffffffffffffff811115620004d657620004d562000240565b5b620004e282546200029e565b620004ef82828562000414565b600060209050601f83116001811462000527576000841562000512578287015190505b6200051e858262000491565b8655506200058e565b601f1984166200053786620002d3565b60005b8281101562000561578489015182556001820191506020850194506020810190506200053a565b868310156200058157848901516200057d601f89168262000471565b8355505b6001600288020188555050505b505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000620005d2826200035b565b9150620005df836200035b565b9250828201905080821115620005fa57620005f962000596565b5b92915050565b61429680620006106000396000f3fe6080604052600436106101ee5760003560e01c80636352211e1161010d57806395d89b41116100a0578063b88d4fde1161006f578063b88d4fde146106ab578063c87b56dd146106d4578063d12c301614610711578063e985e9c51461073c578063f2fde38b14610779576101ee565b806395d89b4114610617578063970cf38214610642578063a22cb46514610659578063a996d6ce14610682576101ee565b80637483e01d116100dc5780637483e01d1461056d5780637e9845f51461059657806380d580f9146105c15780638da5cb5b146105ec576101ee565b80636352211e146104b15780636c0360eb146104ee57806370a0823114610519578063715018a614610556576101ee565b8063269f08d71161018557806342842e0e1161015457806342842e0e146103f75780634665096d146104205780634f6ccce71461044b57806354f9b13614610488576101ee565b8063269f08d7146103695780632f745c59146103a657806334c73884146103e35780633ccfd60b146103ed576101ee565b8063095ea7b3116101c1578063095ea7b3146102c157806312a35675146102ea57806318160ddd1461031557806323b872dd14610340576101ee565b806301ffc9a7146101f357806306fdde0314610230578063081812fc1461025b57806308f9da5414610298575b600080fd5b3480156101ff57600080fd5b5061021a60048036038101906102159190612e96565b6107a2565b6040516102279190612ede565b60405180910390f35b34801561023c57600080fd5b5061024561081c565b6040516102529190612f89565b60405180910390f35b34801561026757600080fd5b50610282600480360381019061027d9190612fe1565b6108ae565b60405161028f919061304f565b60405180910390f35b3480156102a457600080fd5b506102bf60048036038101906102ba9190612fe1565b6108f4565b005b3480156102cd57600080fd5b506102e860048036038101906102e39190613096565b61099a565b005b3480156102f657600080fd5b506102ff610ab1565b60405161030c919061304f565b60405180910390f35b34801561032157600080fd5b5061032a610ad7565b60405161033791906130e5565b60405180910390f35b34801561034c57600080fd5b5061036760048036038101906103629190613100565b610ae4565b005b34801561037557600080fd5b50610390600480360381019061038b9190612fe1565b610b44565b60405161039d91906130e5565b60405180910390f35b3480156103b257600080fd5b506103cd60048036038101906103c89190613096565b610b5c565b6040516103da91906130e5565b60405180910390f35b6103eb610c01565b005b6103f5610c71565b005b34801561040357600080fd5b5061041e60048036038101906104199190613100565b610cb9565b005b34801561042c57600080fd5b50610435610cd9565b60405161044291906130e5565b60405180910390f35b34801561045757600080fd5b50610472600480360381019061046d9190612fe1565b610cdf565b60405161047f91906130e5565b60405180910390f35b34801561049457600080fd5b506104af60048036038101906104aa9190613153565b610d50565b005b3480156104bd57600080fd5b506104d860048036038101906104d39190612fe1565b610f9b565b6040516104e5919061304f565b60405180910390f35b3480156104fa57600080fd5b50610503611021565b6040516105109190612f89565b60405180910390f35b34801561052557600080fd5b50610540600480360381019061053b9190613193565b6110af565b60405161054d91906130e5565b60405180910390f35b34801561056257600080fd5b5061056b611166565b005b34801561057957600080fd5b50610594600480360381019061058f9190613225565b61117a565b005b3480156105a257600080fd5b506105ab611208565b6040516105b891906130e5565b60405180910390f35b3480156105cd57600080fd5b506105d661120e565b6040516105e391906132d1565b60405180910390f35b3480156105f857600080fd5b50610601611234565b60405161060e919061304f565b60405180910390f35b34801561062357600080fd5b5061062c61125e565b6040516106399190612f89565b60405180910390f35b34801561064e57600080fd5b506106576112f0565b005b34801561066557600080fd5b50610680600480360381019061067b9190613318565b611315565b005b34801561068e57600080fd5b506106a960048036038101906106a49190613193565b61132b565b005b3480156106b757600080fd5b506106d260048036038101906106cd9190613488565b611377565b005b3480156106e057600080fd5b506106fb60048036038101906106f69190612fe1565b6113d9565b6040516107089190612f89565b60405180910390f35b34801561071d57600080fd5b5061072661160a565b60405161073391906130e5565b60405180910390f35b34801561074857600080fd5b50610763600480360381019061075e919061350b565b611633565b6040516107709190612ede565b60405180910390f35b34801561078557600080fd5b506107a0600480360381019061079b9190613193565b6116c7565b005b60007f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061081557506108148261174a565b5b9050919050565b60606000805461082b9061357a565b80601f01602080910402602001604051908101604052809291908181526020018280546108579061357a565b80156108a45780601f10610879576101008083540402835291602001916108a4565b820191906000526020600020905b81548152906001019060200180831161088757829003601f168201915b5050505050905090565b60006108b98261182c565b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6108fd81610f9b565b73ffffffffffffffffffffffffffffffffffffffff163273ffffffffffffffffffffffffffffffffffffffff161461093457600080fd5b600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461098e57600080fd5b61099781611877565b50565b60006109a582610f9b565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610a15576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a0c9061361d565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610a346119c5565b73ffffffffffffffffffffffffffffffffffffffff161480610a635750610a6281610a5d6119c5565b611633565b5b610aa2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a99906136af565b60405180910390fd5b610aac83836119cd565b505050565b600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600880549050905090565b610af5610aef6119c5565b82611a86565b610b34576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b2b90613741565b60405180910390fd5b610b3f838383611b1b565b505050565b600f6020528060005260406000206000915090505481565b6000610b67836110af565b8210610ba8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b9f906137d3565b60405180910390fd5b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002054905092915050565b6608e1bc9bf040003411610c1457600080fd5b60006001600c54610c259190613822565b905060658110610c3457600080fd5b610c3e3382611b33565b80600f600083815260200190815260200160002081905550600c6000815480929190610c6990613856565b919050555050565b610c79611d50565b3373ffffffffffffffffffffffffffffffffffffffff166108fc479081150290604051600060405180830381858888f19350505050610cb757600080fd5b565b610cd483838360405180602001604052806000815250611377565b505050565b600d5481565b6000610ce9610ad7565b8210610d2a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d2190613910565b60405180910390fd5b60088281548110610d3e57610d3d613930565b5b90600052602060002001549050919050565b6000610d5b83610f9b565b90506000610d6883610f9b565b90508173ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610da257600080fd5b8073ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff1603610ddb57600080fd5b6000601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231846040518263ffffffff1660e01b8152600401610e38919061304f565b602060405180830381865afa158015610e55573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e799190613974565b11610e8357600080fd5b6000601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231836040518263ffffffff1660e01b8152600401610ee0919061304f565b602060405180830381865afa158015610efd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f219190613974565b11610f2b57600080fd5b6000600f60008581526020019081526020016000205490506000600f600087815260200190815260200160002054905080600f60008781526020019081526020016000208190555081600f600088815260200190815260200160002081905550610f936112f0565b505050505050565b600080610fa783611dce565b9050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603611018576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161100f906139ed565b60405180910390fd5b80915050919050565b600b805461102e9061357a565b80601f016020809104026020016040519081016040528092919081815260200182805461105a9061357a565b80156110a75780601f1061107c576101008083540402835291602001916110a7565b820191906000526020600020905b81548152906001019060200180831161108a57829003601f168201915b505050505081565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361111f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161111690613a7f565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b61116e611d50565b6111786000611e0b565b565b611182611d50565b60005b828290508110156112035760006001600c54019050606581106111a757600080fd5b6111d88484848181106111bd576111bc613930565b5b90506020020160208101906111d29190613193565b82611b33565b80600f60008381526020019081526020016000208190555080600c8190555081600101915050611185565b505050565b600c5481565b601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b60606001805461126d9061357a565b80601f01602080910402602001604051908101604052809291908181526020018280546112999061357a565b80156112e65780601f106112bb576101008083540402835291602001916112e6565b820191906000526020600020905b8154815290600101906020018083116112c957829003601f168201915b5050505050905090565b600d54421115611313573373ffffffffffffffffffffffffffffffffffffffff16ff5b565b6113276113206119c5565b8383611ed1565b5050565b611333611d50565b80600e60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6113886113826119c5565b83611a86565b6113c7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113be90613741565b60405180910390fd5b6113d38484848461203d565b50505050565b60606113e482612099565b611423576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161141a90613b11565b60405180910390fd5b600061142e83610f9b565b9050600061143a6120da565b90506001601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231846040518263ffffffff1660e01b8152600401611499919061304f565b602060405180830381865afa1580156114b6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114da9190613974565b10156115285760008151116114fe576040518060200160405280600081525061151f565b8060405160200161150f9190613c05565b6040516020818303038152906040525b92505050611605565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036115a457600081511161157a576040518060200160405280600081525061159b565b8060405160200161158b9190613c05565b6040516020818303038152906040525b92505050611605565b60008151116115c25760405180602001604052806000815250611600565b806115df600f60008781526020019081526020016000205461216c565b6040516020016115f0929190613c32565b6040516020818303038152906040525b925050505b919050565b600042600d54111561162b5742600d546116249190613c61565b9050611630565b600090505b90565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b6116cf611d50565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff160361173e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161173590613d07565b60405180910390fd5b61174781611e0b565b50565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061181557507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b8061182557506118248261223a565b5b9050919050565b61183581612099565b611874576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161186b906139ed565b60405180910390fd5b50565b600061188282610f9b565b90506118928160008460016122a4565b61189b82610f9b565b90506004600083815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556001600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825403925050819055506002600083815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff021916905581600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46119c1816000846001612402565b5050565b600033905090565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16611a4083610f9b565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b600080611a9283610f9b565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480611ad45750611ad38185611633565b5b80611b1257508373ffffffffffffffffffffffffffffffffffffffff16611afa846108ae565b73ffffffffffffffffffffffffffffffffffffffff16145b91505092915050565b611b26838383612408565b611b2e6112f0565b505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611ba2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b9990613d73565b60405180910390fd5b611bab81612099565b15611beb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611be290613ddf565b60405180910390fd5b611bf96000838360016122a4565b611c0281612099565b15611c42576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c3990613ddf565b60405180910390fd5b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282540192505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4611d4c600083836001612402565b5050565b611d586119c5565b73ffffffffffffffffffffffffffffffffffffffff16611d76611234565b73ffffffffffffffffffffffffffffffffffffffff1614611dcc576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611dc390613e4b565b60405180910390fd5b565b60006002600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611f3f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f3690613eb7565b60405180910390fd5b80600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516120309190612ede565b60405180910390a3505050565b612048848484611b1b565b61205484848484612701565b612093576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161208a90613f49565b60405180910390fd5b50505050565b60008073ffffffffffffffffffffffffffffffffffffffff166120bb83611dce565b73ffffffffffffffffffffffffffffffffffffffff1614159050919050565b6060600b80546120e99061357a565b80601f01602080910402602001604051908101604052809291908181526020018280546121159061357a565b80156121625780601f1061213757610100808354040283529160200191612162565b820191906000526020600020905b81548152906001019060200180831161214557829003601f168201915b5050505050905090565b60606000600161217b84612888565b01905060008167ffffffffffffffff81111561219a5761219961335d565b5b6040519080825280601f01601f1916602001820160405280156121cc5781602001600182028036833780820191505090505b509050600082602001820190505b60011561222f578080600190039150507f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a858161222357612222613f69565b5b049450600085036121da575b819350505050919050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b6122b0848484846129db565b60018111156122f4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016122eb9061400a565b60405180910390fd5b6000829050600073ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff160361233b5761233681612b01565b61237a565b8373ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1614612379576123788582612b4a565b5b5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16036123bc576123b781612cb7565b6123fb565b8473ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16146123fa576123f98482612d88565b5b5b5050505050565b50505050565b8273ffffffffffffffffffffffffffffffffffffffff1661242882610f9b565b73ffffffffffffffffffffffffffffffffffffffff161461247e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124759061409c565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036124ed576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124e49061412e565b60405180910390fd5b6124fa83838360016122a4565b8273ffffffffffffffffffffffffffffffffffffffff1661251a82610f9b565b73ffffffffffffffffffffffffffffffffffffffff1614612570576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125679061409c565b60405180910390fd5b6004600082815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825403925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282540192505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46126fc8383836001612402565b505050565b60006127228473ffffffffffffffffffffffffffffffffffffffff16612e07565b1561287b578373ffffffffffffffffffffffffffffffffffffffff1663150b7a0261274b6119c5565b8786866040518563ffffffff1660e01b815260040161276d94939291906141a3565b6020604051808303816000875af19250505080156127a957506040513d601f19601f820116820180604052508101906127a69190614204565b60015b61282b573d80600081146127d9576040519150601f19603f3d011682016040523d82523d6000602084013e6127de565b606091505b506000815103612823576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161281a90613f49565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050612880565b600190505b949350505050565b600080600090507a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000083106128e6577a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000083816128dc576128db613f69565b5b0492506040810190505b6d04ee2d6d415b85acef81000000008310612923576d04ee2d6d415b85acef8100000000838161291957612918613f69565b5b0492506020810190505b662386f26fc10000831061295257662386f26fc10000838161294857612947613f69565b5b0492506010810190505b6305f5e100831061297b576305f5e100838161297157612970613f69565b5b0492506008810190505b61271083106129a057612710838161299657612995613f69565b5b0492506004810190505b606483106129c357606483816129b9576129b8613f69565b5b0492506002810190505b600a83106129d2576001810190505b80915050919050565b6001811115612afb57600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614612a6f5780600360008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612a679190613c61565b925050819055505b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614612afa5780600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612af29190613822565b925050819055505b5b50505050565b6008805490506009600083815260200190815260200160002081905550600881908060018154018082558091505060019003906000526020600020016000909190919091505550565b60006001612b57846110af565b612b619190613c61565b9050600060076000848152602001908152602001600020549050818114612c46576000600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002054905080600660008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002081905550816007600083815260200190815260200160002081905550505b6007600084815260200190815260200160002060009055600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008381526020019081526020016000206000905550505050565b60006001600880549050612ccb9190613c61565b9050600060096000848152602001908152602001600020549050600060088381548110612cfb57612cfa613930565b5b906000526020600020015490508060088381548110612d1d57612d1c613930565b5b906000526020600020018190555081600960008381526020019081526020016000208190555060096000858152602001908152602001600020600090556008805480612d6c57612d6b614231565b5b6001900381819060005260206000200160009055905550505050565b6000612d93836110af565b905081600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002081905550806007600084815260200190815260200160002081905550505050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b6000604051905090565b600080fd5b600080fd5b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b612e7381612e3e565b8114612e7e57600080fd5b50565b600081359050612e9081612e6a565b92915050565b600060208284031215612eac57612eab612e34565b5b6000612eba84828501612e81565b91505092915050565b60008115159050919050565b612ed881612ec3565b82525050565b6000602082019050612ef36000830184612ecf565b92915050565b600081519050919050565b600082825260208201905092915050565b60005b83811015612f33578082015181840152602081019050612f18565b60008484015250505050565b6000601f19601f8301169050919050565b6000612f5b82612ef9565b612f658185612f04565b9350612f75818560208601612f15565b612f7e81612f3f565b840191505092915050565b60006020820190508181036000830152612fa38184612f50565b905092915050565b6000819050919050565b612fbe81612fab565b8114612fc957600080fd5b50565b600081359050612fdb81612fb5565b92915050565b600060208284031215612ff757612ff6612e34565b5b600061300584828501612fcc565b91505092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006130398261300e565b9050919050565b6130498161302e565b82525050565b60006020820190506130646000830184613040565b92915050565b6130738161302e565b811461307e57600080fd5b50565b6000813590506130908161306a565b92915050565b600080604083850312156130ad576130ac612e34565b5b60006130bb85828601613081565b92505060206130cc85828601612fcc565b9150509250929050565b6130df81612fab565b82525050565b60006020820190506130fa60008301846130d6565b92915050565b60008060006060848603121561311957613118612e34565b5b600061312786828701613081565b935050602061313886828701613081565b925050604061314986828701612fcc565b9150509250925092565b6000806040838503121561316a57613169612e34565b5b600061317885828601612fcc565b925050602061318985828601612fcc565b9150509250929050565b6000602082840312156131a9576131a8612e34565b5b60006131b784828501613081565b91505092915050565b600080fd5b600080fd5b600080fd5b60008083601f8401126131e5576131e46131c0565b5b8235905067ffffffffffffffff811115613202576132016131c5565b5b60208301915083602082028301111561321e5761321d6131ca565b5b9250929050565b6000806020838503121561323c5761323b612e34565b5b600083013567ffffffffffffffff81111561325a57613259612e39565b5b613266858286016131cf565b92509250509250929050565b6000819050919050565b600061329761329261328d8461300e565b613272565b61300e565b9050919050565b60006132a98261327c565b9050919050565b60006132bb8261329e565b9050919050565b6132cb816132b0565b82525050565b60006020820190506132e660008301846132c2565b92915050565b6132f581612ec3565b811461330057600080fd5b50565b600081359050613312816132ec565b92915050565b6000806040838503121561332f5761332e612e34565b5b600061333d85828601613081565b925050602061334e85828601613303565b9150509250929050565b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b61339582612f3f565b810181811067ffffffffffffffff821117156133b4576133b361335d565b5b80604052505050565b60006133c7612e2a565b90506133d3828261338c565b919050565b600067ffffffffffffffff8211156133f3576133f261335d565b5b6133fc82612f3f565b9050602081019050919050565b82818337600083830152505050565b600061342b613426846133d8565b6133bd565b90508281526020810184848401111561344757613446613358565b5b613452848285613409565b509392505050565b600082601f83011261346f5761346e6131c0565b5b813561347f848260208601613418565b91505092915050565b600080600080608085870312156134a2576134a1612e34565b5b60006134b087828801613081565b94505060206134c187828801613081565b93505060406134d287828801612fcc565b925050606085013567ffffffffffffffff8111156134f3576134f2612e39565b5b6134ff8782880161345a565b91505092959194509250565b6000806040838503121561352257613521612e34565b5b600061353085828601613081565b925050602061354185828601613081565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061359257607f821691505b6020821081036135a5576135a461354b565b5b50919050565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b6000613607602183612f04565b9150613612826135ab565b604082019050919050565b60006020820190508181036000830152613636816135fa565b9050919050565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f7420746f60008201527f6b656e206f776e6572206f7220617070726f76656420666f7220616c6c000000602082015250565b6000613699603d83612f04565b91506136a48261363d565b604082019050919050565b600060208201905081810360008301526136c88161368c565b9050919050565b7f4552433732313a2063616c6c6572206973206e6f7420746f6b656e206f776e6560008201527f72206f7220617070726f76656400000000000000000000000000000000000000602082015250565b600061372b602d83612f04565b9150613736826136cf565b604082019050919050565b6000602082019050818103600083015261375a8161371e565b9050919050565b7f455243373231456e756d657261626c653a206f776e657220696e646578206f7560008201527f74206f6620626f756e6473000000000000000000000000000000000000000000602082015250565b60006137bd602b83612f04565b91506137c882613761565b604082019050919050565b600060208201905081810360008301526137ec816137b0565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061382d82612fab565b915061383883612fab565b92508282019050808211156138505761384f6137f3565b5b92915050565b600061386182612fab565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203613893576138926137f3565b5b600182019050919050565b7f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60008201527f7574206f6620626f756e64730000000000000000000000000000000000000000602082015250565b60006138fa602c83612f04565b91506139058261389e565b604082019050919050565b60006020820190508181036000830152613929816138ed565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60008151905061396e81612fb5565b92915050565b60006020828403121561398a57613989612e34565b5b60006139988482850161395f565b91505092915050565b7f4552433732313a20696e76616c696420746f6b656e2049440000000000000000600082015250565b60006139d7601883612f04565b91506139e2826139a1565b602082019050919050565b60006020820190508181036000830152613a06816139ca565b9050919050565b7f4552433732313a2061646472657373207a65726f206973206e6f74206120766160008201527f6c6964206f776e65720000000000000000000000000000000000000000000000602082015250565b6000613a69602983612f04565b9150613a7482613a0d565b604082019050919050565b60006020820190508181036000830152613a9881613a5c565b9050919050565b7f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008201527f6e6578697374616e7420746f6b656e0000000000000000000000000000000000602082015250565b6000613afb602f83612f04565b9150613b0682613a9f565b604082019050919050565b60006020820190508181036000830152613b2a81613aee565b9050919050565b600081905092915050565b6000613b4782612ef9565b613b518185613b31565b9350613b61818560208601612f15565b80840191505092915050565b7f3000000000000000000000000000000000000000000000000000000000000000600082015250565b6000613ba3600183613b31565b9150613bae82613b6d565b600182019050919050565b7f2e6a736f6e000000000000000000000000000000000000000000000000000000600082015250565b6000613bef600583613b31565b9150613bfa82613bb9565b600582019050919050565b6000613c118284613b3c565b9150613c1c82613b96565b9150613c2782613be2565b915081905092915050565b6000613c3e8285613b3c565b9150613c4a8284613b3c565b9150613c5582613be2565b91508190509392505050565b6000613c6c82612fab565b9150613c7783612fab565b9250828203905081811115613c8f57613c8e6137f3565b5b92915050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000613cf1602683612f04565b9150613cfc82613c95565b604082019050919050565b60006020820190508181036000830152613d2081613ce4565b9050919050565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b6000613d5d602083612f04565b9150613d6882613d27565b602082019050919050565b60006020820190508181036000830152613d8c81613d50565b9050919050565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b6000613dc9601c83612f04565b9150613dd482613d93565b602082019050919050565b60006020820190508181036000830152613df881613dbc565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000613e35602083612f04565b9150613e4082613dff565b602082019050919050565b60006020820190508181036000830152613e6481613e28565b9050919050565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b6000613ea1601983612f04565b9150613eac82613e6b565b602082019050919050565b60006020820190508181036000830152613ed081613e94565b9050919050565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b6000613f33603283612f04565b9150613f3e82613ed7565b604082019050919050565b60006020820190508181036000830152613f6281613f26565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f455243373231456e756d657261626c653a20636f6e736563757469766520747260008201527f616e7366657273206e6f7420737570706f727465640000000000000000000000602082015250565b6000613ff4603583612f04565b9150613fff82613f98565b604082019050919050565b6000602082019050818103600083015261402381613fe7565b9050919050565b7f4552433732313a207472616e736665722066726f6d20696e636f72726563742060008201527f6f776e6572000000000000000000000000000000000000000000000000000000602082015250565b6000614086602583612f04565b91506140918261402a565b604082019050919050565b600060208201905081810360008301526140b581614079565b9050919050565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000614118602483612f04565b9150614123826140bc565b604082019050919050565b600060208201905081810360008301526141478161410b565b9050919050565b600081519050919050565b600082825260208201905092915050565b60006141758261414e565b61417f8185614159565b935061418f818560208601612f15565b61419881612f3f565b840191505092915050565b60006080820190506141b86000830187613040565b6141c56020830186613040565b6141d260408301856130d6565b81810360608301526141e4818461416a565b905095945050505050565b6000815190506141fe81612e6a565b92915050565b60006020828403121561421a57614219612e34565b5b6000614228848285016141ef565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fdfea2646970667358221220de68f832e8a099ed2e281253dd88d7765d7f6a12d51a1520d2459e2a3d0dbc0464736f6c6343000811003368747470733a2f2f697066732e696f2f697066732f62616679626569676779626e32716e7171697a723777347277737033756437366667756c617965776d6c636d766c6b737a636537643234753464792f

Deployed Bytecode

0x6080604052600436106101ee5760003560e01c80636352211e1161010d57806395d89b41116100a0578063b88d4fde1161006f578063b88d4fde146106ab578063c87b56dd146106d4578063d12c301614610711578063e985e9c51461073c578063f2fde38b14610779576101ee565b806395d89b4114610617578063970cf38214610642578063a22cb46514610659578063a996d6ce14610682576101ee565b80637483e01d116100dc5780637483e01d1461056d5780637e9845f51461059657806380d580f9146105c15780638da5cb5b146105ec576101ee565b80636352211e146104b15780636c0360eb146104ee57806370a0823114610519578063715018a614610556576101ee565b8063269f08d71161018557806342842e0e1161015457806342842e0e146103f75780634665096d146104205780634f6ccce71461044b57806354f9b13614610488576101ee565b8063269f08d7146103695780632f745c59146103a657806334c73884146103e35780633ccfd60b146103ed576101ee565b8063095ea7b3116101c1578063095ea7b3146102c157806312a35675146102ea57806318160ddd1461031557806323b872dd14610340576101ee565b806301ffc9a7146101f357806306fdde0314610230578063081812fc1461025b57806308f9da5414610298575b600080fd5b3480156101ff57600080fd5b5061021a60048036038101906102159190612e96565b6107a2565b6040516102279190612ede565b60405180910390f35b34801561023c57600080fd5b5061024561081c565b6040516102529190612f89565b60405180910390f35b34801561026757600080fd5b50610282600480360381019061027d9190612fe1565b6108ae565b60405161028f919061304f565b60405180910390f35b3480156102a457600080fd5b506102bf60048036038101906102ba9190612fe1565b6108f4565b005b3480156102cd57600080fd5b506102e860048036038101906102e39190613096565b61099a565b005b3480156102f657600080fd5b506102ff610ab1565b60405161030c919061304f565b60405180910390f35b34801561032157600080fd5b5061032a610ad7565b60405161033791906130e5565b60405180910390f35b34801561034c57600080fd5b5061036760048036038101906103629190613100565b610ae4565b005b34801561037557600080fd5b50610390600480360381019061038b9190612fe1565b610b44565b60405161039d91906130e5565b60405180910390f35b3480156103b257600080fd5b506103cd60048036038101906103c89190613096565b610b5c565b6040516103da91906130e5565b60405180910390f35b6103eb610c01565b005b6103f5610c71565b005b34801561040357600080fd5b5061041e60048036038101906104199190613100565b610cb9565b005b34801561042c57600080fd5b50610435610cd9565b60405161044291906130e5565b60405180910390f35b34801561045757600080fd5b50610472600480360381019061046d9190612fe1565b610cdf565b60405161047f91906130e5565b60405180910390f35b34801561049457600080fd5b506104af60048036038101906104aa9190613153565b610d50565b005b3480156104bd57600080fd5b506104d860048036038101906104d39190612fe1565b610f9b565b6040516104e5919061304f565b60405180910390f35b3480156104fa57600080fd5b50610503611021565b6040516105109190612f89565b60405180910390f35b34801561052557600080fd5b50610540600480360381019061053b9190613193565b6110af565b60405161054d91906130e5565b60405180910390f35b34801561056257600080fd5b5061056b611166565b005b34801561057957600080fd5b50610594600480360381019061058f9190613225565b61117a565b005b3480156105a257600080fd5b506105ab611208565b6040516105b891906130e5565b60405180910390f35b3480156105cd57600080fd5b506105d661120e565b6040516105e391906132d1565b60405180910390f35b3480156105f857600080fd5b50610601611234565b60405161060e919061304f565b60405180910390f35b34801561062357600080fd5b5061062c61125e565b6040516106399190612f89565b60405180910390f35b34801561064e57600080fd5b506106576112f0565b005b34801561066557600080fd5b50610680600480360381019061067b9190613318565b611315565b005b34801561068e57600080fd5b506106a960048036038101906106a49190613193565b61132b565b005b3480156106b757600080fd5b506106d260048036038101906106cd9190613488565b611377565b005b3480156106e057600080fd5b506106fb60048036038101906106f69190612fe1565b6113d9565b6040516107089190612f89565b60405180910390f35b34801561071d57600080fd5b5061072661160a565b60405161073391906130e5565b60405180910390f35b34801561074857600080fd5b50610763600480360381019061075e919061350b565b611633565b6040516107709190612ede565b60405180910390f35b34801561078557600080fd5b506107a0600480360381019061079b9190613193565b6116c7565b005b60007f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061081557506108148261174a565b5b9050919050565b60606000805461082b9061357a565b80601f01602080910402602001604051908101604052809291908181526020018280546108579061357a565b80156108a45780601f10610879576101008083540402835291602001916108a4565b820191906000526020600020905b81548152906001019060200180831161088757829003601f168201915b5050505050905090565b60006108b98261182c565b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6108fd81610f9b565b73ffffffffffffffffffffffffffffffffffffffff163273ffffffffffffffffffffffffffffffffffffffff161461093457600080fd5b600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461098e57600080fd5b61099781611877565b50565b60006109a582610f9b565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610a15576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a0c9061361d565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610a346119c5565b73ffffffffffffffffffffffffffffffffffffffff161480610a635750610a6281610a5d6119c5565b611633565b5b610aa2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a99906136af565b60405180910390fd5b610aac83836119cd565b505050565b600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600880549050905090565b610af5610aef6119c5565b82611a86565b610b34576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b2b90613741565b60405180910390fd5b610b3f838383611b1b565b505050565b600f6020528060005260406000206000915090505481565b6000610b67836110af565b8210610ba8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b9f906137d3565b60405180910390fd5b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002054905092915050565b6608e1bc9bf040003411610c1457600080fd5b60006001600c54610c259190613822565b905060658110610c3457600080fd5b610c3e3382611b33565b80600f600083815260200190815260200160002081905550600c6000815480929190610c6990613856565b919050555050565b610c79611d50565b3373ffffffffffffffffffffffffffffffffffffffff166108fc479081150290604051600060405180830381858888f19350505050610cb757600080fd5b565b610cd483838360405180602001604052806000815250611377565b505050565b600d5481565b6000610ce9610ad7565b8210610d2a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d2190613910565b60405180910390fd5b60088281548110610d3e57610d3d613930565b5b90600052602060002001549050919050565b6000610d5b83610f9b565b90506000610d6883610f9b565b90508173ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610da257600080fd5b8073ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff1603610ddb57600080fd5b6000601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231846040518263ffffffff1660e01b8152600401610e38919061304f565b602060405180830381865afa158015610e55573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e799190613974565b11610e8357600080fd5b6000601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231836040518263ffffffff1660e01b8152600401610ee0919061304f565b602060405180830381865afa158015610efd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f219190613974565b11610f2b57600080fd5b6000600f60008581526020019081526020016000205490506000600f600087815260200190815260200160002054905080600f60008781526020019081526020016000208190555081600f600088815260200190815260200160002081905550610f936112f0565b505050505050565b600080610fa783611dce565b9050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603611018576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161100f906139ed565b60405180910390fd5b80915050919050565b600b805461102e9061357a565b80601f016020809104026020016040519081016040528092919081815260200182805461105a9061357a565b80156110a75780601f1061107c576101008083540402835291602001916110a7565b820191906000526020600020905b81548152906001019060200180831161108a57829003601f168201915b505050505081565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361111f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161111690613a7f565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b61116e611d50565b6111786000611e0b565b565b611182611d50565b60005b828290508110156112035760006001600c54019050606581106111a757600080fd5b6111d88484848181106111bd576111bc613930565b5b90506020020160208101906111d29190613193565b82611b33565b80600f60008381526020019081526020016000208190555080600c8190555081600101915050611185565b505050565b600c5481565b601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b60606001805461126d9061357a565b80601f01602080910402602001604051908101604052809291908181526020018280546112999061357a565b80156112e65780601f106112bb576101008083540402835291602001916112e6565b820191906000526020600020905b8154815290600101906020018083116112c957829003601f168201915b5050505050905090565b600d54421115611313573373ffffffffffffffffffffffffffffffffffffffff16ff5b565b6113276113206119c5565b8383611ed1565b5050565b611333611d50565b80600e60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6113886113826119c5565b83611a86565b6113c7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113be90613741565b60405180910390fd5b6113d38484848461203d565b50505050565b60606113e482612099565b611423576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161141a90613b11565b60405180910390fd5b600061142e83610f9b565b9050600061143a6120da565b90506001601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231846040518263ffffffff1660e01b8152600401611499919061304f565b602060405180830381865afa1580156114b6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114da9190613974565b10156115285760008151116114fe576040518060200160405280600081525061151f565b8060405160200161150f9190613c05565b6040516020818303038152906040525b92505050611605565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036115a457600081511161157a576040518060200160405280600081525061159b565b8060405160200161158b9190613c05565b6040516020818303038152906040525b92505050611605565b60008151116115c25760405180602001604052806000815250611600565b806115df600f60008781526020019081526020016000205461216c565b6040516020016115f0929190613c32565b6040516020818303038152906040525b925050505b919050565b600042600d54111561162b5742600d546116249190613c61565b9050611630565b600090505b90565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b6116cf611d50565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff160361173e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161173590613d07565b60405180910390fd5b61174781611e0b565b50565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061181557507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b8061182557506118248261223a565b5b9050919050565b61183581612099565b611874576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161186b906139ed565b60405180910390fd5b50565b600061188282610f9b565b90506118928160008460016122a4565b61189b82610f9b565b90506004600083815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556001600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825403925050819055506002600083815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff021916905581600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46119c1816000846001612402565b5050565b600033905090565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16611a4083610f9b565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b600080611a9283610f9b565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480611ad45750611ad38185611633565b5b80611b1257508373ffffffffffffffffffffffffffffffffffffffff16611afa846108ae565b73ffffffffffffffffffffffffffffffffffffffff16145b91505092915050565b611b26838383612408565b611b2e6112f0565b505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611ba2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b9990613d73565b60405180910390fd5b611bab81612099565b15611beb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611be290613ddf565b60405180910390fd5b611bf96000838360016122a4565b611c0281612099565b15611c42576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c3990613ddf565b60405180910390fd5b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282540192505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4611d4c600083836001612402565b5050565b611d586119c5565b73ffffffffffffffffffffffffffffffffffffffff16611d76611234565b73ffffffffffffffffffffffffffffffffffffffff1614611dcc576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611dc390613e4b565b60405180910390fd5b565b60006002600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611f3f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f3690613eb7565b60405180910390fd5b80600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516120309190612ede565b60405180910390a3505050565b612048848484611b1b565b61205484848484612701565b612093576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161208a90613f49565b60405180910390fd5b50505050565b60008073ffffffffffffffffffffffffffffffffffffffff166120bb83611dce565b73ffffffffffffffffffffffffffffffffffffffff1614159050919050565b6060600b80546120e99061357a565b80601f01602080910402602001604051908101604052809291908181526020018280546121159061357a565b80156121625780601f1061213757610100808354040283529160200191612162565b820191906000526020600020905b81548152906001019060200180831161214557829003601f168201915b5050505050905090565b60606000600161217b84612888565b01905060008167ffffffffffffffff81111561219a5761219961335d565b5b6040519080825280601f01601f1916602001820160405280156121cc5781602001600182028036833780820191505090505b509050600082602001820190505b60011561222f578080600190039150507f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a858161222357612222613f69565b5b049450600085036121da575b819350505050919050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b6122b0848484846129db565b60018111156122f4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016122eb9061400a565b60405180910390fd5b6000829050600073ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff160361233b5761233681612b01565b61237a565b8373ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1614612379576123788582612b4a565b5b5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16036123bc576123b781612cb7565b6123fb565b8473ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16146123fa576123f98482612d88565b5b5b5050505050565b50505050565b8273ffffffffffffffffffffffffffffffffffffffff1661242882610f9b565b73ffffffffffffffffffffffffffffffffffffffff161461247e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124759061409c565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036124ed576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124e49061412e565b60405180910390fd5b6124fa83838360016122a4565b8273ffffffffffffffffffffffffffffffffffffffff1661251a82610f9b565b73ffffffffffffffffffffffffffffffffffffffff1614612570576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125679061409c565b60405180910390fd5b6004600082815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825403925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282540192505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46126fc8383836001612402565b505050565b60006127228473ffffffffffffffffffffffffffffffffffffffff16612e07565b1561287b578373ffffffffffffffffffffffffffffffffffffffff1663150b7a0261274b6119c5565b8786866040518563ffffffff1660e01b815260040161276d94939291906141a3565b6020604051808303816000875af19250505080156127a957506040513d601f19601f820116820180604052508101906127a69190614204565b60015b61282b573d80600081146127d9576040519150601f19603f3d011682016040523d82523d6000602084013e6127de565b606091505b506000815103612823576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161281a90613f49565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050612880565b600190505b949350505050565b600080600090507a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000083106128e6577a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000083816128dc576128db613f69565b5b0492506040810190505b6d04ee2d6d415b85acef81000000008310612923576d04ee2d6d415b85acef8100000000838161291957612918613f69565b5b0492506020810190505b662386f26fc10000831061295257662386f26fc10000838161294857612947613f69565b5b0492506010810190505b6305f5e100831061297b576305f5e100838161297157612970613f69565b5b0492506008810190505b61271083106129a057612710838161299657612995613f69565b5b0492506004810190505b606483106129c357606483816129b9576129b8613f69565b5b0492506002810190505b600a83106129d2576001810190505b80915050919050565b6001811115612afb57600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614612a6f5780600360008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612a679190613c61565b925050819055505b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614612afa5780600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612af29190613822565b925050819055505b5b50505050565b6008805490506009600083815260200190815260200160002081905550600881908060018154018082558091505060019003906000526020600020016000909190919091505550565b60006001612b57846110af565b612b619190613c61565b9050600060076000848152602001908152602001600020549050818114612c46576000600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002054905080600660008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002081905550816007600083815260200190815260200160002081905550505b6007600084815260200190815260200160002060009055600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008381526020019081526020016000206000905550505050565b60006001600880549050612ccb9190613c61565b9050600060096000848152602001908152602001600020549050600060088381548110612cfb57612cfa613930565b5b906000526020600020015490508060088381548110612d1d57612d1c613930565b5b906000526020600020018190555081600960008381526020019081526020016000208190555060096000858152602001908152602001600020600090556008805480612d6c57612d6b614231565b5b6001900381819060005260206000200160009055905550505050565b6000612d93836110af565b905081600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002081905550806007600084815260200190815260200160002081905550505050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b6000604051905090565b600080fd5b600080fd5b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b612e7381612e3e565b8114612e7e57600080fd5b50565b600081359050612e9081612e6a565b92915050565b600060208284031215612eac57612eab612e34565b5b6000612eba84828501612e81565b91505092915050565b60008115159050919050565b612ed881612ec3565b82525050565b6000602082019050612ef36000830184612ecf565b92915050565b600081519050919050565b600082825260208201905092915050565b60005b83811015612f33578082015181840152602081019050612f18565b60008484015250505050565b6000601f19601f8301169050919050565b6000612f5b82612ef9565b612f658185612f04565b9350612f75818560208601612f15565b612f7e81612f3f565b840191505092915050565b60006020820190508181036000830152612fa38184612f50565b905092915050565b6000819050919050565b612fbe81612fab565b8114612fc957600080fd5b50565b600081359050612fdb81612fb5565b92915050565b600060208284031215612ff757612ff6612e34565b5b600061300584828501612fcc565b91505092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006130398261300e565b9050919050565b6130498161302e565b82525050565b60006020820190506130646000830184613040565b92915050565b6130738161302e565b811461307e57600080fd5b50565b6000813590506130908161306a565b92915050565b600080604083850312156130ad576130ac612e34565b5b60006130bb85828601613081565b92505060206130cc85828601612fcc565b9150509250929050565b6130df81612fab565b82525050565b60006020820190506130fa60008301846130d6565b92915050565b60008060006060848603121561311957613118612e34565b5b600061312786828701613081565b935050602061313886828701613081565b925050604061314986828701612fcc565b9150509250925092565b6000806040838503121561316a57613169612e34565b5b600061317885828601612fcc565b925050602061318985828601612fcc565b9150509250929050565b6000602082840312156131a9576131a8612e34565b5b60006131b784828501613081565b91505092915050565b600080fd5b600080fd5b600080fd5b60008083601f8401126131e5576131e46131c0565b5b8235905067ffffffffffffffff811115613202576132016131c5565b5b60208301915083602082028301111561321e5761321d6131ca565b5b9250929050565b6000806020838503121561323c5761323b612e34565b5b600083013567ffffffffffffffff81111561325a57613259612e39565b5b613266858286016131cf565b92509250509250929050565b6000819050919050565b600061329761329261328d8461300e565b613272565b61300e565b9050919050565b60006132a98261327c565b9050919050565b60006132bb8261329e565b9050919050565b6132cb816132b0565b82525050565b60006020820190506132e660008301846132c2565b92915050565b6132f581612ec3565b811461330057600080fd5b50565b600081359050613312816132ec565b92915050565b6000806040838503121561332f5761332e612e34565b5b600061333d85828601613081565b925050602061334e85828601613303565b9150509250929050565b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b61339582612f3f565b810181811067ffffffffffffffff821117156133b4576133b361335d565b5b80604052505050565b60006133c7612e2a565b90506133d3828261338c565b919050565b600067ffffffffffffffff8211156133f3576133f261335d565b5b6133fc82612f3f565b9050602081019050919050565b82818337600083830152505050565b600061342b613426846133d8565b6133bd565b90508281526020810184848401111561344757613446613358565b5b613452848285613409565b509392505050565b600082601f83011261346f5761346e6131c0565b5b813561347f848260208601613418565b91505092915050565b600080600080608085870312156134a2576134a1612e34565b5b60006134b087828801613081565b94505060206134c187828801613081565b93505060406134d287828801612fcc565b925050606085013567ffffffffffffffff8111156134f3576134f2612e39565b5b6134ff8782880161345a565b91505092959194509250565b6000806040838503121561352257613521612e34565b5b600061353085828601613081565b925050602061354185828601613081565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061359257607f821691505b6020821081036135a5576135a461354b565b5b50919050565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b6000613607602183612f04565b9150613612826135ab565b604082019050919050565b60006020820190508181036000830152613636816135fa565b9050919050565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f7420746f60008201527f6b656e206f776e6572206f7220617070726f76656420666f7220616c6c000000602082015250565b6000613699603d83612f04565b91506136a48261363d565b604082019050919050565b600060208201905081810360008301526136c88161368c565b9050919050565b7f4552433732313a2063616c6c6572206973206e6f7420746f6b656e206f776e6560008201527f72206f7220617070726f76656400000000000000000000000000000000000000602082015250565b600061372b602d83612f04565b9150613736826136cf565b604082019050919050565b6000602082019050818103600083015261375a8161371e565b9050919050565b7f455243373231456e756d657261626c653a206f776e657220696e646578206f7560008201527f74206f6620626f756e6473000000000000000000000000000000000000000000602082015250565b60006137bd602b83612f04565b91506137c882613761565b604082019050919050565b600060208201905081810360008301526137ec816137b0565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061382d82612fab565b915061383883612fab565b92508282019050808211156138505761384f6137f3565b5b92915050565b600061386182612fab565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203613893576138926137f3565b5b600182019050919050565b7f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60008201527f7574206f6620626f756e64730000000000000000000000000000000000000000602082015250565b60006138fa602c83612f04565b91506139058261389e565b604082019050919050565b60006020820190508181036000830152613929816138ed565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60008151905061396e81612fb5565b92915050565b60006020828403121561398a57613989612e34565b5b60006139988482850161395f565b91505092915050565b7f4552433732313a20696e76616c696420746f6b656e2049440000000000000000600082015250565b60006139d7601883612f04565b91506139e2826139a1565b602082019050919050565b60006020820190508181036000830152613a06816139ca565b9050919050565b7f4552433732313a2061646472657373207a65726f206973206e6f74206120766160008201527f6c6964206f776e65720000000000000000000000000000000000000000000000602082015250565b6000613a69602983612f04565b9150613a7482613a0d565b604082019050919050565b60006020820190508181036000830152613a9881613a5c565b9050919050565b7f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008201527f6e6578697374616e7420746f6b656e0000000000000000000000000000000000602082015250565b6000613afb602f83612f04565b9150613b0682613a9f565b604082019050919050565b60006020820190508181036000830152613b2a81613aee565b9050919050565b600081905092915050565b6000613b4782612ef9565b613b518185613b31565b9350613b61818560208601612f15565b80840191505092915050565b7f3000000000000000000000000000000000000000000000000000000000000000600082015250565b6000613ba3600183613b31565b9150613bae82613b6d565b600182019050919050565b7f2e6a736f6e000000000000000000000000000000000000000000000000000000600082015250565b6000613bef600583613b31565b9150613bfa82613bb9565b600582019050919050565b6000613c118284613b3c565b9150613c1c82613b96565b9150613c2782613be2565b915081905092915050565b6000613c3e8285613b3c565b9150613c4a8284613b3c565b9150613c5582613be2565b91508190509392505050565b6000613c6c82612fab565b9150613c7783612fab565b9250828203905081811115613c8f57613c8e6137f3565b5b92915050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000613cf1602683612f04565b9150613cfc82613c95565b604082019050919050565b60006020820190508181036000830152613d2081613ce4565b9050919050565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b6000613d5d602083612f04565b9150613d6882613d27565b602082019050919050565b60006020820190508181036000830152613d8c81613d50565b9050919050565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b6000613dc9601c83612f04565b9150613dd482613d93565b602082019050919050565b60006020820190508181036000830152613df881613dbc565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000613e35602083612f04565b9150613e4082613dff565b602082019050919050565b60006020820190508181036000830152613e6481613e28565b9050919050565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b6000613ea1601983612f04565b9150613eac82613e6b565b602082019050919050565b60006020820190508181036000830152613ed081613e94565b9050919050565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b6000613f33603283612f04565b9150613f3e82613ed7565b604082019050919050565b60006020820190508181036000830152613f6281613f26565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f455243373231456e756d657261626c653a20636f6e736563757469766520747260008201527f616e7366657273206e6f7420737570706f727465640000000000000000000000602082015250565b6000613ff4603583612f04565b9150613fff82613f98565b604082019050919050565b6000602082019050818103600083015261402381613fe7565b9050919050565b7f4552433732313a207472616e736665722066726f6d20696e636f72726563742060008201527f6f776e6572000000000000000000000000000000000000000000000000000000602082015250565b6000614086602583612f04565b91506140918261402a565b604082019050919050565b600060208201905081810360008301526140b581614079565b9050919050565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000614118602483612f04565b9150614123826140bc565b604082019050919050565b600060208201905081810360008301526141478161410b565b9050919050565b600081519050919050565b600082825260208201905092915050565b60006141758261414e565b61417f8185614159565b935061418f818560208601612f15565b61419881612f3f565b840191505092915050565b60006080820190506141b86000830187613040565b6141c56020830186613040565b6141d260408301856130d6565b81810360608301526141e4818461416a565b905095945050505050565b6000815190506141fe81612e6a565b92915050565b60006020828403121561421a57614219612e34565b5b6000614228848285016141ef565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fdfea2646970667358221220de68f832e8a099ed2e281253dd88d7765d7f6a12d51a1520d2459e2a3d0dbc0464736f6c63430008110033

Deployed Bytecode Sourcemap

68130:3560:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;60156:224;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;44218:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;45730:171;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;69394:172;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;45248:416;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;68372:29;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;60796:113;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;46430:335;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;68408:44;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;60464:256;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;68678:245;;;:::i;:::-;;71567:120;;;:::i;:::-;;46836:185;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;68340:25;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;60986:233;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;69602:541;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;43928:223;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;68188:107;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;43659:207;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21641:103;;;;;;;;;;;;;:::i;:::-;;68931:332;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;68302:31;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;68459:89;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;20993:87;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;44387:104;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;71410:149;;;;;;;;;;;;;:::i;:::-;;45973:155;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;69292:96;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;47092:322;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;70151:773;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;71217:187;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;46199:164;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21899:201;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;60156:224;60258:4;60297:35;60282:50;;;:11;:50;;;;:90;;;;60336:36;60360:11;60336:23;:36::i;:::-;60282:90;60275:97;;60156:224;;;:::o;44218:100::-;44272:13;44305:5;44298:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;44218:100;:::o;45730:171::-;45806:7;45826:23;45841:7;45826:14;:23::i;:::-;45869:15;:24;45885:7;45869:24;;;;;;;;;;;;;;;;;;;;;45862:31;;45730:171;;;:::o;69394:172::-;69468:16;69476:7;69468;:16::i;:::-;69455:29;;:9;:29;;;69447:38;;;;;;69518:14;;;;;;;;;;;69504:28;;:10;:28;;;69496:37;;;;;;69544:14;69550:7;69544:5;:14::i;:::-;69394:172;:::o;45248:416::-;45329:13;45345:23;45360:7;45345:14;:23::i;:::-;45329:39;;45393:5;45387:11;;:2;:11;;;45379:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;45487:5;45471:21;;:12;:10;:12::i;:::-;:21;;;:62;;;;45496:37;45513:5;45520:12;:10;:12::i;:::-;45496:16;:37::i;:::-;45471:62;45449:173;;;;;;;;;;;;:::i;:::-;;;;;;;;;45635:21;45644:2;45648:7;45635:8;:21::i;:::-;45318:346;45248:416;;:::o;68372:29::-;;;;;;;;;;;;;:::o;60796:113::-;60857:7;60884:10;:17;;;;60877:24;;60796:113;:::o;46430:335::-;46625:41;46644:12;:10;:12::i;:::-;46658:7;46625:18;:41::i;:::-;46617:99;;;;;;;;;;;;:::i;:::-;;;;;;;;;46729:28;46739:4;46745:2;46749:7;46729:9;:28::i;:::-;46430:335;;;:::o;68408:44::-;;;;;;;;;;;;;;;;;:::o;60464:256::-;60561:7;60597:23;60614:5;60597:16;:23::i;:::-;60589:5;:31;60581:87;;;;;;;;;;;;:::i;:::-;;;;;;;;;60686:12;:19;60699:5;60686:19;;;;;;;;;;;;;;;:26;60706:5;60686:26;;;;;;;;;;;;60679:33;;60464:256;;;;:::o;68678:245::-;68756:12;68744:9;:24;68736:33;;;;;;68779:10;68805:1;68792:12;;:14;;;;:::i;:::-;68779:27;;68829:3;68824:2;:8;68816:17;;;;;;68843:21;68849:10;68861:2;68843:5;:21::i;:::-;68889:2;68874:8;:12;68883:2;68874:12;;;;;;;;;;;:17;;;;68901:12;;:14;;;;;;;;;:::i;:::-;;;;;;68723:200;68678:245::o;71567:120::-;20879:13;:11;:13::i;:::-;71639:10:::1;71631:24;;:47;71656:21;71631:47;;;;;;;;;;;;;;;;;;;;;;;71623:56;;;::::0;::::1;;71567:120::o:0;46836:185::-;46974:39;46991:4;46997:2;47001:7;46974:39;;;;;;;;;;;;:16;:39::i;:::-;46836:185;;;:::o;68340:25::-;;;;:::o;60986:233::-;61061:7;61097:30;:28;:30::i;:::-;61089:5;:38;61081:95;;;;;;;;;;;;:::i;:::-;;;;;;;;;61194:10;61205:5;61194:17;;;;;;;;:::i;:::-;;;;;;;;;;61187:24;;60986:233;;;:::o;69602:541::-;69672:16;69691:14;69699:5;69691:7;:14::i;:::-;69672:33;;69716:16;69735:12;69743:3;69735:7;:12::i;:::-;69716:31;;69780:8;69766:22;;:10;:22;;;69758:31;;;;;;69822:8;69808:22;;69816:1;69808:22;;;69800:31;;;;;;69889:1;69850:16;;;;;;;;;;;:26;;;69877:8;69850:36;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:40;69842:49;;;;;;69949:1;69910:16;;;;;;;;;;;:26;;;69937:8;69910:36;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:40;69902:49;;;;;;69962:15;69980:8;:13;69989:3;69980:13;;;;;;;;;;;;69962:31;;70004:17;70024:8;:15;70033:5;70024:15;;;;;;;;;;;;70004:35;;70066:9;70050:8;:13;70059:3;70050:13;;;;;;;;;;;:25;;;;70104:7;70086:8;:15;70095:5;70086:15;;;;;;;;;;;:25;;;;70122:13;:11;:13::i;:::-;69661:482;;;;69602:541;;:::o;43928:223::-;44000:7;44020:13;44036:17;44045:7;44036:8;:17::i;:::-;44020:33;;44089:1;44072:19;;:5;:19;;;44064:56;;;;;;;;;;;;:::i;:::-;;;;;;;;;44138:5;44131:12;;;43928:223;;;:::o;68188:107::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;43659:207::-;43731:7;43776:1;43759:19;;:5;:19;;;43751:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;43842:9;:16;43852:5;43842:16;;;;;;;;;;;;;;;;43835:23;;43659:207;;;:::o;21641:103::-;20879:13;:11;:13::i;:::-;21706:30:::1;21733:1;21706:18;:30::i;:::-;21641:103::o:0;68931:332::-;20879:13;:11;:13::i;:::-;69022:6:::1;69018:238;69033:10;;:17;;69029:1;:21;69018:238;;;69083:10;69109:1;69096:12;;:14;69083:27;;69134:3;69129:2;:8;69121:17;;;::::0;::::1;;69149:24;69155:10;;69166:1;69155:13;;;;;;;:::i;:::-;;;;;;;;;;;;;;;:::i;:::-;69170:2;69149:5;:24::i;:::-;69199:2;69184:8;:12;69193:2;69184:12;;;;;;;;;;;:17;;;;69227:2;69212:12;:17;;;;69240:3;;;;;69063:192;69018:238;;;;68931:332:::0;;:::o;68302:31::-;;;;:::o;68459:89::-;;;;;;;;;;;;;:::o;20993:87::-;21039:7;21066:6;;;;;;;;;;;21059:13;;20993:87;:::o;44387:104::-;44443:13;44476:7;44469:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;44387:104;:::o;71410:149::-;71472:10;;71454:15;:28;71451:101;;;71527:10;71498:42;;;71451:101;71410:149::o;45973:155::-;46068:52;46087:12;:10;:12::i;:::-;46101:8;46111;46068:18;:52::i;:::-;45973:155;;:::o;69292:96::-;20879:13;:11;:13::i;:::-;69374:6:::1;69357:14;;:23;;;;;;;;;;;;;;;;;;69292:96:::0;:::o;47092:322::-;47266:41;47285:12;:10;:12::i;:::-;47299:7;47266:18;:41::i;:::-;47258:99;;;;;;;;;;;;:::i;:::-;;;;;;;;;47368:38;47382:4;47388:2;47392:7;47401:4;47368:13;:38::i;:::-;47092:322;;;;:::o;70151:773::-;70224:13;70258:16;70266:7;70258;:16::i;:::-;70250:75;;;;;;;;;;;;:::i;:::-;;;;;;;;;70336:18;70357:16;70365:7;70357;:16::i;:::-;70336:37;;70384:28;70415:10;:8;:10::i;:::-;70384:41;;70480:1;70439:16;;;;;;;;;;;:26;;;70466:10;70439:38;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:42;70436:173;;;70535:1;70510:14;70504:28;:32;:93;;;;;;;;;;;;;;;;;70563:14;70546:46;;;;;;;;:::i;:::-;;;;;;;;;;;;;70504:93;70497:100;;;;;;70436:173;70644:1;70622:24;;:10;:24;;;70619:155;;70700:1;70675:14;70669:28;:32;:93;;;;;;;;;;;;;;;;;70728:14;70711:46;;;;;;;;:::i;:::-;;;;;;;;;;;;;70669:93;70662:100;;;;;;70619:155;70822:1;70797:14;70791:28;:32;:125;;;;;;;;;;;;;;;;;70850:14;70866:35;70883:8;:17;70892:7;70883:17;;;;;;;;;;;;70866:16;:35::i;:::-;70833:78;;;;;;;;;:::i;:::-;;;;;;;;;;;;;70791:125;70784:132;;;;70151:773;;;;:::o;71217:187::-;71264:7;71299:15;71286:10;;:28;71283:95;;;71350:15;71337:10;;:28;;;;:::i;:::-;71330:36;;;;71283:95;71395:1;71388:8;;71217:187;;:::o;46199:164::-;46296:4;46320:18;:25;46339:5;46320:25;;;;;;;;;;;;;;;:35;46346:8;46320:35;;;;;;;;;;;;;;;;;;;;;;;;;46313:42;;46199:164;;;;:::o;21899:201::-;20879:13;:11;:13::i;:::-;22008:1:::1;21988:22;;:8;:22;;::::0;21980:73:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;22064:28;22083:8;22064:18;:28::i;:::-;21899:201:::0;:::o;43290:305::-;43392:4;43444:25;43429:40;;;:11;:40;;;;:105;;;;43501:33;43486:48;;;:11;:48;;;;43429:105;:158;;;;43551:36;43575:11;43551:23;:36::i;:::-;43429:158;43409:178;;43290:305;;;:::o;55549:135::-;55631:16;55639:7;55631;:16::i;:::-;55623:53;;;;;;;;;;;;:::i;:::-;;;;;;;;;55549:135;:::o;52326:783::-;52386:13;52402:23;52417:7;52402:14;:23::i;:::-;52386:39;;52438:51;52459:5;52474:1;52478:7;52487:1;52438:20;:51::i;:::-;52602:23;52617:7;52602:14;:23::i;:::-;52594:31;;52673:15;:24;52689:7;52673:24;;;;;;;;;;;;52666:31;;;;;;;;;;;52938:1;52918:9;:16;52928:5;52918:16;;;;;;;;;;;;;;;;:21;;;;;;;;;;;52968:7;:16;52976:7;52968:16;;;;;;;;;;;;52961:23;;;;;;;;;;;53030:7;53026:1;53002:36;;53011:5;53002:36;;;;;;;;;;;;53051:50;53071:5;53086:1;53090:7;53099:1;53051:19;:50::i;:::-;52375:734;52326:783;:::o;19544:98::-;19597:7;19624:10;19617:17;;19544:98;:::o;54828:174::-;54930:2;54903:15;:24;54919:7;54903:24;;;;;;;;;;;;:29;;;;;;;;;;;;;;;;;;54986:7;54982:2;54948:46;;54957:23;54972:7;54957:14;:23::i;:::-;54948:46;;;;;;;;;;;;54828:174;;:::o;49447:264::-;49540:4;49557:13;49573:23;49588:7;49573:14;:23::i;:::-;49557:39;;49626:5;49615:16;;:7;:16;;;:52;;;;49635:32;49652:5;49659:7;49635:16;:32::i;:::-;49615:52;:87;;;;49695:7;49671:31;;:20;49683:7;49671:11;:20::i;:::-;:31;;;49615:87;49607:96;;;49447:264;;;;:::o;71048:163::-;71147:32;71163:4;71168:2;71171:7;71147:15;:32::i;:::-;71190:13;:11;:13::i;:::-;71048:163;;;:::o;51045:942::-;51139:1;51125:16;;:2;:16;;;51117:61;;;;;;;;;;;;:::i;:::-;;;;;;;;;51198:16;51206:7;51198;:16::i;:::-;51197:17;51189:58;;;;;;;;;;;;:::i;:::-;;;;;;;;;51260:48;51289:1;51293:2;51297:7;51306:1;51260:20;:48::i;:::-;51407:16;51415:7;51407;:16::i;:::-;51406:17;51398:58;;;;;;;;;;;;:::i;:::-;;;;;;;;;51822:1;51805:9;:13;51815:2;51805:13;;;;;;;;;;;;;;;;:18;;;;;;;;;;;51866:2;51847:7;:16;51855:7;51847:16;;;;;;;;;;;;:21;;;;;;;;;;;;;;;;;;51911:7;51907:2;51886:33;;51903:1;51886:33;;;;;;;;;;;;51932:47;51960:1;51964:2;51968:7;51977:1;51932:19;:47::i;:::-;51045:942;;:::o;21158:132::-;21233:12;:10;:12::i;:::-;21222:23;;:7;:5;:7::i;:::-;:23;;;21214:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;21158:132::o;48722:117::-;48788:7;48815;:16;48823:7;48815:16;;;;;;;;;;;;;;;;;;;;;48808:23;;48722:117;;;:::o;22260:191::-;22334:16;22353:6;;;;;;;;;;;22334:25;;22379:8;22370:6;;:17;;;;;;;;;;;;;;;;;;22434:8;22403:40;;22424:8;22403:40;;;;;;;;;;;;22323:128;22260:191;:::o;55145:315::-;55300:8;55291:17;;:5;:17;;;55283:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;55387:8;55349:18;:25;55368:5;55349:25;;;;;;;;;;;;;;;:35;55375:8;55349:35;;;;;;;;;;;;;;;;:46;;;;;;;;;;;;;;;;;;55433:8;55411:41;;55426:5;55411:41;;;55443:8;55411:41;;;;;;:::i;:::-;;;;;;;;55145:315;;;:::o;48295:313::-;48451:28;48461:4;48467:2;48471:7;48451:9;:28::i;:::-;48498:47;48521:4;48527:2;48531:7;48540:4;48498:22;:47::i;:::-;48490:110;;;;;;;;;;;;:::i;:::-;;;;;;;;;48295:313;;;;:::o;49152:128::-;49217:4;49270:1;49241:31;;:17;49250:7;49241:8;:17::i;:::-;:31;;;;49234:38;;49152:128;;;:::o;70932:108::-;70992:13;71025:7;71018:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;70932:108;:::o;16971:716::-;17027:13;17078:14;17115:1;17095:17;17106:5;17095:10;:17::i;:::-;:21;17078:38;;17131:20;17165:6;17154:18;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17131:41;;17187:11;17316:6;17312:2;17308:15;17300:6;17296:28;17289:35;;17353:288;17360:4;17353:288;;;17385:5;;;;;;;;17527:8;17522:2;17515:5;17511:14;17506:30;17501:3;17493:44;17583:2;17574:11;;;;;;:::i;:::-;;;;;17617:1;17608:5;:10;17353:288;17604:21;17353:288;17662:6;17655:13;;;;;16971:716;;;:::o;34722:157::-;34807:4;34846:25;34831:40;;;:11;:40;;;;34824:47;;34722:157;;;:::o;61293:915::-;61470:61;61497:4;61503:2;61507:12;61521:9;61470:26;:61::i;:::-;61560:1;61548:9;:13;61544:222;;;61691:63;;;;;;;;;;:::i;:::-;;;;;;;;61544:222;61778:15;61796:12;61778:30;;61841:1;61825:18;;:4;:18;;;61821:187;;61860:40;61892:7;61860:31;:40::i;:::-;61821:187;;;61930:2;61922:10;;:4;:10;;;61918:90;;61949:47;61982:4;61988:7;61949:32;:47::i;:::-;61918:90;61821:187;62036:1;62022:16;;:2;:16;;;62018:183;;62055:45;62092:7;62055:36;:45::i;:::-;62018:183;;;62128:4;62122:10;;:2;:10;;;62118:83;;62149:40;62177:2;62181:7;62149:27;:40::i;:::-;62118:83;62018:183;61459:749;61293:915;;;;:::o;58965:158::-;;;;;:::o;53446:1263::-;53605:4;53578:31;;:23;53593:7;53578:14;:23::i;:::-;:31;;;53570:81;;;;;;;;;;;;:::i;:::-;;;;;;;;;53684:1;53670:16;;:2;:16;;;53662:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;53740:42;53761:4;53767:2;53771:7;53780:1;53740:20;:42::i;:::-;53912:4;53885:31;;:23;53900:7;53885:14;:23::i;:::-;:31;;;53877:81;;;;;;;;;;;;:::i;:::-;;;;;;;;;54030:15;:24;54046:7;54030:24;;;;;;;;;;;;54023:31;;;;;;;;;;;54525:1;54506:9;:15;54516:4;54506:15;;;;;;;;;;;;;;;;:20;;;;;;;;;;;54558:1;54541:9;:13;54551:2;54541:13;;;;;;;;;;;;;;;;:18;;;;;;;;;;;54600:2;54581:7;:16;54589:7;54581:16;;;;;;;;;;;;:21;;;;;;;;;;;;;;;;;;54639:7;54635:2;54620:27;;54629:4;54620:27;;;;;;;;;;;;54660:41;54680:4;54686:2;54690:7;54699:1;54660:19;:41::i;:::-;53446:1263;;;:::o;56248:853::-;56402:4;56423:15;:2;:13;;;:15::i;:::-;56419:675;;;56475:2;56459:36;;;56496:12;:10;:12::i;:::-;56510:4;56516:7;56525:4;56459:71;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;56455:584;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;56717:1;56700:6;:13;:18;56696:328;;56743:60;;;;;;;;;;:::i;:::-;;;;;;;;56696:328;56974:6;56968:13;56959:6;56955:2;56951:15;56944:38;56455:584;56591:41;;;56581:51;;;:6;:51;;;;56574:58;;;;;56419:675;57078:4;57071:11;;56248:853;;;;;;;:::o;13837:922::-;13890:7;13910:14;13927:1;13910:18;;13977:6;13968:5;:15;13964:102;;14013:6;14004:15;;;;;;:::i;:::-;;;;;14048:2;14038:12;;;;13964:102;14093:6;14084:5;:15;14080:102;;14129:6;14120:15;;;;;;:::i;:::-;;;;;14164:2;14154:12;;;;14080:102;14209:6;14200:5;:15;14196:102;;14245:6;14236:15;;;;;;:::i;:::-;;;;;14280:2;14270:12;;;;14196:102;14325:5;14316;:14;14312:99;;14360:5;14351:14;;;;;;:::i;:::-;;;;;14394:1;14384:11;;;;14312:99;14438:5;14429;:14;14425:99;;14473:5;14464:14;;;;;;:::i;:::-;;;;;14507:1;14497:11;;;;14425:99;14551:5;14542;:14;14538:99;;14586:5;14577:14;;;;;;:::i;:::-;;;;;14620:1;14610:11;;;;14538:99;14664:5;14655;:14;14651:66;;14700:1;14690:11;;;;14651:66;14745:6;14738:13;;;13837:922;;;:::o;57833:410::-;58023:1;58011:9;:13;58007:229;;;58061:1;58045:18;;:4;:18;;;58041:87;;58103:9;58084;:15;58094:4;58084:15;;;;;;;;;;;;;;;;:28;;;;;;;:::i;:::-;;;;;;;;58041:87;58160:1;58146:16;;:2;:16;;;58142:83;;58200:9;58183;:13;58193:2;58183:13;;;;;;;;;;;;;;;;:26;;;;;;;:::i;:::-;;;;;;;;58142:83;58007:229;57833:410;;;;:::o;62931:164::-;63035:10;:17;;;;63008:15;:24;63024:7;63008:24;;;;;;;;;;;:44;;;;63063:10;63079:7;63063:24;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;62931:164;:::o;63722:988::-;63988:22;64038:1;64013:22;64030:4;64013:16;:22::i;:::-;:26;;;;:::i;:::-;63988:51;;64050:18;64071:17;:26;64089:7;64071:26;;;;;;;;;;;;64050:47;;64218:14;64204:10;:28;64200:328;;64249:19;64271:12;:18;64284:4;64271:18;;;;;;;;;;;;;;;:34;64290:14;64271:34;;;;;;;;;;;;64249:56;;64355:11;64322:12;:18;64335:4;64322:18;;;;;;;;;;;;;;;:30;64341:10;64322:30;;;;;;;;;;;:44;;;;64472:10;64439:17;:30;64457:11;64439:30;;;;;;;;;;;:43;;;;64234:294;64200:328;64624:17;:26;64642:7;64624:26;;;;;;;;;;;64617:33;;;64668:12;:18;64681:4;64668:18;;;;;;;;;;;;;;;:34;64687:14;64668:34;;;;;;;;;;;64661:41;;;63803:907;;63722:988;;:::o;65005:1079::-;65258:22;65303:1;65283:10;:17;;;;:21;;;;:::i;:::-;65258:46;;65315:18;65336:15;:24;65352:7;65336:24;;;;;;;;;;;;65315:45;;65687:19;65709:10;65720:14;65709:26;;;;;;;;:::i;:::-;;;;;;;;;;65687:48;;65773:11;65748:10;65759;65748:22;;;;;;;;:::i;:::-;;;;;;;;;:36;;;;65884:10;65853:15;:28;65869:11;65853:28;;;;;;;;;;;:41;;;;66025:15;:24;66041:7;66025:24;;;;;;;;;;;66018:31;;;66060:10;:16;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;65076:1008;;;65005:1079;:::o;62509:221::-;62594:14;62611:20;62628:2;62611:16;:20::i;:::-;62594:37;;62669:7;62642:12;:16;62655:2;62642:16;;;;;;;;;;;;;;;:24;62659:6;62642:24;;;;;;;;;;;:34;;;;62716:6;62687:17;:26;62705:7;62687:26;;;;;;;;;;;:35;;;;62583:147;62509:221;;:::o;23691:326::-;23751:4;24008:1;23986:7;:19;;;:23;23979:30;;23691:326;;;:::o;7:75:1:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:149;370:7;410:66;403:5;399:78;388:89;;334:149;;;:::o;489:120::-;561:23;578:5;561:23;:::i;:::-;554:5;551:34;541:62;;599:1;596;589:12;541:62;489:120;:::o;615:137::-;660:5;698:6;685:20;676:29;;714:32;740:5;714:32;:::i;:::-;615:137;;;;:::o;758:327::-;816:6;865:2;853:9;844:7;840:23;836:32;833:119;;;871:79;;:::i;:::-;833:119;991:1;1016:52;1060:7;1051:6;1040:9;1036:22;1016:52;:::i;:::-;1006:62;;962:116;758:327;;;;:::o;1091:90::-;1125:7;1168:5;1161:13;1154:21;1143:32;;1091:90;;;:::o;1187:109::-;1268:21;1283:5;1268:21;:::i;:::-;1263:3;1256:34;1187:109;;:::o;1302:210::-;1389:4;1427:2;1416:9;1412:18;1404:26;;1440:65;1502:1;1491:9;1487:17;1478:6;1440:65;:::i;:::-;1302:210;;;;:::o;1518:99::-;1570:6;1604:5;1598:12;1588:22;;1518:99;;;:::o;1623:169::-;1707:11;1741:6;1736:3;1729:19;1781:4;1776:3;1772:14;1757:29;;1623:169;;;;:::o;1798:246::-;1879:1;1889:113;1903:6;1900:1;1897:13;1889:113;;;1988:1;1983:3;1979:11;1973:18;1969:1;1964:3;1960:11;1953:39;1925:2;1922:1;1918:10;1913:15;;1889:113;;;2036:1;2027:6;2022:3;2018:16;2011:27;1860:184;1798:246;;;:::o;2050:102::-;2091:6;2142:2;2138:7;2133:2;2126:5;2122:14;2118:28;2108:38;;2050:102;;;:::o;2158:377::-;2246:3;2274:39;2307:5;2274:39;:::i;:::-;2329:71;2393:6;2388:3;2329:71;:::i;:::-;2322:78;;2409:65;2467:6;2462:3;2455:4;2448:5;2444:16;2409:65;:::i;:::-;2499:29;2521:6;2499:29;:::i;:::-;2494:3;2490:39;2483:46;;2250:285;2158:377;;;;:::o;2541:313::-;2654:4;2692:2;2681:9;2677:18;2669:26;;2741:9;2735:4;2731:20;2727:1;2716:9;2712:17;2705:47;2769:78;2842:4;2833:6;2769:78;:::i;:::-;2761:86;;2541:313;;;;:::o;2860:77::-;2897:7;2926:5;2915:16;;2860:77;;;:::o;2943:122::-;3016:24;3034:5;3016:24;:::i;:::-;3009:5;3006:35;2996:63;;3055:1;3052;3045:12;2996:63;2943:122;:::o;3071:139::-;3117:5;3155:6;3142:20;3133:29;;3171:33;3198:5;3171:33;:::i;:::-;3071:139;;;;:::o;3216:329::-;3275:6;3324:2;3312:9;3303:7;3299:23;3295:32;3292:119;;;3330:79;;:::i;:::-;3292:119;3450:1;3475:53;3520:7;3511:6;3500:9;3496:22;3475:53;:::i;:::-;3465:63;;3421:117;3216:329;;;;:::o;3551:126::-;3588:7;3628:42;3621:5;3617:54;3606:65;;3551:126;;;:::o;3683:96::-;3720:7;3749:24;3767:5;3749:24;:::i;:::-;3738:35;;3683:96;;;:::o;3785:118::-;3872:24;3890:5;3872:24;:::i;:::-;3867:3;3860:37;3785:118;;:::o;3909:222::-;4002:4;4040:2;4029:9;4025:18;4017:26;;4053:71;4121:1;4110:9;4106:17;4097:6;4053:71;:::i;:::-;3909:222;;;;:::o;4137:122::-;4210:24;4228:5;4210:24;:::i;:::-;4203:5;4200:35;4190:63;;4249:1;4246;4239:12;4190:63;4137:122;:::o;4265:139::-;4311:5;4349:6;4336:20;4327:29;;4365:33;4392:5;4365:33;:::i;:::-;4265:139;;;;:::o;4410:474::-;4478:6;4486;4535:2;4523:9;4514:7;4510:23;4506:32;4503:119;;;4541:79;;:::i;:::-;4503:119;4661:1;4686:53;4731:7;4722:6;4711:9;4707:22;4686:53;:::i;:::-;4676:63;;4632:117;4788:2;4814:53;4859:7;4850:6;4839:9;4835:22;4814:53;:::i;:::-;4804:63;;4759:118;4410:474;;;;;:::o;4890:118::-;4977:24;4995:5;4977:24;:::i;:::-;4972:3;4965:37;4890:118;;:::o;5014:222::-;5107:4;5145:2;5134:9;5130:18;5122:26;;5158:71;5226:1;5215:9;5211:17;5202:6;5158:71;:::i;:::-;5014:222;;;;:::o;5242:619::-;5319:6;5327;5335;5384:2;5372:9;5363:7;5359:23;5355:32;5352:119;;;5390:79;;:::i;:::-;5352:119;5510:1;5535:53;5580:7;5571:6;5560:9;5556:22;5535:53;:::i;:::-;5525:63;;5481:117;5637:2;5663:53;5708:7;5699:6;5688:9;5684:22;5663:53;:::i;:::-;5653:63;;5608:118;5765:2;5791:53;5836:7;5827:6;5816:9;5812:22;5791:53;:::i;:::-;5781:63;;5736:118;5242:619;;;;;:::o;5867:474::-;5935:6;5943;5992:2;5980:9;5971:7;5967:23;5963:32;5960:119;;;5998:79;;:::i;:::-;5960:119;6118:1;6143:53;6188:7;6179:6;6168:9;6164:22;6143:53;:::i;:::-;6133:63;;6089:117;6245:2;6271:53;6316:7;6307:6;6296:9;6292:22;6271:53;:::i;:::-;6261:63;;6216:118;5867:474;;;;;:::o;6347:329::-;6406:6;6455:2;6443:9;6434:7;6430:23;6426:32;6423:119;;;6461:79;;:::i;:::-;6423:119;6581:1;6606:53;6651:7;6642:6;6631:9;6627:22;6606:53;:::i;:::-;6596:63;;6552:117;6347:329;;;;:::o;6682:117::-;6791:1;6788;6781:12;6805:117;6914:1;6911;6904:12;6928:117;7037:1;7034;7027:12;7068:568;7141:8;7151:6;7201:3;7194:4;7186:6;7182:17;7178:27;7168:122;;7209:79;;:::i;:::-;7168:122;7322:6;7309:20;7299:30;;7352:18;7344:6;7341:30;7338:117;;;7374:79;;:::i;:::-;7338:117;7488:4;7480:6;7476:17;7464:29;;7542:3;7534:4;7526:6;7522:17;7512:8;7508:32;7505:41;7502:128;;;7549:79;;:::i;:::-;7502:128;7068:568;;;;;:::o;7642:559::-;7728:6;7736;7785:2;7773:9;7764:7;7760:23;7756:32;7753:119;;;7791:79;;:::i;:::-;7753:119;7939:1;7928:9;7924:17;7911:31;7969:18;7961:6;7958:30;7955:117;;;7991:79;;:::i;:::-;7955:117;8104:80;8176:7;8167:6;8156:9;8152:22;8104:80;:::i;:::-;8086:98;;;;7882:312;7642:559;;;;;:::o;8207:60::-;8235:3;8256:5;8249:12;;8207:60;;;:::o;8273:142::-;8323:9;8356:53;8374:34;8383:24;8401:5;8383:24;:::i;:::-;8374:34;:::i;:::-;8356:53;:::i;:::-;8343:66;;8273:142;;;:::o;8421:126::-;8471:9;8504:37;8535:5;8504:37;:::i;:::-;8491:50;;8421:126;;;:::o;8553:141::-;8618:9;8651:37;8682:5;8651:37;:::i;:::-;8638:50;;8553:141;;;:::o;8700:161::-;8802:52;8848:5;8802:52;:::i;:::-;8797:3;8790:65;8700:161;;:::o;8867:252::-;8975:4;9013:2;9002:9;8998:18;8990:26;;9026:86;9109:1;9098:9;9094:17;9085:6;9026:86;:::i;:::-;8867:252;;;;:::o;9125:116::-;9195:21;9210:5;9195:21;:::i;:::-;9188:5;9185:32;9175:60;;9231:1;9228;9221:12;9175:60;9125:116;:::o;9247:133::-;9290:5;9328:6;9315:20;9306:29;;9344:30;9368:5;9344:30;:::i;:::-;9247:133;;;;:::o;9386:468::-;9451:6;9459;9508:2;9496:9;9487:7;9483:23;9479:32;9476:119;;;9514:79;;:::i;:::-;9476:119;9634:1;9659:53;9704:7;9695:6;9684:9;9680:22;9659:53;:::i;:::-;9649:63;;9605:117;9761:2;9787:50;9829:7;9820:6;9809:9;9805:22;9787:50;:::i;:::-;9777:60;;9732:115;9386:468;;;;;:::o;9860:117::-;9969:1;9966;9959:12;9983:180;10031:77;10028:1;10021:88;10128:4;10125:1;10118:15;10152:4;10149:1;10142:15;10169:281;10252:27;10274:4;10252:27;:::i;:::-;10244:6;10240:40;10382:6;10370:10;10367:22;10346:18;10334:10;10331:34;10328:62;10325:88;;;10393:18;;:::i;:::-;10325:88;10433:10;10429:2;10422:22;10212:238;10169:281;;:::o;10456:129::-;10490:6;10517:20;;:::i;:::-;10507:30;;10546:33;10574:4;10566:6;10546:33;:::i;:::-;10456:129;;;:::o;10591:307::-;10652:4;10742:18;10734:6;10731:30;10728:56;;;10764:18;;:::i;:::-;10728:56;10802:29;10824:6;10802:29;:::i;:::-;10794:37;;10886:4;10880;10876:15;10868:23;;10591:307;;;:::o;10904:146::-;11001:6;10996:3;10991;10978:30;11042:1;11033:6;11028:3;11024:16;11017:27;10904:146;;;:::o;11056:423::-;11133:5;11158:65;11174:48;11215:6;11174:48;:::i;:::-;11158:65;:::i;:::-;11149:74;;11246:6;11239:5;11232:21;11284:4;11277:5;11273:16;11322:3;11313:6;11308:3;11304:16;11301:25;11298:112;;;11329:79;;:::i;:::-;11298:112;11419:54;11466:6;11461:3;11456;11419:54;:::i;:::-;11139:340;11056:423;;;;;:::o;11498:338::-;11553:5;11602:3;11595:4;11587:6;11583:17;11579:27;11569:122;;11610:79;;:::i;:::-;11569:122;11727:6;11714:20;11752:78;11826:3;11818:6;11811:4;11803:6;11799:17;11752:78;:::i;:::-;11743:87;;11559:277;11498:338;;;;:::o;11842:943::-;11937:6;11945;11953;11961;12010:3;11998:9;11989:7;11985:23;11981:33;11978:120;;;12017:79;;:::i;:::-;11978:120;12137:1;12162:53;12207:7;12198:6;12187:9;12183:22;12162:53;:::i;:::-;12152:63;;12108:117;12264:2;12290:53;12335:7;12326:6;12315:9;12311:22;12290:53;:::i;:::-;12280:63;;12235:118;12392:2;12418:53;12463:7;12454:6;12443:9;12439:22;12418:53;:::i;:::-;12408:63;;12363:118;12548:2;12537:9;12533:18;12520:32;12579:18;12571:6;12568:30;12565:117;;;12601:79;;:::i;:::-;12565:117;12706:62;12760:7;12751:6;12740:9;12736:22;12706:62;:::i;:::-;12696:72;;12491:287;11842:943;;;;;;;:::o;12791:474::-;12859:6;12867;12916:2;12904:9;12895:7;12891:23;12887:32;12884:119;;;12922:79;;:::i;:::-;12884:119;13042:1;13067:53;13112:7;13103:6;13092:9;13088:22;13067:53;:::i;:::-;13057:63;;13013:117;13169:2;13195:53;13240:7;13231:6;13220:9;13216:22;13195:53;:::i;:::-;13185:63;;13140:118;12791:474;;;;;:::o;13271:180::-;13319:77;13316:1;13309:88;13416:4;13413:1;13406:15;13440:4;13437:1;13430:15;13457:320;13501:6;13538:1;13532:4;13528:12;13518:22;;13585:1;13579:4;13575:12;13606:18;13596:81;;13662:4;13654:6;13650:17;13640:27;;13596:81;13724:2;13716:6;13713:14;13693:18;13690:38;13687:84;;13743:18;;:::i;:::-;13687:84;13508:269;13457:320;;;:::o;13783:220::-;13923:34;13919:1;13911:6;13907:14;13900:58;13992:3;13987:2;13979:6;13975:15;13968:28;13783:220;:::o;14009:366::-;14151:3;14172:67;14236:2;14231:3;14172:67;:::i;:::-;14165:74;;14248:93;14337:3;14248:93;:::i;:::-;14366:2;14361:3;14357:12;14350:19;;14009:366;;;:::o;14381:419::-;14547:4;14585:2;14574:9;14570:18;14562:26;;14634:9;14628:4;14624:20;14620:1;14609:9;14605:17;14598:47;14662:131;14788:4;14662:131;:::i;:::-;14654:139;;14381:419;;;:::o;14806:248::-;14946:34;14942:1;14934:6;14930:14;14923:58;15015:31;15010:2;15002:6;14998:15;14991:56;14806:248;:::o;15060:366::-;15202:3;15223:67;15287:2;15282:3;15223:67;:::i;:::-;15216:74;;15299:93;15388:3;15299:93;:::i;:::-;15417:2;15412:3;15408:12;15401:19;;15060:366;;;:::o;15432:419::-;15598:4;15636:2;15625:9;15621:18;15613:26;;15685:9;15679:4;15675:20;15671:1;15660:9;15656:17;15649:47;15713:131;15839:4;15713:131;:::i;:::-;15705:139;;15432:419;;;:::o;15857:232::-;15997:34;15993:1;15985:6;15981:14;15974:58;16066:15;16061:2;16053:6;16049:15;16042:40;15857:232;:::o;16095:366::-;16237:3;16258:67;16322:2;16317:3;16258:67;:::i;:::-;16251:74;;16334:93;16423:3;16334:93;:::i;:::-;16452:2;16447:3;16443:12;16436:19;;16095:366;;;:::o;16467:419::-;16633:4;16671:2;16660:9;16656:18;16648:26;;16720:9;16714:4;16710:20;16706:1;16695:9;16691:17;16684:47;16748:131;16874:4;16748:131;:::i;:::-;16740:139;;16467:419;;;:::o;16892:230::-;17032:34;17028:1;17020:6;17016:14;17009:58;17101:13;17096:2;17088:6;17084:15;17077:38;16892:230;:::o;17128:366::-;17270:3;17291:67;17355:2;17350:3;17291:67;:::i;:::-;17284:74;;17367:93;17456:3;17367:93;:::i;:::-;17485:2;17480:3;17476:12;17469:19;;17128:366;;;:::o;17500:419::-;17666:4;17704:2;17693:9;17689:18;17681:26;;17753:9;17747:4;17743:20;17739:1;17728:9;17724:17;17717:47;17781:131;17907:4;17781:131;:::i;:::-;17773:139;;17500:419;;;:::o;17925:180::-;17973:77;17970:1;17963:88;18070:4;18067:1;18060:15;18094:4;18091:1;18084:15;18111:191;18151:3;18170:20;18188:1;18170:20;:::i;:::-;18165:25;;18204:20;18222:1;18204:20;:::i;:::-;18199:25;;18247:1;18244;18240:9;18233:16;;18268:3;18265:1;18262:10;18259:36;;;18275:18;;:::i;:::-;18259:36;18111:191;;;;:::o;18308:233::-;18347:3;18370:24;18388:5;18370:24;:::i;:::-;18361:33;;18416:66;18409:5;18406:77;18403:103;;18486:18;;:::i;:::-;18403:103;18533:1;18526:5;18522:13;18515:20;;18308:233;;;:::o;18547:231::-;18687:34;18683:1;18675:6;18671:14;18664:58;18756:14;18751:2;18743:6;18739:15;18732:39;18547:231;:::o;18784:366::-;18926:3;18947:67;19011:2;19006:3;18947:67;:::i;:::-;18940:74;;19023:93;19112:3;19023:93;:::i;:::-;19141:2;19136:3;19132:12;19125:19;;18784:366;;;:::o;19156:419::-;19322:4;19360:2;19349:9;19345:18;19337:26;;19409:9;19403:4;19399:20;19395:1;19384:9;19380:17;19373:47;19437:131;19563:4;19437:131;:::i;:::-;19429:139;;19156:419;;;:::o;19581:180::-;19629:77;19626:1;19619:88;19726:4;19723:1;19716:15;19750:4;19747:1;19740:15;19767:143;19824:5;19855:6;19849:13;19840:22;;19871:33;19898:5;19871:33;:::i;:::-;19767:143;;;;:::o;19916:351::-;19986:6;20035:2;20023:9;20014:7;20010:23;20006:32;20003:119;;;20041:79;;:::i;:::-;20003:119;20161:1;20186:64;20242:7;20233:6;20222:9;20218:22;20186:64;:::i;:::-;20176:74;;20132:128;19916:351;;;;:::o;20273:174::-;20413:26;20409:1;20401:6;20397:14;20390:50;20273:174;:::o;20453:366::-;20595:3;20616:67;20680:2;20675:3;20616:67;:::i;:::-;20609:74;;20692:93;20781:3;20692:93;:::i;:::-;20810:2;20805:3;20801:12;20794:19;;20453:366;;;:::o;20825:419::-;20991:4;21029:2;21018:9;21014:18;21006:26;;21078:9;21072:4;21068:20;21064:1;21053:9;21049:17;21042:47;21106:131;21232:4;21106:131;:::i;:::-;21098:139;;20825:419;;;:::o;21250:228::-;21390:34;21386:1;21378:6;21374:14;21367:58;21459:11;21454:2;21446:6;21442:15;21435:36;21250:228;:::o;21484:366::-;21626:3;21647:67;21711:2;21706:3;21647:67;:::i;:::-;21640:74;;21723:93;21812:3;21723:93;:::i;:::-;21841:2;21836:3;21832:12;21825:19;;21484:366;;;:::o;21856:419::-;22022:4;22060:2;22049:9;22045:18;22037:26;;22109:9;22103:4;22099:20;22095:1;22084:9;22080:17;22073:47;22137:131;22263:4;22137:131;:::i;:::-;22129:139;;21856:419;;;:::o;22281:234::-;22421:34;22417:1;22409:6;22405:14;22398:58;22490:17;22485:2;22477:6;22473:15;22466:42;22281:234;:::o;22521:366::-;22663:3;22684:67;22748:2;22743:3;22684:67;:::i;:::-;22677:74;;22760:93;22849:3;22760:93;:::i;:::-;22878:2;22873:3;22869:12;22862:19;;22521:366;;;:::o;22893:419::-;23059:4;23097:2;23086:9;23082:18;23074:26;;23146:9;23140:4;23136:20;23132:1;23121:9;23117:17;23110:47;23174:131;23300:4;23174:131;:::i;:::-;23166:139;;22893:419;;;:::o;23318:148::-;23420:11;23457:3;23442:18;;23318:148;;;;:::o;23472:390::-;23578:3;23606:39;23639:5;23606:39;:::i;:::-;23661:89;23743:6;23738:3;23661:89;:::i;:::-;23654:96;;23759:65;23817:6;23812:3;23805:4;23798:5;23794:16;23759:65;:::i;:::-;23849:6;23844:3;23840:16;23833:23;;23582:280;23472:390;;;;:::o;23868:151::-;24008:3;24004:1;23996:6;23992:14;23985:27;23868:151;:::o;24025:400::-;24185:3;24206:84;24288:1;24283:3;24206:84;:::i;:::-;24199:91;;24299:93;24388:3;24299:93;:::i;:::-;24417:1;24412:3;24408:11;24401:18;;24025:400;;;:::o;24431:155::-;24571:7;24567:1;24559:6;24555:14;24548:31;24431:155;:::o;24592:400::-;24752:3;24773:84;24855:1;24850:3;24773:84;:::i;:::-;24766:91;;24866:93;24955:3;24866:93;:::i;:::-;24984:1;24979:3;24975:11;24968:18;;24592:400;;;:::o;24998:807::-;25332:3;25354:95;25445:3;25436:6;25354:95;:::i;:::-;25347:102;;25466:148;25610:3;25466:148;:::i;:::-;25459:155;;25631:148;25775:3;25631:148;:::i;:::-;25624:155;;25796:3;25789:10;;24998:807;;;;:::o;25811:701::-;26092:3;26114:95;26205:3;26196:6;26114:95;:::i;:::-;26107:102;;26226:95;26317:3;26308:6;26226:95;:::i;:::-;26219:102;;26338:148;26482:3;26338:148;:::i;:::-;26331:155;;26503:3;26496:10;;25811:701;;;;;:::o;26518:194::-;26558:4;26578:20;26596:1;26578:20;:::i;:::-;26573:25;;26612:20;26630:1;26612:20;:::i;:::-;26607:25;;26656:1;26653;26649:9;26641:17;;26680:1;26674:4;26671:11;26668:37;;;26685:18;;:::i;:::-;26668:37;26518:194;;;;:::o;26718:225::-;26858:34;26854:1;26846:6;26842:14;26835:58;26927:8;26922:2;26914:6;26910:15;26903:33;26718:225;:::o;26949:366::-;27091:3;27112:67;27176:2;27171:3;27112:67;:::i;:::-;27105:74;;27188:93;27277:3;27188:93;:::i;:::-;27306:2;27301:3;27297:12;27290:19;;26949:366;;;:::o;27321:419::-;27487:4;27525:2;27514:9;27510:18;27502:26;;27574:9;27568:4;27564:20;27560:1;27549:9;27545:17;27538:47;27602:131;27728:4;27602:131;:::i;:::-;27594:139;;27321:419;;;:::o;27746:182::-;27886:34;27882:1;27874:6;27870:14;27863:58;27746:182;:::o;27934:366::-;28076:3;28097:67;28161:2;28156:3;28097:67;:::i;:::-;28090:74;;28173:93;28262:3;28173:93;:::i;:::-;28291:2;28286:3;28282:12;28275:19;;27934:366;;;:::o;28306:419::-;28472:4;28510:2;28499:9;28495:18;28487:26;;28559:9;28553:4;28549:20;28545:1;28534:9;28530:17;28523:47;28587:131;28713:4;28587:131;:::i;:::-;28579:139;;28306:419;;;:::o;28731:178::-;28871:30;28867:1;28859:6;28855:14;28848:54;28731:178;:::o;28915:366::-;29057:3;29078:67;29142:2;29137:3;29078:67;:::i;:::-;29071:74;;29154:93;29243:3;29154:93;:::i;:::-;29272:2;29267:3;29263:12;29256:19;;28915:366;;;:::o;29287:419::-;29453:4;29491:2;29480:9;29476:18;29468:26;;29540:9;29534:4;29530:20;29526:1;29515:9;29511:17;29504:47;29568:131;29694:4;29568:131;:::i;:::-;29560:139;;29287:419;;;:::o;29712:182::-;29852:34;29848:1;29840:6;29836:14;29829:58;29712:182;:::o;29900:366::-;30042:3;30063:67;30127:2;30122:3;30063:67;:::i;:::-;30056:74;;30139:93;30228:3;30139:93;:::i;:::-;30257:2;30252:3;30248:12;30241:19;;29900:366;;;:::o;30272:419::-;30438:4;30476:2;30465:9;30461:18;30453:26;;30525:9;30519:4;30515:20;30511:1;30500:9;30496:17;30489:47;30553:131;30679:4;30553:131;:::i;:::-;30545:139;;30272:419;;;:::o;30697:175::-;30837:27;30833:1;30825:6;30821:14;30814:51;30697:175;:::o;30878:366::-;31020:3;31041:67;31105:2;31100:3;31041:67;:::i;:::-;31034:74;;31117:93;31206:3;31117:93;:::i;:::-;31235:2;31230:3;31226:12;31219:19;;30878:366;;;:::o;31250:419::-;31416:4;31454:2;31443:9;31439:18;31431:26;;31503:9;31497:4;31493:20;31489:1;31478:9;31474:17;31467:47;31531:131;31657:4;31531:131;:::i;:::-;31523:139;;31250:419;;;:::o;31675:237::-;31815:34;31811:1;31803:6;31799:14;31792:58;31884:20;31879:2;31871:6;31867:15;31860:45;31675:237;:::o;31918:366::-;32060:3;32081:67;32145:2;32140:3;32081:67;:::i;:::-;32074:74;;32157:93;32246:3;32157:93;:::i;:::-;32275:2;32270:3;32266:12;32259:19;;31918:366;;;:::o;32290:419::-;32456:4;32494:2;32483:9;32479:18;32471:26;;32543:9;32537:4;32533:20;32529:1;32518:9;32514:17;32507:47;32571:131;32697:4;32571:131;:::i;:::-;32563:139;;32290:419;;;:::o;32715:180::-;32763:77;32760:1;32753:88;32860:4;32857:1;32850:15;32884:4;32881:1;32874:15;32901:240;33041:34;33037:1;33029:6;33025:14;33018:58;33110:23;33105:2;33097:6;33093:15;33086:48;32901:240;:::o;33147:366::-;33289:3;33310:67;33374:2;33369:3;33310:67;:::i;:::-;33303:74;;33386:93;33475:3;33386:93;:::i;:::-;33504:2;33499:3;33495:12;33488:19;;33147:366;;;:::o;33519:419::-;33685:4;33723:2;33712:9;33708:18;33700:26;;33772:9;33766:4;33762:20;33758:1;33747:9;33743:17;33736:47;33800:131;33926:4;33800:131;:::i;:::-;33792:139;;33519:419;;;:::o;33944:224::-;34084:34;34080:1;34072:6;34068:14;34061:58;34153:7;34148:2;34140:6;34136:15;34129:32;33944:224;:::o;34174:366::-;34316:3;34337:67;34401:2;34396:3;34337:67;:::i;:::-;34330:74;;34413:93;34502:3;34413:93;:::i;:::-;34531:2;34526:3;34522:12;34515:19;;34174:366;;;:::o;34546:419::-;34712:4;34750:2;34739:9;34735:18;34727:26;;34799:9;34793:4;34789:20;34785:1;34774:9;34770:17;34763:47;34827:131;34953:4;34827:131;:::i;:::-;34819:139;;34546:419;;;:::o;34971:223::-;35111:34;35107:1;35099:6;35095:14;35088:58;35180:6;35175:2;35167:6;35163:15;35156:31;34971:223;:::o;35200:366::-;35342:3;35363:67;35427:2;35422:3;35363:67;:::i;:::-;35356:74;;35439:93;35528:3;35439:93;:::i;:::-;35557:2;35552:3;35548:12;35541:19;;35200:366;;;:::o;35572:419::-;35738:4;35776:2;35765:9;35761:18;35753:26;;35825:9;35819:4;35815:20;35811:1;35800:9;35796:17;35789:47;35853:131;35979:4;35853:131;:::i;:::-;35845:139;;35572:419;;;:::o;35997:98::-;36048:6;36082:5;36076:12;36066:22;;35997:98;;;:::o;36101:168::-;36184:11;36218:6;36213:3;36206:19;36258:4;36253:3;36249:14;36234:29;;36101:168;;;;:::o;36275:373::-;36361:3;36389:38;36421:5;36389:38;:::i;:::-;36443:70;36506:6;36501:3;36443:70;:::i;:::-;36436:77;;36522:65;36580:6;36575:3;36568:4;36561:5;36557:16;36522:65;:::i;:::-;36612:29;36634:6;36612:29;:::i;:::-;36607:3;36603:39;36596:46;;36365:283;36275:373;;;;:::o;36654:640::-;36849:4;36887:3;36876:9;36872:19;36864:27;;36901:71;36969:1;36958:9;36954:17;36945:6;36901:71;:::i;:::-;36982:72;37050:2;37039:9;37035:18;37026:6;36982:72;:::i;:::-;37064;37132:2;37121:9;37117:18;37108:6;37064:72;:::i;:::-;37183:9;37177:4;37173:20;37168:2;37157:9;37153:18;37146:48;37211:76;37282:4;37273:6;37211:76;:::i;:::-;37203:84;;36654:640;;;;;;;:::o;37300:141::-;37356:5;37387:6;37381:13;37372:22;;37403:32;37429:5;37403:32;:::i;:::-;37300:141;;;;:::o;37447:349::-;37516:6;37565:2;37553:9;37544:7;37540:23;37536:32;37533:119;;;37571:79;;:::i;:::-;37533:119;37691:1;37716:63;37771:7;37762:6;37751:9;37747:22;37716:63;:::i;:::-;37706:73;;37662:127;37447:349;;;;:::o;37802:180::-;37850:77;37847:1;37840:88;37947:4;37944:1;37937:15;37971:4;37968:1;37961:15

Swarm Source

ipfs://de68f832e8a099ed2e281253dd88d7765d7f6a12d51a1520d2459e2a3d0dbc04
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.