ETH Price: $3,470.78 (+2.26%)
Gas: 10 Gwei

Token

Milady Peso (MPESO)
 

Overview

Max Total Supply

1,000,000,000,000 MPESO

Holders

260

Market

Onchain Market Cap

$0.00

Circulating Supply Market Cap

-

Other Info

Token Contract (WITH 18 Decimals)

Filtered by Token Holder
slitney.eth
Balance
500,000,000 MPESO

Value
$0.00
0x7c3db7eee60fad212d6bbcd256fac8782a21b5ff
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:
MiladyPeso

Compiler Version
v0.8.9+commit.e5eed63a

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2023-05-20
*/

// File: @openzeppelin/[email protected]/utils/math/SafeCast.sol


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

pragma solidity ^0.8.0;

/**
 * @dev Wrappers over Solidity's uintXX/intXX casting operators with added overflow
 * checks.
 *
 * Downcasting from uint256/int256 in Solidity does not revert on overflow. This can
 * easily result in undesired exploitation or bugs, since developers usually
 * assume that overflows raise errors. `SafeCast` restores this intuition by
 * reverting the transaction when such an operation overflows.
 *
 * Using this library instead of the unchecked operations eliminates an entire
 * class of bugs, so it's recommended to use it always.
 *
 * Can be combined with {SafeMath} and {SignedSafeMath} to extend it to smaller types, by performing
 * all math on `uint256` and `int256` and then downcasting.
 */
library SafeCast {
    /**
     * @dev Returns the downcasted uint248 from uint256, reverting on
     * overflow (when the input is greater than largest uint248).
     *
     * Counterpart to Solidity's `uint248` operator.
     *
     * Requirements:
     *
     * - input must fit into 248 bits
     *
     * _Available since v4.7._
     */
    function toUint248(uint256 value) internal pure returns (uint248) {
        require(value <= type(uint248).max, "SafeCast: value doesn't fit in 248 bits");
        return uint248(value);
    }

    /**
     * @dev Returns the downcasted uint240 from uint256, reverting on
     * overflow (when the input is greater than largest uint240).
     *
     * Counterpart to Solidity's `uint240` operator.
     *
     * Requirements:
     *
     * - input must fit into 240 bits
     *
     * _Available since v4.7._
     */
    function toUint240(uint256 value) internal pure returns (uint240) {
        require(value <= type(uint240).max, "SafeCast: value doesn't fit in 240 bits");
        return uint240(value);
    }

    /**
     * @dev Returns the downcasted uint232 from uint256, reverting on
     * overflow (when the input is greater than largest uint232).
     *
     * Counterpart to Solidity's `uint232` operator.
     *
     * Requirements:
     *
     * - input must fit into 232 bits
     *
     * _Available since v4.7._
     */
    function toUint232(uint256 value) internal pure returns (uint232) {
        require(value <= type(uint232).max, "SafeCast: value doesn't fit in 232 bits");
        return uint232(value);
    }

    /**
     * @dev Returns the downcasted uint224 from uint256, reverting on
     * overflow (when the input is greater than largest uint224).
     *
     * Counterpart to Solidity's `uint224` operator.
     *
     * Requirements:
     *
     * - input must fit into 224 bits
     *
     * _Available since v4.2._
     */
    function toUint224(uint256 value) internal pure returns (uint224) {
        require(value <= type(uint224).max, "SafeCast: value doesn't fit in 224 bits");
        return uint224(value);
    }

    /**
     * @dev Returns the downcasted uint216 from uint256, reverting on
     * overflow (when the input is greater than largest uint216).
     *
     * Counterpart to Solidity's `uint216` operator.
     *
     * Requirements:
     *
     * - input must fit into 216 bits
     *
     * _Available since v4.7._
     */
    function toUint216(uint256 value) internal pure returns (uint216) {
        require(value <= type(uint216).max, "SafeCast: value doesn't fit in 216 bits");
        return uint216(value);
    }

    /**
     * @dev Returns the downcasted uint208 from uint256, reverting on
     * overflow (when the input is greater than largest uint208).
     *
     * Counterpart to Solidity's `uint208` operator.
     *
     * Requirements:
     *
     * - input must fit into 208 bits
     *
     * _Available since v4.7._
     */
    function toUint208(uint256 value) internal pure returns (uint208) {
        require(value <= type(uint208).max, "SafeCast: value doesn't fit in 208 bits");
        return uint208(value);
    }

    /**
     * @dev Returns the downcasted uint200 from uint256, reverting on
     * overflow (when the input is greater than largest uint200).
     *
     * Counterpart to Solidity's `uint200` operator.
     *
     * Requirements:
     *
     * - input must fit into 200 bits
     *
     * _Available since v4.7._
     */
    function toUint200(uint256 value) internal pure returns (uint200) {
        require(value <= type(uint200).max, "SafeCast: value doesn't fit in 200 bits");
        return uint200(value);
    }

    /**
     * @dev Returns the downcasted uint192 from uint256, reverting on
     * overflow (when the input is greater than largest uint192).
     *
     * Counterpart to Solidity's `uint192` operator.
     *
     * Requirements:
     *
     * - input must fit into 192 bits
     *
     * _Available since v4.7._
     */
    function toUint192(uint256 value) internal pure returns (uint192) {
        require(value <= type(uint192).max, "SafeCast: value doesn't fit in 192 bits");
        return uint192(value);
    }

    /**
     * @dev Returns the downcasted uint184 from uint256, reverting on
     * overflow (when the input is greater than largest uint184).
     *
     * Counterpart to Solidity's `uint184` operator.
     *
     * Requirements:
     *
     * - input must fit into 184 bits
     *
     * _Available since v4.7._
     */
    function toUint184(uint256 value) internal pure returns (uint184) {
        require(value <= type(uint184).max, "SafeCast: value doesn't fit in 184 bits");
        return uint184(value);
    }

    /**
     * @dev Returns the downcasted uint176 from uint256, reverting on
     * overflow (when the input is greater than largest uint176).
     *
     * Counterpart to Solidity's `uint176` operator.
     *
     * Requirements:
     *
     * - input must fit into 176 bits
     *
     * _Available since v4.7._
     */
    function toUint176(uint256 value) internal pure returns (uint176) {
        require(value <= type(uint176).max, "SafeCast: value doesn't fit in 176 bits");
        return uint176(value);
    }

    /**
     * @dev Returns the downcasted uint168 from uint256, reverting on
     * overflow (when the input is greater than largest uint168).
     *
     * Counterpart to Solidity's `uint168` operator.
     *
     * Requirements:
     *
     * - input must fit into 168 bits
     *
     * _Available since v4.7._
     */
    function toUint168(uint256 value) internal pure returns (uint168) {
        require(value <= type(uint168).max, "SafeCast: value doesn't fit in 168 bits");
        return uint168(value);
    }

    /**
     * @dev Returns the downcasted uint160 from uint256, reverting on
     * overflow (when the input is greater than largest uint160).
     *
     * Counterpart to Solidity's `uint160` operator.
     *
     * Requirements:
     *
     * - input must fit into 160 bits
     *
     * _Available since v4.7._
     */
    function toUint160(uint256 value) internal pure returns (uint160) {
        require(value <= type(uint160).max, "SafeCast: value doesn't fit in 160 bits");
        return uint160(value);
    }

    /**
     * @dev Returns the downcasted uint152 from uint256, reverting on
     * overflow (when the input is greater than largest uint152).
     *
     * Counterpart to Solidity's `uint152` operator.
     *
     * Requirements:
     *
     * - input must fit into 152 bits
     *
     * _Available since v4.7._
     */
    function toUint152(uint256 value) internal pure returns (uint152) {
        require(value <= type(uint152).max, "SafeCast: value doesn't fit in 152 bits");
        return uint152(value);
    }

    /**
     * @dev Returns the downcasted uint144 from uint256, reverting on
     * overflow (when the input is greater than largest uint144).
     *
     * Counterpart to Solidity's `uint144` operator.
     *
     * Requirements:
     *
     * - input must fit into 144 bits
     *
     * _Available since v4.7._
     */
    function toUint144(uint256 value) internal pure returns (uint144) {
        require(value <= type(uint144).max, "SafeCast: value doesn't fit in 144 bits");
        return uint144(value);
    }

    /**
     * @dev Returns the downcasted uint136 from uint256, reverting on
     * overflow (when the input is greater than largest uint136).
     *
     * Counterpart to Solidity's `uint136` operator.
     *
     * Requirements:
     *
     * - input must fit into 136 bits
     *
     * _Available since v4.7._
     */
    function toUint136(uint256 value) internal pure returns (uint136) {
        require(value <= type(uint136).max, "SafeCast: value doesn't fit in 136 bits");
        return uint136(value);
    }

    /**
     * @dev Returns the downcasted uint128 from uint256, reverting on
     * overflow (when the input is greater than largest uint128).
     *
     * Counterpart to Solidity's `uint128` operator.
     *
     * Requirements:
     *
     * - input must fit into 128 bits
     *
     * _Available since v2.5._
     */
    function toUint128(uint256 value) internal pure returns (uint128) {
        require(value <= type(uint128).max, "SafeCast: value doesn't fit in 128 bits");
        return uint128(value);
    }

    /**
     * @dev Returns the downcasted uint120 from uint256, reverting on
     * overflow (when the input is greater than largest uint120).
     *
     * Counterpart to Solidity's `uint120` operator.
     *
     * Requirements:
     *
     * - input must fit into 120 bits
     *
     * _Available since v4.7._
     */
    function toUint120(uint256 value) internal pure returns (uint120) {
        require(value <= type(uint120).max, "SafeCast: value doesn't fit in 120 bits");
        return uint120(value);
    }

    /**
     * @dev Returns the downcasted uint112 from uint256, reverting on
     * overflow (when the input is greater than largest uint112).
     *
     * Counterpart to Solidity's `uint112` operator.
     *
     * Requirements:
     *
     * - input must fit into 112 bits
     *
     * _Available since v4.7._
     */
    function toUint112(uint256 value) internal pure returns (uint112) {
        require(value <= type(uint112).max, "SafeCast: value doesn't fit in 112 bits");
        return uint112(value);
    }

    /**
     * @dev Returns the downcasted uint104 from uint256, reverting on
     * overflow (when the input is greater than largest uint104).
     *
     * Counterpart to Solidity's `uint104` operator.
     *
     * Requirements:
     *
     * - input must fit into 104 bits
     *
     * _Available since v4.7._
     */
    function toUint104(uint256 value) internal pure returns (uint104) {
        require(value <= type(uint104).max, "SafeCast: value doesn't fit in 104 bits");
        return uint104(value);
    }

    /**
     * @dev Returns the downcasted uint96 from uint256, reverting on
     * overflow (when the input is greater than largest uint96).
     *
     * Counterpart to Solidity's `uint96` operator.
     *
     * Requirements:
     *
     * - input must fit into 96 bits
     *
     * _Available since v4.2._
     */
    function toUint96(uint256 value) internal pure returns (uint96) {
        require(value <= type(uint96).max, "SafeCast: value doesn't fit in 96 bits");
        return uint96(value);
    }

    /**
     * @dev Returns the downcasted uint88 from uint256, reverting on
     * overflow (when the input is greater than largest uint88).
     *
     * Counterpart to Solidity's `uint88` operator.
     *
     * Requirements:
     *
     * - input must fit into 88 bits
     *
     * _Available since v4.7._
     */
    function toUint88(uint256 value) internal pure returns (uint88) {
        require(value <= type(uint88).max, "SafeCast: value doesn't fit in 88 bits");
        return uint88(value);
    }

    /**
     * @dev Returns the downcasted uint80 from uint256, reverting on
     * overflow (when the input is greater than largest uint80).
     *
     * Counterpart to Solidity's `uint80` operator.
     *
     * Requirements:
     *
     * - input must fit into 80 bits
     *
     * _Available since v4.7._
     */
    function toUint80(uint256 value) internal pure returns (uint80) {
        require(value <= type(uint80).max, "SafeCast: value doesn't fit in 80 bits");
        return uint80(value);
    }

    /**
     * @dev Returns the downcasted uint72 from uint256, reverting on
     * overflow (when the input is greater than largest uint72).
     *
     * Counterpart to Solidity's `uint72` operator.
     *
     * Requirements:
     *
     * - input must fit into 72 bits
     *
     * _Available since v4.7._
     */
    function toUint72(uint256 value) internal pure returns (uint72) {
        require(value <= type(uint72).max, "SafeCast: value doesn't fit in 72 bits");
        return uint72(value);
    }

    /**
     * @dev Returns the downcasted uint64 from uint256, reverting on
     * overflow (when the input is greater than largest uint64).
     *
     * Counterpart to Solidity's `uint64` operator.
     *
     * Requirements:
     *
     * - input must fit into 64 bits
     *
     * _Available since v2.5._
     */
    function toUint64(uint256 value) internal pure returns (uint64) {
        require(value <= type(uint64).max, "SafeCast: value doesn't fit in 64 bits");
        return uint64(value);
    }

    /**
     * @dev Returns the downcasted uint56 from uint256, reverting on
     * overflow (when the input is greater than largest uint56).
     *
     * Counterpart to Solidity's `uint56` operator.
     *
     * Requirements:
     *
     * - input must fit into 56 bits
     *
     * _Available since v4.7._
     */
    function toUint56(uint256 value) internal pure returns (uint56) {
        require(value <= type(uint56).max, "SafeCast: value doesn't fit in 56 bits");
        return uint56(value);
    }

    /**
     * @dev Returns the downcasted uint48 from uint256, reverting on
     * overflow (when the input is greater than largest uint48).
     *
     * Counterpart to Solidity's `uint48` operator.
     *
     * Requirements:
     *
     * - input must fit into 48 bits
     *
     * _Available since v4.7._
     */
    function toUint48(uint256 value) internal pure returns (uint48) {
        require(value <= type(uint48).max, "SafeCast: value doesn't fit in 48 bits");
        return uint48(value);
    }

    /**
     * @dev Returns the downcasted uint40 from uint256, reverting on
     * overflow (when the input is greater than largest uint40).
     *
     * Counterpart to Solidity's `uint40` operator.
     *
     * Requirements:
     *
     * - input must fit into 40 bits
     *
     * _Available since v4.7._
     */
    function toUint40(uint256 value) internal pure returns (uint40) {
        require(value <= type(uint40).max, "SafeCast: value doesn't fit in 40 bits");
        return uint40(value);
    }

    /**
     * @dev Returns the downcasted uint32 from uint256, reverting on
     * overflow (when the input is greater than largest uint32).
     *
     * Counterpart to Solidity's `uint32` operator.
     *
     * Requirements:
     *
     * - input must fit into 32 bits
     *
     * _Available since v2.5._
     */
    function toUint32(uint256 value) internal pure returns (uint32) {
        require(value <= type(uint32).max, "SafeCast: value doesn't fit in 32 bits");
        return uint32(value);
    }

    /**
     * @dev Returns the downcasted uint24 from uint256, reverting on
     * overflow (when the input is greater than largest uint24).
     *
     * Counterpart to Solidity's `uint24` operator.
     *
     * Requirements:
     *
     * - input must fit into 24 bits
     *
     * _Available since v4.7._
     */
    function toUint24(uint256 value) internal pure returns (uint24) {
        require(value <= type(uint24).max, "SafeCast: value doesn't fit in 24 bits");
        return uint24(value);
    }

    /**
     * @dev Returns the downcasted uint16 from uint256, reverting on
     * overflow (when the input is greater than largest uint16).
     *
     * Counterpart to Solidity's `uint16` operator.
     *
     * Requirements:
     *
     * - input must fit into 16 bits
     *
     * _Available since v2.5._
     */
    function toUint16(uint256 value) internal pure returns (uint16) {
        require(value <= type(uint16).max, "SafeCast: value doesn't fit in 16 bits");
        return uint16(value);
    }

    /**
     * @dev Returns the downcasted uint8 from uint256, reverting on
     * overflow (when the input is greater than largest uint8).
     *
     * Counterpart to Solidity's `uint8` operator.
     *
     * Requirements:
     *
     * - input must fit into 8 bits
     *
     * _Available since v2.5._
     */
    function toUint8(uint256 value) internal pure returns (uint8) {
        require(value <= type(uint8).max, "SafeCast: value doesn't fit in 8 bits");
        return uint8(value);
    }

    /**
     * @dev Converts a signed int256 into an unsigned uint256.
     *
     * Requirements:
     *
     * - input must be greater than or equal to 0.
     *
     * _Available since v3.0._
     */
    function toUint256(int256 value) internal pure returns (uint256) {
        require(value >= 0, "SafeCast: value must be positive");
        return uint256(value);
    }

    /**
     * @dev Returns the downcasted int248 from int256, reverting on
     * overflow (when the input is less than smallest int248 or
     * greater than largest int248).
     *
     * Counterpart to Solidity's `int248` operator.
     *
     * Requirements:
     *
     * - input must fit into 248 bits
     *
     * _Available since v4.7._
     */
    function toInt248(int256 value) internal pure returns (int248 downcasted) {
        downcasted = int248(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 248 bits");
    }

    /**
     * @dev Returns the downcasted int240 from int256, reverting on
     * overflow (when the input is less than smallest int240 or
     * greater than largest int240).
     *
     * Counterpart to Solidity's `int240` operator.
     *
     * Requirements:
     *
     * - input must fit into 240 bits
     *
     * _Available since v4.7._
     */
    function toInt240(int256 value) internal pure returns (int240 downcasted) {
        downcasted = int240(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 240 bits");
    }

    /**
     * @dev Returns the downcasted int232 from int256, reverting on
     * overflow (when the input is less than smallest int232 or
     * greater than largest int232).
     *
     * Counterpart to Solidity's `int232` operator.
     *
     * Requirements:
     *
     * - input must fit into 232 bits
     *
     * _Available since v4.7._
     */
    function toInt232(int256 value) internal pure returns (int232 downcasted) {
        downcasted = int232(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 232 bits");
    }

    /**
     * @dev Returns the downcasted int224 from int256, reverting on
     * overflow (when the input is less than smallest int224 or
     * greater than largest int224).
     *
     * Counterpart to Solidity's `int224` operator.
     *
     * Requirements:
     *
     * - input must fit into 224 bits
     *
     * _Available since v4.7._
     */
    function toInt224(int256 value) internal pure returns (int224 downcasted) {
        downcasted = int224(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 224 bits");
    }

    /**
     * @dev Returns the downcasted int216 from int256, reverting on
     * overflow (when the input is less than smallest int216 or
     * greater than largest int216).
     *
     * Counterpart to Solidity's `int216` operator.
     *
     * Requirements:
     *
     * - input must fit into 216 bits
     *
     * _Available since v4.7._
     */
    function toInt216(int256 value) internal pure returns (int216 downcasted) {
        downcasted = int216(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 216 bits");
    }

    /**
     * @dev Returns the downcasted int208 from int256, reverting on
     * overflow (when the input is less than smallest int208 or
     * greater than largest int208).
     *
     * Counterpart to Solidity's `int208` operator.
     *
     * Requirements:
     *
     * - input must fit into 208 bits
     *
     * _Available since v4.7._
     */
    function toInt208(int256 value) internal pure returns (int208 downcasted) {
        downcasted = int208(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 208 bits");
    }

    /**
     * @dev Returns the downcasted int200 from int256, reverting on
     * overflow (when the input is less than smallest int200 or
     * greater than largest int200).
     *
     * Counterpart to Solidity's `int200` operator.
     *
     * Requirements:
     *
     * - input must fit into 200 bits
     *
     * _Available since v4.7._
     */
    function toInt200(int256 value) internal pure returns (int200 downcasted) {
        downcasted = int200(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 200 bits");
    }

    /**
     * @dev Returns the downcasted int192 from int256, reverting on
     * overflow (when the input is less than smallest int192 or
     * greater than largest int192).
     *
     * Counterpart to Solidity's `int192` operator.
     *
     * Requirements:
     *
     * - input must fit into 192 bits
     *
     * _Available since v4.7._
     */
    function toInt192(int256 value) internal pure returns (int192 downcasted) {
        downcasted = int192(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 192 bits");
    }

    /**
     * @dev Returns the downcasted int184 from int256, reverting on
     * overflow (when the input is less than smallest int184 or
     * greater than largest int184).
     *
     * Counterpart to Solidity's `int184` operator.
     *
     * Requirements:
     *
     * - input must fit into 184 bits
     *
     * _Available since v4.7._
     */
    function toInt184(int256 value) internal pure returns (int184 downcasted) {
        downcasted = int184(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 184 bits");
    }

    /**
     * @dev Returns the downcasted int176 from int256, reverting on
     * overflow (when the input is less than smallest int176 or
     * greater than largest int176).
     *
     * Counterpart to Solidity's `int176` operator.
     *
     * Requirements:
     *
     * - input must fit into 176 bits
     *
     * _Available since v4.7._
     */
    function toInt176(int256 value) internal pure returns (int176 downcasted) {
        downcasted = int176(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 176 bits");
    }

    /**
     * @dev Returns the downcasted int168 from int256, reverting on
     * overflow (when the input is less than smallest int168 or
     * greater than largest int168).
     *
     * Counterpart to Solidity's `int168` operator.
     *
     * Requirements:
     *
     * - input must fit into 168 bits
     *
     * _Available since v4.7._
     */
    function toInt168(int256 value) internal pure returns (int168 downcasted) {
        downcasted = int168(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 168 bits");
    }

    /**
     * @dev Returns the downcasted int160 from int256, reverting on
     * overflow (when the input is less than smallest int160 or
     * greater than largest int160).
     *
     * Counterpart to Solidity's `int160` operator.
     *
     * Requirements:
     *
     * - input must fit into 160 bits
     *
     * _Available since v4.7._
     */
    function toInt160(int256 value) internal pure returns (int160 downcasted) {
        downcasted = int160(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 160 bits");
    }

    /**
     * @dev Returns the downcasted int152 from int256, reverting on
     * overflow (when the input is less than smallest int152 or
     * greater than largest int152).
     *
     * Counterpart to Solidity's `int152` operator.
     *
     * Requirements:
     *
     * - input must fit into 152 bits
     *
     * _Available since v4.7._
     */
    function toInt152(int256 value) internal pure returns (int152 downcasted) {
        downcasted = int152(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 152 bits");
    }

    /**
     * @dev Returns the downcasted int144 from int256, reverting on
     * overflow (when the input is less than smallest int144 or
     * greater than largest int144).
     *
     * Counterpart to Solidity's `int144` operator.
     *
     * Requirements:
     *
     * - input must fit into 144 bits
     *
     * _Available since v4.7._
     */
    function toInt144(int256 value) internal pure returns (int144 downcasted) {
        downcasted = int144(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 144 bits");
    }

    /**
     * @dev Returns the downcasted int136 from int256, reverting on
     * overflow (when the input is less than smallest int136 or
     * greater than largest int136).
     *
     * Counterpart to Solidity's `int136` operator.
     *
     * Requirements:
     *
     * - input must fit into 136 bits
     *
     * _Available since v4.7._
     */
    function toInt136(int256 value) internal pure returns (int136 downcasted) {
        downcasted = int136(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 136 bits");
    }

    /**
     * @dev Returns the downcasted int128 from int256, reverting on
     * overflow (when the input is less than smallest int128 or
     * greater than largest int128).
     *
     * Counterpart to Solidity's `int128` operator.
     *
     * Requirements:
     *
     * - input must fit into 128 bits
     *
     * _Available since v3.1._
     */
    function toInt128(int256 value) internal pure returns (int128 downcasted) {
        downcasted = int128(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 128 bits");
    }

    /**
     * @dev Returns the downcasted int120 from int256, reverting on
     * overflow (when the input is less than smallest int120 or
     * greater than largest int120).
     *
     * Counterpart to Solidity's `int120` operator.
     *
     * Requirements:
     *
     * - input must fit into 120 bits
     *
     * _Available since v4.7._
     */
    function toInt120(int256 value) internal pure returns (int120 downcasted) {
        downcasted = int120(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 120 bits");
    }

    /**
     * @dev Returns the downcasted int112 from int256, reverting on
     * overflow (when the input is less than smallest int112 or
     * greater than largest int112).
     *
     * Counterpart to Solidity's `int112` operator.
     *
     * Requirements:
     *
     * - input must fit into 112 bits
     *
     * _Available since v4.7._
     */
    function toInt112(int256 value) internal pure returns (int112 downcasted) {
        downcasted = int112(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 112 bits");
    }

    /**
     * @dev Returns the downcasted int104 from int256, reverting on
     * overflow (when the input is less than smallest int104 or
     * greater than largest int104).
     *
     * Counterpart to Solidity's `int104` operator.
     *
     * Requirements:
     *
     * - input must fit into 104 bits
     *
     * _Available since v4.7._
     */
    function toInt104(int256 value) internal pure returns (int104 downcasted) {
        downcasted = int104(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 104 bits");
    }

    /**
     * @dev Returns the downcasted int96 from int256, reverting on
     * overflow (when the input is less than smallest int96 or
     * greater than largest int96).
     *
     * Counterpart to Solidity's `int96` operator.
     *
     * Requirements:
     *
     * - input must fit into 96 bits
     *
     * _Available since v4.7._
     */
    function toInt96(int256 value) internal pure returns (int96 downcasted) {
        downcasted = int96(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 96 bits");
    }

    /**
     * @dev Returns the downcasted int88 from int256, reverting on
     * overflow (when the input is less than smallest int88 or
     * greater than largest int88).
     *
     * Counterpart to Solidity's `int88` operator.
     *
     * Requirements:
     *
     * - input must fit into 88 bits
     *
     * _Available since v4.7._
     */
    function toInt88(int256 value) internal pure returns (int88 downcasted) {
        downcasted = int88(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 88 bits");
    }

    /**
     * @dev Returns the downcasted int80 from int256, reverting on
     * overflow (when the input is less than smallest int80 or
     * greater than largest int80).
     *
     * Counterpart to Solidity's `int80` operator.
     *
     * Requirements:
     *
     * - input must fit into 80 bits
     *
     * _Available since v4.7._
     */
    function toInt80(int256 value) internal pure returns (int80 downcasted) {
        downcasted = int80(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 80 bits");
    }

    /**
     * @dev Returns the downcasted int72 from int256, reverting on
     * overflow (when the input is less than smallest int72 or
     * greater than largest int72).
     *
     * Counterpart to Solidity's `int72` operator.
     *
     * Requirements:
     *
     * - input must fit into 72 bits
     *
     * _Available since v4.7._
     */
    function toInt72(int256 value) internal pure returns (int72 downcasted) {
        downcasted = int72(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 72 bits");
    }

    /**
     * @dev Returns the downcasted int64 from int256, reverting on
     * overflow (when the input is less than smallest int64 or
     * greater than largest int64).
     *
     * Counterpart to Solidity's `int64` operator.
     *
     * Requirements:
     *
     * - input must fit into 64 bits
     *
     * _Available since v3.1._
     */
    function toInt64(int256 value) internal pure returns (int64 downcasted) {
        downcasted = int64(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 64 bits");
    }

    /**
     * @dev Returns the downcasted int56 from int256, reverting on
     * overflow (when the input is less than smallest int56 or
     * greater than largest int56).
     *
     * Counterpart to Solidity's `int56` operator.
     *
     * Requirements:
     *
     * - input must fit into 56 bits
     *
     * _Available since v4.7._
     */
    function toInt56(int256 value) internal pure returns (int56 downcasted) {
        downcasted = int56(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 56 bits");
    }

    /**
     * @dev Returns the downcasted int48 from int256, reverting on
     * overflow (when the input is less than smallest int48 or
     * greater than largest int48).
     *
     * Counterpart to Solidity's `int48` operator.
     *
     * Requirements:
     *
     * - input must fit into 48 bits
     *
     * _Available since v4.7._
     */
    function toInt48(int256 value) internal pure returns (int48 downcasted) {
        downcasted = int48(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 48 bits");
    }

    /**
     * @dev Returns the downcasted int40 from int256, reverting on
     * overflow (when the input is less than smallest int40 or
     * greater than largest int40).
     *
     * Counterpart to Solidity's `int40` operator.
     *
     * Requirements:
     *
     * - input must fit into 40 bits
     *
     * _Available since v4.7._
     */
    function toInt40(int256 value) internal pure returns (int40 downcasted) {
        downcasted = int40(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 40 bits");
    }

    /**
     * @dev Returns the downcasted int32 from int256, reverting on
     * overflow (when the input is less than smallest int32 or
     * greater than largest int32).
     *
     * Counterpart to Solidity's `int32` operator.
     *
     * Requirements:
     *
     * - input must fit into 32 bits
     *
     * _Available since v3.1._
     */
    function toInt32(int256 value) internal pure returns (int32 downcasted) {
        downcasted = int32(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 32 bits");
    }

    /**
     * @dev Returns the downcasted int24 from int256, reverting on
     * overflow (when the input is less than smallest int24 or
     * greater than largest int24).
     *
     * Counterpart to Solidity's `int24` operator.
     *
     * Requirements:
     *
     * - input must fit into 24 bits
     *
     * _Available since v4.7._
     */
    function toInt24(int256 value) internal pure returns (int24 downcasted) {
        downcasted = int24(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 24 bits");
    }

    /**
     * @dev Returns the downcasted int16 from int256, reverting on
     * overflow (when the input is less than smallest int16 or
     * greater than largest int16).
     *
     * Counterpart to Solidity's `int16` operator.
     *
     * Requirements:
     *
     * - input must fit into 16 bits
     *
     * _Available since v3.1._
     */
    function toInt16(int256 value) internal pure returns (int16 downcasted) {
        downcasted = int16(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 16 bits");
    }

    /**
     * @dev Returns the downcasted int8 from int256, reverting on
     * overflow (when the input is less than smallest int8 or
     * greater than largest int8).
     *
     * Counterpart to Solidity's `int8` operator.
     *
     * Requirements:
     *
     * - input must fit into 8 bits
     *
     * _Available since v3.1._
     */
    function toInt8(int256 value) internal pure returns (int8 downcasted) {
        downcasted = int8(value);
        require(downcasted == value, "SafeCast: value doesn't fit in 8 bits");
    }

    /**
     * @dev Converts an unsigned uint256 into a signed int256.
     *
     * Requirements:
     *
     * - input must be less than or equal to maxInt256.
     *
     * _Available since v3.0._
     */
    function toInt256(uint256 value) internal pure returns (int256) {
        // Note: Unsafe cast below is okay because `type(int256).max` is guaranteed to be positive
        require(value <= uint256(type(int256).max), "SafeCast: value doesn't fit in an int256");
        return int256(value);
    }
}

// File: @openzeppelin/[email protected]/governance/utils/IVotes.sol


// OpenZeppelin Contracts (last updated v4.5.0) (governance/utils/IVotes.sol)
pragma solidity ^0.8.0;

/**
 * @dev Common interface for {ERC20Votes}, {ERC721Votes}, and other {Votes}-enabled contracts.
 *
 * _Available since v4.5._
 */
interface IVotes {
    /**
     * @dev Emitted when an account changes their delegate.
     */
    event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate);

    /**
     * @dev Emitted when a token transfer or delegate change results in changes to a delegate's number of votes.
     */
    event DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance);

    /**
     * @dev Returns the current amount of votes that `account` has.
     */
    function getVotes(address account) external view returns (uint256);

    /**
     * @dev Returns the amount of votes that `account` had at the end of a past block (`blockNumber`).
     */
    function getPastVotes(address account, uint256 blockNumber) external view returns (uint256);

    /**
     * @dev Returns the total supply of votes available at the end of a past block (`blockNumber`).
     *
     * NOTE: This value is the sum of all available votes, which is not necessarily the sum of all delegated votes.
     * Votes that have not been delegated are still part of total supply, even though they would not participate in a
     * vote.
     */
    function getPastTotalSupply(uint256 blockNumber) external view returns (uint256);

    /**
     * @dev Returns the delegate that `account` has chosen.
     */
    function delegates(address account) external view returns (address);

    /**
     * @dev Delegates votes from the sender to `delegatee`.
     */
    function delegate(address delegatee) external;

    /**
     * @dev Delegates votes from signer to `delegatee`.
     */
    function delegateBySig(
        address delegatee,
        uint256 nonce,
        uint256 expiry,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) external;
}

// File: @openzeppelin/[email protected]/token/ERC20/extensions/draft-IERC20Permit.sol


// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/draft-IERC20Permit.sol)

pragma solidity ^0.8.0;

/**
 * @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in
 * https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].
 *
 * Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by
 * presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't
 * need to send a transaction, and thus is not required to hold Ether at all.
 */
interface IERC20Permit {
    /**
     * @dev Sets `value` as the allowance of `spender` over ``owner``'s tokens,
     * given ``owner``'s signed approval.
     *
     * IMPORTANT: The same issues {IERC20-approve} has related to transaction
     * ordering also apply here.
     *
     * Emits an {Approval} event.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     * - `deadline` must be a timestamp in the future.
     * - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner`
     * over the EIP712-formatted function arguments.
     * - the signature must use ``owner``'s current nonce (see {nonces}).
     *
     * For more information on the signature format, see the
     * https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP
     * section].
     */
    function permit(
        address owner,
        address spender,
        uint256 value,
        uint256 deadline,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) external;

    /**
     * @dev Returns the current nonce for `owner`. This value must be
     * included whenever a signature is generated for {permit}.
     *
     * Every successful call to {permit} increases ``owner``'s nonce by one. This
     * prevents a signature from being used multiple times.
     */
    function nonces(address owner) external view returns (uint256);

    /**
     * @dev Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}.
     */
    // solhint-disable-next-line func-name-mixedcase
    function DOMAIN_SEPARATOR() external view returns (bytes32);
}

// File: @openzeppelin/[email protected]/utils/Counters.sol


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

pragma solidity ^0.8.0;

/**
 * @title Counters
 * @author Matt Condon (@shrugs)
 * @dev Provides counters that can only be incremented, decremented or reset. This can be used e.g. to track the number
 * of elements in a mapping, issuing ERC721 ids, or counting request ids.
 *
 * Include with `using Counters for Counters.Counter;`
 */
library Counters {
    struct Counter {
        // This variable should never be directly accessed by users of the library: interactions must be restricted to
        // the library's function. As of Solidity v0.5.2, this cannot be enforced, though there is a proposal to add
        // this feature: see https://github.com/ethereum/solidity/issues/4637
        uint256 _value; // default: 0
    }

    function current(Counter storage counter) internal view returns (uint256) {
        return counter._value;
    }

    function increment(Counter storage counter) internal {
        unchecked {
            counter._value += 1;
        }
    }

    function decrement(Counter storage counter) internal {
        uint256 value = counter._value;
        require(value > 0, "Counter: decrement overflow");
        unchecked {
            counter._value = value - 1;
        }
    }

    function reset(Counter storage counter) internal {
        counter._value = 0;
    }
}

// File: @openzeppelin/[email protected]/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/[email protected]/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/[email protected]/utils/cryptography/ECDSA.sol


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

pragma solidity ^0.8.0;


/**
 * @dev Elliptic Curve Digital Signature Algorithm (ECDSA) operations.
 *
 * These functions can be used to verify that a message was signed by the holder
 * of the private keys of a given address.
 */
library ECDSA {
    enum RecoverError {
        NoError,
        InvalidSignature,
        InvalidSignatureLength,
        InvalidSignatureS,
        InvalidSignatureV // Deprecated in v4.8
    }

    function _throwError(RecoverError error) private pure {
        if (error == RecoverError.NoError) {
            return; // no error: do nothing
        } else if (error == RecoverError.InvalidSignature) {
            revert("ECDSA: invalid signature");
        } else if (error == RecoverError.InvalidSignatureLength) {
            revert("ECDSA: invalid signature length");
        } else if (error == RecoverError.InvalidSignatureS) {
            revert("ECDSA: invalid signature 's' value");
        }
    }

    /**
     * @dev Returns the address that signed a hashed message (`hash`) with
     * `signature` or error string. This address can then be used for verification purposes.
     *
     * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:
     * this function rejects them by requiring the `s` value to be in the lower
     * half order, and the `v` value to be either 27 or 28.
     *
     * IMPORTANT: `hash` _must_ be the result of a hash operation for the
     * verification to be secure: it is possible to craft signatures that
     * recover to arbitrary addresses for non-hashed data. A safe way to ensure
     * this is by receiving a hash of the original message (which may otherwise
     * be too long), and then calling {toEthSignedMessageHash} on it.
     *
     * Documentation for signature generation:
     * - with https://web3js.readthedocs.io/en/v1.3.4/web3-eth-accounts.html#sign[Web3.js]
     * - with https://docs.ethers.io/v5/api/signer/#Signer-signMessage[ethers]
     *
     * _Available since v4.3._
     */
    function tryRecover(bytes32 hash, bytes memory signature) internal pure returns (address, RecoverError) {
        if (signature.length == 65) {
            bytes32 r;
            bytes32 s;
            uint8 v;
            // ecrecover takes the signature parameters, and the only way to get them
            // currently is to use assembly.
            /// @solidity memory-safe-assembly
            assembly {
                r := mload(add(signature, 0x20))
                s := mload(add(signature, 0x40))
                v := byte(0, mload(add(signature, 0x60)))
            }
            return tryRecover(hash, v, r, s);
        } else {
            return (address(0), RecoverError.InvalidSignatureLength);
        }
    }

    /**
     * @dev Returns the address that signed a hashed message (`hash`) with
     * `signature`. This address can then be used for verification purposes.
     *
     * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:
     * this function rejects them by requiring the `s` value to be in the lower
     * half order, and the `v` value to be either 27 or 28.
     *
     * IMPORTANT: `hash` _must_ be the result of a hash operation for the
     * verification to be secure: it is possible to craft signatures that
     * recover to arbitrary addresses for non-hashed data. A safe way to ensure
     * this is by receiving a hash of the original message (which may otherwise
     * be too long), and then calling {toEthSignedMessageHash} on it.
     */
    function recover(bytes32 hash, bytes memory signature) internal pure returns (address) {
        (address recovered, RecoverError error) = tryRecover(hash, signature);
        _throwError(error);
        return recovered;
    }

    /**
     * @dev Overload of {ECDSA-tryRecover} that receives the `r` and `vs` short-signature fields separately.
     *
     * See https://eips.ethereum.org/EIPS/eip-2098[EIP-2098 short signatures]
     *
     * _Available since v4.3._
     */
    function tryRecover(
        bytes32 hash,
        bytes32 r,
        bytes32 vs
    ) internal pure returns (address, RecoverError) {
        bytes32 s = vs & bytes32(0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff);
        uint8 v = uint8((uint256(vs) >> 255) + 27);
        return tryRecover(hash, v, r, s);
    }

    /**
     * @dev Overload of {ECDSA-recover} that receives the `r and `vs` short-signature fields separately.
     *
     * _Available since v4.2._
     */
    function recover(
        bytes32 hash,
        bytes32 r,
        bytes32 vs
    ) internal pure returns (address) {
        (address recovered, RecoverError error) = tryRecover(hash, r, vs);
        _throwError(error);
        return recovered;
    }

    /**
     * @dev Overload of {ECDSA-tryRecover} that receives the `v`,
     * `r` and `s` signature fields separately.
     *
     * _Available since v4.3._
     */
    function tryRecover(
        bytes32 hash,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) internal pure returns (address, RecoverError) {
        // EIP-2 still allows signature malleability for ecrecover(). Remove this possibility and make the signature
        // unique. Appendix F in the Ethereum Yellow paper (https://ethereum.github.io/yellowpaper/paper.pdf), defines
        // the valid range for s in (301): 0 < s < secp256k1n ÷ 2 + 1, and for v in (302): v ∈ {27, 28}. Most
        // signatures from current libraries generate a unique signature with an s-value in the lower half order.
        //
        // If your library generates malleable signatures, such as s-values in the upper range, calculate a new s-value
        // with 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141 - s1 and flip v from 27 to 28 or
        // vice versa. If your library also generates signatures with 0/1 for v instead 27/28, add 27 to v to accept
        // these malleable signatures as well.
        if (uint256(s) > 0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D576E7357A4501DDFE92F46681B20A0) {
            return (address(0), RecoverError.InvalidSignatureS);
        }

        // If the signature is valid (and not malleable), return the signer address
        address signer = ecrecover(hash, v, r, s);
        if (signer == address(0)) {
            return (address(0), RecoverError.InvalidSignature);
        }

        return (signer, RecoverError.NoError);
    }

    /**
     * @dev Overload of {ECDSA-recover} that receives the `v`,
     * `r` and `s` signature fields separately.
     */
    function recover(
        bytes32 hash,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) internal pure returns (address) {
        (address recovered, RecoverError error) = tryRecover(hash, v, r, s);
        _throwError(error);
        return recovered;
    }

    /**
     * @dev Returns an Ethereum Signed Message, created from a `hash`. This
     * produces hash corresponding to the one signed with the
     * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]
     * JSON-RPC method as part of EIP-191.
     *
     * See {recover}.
     */
    function toEthSignedMessageHash(bytes32 hash) internal pure returns (bytes32) {
        // 32 is the length in bytes of hash,
        // enforced by the type signature above
        return keccak256(abi.encodePacked("\x19Ethereum Signed Message:\n32", hash));
    }

    /**
     * @dev Returns an Ethereum Signed Message, created from `s`. This
     * produces hash corresponding to the one signed with the
     * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]
     * JSON-RPC method as part of EIP-191.
     *
     * See {recover}.
     */
    function toEthSignedMessageHash(bytes memory s) internal pure returns (bytes32) {
        return keccak256(abi.encodePacked("\x19Ethereum Signed Message:\n", Strings.toString(s.length), s));
    }

    /**
     * @dev Returns an Ethereum Signed Typed Data, created from a
     * `domainSeparator` and a `structHash`. This produces hash corresponding
     * to the one signed with the
     * https://eips.ethereum.org/EIPS/eip-712[`eth_signTypedData`]
     * JSON-RPC method as part of EIP-712.
     *
     * See {recover}.
     */
    function toTypedDataHash(bytes32 domainSeparator, bytes32 structHash) internal pure returns (bytes32) {
        return keccak256(abi.encodePacked("\x19\x01", domainSeparator, structHash));
    }
}

// File: @openzeppelin/[email protected]/utils/cryptography/EIP712.sol


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

pragma solidity ^0.8.0;


/**
 * @dev https://eips.ethereum.org/EIPS/eip-712[EIP 712] is a standard for hashing and signing of typed structured data.
 *
 * The encoding specified in the EIP is very generic, and such a generic implementation in Solidity is not feasible,
 * thus this contract does not implement the encoding itself. Protocols need to implement the type-specific encoding
 * they need in their contracts using a combination of `abi.encode` and `keccak256`.
 *
 * This contract implements the EIP 712 domain separator ({_domainSeparatorV4}) that is used as part of the encoding
 * scheme, and the final step of the encoding to obtain the message digest that is then signed via ECDSA
 * ({_hashTypedDataV4}).
 *
 * The implementation of the domain separator was designed to be as efficient as possible while still properly updating
 * the chain id to protect against replay attacks on an eventual fork of the chain.
 *
 * NOTE: This contract implements the version of the encoding known as "v4", as implemented by the JSON RPC method
 * https://docs.metamask.io/guide/signing-data.html[`eth_signTypedDataV4` in MetaMask].
 *
 * _Available since v3.4._
 */
abstract contract EIP712 {
    /* solhint-disable var-name-mixedcase */
    // Cache the domain separator as an immutable value, but also store the chain id that it corresponds to, in order to
    // invalidate the cached domain separator if the chain id changes.
    bytes32 private immutable _CACHED_DOMAIN_SEPARATOR;
    uint256 private immutable _CACHED_CHAIN_ID;
    address private immutable _CACHED_THIS;

    bytes32 private immutable _HASHED_NAME;
    bytes32 private immutable _HASHED_VERSION;
    bytes32 private immutable _TYPE_HASH;

    /* solhint-enable var-name-mixedcase */

    /**
     * @dev Initializes the domain separator and parameter caches.
     *
     * The meaning of `name` and `version` is specified in
     * https://eips.ethereum.org/EIPS/eip-712#definition-of-domainseparator[EIP 712]:
     *
     * - `name`: the user readable name of the signing domain, i.e. the name of the DApp or the protocol.
     * - `version`: the current major version of the signing domain.
     *
     * NOTE: These parameters cannot be changed except through a xref:learn::upgrading-smart-contracts.adoc[smart
     * contract upgrade].
     */
    constructor(string memory name, string memory version) {
        bytes32 hashedName = keccak256(bytes(name));
        bytes32 hashedVersion = keccak256(bytes(version));
        bytes32 typeHash = keccak256(
            "EIP712Domain(string name,string version,uint256 chainId,address verifyingContract)"
        );
        _HASHED_NAME = hashedName;
        _HASHED_VERSION = hashedVersion;
        _CACHED_CHAIN_ID = block.chainid;
        _CACHED_DOMAIN_SEPARATOR = _buildDomainSeparator(typeHash, hashedName, hashedVersion);
        _CACHED_THIS = address(this);
        _TYPE_HASH = typeHash;
    }

    /**
     * @dev Returns the domain separator for the current chain.
     */
    function _domainSeparatorV4() internal view returns (bytes32) {
        if (address(this) == _CACHED_THIS && block.chainid == _CACHED_CHAIN_ID) {
            return _CACHED_DOMAIN_SEPARATOR;
        } else {
            return _buildDomainSeparator(_TYPE_HASH, _HASHED_NAME, _HASHED_VERSION);
        }
    }

    function _buildDomainSeparator(
        bytes32 typeHash,
        bytes32 nameHash,
        bytes32 versionHash
    ) private view returns (bytes32) {
        return keccak256(abi.encode(typeHash, nameHash, versionHash, block.chainid, address(this)));
    }

    /**
     * @dev Given an already https://eips.ethereum.org/EIPS/eip-712#definition-of-hashstruct[hashed struct], this
     * function returns the hash of the fully encoded EIP712 message for this domain.
     *
     * This hash can be used together with {ECDSA-recover} to obtain the signer of a message. For example:
     *
     * ```solidity
     * bytes32 digest = _hashTypedDataV4(keccak256(abi.encode(
     *     keccak256("Mail(address to,string contents)"),
     *     mailTo,
     *     keccak256(bytes(mailContents))
     * )));
     * address signer = ECDSA.recover(digest, signature);
     * ```
     */
    function _hashTypedDataV4(bytes32 structHash) internal view virtual returns (bytes32) {
        return ECDSA.toTypedDataHash(_domainSeparatorV4(), structHash);
    }
}

// File: @openzeppelin/[email protected]/utils/StorageSlot.sol


// OpenZeppelin Contracts (last updated v4.7.0) (utils/StorageSlot.sol)

pragma solidity ^0.8.0;

/**
 * @dev Library for reading and writing primitive types to specific storage slots.
 *
 * Storage slots are often used to avoid storage conflict when dealing with upgradeable contracts.
 * This library helps with reading and writing to such slots without the need for inline assembly.
 *
 * The functions in this library return Slot structs that contain a `value` member that can be used to read or write.
 *
 * Example usage to set ERC1967 implementation slot:
 * ```
 * contract ERC1967 {
 *     bytes32 internal constant _IMPLEMENTATION_SLOT = 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc;
 *
 *     function _getImplementation() internal view returns (address) {
 *         return StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value;
 *     }
 *
 *     function _setImplementation(address newImplementation) internal {
 *         require(Address.isContract(newImplementation), "ERC1967: new implementation is not a contract");
 *         StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value = newImplementation;
 *     }
 * }
 * ```
 *
 * _Available since v4.1 for `address`, `bool`, `bytes32`, and `uint256`._
 */
library StorageSlot {
    struct AddressSlot {
        address value;
    }

    struct BooleanSlot {
        bool value;
    }

    struct Bytes32Slot {
        bytes32 value;
    }

    struct Uint256Slot {
        uint256 value;
    }

    /**
     * @dev Returns an `AddressSlot` with member `value` located at `slot`.
     */
    function getAddressSlot(bytes32 slot) internal pure returns (AddressSlot storage r) {
        /// @solidity memory-safe-assembly
        assembly {
            r.slot := slot
        }
    }

    /**
     * @dev Returns an `BooleanSlot` with member `value` located at `slot`.
     */
    function getBooleanSlot(bytes32 slot) internal pure returns (BooleanSlot storage r) {
        /// @solidity memory-safe-assembly
        assembly {
            r.slot := slot
        }
    }

    /**
     * @dev Returns an `Bytes32Slot` with member `value` located at `slot`.
     */
    function getBytes32Slot(bytes32 slot) internal pure returns (Bytes32Slot storage r) {
        /// @solidity memory-safe-assembly
        assembly {
            r.slot := slot
        }
    }

    /**
     * @dev Returns an `Uint256Slot` with member `value` located at `slot`.
     */
    function getUint256Slot(bytes32 slot) internal pure returns (Uint256Slot storage r) {
        /// @solidity memory-safe-assembly
        assembly {
            r.slot := slot
        }
    }
}

// File: @openzeppelin/[email protected]/utils/Arrays.sol


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

pragma solidity ^0.8.0;



/**
 * @dev Collection of functions related to array types.
 */
library Arrays {
    using StorageSlot for bytes32;

    /**
     * @dev Searches a sorted `array` and returns the first index that contains
     * a value greater or equal to `element`. If no such index exists (i.e. all
     * values in the array are strictly less than `element`), the array length is
     * returned. Time complexity O(log n).
     *
     * `array` is expected to be sorted in ascending order, and to contain no
     * repeated elements.
     */
    function findUpperBound(uint256[] storage array, uint256 element) internal view returns (uint256) {
        if (array.length == 0) {
            return 0;
        }

        uint256 low = 0;
        uint256 high = array.length;

        while (low < high) {
            uint256 mid = Math.average(low, high);

            // Note that mid will always be strictly less than high (i.e. it will be a valid array index)
            // because Math.average rounds down (it does integer division with truncation).
            if (unsafeAccess(array, mid).value > element) {
                high = mid;
            } else {
                low = mid + 1;
            }
        }

        // At this point `low` is the exclusive upper bound. We will return the inclusive upper bound.
        if (low > 0 && unsafeAccess(array, low - 1).value == element) {
            return low - 1;
        } else {
            return low;
        }
    }

    /**
     * @dev Access an array in an "unsafe" way. Skips solidity "index-out-of-range" check.
     *
     * WARNING: Only use if you are certain `pos` is lower than the array length.
     */
    function unsafeAccess(address[] storage arr, uint256 pos) internal pure returns (StorageSlot.AddressSlot storage) {
        bytes32 slot;
        /// @solidity memory-safe-assembly
        assembly {
            mstore(0, arr.slot)
            slot := add(keccak256(0, 0x20), pos)
        }
        return slot.getAddressSlot();
    }

    /**
     * @dev Access an array in an "unsafe" way. Skips solidity "index-out-of-range" check.
     *
     * WARNING: Only use if you are certain `pos` is lower than the array length.
     */
    function unsafeAccess(bytes32[] storage arr, uint256 pos) internal pure returns (StorageSlot.Bytes32Slot storage) {
        bytes32 slot;
        /// @solidity memory-safe-assembly
        assembly {
            mstore(0, arr.slot)
            slot := add(keccak256(0, 0x20), pos)
        }
        return slot.getBytes32Slot();
    }

    /**
     * @dev Access an array in an "unsafe" way. Skips solidity "index-out-of-range" check.
     *
     * WARNING: Only use if you are certain `pos` is lower than the array length.
     */
    function unsafeAccess(uint256[] storage arr, uint256 pos) internal pure returns (StorageSlot.Uint256Slot storage) {
        bytes32 slot;
        /// @solidity memory-safe-assembly
        assembly {
            mstore(0, arr.slot)
            slot := add(keccak256(0, 0x20), pos)
        }
        return slot.getUint256Slot();
    }
}

// File: @openzeppelin/[email protected]/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/[email protected]/security/Pausable.sol


// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)

pragma solidity ^0.8.0;


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

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

    bool private _paused;

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

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

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

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

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

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

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

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

// File: @openzeppelin/[email protected]/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/[email protected]/token/ERC20/IERC20.sol


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

pragma solidity ^0.8.0;

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

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

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

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

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

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

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

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

// File: @openzeppelin/[email protected]/token/ERC20/extensions/IERC20Metadata.sol


// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/IERC20Metadata.sol)

pragma solidity ^0.8.0;


/**
 * @dev Interface for the optional metadata functions from the ERC20 standard.
 *
 * _Available since v4.1._
 */
interface IERC20Metadata is IERC20 {
    /**
     * @dev Returns the name of the token.
     */
    function name() external view returns (string memory);

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

    /**
     * @dev Returns the decimals places of the token.
     */
    function decimals() external view returns (uint8);
}

// File: @openzeppelin/[email protected]/token/ERC20/ERC20.sol


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

pragma solidity ^0.8.0;




/**
 * @dev Implementation of the {IERC20} interface.
 *
 * This implementation is agnostic to the way tokens are created. This means
 * that a supply mechanism has to be added in a derived contract using {_mint}.
 * For a generic mechanism see {ERC20PresetMinterPauser}.
 *
 * TIP: For a detailed writeup see our guide
 * https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How
 * to implement supply mechanisms].
 *
 * We have followed general OpenZeppelin Contracts guidelines: functions revert
 * instead returning `false` on failure. This behavior is nonetheless
 * conventional and does not conflict with the expectations of ERC20
 * applications.
 *
 * Additionally, an {Approval} event is emitted on calls to {transferFrom}.
 * This allows applications to reconstruct the allowance for all accounts just
 * by listening to said events. Other implementations of the EIP may not emit
 * these events, as it isn't required by the specification.
 *
 * Finally, the non-standard {decreaseAllowance} and {increaseAllowance}
 * functions have been added to mitigate the well-known issues around setting
 * allowances. See {IERC20-approve}.
 */
contract ERC20 is Context, IERC20, IERC20Metadata {
    mapping(address => uint256) private _balances;

    mapping(address => mapping(address => uint256)) private _allowances;

    uint256 private _totalSupply;

    string private _name;
    string private _symbol;

    /**
     * @dev Sets the values for {name} and {symbol}.
     *
     * The default value of {decimals} is 18. To select a different value for
     * {decimals} you should overload it.
     *
     * All two of these values are immutable: they can only be set once during
     * construction.
     */
    constructor(string memory name_, string memory symbol_) {
        _name = name_;
        _symbol = symbol_;
    }

    /**
     * @dev Returns the name of the token.
     */
    function name() public view virtual override returns (string memory) {
        return _name;
    }

    /**
     * @dev Returns the symbol of the token, usually a shorter version of the
     * name.
     */
    function symbol() public view virtual override returns (string memory) {
        return _symbol;
    }

    /**
     * @dev Returns the number of decimals used to get its user representation.
     * For example, if `decimals` equals `2`, a balance of `505` tokens should
     * be displayed to a user as `5.05` (`505 / 10 ** 2`).
     *
     * Tokens usually opt for a value of 18, imitating the relationship between
     * Ether and Wei. This is the value {ERC20} uses, unless this function is
     * overridden;
     *
     * NOTE: This information is only used for _display_ purposes: it in
     * no way affects any of the arithmetic of the contract, including
     * {IERC20-balanceOf} and {IERC20-transfer}.
     */
    function decimals() public view virtual override returns (uint8) {
        return 18;
    }

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

    /**
     * @dev See {IERC20-balanceOf}.
     */
    function balanceOf(address account) public view virtual override returns (uint256) {
        return _balances[account];
    }

    /**
     * @dev See {IERC20-transfer}.
     *
     * Requirements:
     *
     * - `to` cannot be the zero address.
     * - the caller must have a balance of at least `amount`.
     */
    function transfer(address to, uint256 amount) public virtual override returns (bool) {
        address owner = _msgSender();
        _transfer(owner, to, amount);
        return true;
    }

    /**
     * @dev See {IERC20-allowance}.
     */
    function allowance(address owner, address spender) public view virtual override returns (uint256) {
        return _allowances[owner][spender];
    }

    /**
     * @dev See {IERC20-approve}.
     *
     * NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on
     * `transferFrom`. This is semantically equivalent to an infinite approval.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     */
    function approve(address spender, uint256 amount) public virtual override returns (bool) {
        address owner = _msgSender();
        _approve(owner, spender, amount);
        return true;
    }

    /**
     * @dev See {IERC20-transferFrom}.
     *
     * Emits an {Approval} event indicating the updated allowance. This is not
     * required by the EIP. See the note at the beginning of {ERC20}.
     *
     * NOTE: Does not update the allowance if the current allowance
     * is the maximum `uint256`.
     *
     * Requirements:
     *
     * - `from` and `to` cannot be the zero address.
     * - `from` must have a balance of at least `amount`.
     * - the caller must have allowance for ``from``'s tokens of at least
     * `amount`.
     */
    function transferFrom(
        address from,
        address to,
        uint256 amount
    ) public virtual override returns (bool) {
        address spender = _msgSender();
        _spendAllowance(from, spender, amount);
        _transfer(from, to, amount);
        return true;
    }

    /**
     * @dev Atomically increases the allowance granted to `spender` by the caller.
     *
     * This is an alternative to {approve} that can be used as a mitigation for
     * problems described in {IERC20-approve}.
     *
     * Emits an {Approval} event indicating the updated allowance.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     */
    function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {
        address owner = _msgSender();
        _approve(owner, spender, allowance(owner, spender) + addedValue);
        return true;
    }

    /**
     * @dev Atomically decreases the allowance granted to `spender` by the caller.
     *
     * This is an alternative to {approve} that can be used as a mitigation for
     * problems described in {IERC20-approve}.
     *
     * Emits an {Approval} event indicating the updated allowance.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     * - `spender` must have allowance for the caller of at least
     * `subtractedValue`.
     */
    function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {
        address owner = _msgSender();
        uint256 currentAllowance = allowance(owner, spender);
        require(currentAllowance >= subtractedValue, "ERC20: decreased allowance below zero");
        unchecked {
            _approve(owner, spender, currentAllowance - subtractedValue);
        }

        return true;
    }

    /**
     * @dev Moves `amount` of tokens from `from` to `to`.
     *
     * This internal function is equivalent to {transfer}, and can be used to
     * e.g. implement automatic token fees, slashing mechanisms, etc.
     *
     * Emits a {Transfer} event.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `from` must have a balance of at least `amount`.
     */
    function _transfer(
        address from,
        address to,
        uint256 amount
    ) internal virtual {
        require(from != address(0), "ERC20: transfer from the zero address");
        require(to != address(0), "ERC20: transfer to the zero address");

        _beforeTokenTransfer(from, to, amount);

        uint256 fromBalance = _balances[from];
        require(fromBalance >= amount, "ERC20: transfer amount exceeds balance");
        unchecked {
            _balances[from] = fromBalance - amount;
            // Overflow not possible: the sum of all balances is capped by totalSupply, and the sum is preserved by
            // decrementing then incrementing.
            _balances[to] += amount;
        }

        emit Transfer(from, to, amount);

        _afterTokenTransfer(from, to, amount);
    }

    /** @dev Creates `amount` tokens and assigns them to `account`, increasing
     * the total supply.
     *
     * Emits a {Transfer} event with `from` set to the zero address.
     *
     * Requirements:
     *
     * - `account` cannot be the zero address.
     */
    function _mint(address account, uint256 amount) internal virtual {
        require(account != address(0), "ERC20: mint to the zero address");

        _beforeTokenTransfer(address(0), account, amount);

        _totalSupply += amount;
        unchecked {
            // Overflow not possible: balance + amount is at most totalSupply + amount, which is checked above.
            _balances[account] += amount;
        }
        emit Transfer(address(0), account, amount);

        _afterTokenTransfer(address(0), account, amount);
    }

    /**
     * @dev Destroys `amount` tokens from `account`, reducing the
     * total supply.
     *
     * Emits a {Transfer} event with `to` set to the zero address.
     *
     * Requirements:
     *
     * - `account` cannot be the zero address.
     * - `account` must have at least `amount` tokens.
     */
    function _burn(address account, uint256 amount) internal virtual {
        require(account != address(0), "ERC20: burn from the zero address");

        _beforeTokenTransfer(account, address(0), amount);

        uint256 accountBalance = _balances[account];
        require(accountBalance >= amount, "ERC20: burn amount exceeds balance");
        unchecked {
            _balances[account] = accountBalance - amount;
            // Overflow not possible: amount <= accountBalance <= totalSupply.
            _totalSupply -= amount;
        }

        emit Transfer(account, address(0), amount);

        _afterTokenTransfer(account, address(0), amount);
    }

    /**
     * @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.
     *
     * This internal function is equivalent to `approve`, and can be used to
     * e.g. set automatic allowances for certain subsystems, etc.
     *
     * Emits an {Approval} event.
     *
     * Requirements:
     *
     * - `owner` cannot be the zero address.
     * - `spender` cannot be the zero address.
     */
    function _approve(
        address owner,
        address spender,
        uint256 amount
    ) internal virtual {
        require(owner != address(0), "ERC20: approve from the zero address");
        require(spender != address(0), "ERC20: approve to the zero address");

        _allowances[owner][spender] = amount;
        emit Approval(owner, spender, amount);
    }

    /**
     * @dev Updates `owner` s allowance for `spender` based on spent `amount`.
     *
     * Does not update the allowance amount in case of infinite allowance.
     * Revert if not enough allowance is available.
     *
     * Might emit an {Approval} event.
     */
    function _spendAllowance(
        address owner,
        address spender,
        uint256 amount
    ) internal virtual {
        uint256 currentAllowance = allowance(owner, spender);
        if (currentAllowance != type(uint256).max) {
            require(currentAllowance >= amount, "ERC20: insufficient allowance");
            unchecked {
                _approve(owner, spender, currentAllowance - amount);
            }
        }
    }

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

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

// File: @openzeppelin/[email protected]/token/ERC20/extensions/draft-ERC20Permit.sol


// OpenZeppelin Contracts (last updated v4.8.0) (token/ERC20/extensions/draft-ERC20Permit.sol)

pragma solidity ^0.8.0;






/**
 * @dev Implementation of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in
 * https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].
 *
 * Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by
 * presenting a message signed by the account. By not relying on `{IERC20-approve}`, the token holder account doesn't
 * need to send a transaction, and thus is not required to hold Ether at all.
 *
 * _Available since v3.4._
 */
abstract contract ERC20Permit is ERC20, IERC20Permit, EIP712 {
    using Counters for Counters.Counter;

    mapping(address => Counters.Counter) private _nonces;

    // solhint-disable-next-line var-name-mixedcase
    bytes32 private constant _PERMIT_TYPEHASH =
        keccak256("Permit(address owner,address spender,uint256 value,uint256 nonce,uint256 deadline)");
    /**
     * @dev In previous versions `_PERMIT_TYPEHASH` was declared as `immutable`.
     * However, to ensure consistency with the upgradeable transpiler, we will continue
     * to reserve a slot.
     * @custom:oz-renamed-from _PERMIT_TYPEHASH
     */
    // solhint-disable-next-line var-name-mixedcase
    bytes32 private _PERMIT_TYPEHASH_DEPRECATED_SLOT;

    /**
     * @dev Initializes the {EIP712} domain separator using the `name` parameter, and setting `version` to `"1"`.
     *
     * It's a good idea to use the same `name` that is defined as the ERC20 token name.
     */
    constructor(string memory name) EIP712(name, "1") {}

    /**
     * @dev See {IERC20Permit-permit}.
     */
    function permit(
        address owner,
        address spender,
        uint256 value,
        uint256 deadline,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) public virtual override {
        require(block.timestamp <= deadline, "ERC20Permit: expired deadline");

        bytes32 structHash = keccak256(abi.encode(_PERMIT_TYPEHASH, owner, spender, value, _useNonce(owner), deadline));

        bytes32 hash = _hashTypedDataV4(structHash);

        address signer = ECDSA.recover(hash, v, r, s);
        require(signer == owner, "ERC20Permit: invalid signature");

        _approve(owner, spender, value);
    }

    /**
     * @dev See {IERC20Permit-nonces}.
     */
    function nonces(address owner) public view virtual override returns (uint256) {
        return _nonces[owner].current();
    }

    /**
     * @dev See {IERC20Permit-DOMAIN_SEPARATOR}.
     */
    // solhint-disable-next-line func-name-mixedcase
    function DOMAIN_SEPARATOR() external view override returns (bytes32) {
        return _domainSeparatorV4();
    }

    /**
     * @dev "Consume a nonce": return the current value and increment.
     *
     * _Available since v4.1._
     */
    function _useNonce(address owner) internal virtual returns (uint256 current) {
        Counters.Counter storage nonce = _nonces[owner];
        current = nonce.current();
        nonce.increment();
    }
}

// File: @openzeppelin/[email protected]/token/ERC20/extensions/ERC20Votes.sol


// OpenZeppelin Contracts (last updated v4.8.1) (token/ERC20/extensions/ERC20Votes.sol)

pragma solidity ^0.8.0;






/**
 * @dev Extension of ERC20 to support Compound-like voting and delegation. This version is more generic than Compound's,
 * and supports token supply up to 2^224^ - 1, while COMP is limited to 2^96^ - 1.
 *
 * NOTE: If exact COMP compatibility is required, use the {ERC20VotesComp} variant of this module.
 *
 * This extension keeps a history (checkpoints) of each account's vote power. Vote power can be delegated either
 * by calling the {delegate} function directly, or by providing a signature to be used with {delegateBySig}. Voting
 * power can be queried through the public accessors {getVotes} and {getPastVotes}.
 *
 * By default, token balance does not account for voting power. This makes transfers cheaper. The downside is that it
 * requires users to delegate to themselves in order to activate checkpoints and have their voting power tracked.
 *
 * _Available since v4.2._
 */
abstract contract ERC20Votes is IVotes, ERC20Permit {
    struct Checkpoint {
        uint32 fromBlock;
        uint224 votes;
    }

    bytes32 private constant _DELEGATION_TYPEHASH =
        keccak256("Delegation(address delegatee,uint256 nonce,uint256 expiry)");

    mapping(address => address) private _delegates;
    mapping(address => Checkpoint[]) private _checkpoints;
    Checkpoint[] private _totalSupplyCheckpoints;

    /**
     * @dev Get the `pos`-th checkpoint for `account`.
     */
    function checkpoints(address account, uint32 pos) public view virtual returns (Checkpoint memory) {
        return _checkpoints[account][pos];
    }

    /**
     * @dev Get number of checkpoints for `account`.
     */
    function numCheckpoints(address account) public view virtual returns (uint32) {
        return SafeCast.toUint32(_checkpoints[account].length);
    }

    /**
     * @dev Get the address `account` is currently delegating to.
     */
    function delegates(address account) public view virtual override returns (address) {
        return _delegates[account];
    }

    /**
     * @dev Gets the current votes balance for `account`
     */
    function getVotes(address account) public view virtual override returns (uint256) {
        uint256 pos = _checkpoints[account].length;
        return pos == 0 ? 0 : _checkpoints[account][pos - 1].votes;
    }

    /**
     * @dev Retrieve the number of votes for `account` at the end of `blockNumber`.
     *
     * Requirements:
     *
     * - `blockNumber` must have been already mined
     */
    function getPastVotes(address account, uint256 blockNumber) public view virtual override returns (uint256) {
        require(blockNumber < block.number, "ERC20Votes: block not yet mined");
        return _checkpointsLookup(_checkpoints[account], blockNumber);
    }

    /**
     * @dev Retrieve the `totalSupply` at the end of `blockNumber`. Note, this value is the sum of all balances.
     * It is but NOT the sum of all the delegated votes!
     *
     * Requirements:
     *
     * - `blockNumber` must have been already mined
     */
    function getPastTotalSupply(uint256 blockNumber) public view virtual override returns (uint256) {
        require(blockNumber < block.number, "ERC20Votes: block not yet mined");
        return _checkpointsLookup(_totalSupplyCheckpoints, blockNumber);
    }

    /**
     * @dev Lookup a value in a list of (sorted) checkpoints.
     */
    function _checkpointsLookup(Checkpoint[] storage ckpts, uint256 blockNumber) private view returns (uint256) {
        // We run a binary search to look for the earliest checkpoint taken after `blockNumber`.
        //
        // Initially we check if the block is recent to narrow the search range.
        // During the loop, the index of the wanted checkpoint remains in the range [low-1, high).
        // With each iteration, either `low` or `high` is moved towards the middle of the range to maintain the invariant.
        // - If the middle checkpoint is after `blockNumber`, we look in [low, mid)
        // - If the middle checkpoint is before or equal to `blockNumber`, we look in [mid+1, high)
        // Once we reach a single value (when low == high), we've found the right checkpoint at the index high-1, if not
        // out of bounds (in which case we're looking too far in the past and the result is 0).
        // Note that if the latest checkpoint available is exactly for `blockNumber`, we end up with an index that is
        // past the end of the array, so we technically don't find a checkpoint after `blockNumber`, but it works out
        // the same.
        uint256 length = ckpts.length;

        uint256 low = 0;
        uint256 high = length;

        if (length > 5) {
            uint256 mid = length - Math.sqrt(length);
            if (_unsafeAccess(ckpts, mid).fromBlock > blockNumber) {
                high = mid;
            } else {
                low = mid + 1;
            }
        }

        while (low < high) {
            uint256 mid = Math.average(low, high);
            if (_unsafeAccess(ckpts, mid).fromBlock > blockNumber) {
                high = mid;
            } else {
                low = mid + 1;
            }
        }

        return high == 0 ? 0 : _unsafeAccess(ckpts, high - 1).votes;
    }

    /**
     * @dev Delegate votes from the sender to `delegatee`.
     */
    function delegate(address delegatee) public virtual override {
        _delegate(_msgSender(), delegatee);
    }

    /**
     * @dev Delegates votes from signer to `delegatee`
     */
    function delegateBySig(
        address delegatee,
        uint256 nonce,
        uint256 expiry,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) public virtual override {
        require(block.timestamp <= expiry, "ERC20Votes: signature expired");
        address signer = ECDSA.recover(
            _hashTypedDataV4(keccak256(abi.encode(_DELEGATION_TYPEHASH, delegatee, nonce, expiry))),
            v,
            r,
            s
        );
        require(nonce == _useNonce(signer), "ERC20Votes: invalid nonce");
        _delegate(signer, delegatee);
    }

    /**
     * @dev Maximum token supply. Defaults to `type(uint224).max` (2^224^ - 1).
     */
    function _maxSupply() internal view virtual returns (uint224) {
        return type(uint224).max;
    }

    /**
     * @dev Snapshots the totalSupply after it has been increased.
     */
    function _mint(address account, uint256 amount) internal virtual override {
        super._mint(account, amount);
        require(totalSupply() <= _maxSupply(), "ERC20Votes: total supply risks overflowing votes");

        _writeCheckpoint(_totalSupplyCheckpoints, _add, amount);
    }

    /**
     * @dev Snapshots the totalSupply after it has been decreased.
     */
    function _burn(address account, uint256 amount) internal virtual override {
        super._burn(account, amount);

        _writeCheckpoint(_totalSupplyCheckpoints, _subtract, amount);
    }

    /**
     * @dev Move voting power when tokens are transferred.
     *
     * Emits a {IVotes-DelegateVotesChanged} event.
     */
    function _afterTokenTransfer(
        address from,
        address to,
        uint256 amount
    ) internal virtual override {
        super._afterTokenTransfer(from, to, amount);

        _moveVotingPower(delegates(from), delegates(to), amount);
    }

    /**
     * @dev Change delegation for `delegator` to `delegatee`.
     *
     * Emits events {IVotes-DelegateChanged} and {IVotes-DelegateVotesChanged}.
     */
    function _delegate(address delegator, address delegatee) internal virtual {
        address currentDelegate = delegates(delegator);
        uint256 delegatorBalance = balanceOf(delegator);
        _delegates[delegator] = delegatee;

        emit DelegateChanged(delegator, currentDelegate, delegatee);

        _moveVotingPower(currentDelegate, delegatee, delegatorBalance);
    }

    function _moveVotingPower(
        address src,
        address dst,
        uint256 amount
    ) private {
        if (src != dst && amount > 0) {
            if (src != address(0)) {
                (uint256 oldWeight, uint256 newWeight) = _writeCheckpoint(_checkpoints[src], _subtract, amount);
                emit DelegateVotesChanged(src, oldWeight, newWeight);
            }

            if (dst != address(0)) {
                (uint256 oldWeight, uint256 newWeight) = _writeCheckpoint(_checkpoints[dst], _add, amount);
                emit DelegateVotesChanged(dst, oldWeight, newWeight);
            }
        }
    }

    function _writeCheckpoint(
        Checkpoint[] storage ckpts,
        function(uint256, uint256) view returns (uint256) op,
        uint256 delta
    ) private returns (uint256 oldWeight, uint256 newWeight) {
        uint256 pos = ckpts.length;

        Checkpoint memory oldCkpt = pos == 0 ? Checkpoint(0, 0) : _unsafeAccess(ckpts, pos - 1);

        oldWeight = oldCkpt.votes;
        newWeight = op(oldWeight, delta);

        if (pos > 0 && oldCkpt.fromBlock == block.number) {
            _unsafeAccess(ckpts, pos - 1).votes = SafeCast.toUint224(newWeight);
        } else {
            ckpts.push(Checkpoint({fromBlock: SafeCast.toUint32(block.number), votes: SafeCast.toUint224(newWeight)}));
        }
    }

    function _add(uint256 a, uint256 b) private pure returns (uint256) {
        return a + b;
    }

    function _subtract(uint256 a, uint256 b) private pure returns (uint256) {
        return a - b;
    }

    /**
     * @dev Access an element of the array without performing bounds check. The position is assumed to be within bounds.
     */
    function _unsafeAccess(Checkpoint[] storage ckpts, uint256 pos) private pure returns (Checkpoint storage result) {
        assembly {
            mstore(0, ckpts.slot)
            result.slot := add(keccak256(0, 0x20), pos)
        }
    }
}

// File: @openzeppelin/[email protected]/token/ERC20/extensions/ERC20Snapshot.sol


// OpenZeppelin Contracts (last updated v4.7.0) (token/ERC20/extensions/ERC20Snapshot.sol)

pragma solidity ^0.8.0;




/**
 * @dev This contract extends an ERC20 token with a snapshot mechanism. When a snapshot is created, the balances and
 * total supply at the time are recorded for later access.
 *
 * This can be used to safely create mechanisms based on token balances such as trustless dividends or weighted voting.
 * In naive implementations it's possible to perform a "double spend" attack by reusing the same balance from different
 * accounts. By using snapshots to calculate dividends or voting power, those attacks no longer apply. It can also be
 * used to create an efficient ERC20 forking mechanism.
 *
 * Snapshots are created by the internal {_snapshot} function, which will emit the {Snapshot} event and return a
 * snapshot id. To get the total supply at the time of a snapshot, call the function {totalSupplyAt} with the snapshot
 * id. To get the balance of an account at the time of a snapshot, call the {balanceOfAt} function with the snapshot id
 * and the account address.
 *
 * NOTE: Snapshot policy can be customized by overriding the {_getCurrentSnapshotId} method. For example, having it
 * return `block.number` will trigger the creation of snapshot at the beginning of each new block. When overriding this
 * function, be careful about the monotonicity of its result. Non-monotonic snapshot ids will break the contract.
 *
 * Implementing snapshots for every block using this method will incur significant gas costs. For a gas-efficient
 * alternative consider {ERC20Votes}.
 *
 * ==== Gas Costs
 *
 * Snapshots are efficient. Snapshot creation is _O(1)_. Retrieval of balances or total supply from a snapshot is _O(log
 * n)_ in the number of snapshots that have been created, although _n_ for a specific account will generally be much
 * smaller since identical balances in subsequent snapshots are stored as a single entry.
 *
 * There is a constant overhead for normal ERC20 transfers due to the additional snapshot bookkeeping. This overhead is
 * only significant for the first transfer that immediately follows a snapshot for a particular account. Subsequent
 * transfers will have normal cost until the next snapshot, and so on.
 */

abstract contract ERC20Snapshot is ERC20 {
    // Inspired by Jordi Baylina's MiniMeToken to record historical balances:
    // https://github.com/Giveth/minime/blob/ea04d950eea153a04c51fa510b068b9dded390cb/contracts/MiniMeToken.sol

    using Arrays for uint256[];
    using Counters for Counters.Counter;

    // Snapshotted values have arrays of ids and the value corresponding to that id. These could be an array of a
    // Snapshot struct, but that would impede usage of functions that work on an array.
    struct Snapshots {
        uint256[] ids;
        uint256[] values;
    }

    mapping(address => Snapshots) private _accountBalanceSnapshots;
    Snapshots private _totalSupplySnapshots;

    // Snapshot ids increase monotonically, with the first value being 1. An id of 0 is invalid.
    Counters.Counter private _currentSnapshotId;

    /**
     * @dev Emitted by {_snapshot} when a snapshot identified by `id` is created.
     */
    event Snapshot(uint256 id);

    /**
     * @dev Creates a new snapshot and returns its snapshot id.
     *
     * Emits a {Snapshot} event that contains the same id.
     *
     * {_snapshot} is `internal` and you have to decide how to expose it externally. Its usage may be restricted to a
     * set of accounts, for example using {AccessControl}, or it may be open to the public.
     *
     * [WARNING]
     * ====
     * While an open way of calling {_snapshot} is required for certain trust minimization mechanisms such as forking,
     * you must consider that it can potentially be used by attackers in two ways.
     *
     * First, it can be used to increase the cost of retrieval of values from snapshots, although it will grow
     * logarithmically thus rendering this attack ineffective in the long term. Second, it can be used to target
     * specific accounts and increase the cost of ERC20 transfers for them, in the ways specified in the Gas Costs
     * section above.
     *
     * We haven't measured the actual numbers; if this is something you're interested in please reach out to us.
     * ====
     */
    function _snapshot() internal virtual returns (uint256) {
        _currentSnapshotId.increment();

        uint256 currentId = _getCurrentSnapshotId();
        emit Snapshot(currentId);
        return currentId;
    }

    /**
     * @dev Get the current snapshotId
     */
    function _getCurrentSnapshotId() internal view virtual returns (uint256) {
        return _currentSnapshotId.current();
    }

    /**
     * @dev Retrieves the balance of `account` at the time `snapshotId` was created.
     */
    function balanceOfAt(address account, uint256 snapshotId) public view virtual returns (uint256) {
        (bool snapshotted, uint256 value) = _valueAt(snapshotId, _accountBalanceSnapshots[account]);

        return snapshotted ? value : balanceOf(account);
    }

    /**
     * @dev Retrieves the total supply at the time `snapshotId` was created.
     */
    function totalSupplyAt(uint256 snapshotId) public view virtual returns (uint256) {
        (bool snapshotted, uint256 value) = _valueAt(snapshotId, _totalSupplySnapshots);

        return snapshotted ? value : totalSupply();
    }

    // Update balance and/or total supply snapshots before the values are modified. This is implemented
    // in the _beforeTokenTransfer hook, which is executed for _mint, _burn, and _transfer operations.
    function _beforeTokenTransfer(
        address from,
        address to,
        uint256 amount
    ) internal virtual override {
        super._beforeTokenTransfer(from, to, amount);

        if (from == address(0)) {
            // mint
            _updateAccountSnapshot(to);
            _updateTotalSupplySnapshot();
        } else if (to == address(0)) {
            // burn
            _updateAccountSnapshot(from);
            _updateTotalSupplySnapshot();
        } else {
            // transfer
            _updateAccountSnapshot(from);
            _updateAccountSnapshot(to);
        }
    }

    function _valueAt(uint256 snapshotId, Snapshots storage snapshots) private view returns (bool, uint256) {
        require(snapshotId > 0, "ERC20Snapshot: id is 0");
        require(snapshotId <= _getCurrentSnapshotId(), "ERC20Snapshot: nonexistent id");

        // When a valid snapshot is queried, there are three possibilities:
        //  a) The queried value was not modified after the snapshot was taken. Therefore, a snapshot entry was never
        //  created for this id, and all stored snapshot ids are smaller than the requested one. The value that corresponds
        //  to this id is the current one.
        //  b) The queried value was modified after the snapshot was taken. Therefore, there will be an entry with the
        //  requested id, and its value is the one to return.
        //  c) More snapshots were created after the requested one, and the queried value was later modified. There will be
        //  no entry for the requested id: the value that corresponds to it is that of the smallest snapshot id that is
        //  larger than the requested one.
        //
        // In summary, we need to find an element in an array, returning the index of the smallest value that is larger if
        // it is not found, unless said value doesn't exist (e.g. when all values are smaller). Arrays.findUpperBound does
        // exactly this.

        uint256 index = snapshots.ids.findUpperBound(snapshotId);

        if (index == snapshots.ids.length) {
            return (false, 0);
        } else {
            return (true, snapshots.values[index]);
        }
    }

    function _updateAccountSnapshot(address account) private {
        _updateSnapshot(_accountBalanceSnapshots[account], balanceOf(account));
    }

    function _updateTotalSupplySnapshot() private {
        _updateSnapshot(_totalSupplySnapshots, totalSupply());
    }

    function _updateSnapshot(Snapshots storage snapshots, uint256 currentValue) private {
        uint256 currentId = _getCurrentSnapshotId();
        if (_lastSnapshotId(snapshots.ids) < currentId) {
            snapshots.ids.push(currentId);
            snapshots.values.push(currentValue);
        }
    }

    function _lastSnapshotId(uint256[] storage ids) private view returns (uint256) {
        if (ids.length == 0) {
            return 0;
        } else {
            return ids[ids.length - 1];
        }
    }
}

// File: @openzeppelin/[email protected]/token/ERC20/extensions/ERC20Burnable.sol


// OpenZeppelin Contracts (last updated v4.5.0) (token/ERC20/extensions/ERC20Burnable.sol)

pragma solidity ^0.8.0;



/**
 * @dev Extension of {ERC20} that allows token holders to destroy both their own
 * tokens and those that they have an allowance for, in a way that can be
 * recognized off-chain (via event analysis).
 */
abstract contract ERC20Burnable is Context, ERC20 {
    /**
     * @dev Destroys `amount` tokens from the caller.
     *
     * See {ERC20-_burn}.
     */
    function burn(uint256 amount) public virtual {
        _burn(_msgSender(), amount);
    }

    /**
     * @dev Destroys `amount` tokens from `account`, deducting from the caller's
     * allowance.
     *
     * See {ERC20-_burn} and {ERC20-allowance}.
     *
     * Requirements:
     *
     * - the caller must have allowance for ``accounts``'s tokens of at least
     * `amount`.
     */
    function burnFrom(address account, uint256 amount) public virtual {
        _spendAllowance(account, _msgSender(), amount);
        _burn(account, amount);
    }
}

// File: contract-f39d4226d8.sol


pragma solidity ^0.8.9;








contract MiladyPeso is ERC20, ERC20Burnable, ERC20Snapshot, Ownable, Pausable, ERC20Permit, ERC20Votes {
    constructor() ERC20("Milady Peso", "MPESO") ERC20Permit("Milady Peso") {
        _mint(msg.sender, 1000000000000 * 10 ** decimals());
    }

    function snapshot() public onlyOwner {
        _snapshot();
    }

    function pause() public onlyOwner {
        _pause();
    }

    function unpause() public onlyOwner {
        _unpause();
    }

    function _beforeTokenTransfer(address from, address to, uint256 amount)
        internal
        whenNotPaused
        override(ERC20, ERC20Snapshot)
    {
        super._beforeTokenTransfer(from, to, amount);
    }

    // The following functions are overrides required by Solidity.

    function _afterTokenTransfer(address from, address to, uint256 amount)
        internal
        override(ERC20, ERC20Votes)
    {
        super._afterTokenTransfer(from, to, amount);
    }

    function _mint(address to, uint256 amount)
        internal
        override(ERC20, ERC20Votes)
    {
        super._mint(to, amount);
    }

    function _burn(address account, uint256 amount)
        internal
        override(ERC20, ERC20Votes)
    {
        super._burn(account, amount);
    }
}

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":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"delegator","type":"address"},{"indexed":true,"internalType":"address","name":"fromDelegate","type":"address"},{"indexed":true,"internalType":"address","name":"toDelegate","type":"address"}],"name":"DelegateChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"delegate","type":"address"},{"indexed":false,"internalType":"uint256","name":"previousBalance","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"newBalance","type":"uint256"}],"name":"DelegateVotesChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Paused","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"id","type":"uint256"}],"name":"Snapshot","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"inputs":[],"name":"DOMAIN_SEPARATOR","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"snapshotId","type":"uint256"}],"name":"balanceOfAt","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"burnFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"uint32","name":"pos","type":"uint32"}],"name":"checkpoints","outputs":[{"components":[{"internalType":"uint32","name":"fromBlock","type":"uint32"},{"internalType":"uint224","name":"votes","type":"uint224"}],"internalType":"struct ERC20Votes.Checkpoint","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"delegatee","type":"address"}],"name":"delegate","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"delegatee","type":"address"},{"internalType":"uint256","name":"nonce","type":"uint256"},{"internalType":"uint256","name":"expiry","type":"uint256"},{"internalType":"uint8","name":"v","type":"uint8"},{"internalType":"bytes32","name":"r","type":"bytes32"},{"internalType":"bytes32","name":"s","type":"bytes32"}],"name":"delegateBySig","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"delegates","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"blockNumber","type":"uint256"}],"name":"getPastTotalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"blockNumber","type":"uint256"}],"name":"getPastVotes","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"getVotes","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"nonces","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"numCheckpoints","outputs":[{"internalType":"uint32","name":"","type":"uint32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"value","type":"uint256"},{"internalType":"uint256","name":"deadline","type":"uint256"},{"internalType":"uint8","name":"v","type":"uint8"},{"internalType":"bytes32","name":"r","type":"bytes32"},{"internalType":"bytes32","name":"s","type":"bytes32"}],"name":"permit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"snapshot","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","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":"uint256","name":"snapshotId","type":"uint256"}],"name":"totalSupplyAt","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"unpause","outputs":[],"stateMutability":"nonpayable","type":"function"}]

6101406040523480156200001257600080fd5b506040518060400160405280600b81526020017f4d696c616479205065736f000000000000000000000000000000000000000000815250806040518060400160405280600181526020017f31000000000000000000000000000000000000000000000000000000000000008152506040518060400160405280600b81526020017f4d696c616479205065736f0000000000000000000000000000000000000000008152506040518060400160405280600581526020017f4d5045534f00000000000000000000000000000000000000000000000000000081525081600390805190602001906200010492919062001065565b5080600490805190602001906200011d92919062001065565b50505062000140620001346200025560201b60201c565b6200025d60201b60201c565b6000600960146101000a81548160ff02191690831515021790555060008280519060200120905060008280519060200120905060007f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f90508260e081815250508161010081815250504660a08181525050620001c48184846200032360201b60201c565b608081815250503073ffffffffffffffffffffffffffffffffffffffff1660c08173ffffffffffffffffffffffffffffffffffffffff16815250508061012081815250505050505050506200024f33620002236200035f60201b60201c565b600a620002319190620012af565b64e8d4a5100062000243919062001300565b6200036860201b60201c565b62001862565b600033905090565b6000600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6000838383463060405160200162000340959493929190620013d2565b6040516020818303038152906040528051906020012090509392505050565b60006012905090565b6200037f82826200038360201b620012311760201c565b5050565b6200039a82826200044160201b620012be1760201c565b620003aa620005af60201b60201c565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16620003d8620005d360201b60201c565b11156200041c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200041390620014b6565b60405180910390fd5b6200043b600e620005dd60201b620014151783620005f560201b60201c565b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415620004b4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620004ab9062001528565b60405180910390fd5b620004c8600083836200090260201b60201c565b8060026000828254620004dc91906200154a565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516200058f9190620015a7565b60405180910390a3620005ab600083836200092f60201b60201c565b5050565b60007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff905090565b6000600254905090565b60008183620005ed91906200154a565b905092915050565b6000806000858054905090506000808214620006d0576200062b876001846200061f9190620015c4565b6200094c60201b60201c565b6040518060400160405290816000820160009054906101000a900463ffffffff1663ffffffff1663ffffffff1681526020016000820160049054906101000a90047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16815250506200070c565b6040518060400160405280600063ffffffff16815260200160007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff168152505b905080602001517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1693506200073f84868860201c565b92506000821180156200075b575043816000015163ffffffff16145b15620007ee5762000777836200096160201b6200142b1760201c565b62000797886001856200078b9190620015c4565b6200094c60201b60201c565b60000160046101000a8154817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff02191690837bffffffffffffffffffffffffffffffffffffffffffffffffffffffff160217905550620008f8565b8660405180604001604052806200081043620009cf60201b620014961760201c565b63ffffffff16815260200162000831866200096160201b6200142b1760201c565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff168152509080600181540180825580915050600190039060005260206000200160009091909190915060008201518160000160006101000a81548163ffffffff021916908363ffffffff16021790555060208201518160000160046101000a8154817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff02191690837bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16021790555050505b5050935093915050565b6200091262000a2560201b60201c565b6200092a83838362000a7a60201b620014e91760201c565b505050565b6200094783838362000b7560201b620015a31760201c565b505050565b60008260005281602060002001905092915050565b60007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8016821115620009c7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620009be9062001675565b60405180910390fd5b819050919050565b600063ffffffff801682111562000a1d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040162000a14906200170d565b60405180910390fd5b819050919050565b62000a3562000bc560201b60201c565b1562000a78576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040162000a6f906200177f565b60405180910390fd5b565b62000a9283838362000bdc60201b620015ce1760201c565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141562000aef5762000ad98262000be160201b60201c565b62000ae962000c4460201b60201c565b62000b70565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141562000b4c5762000b368362000be160201b60201c565b62000b4662000c4460201b60201c565b62000b6f565b62000b5d8362000be160201b60201c565b62000b6e8262000be160201b60201c565b5b5b505050565b62000b8d83838362000c6860201b620015d31760201c565b62000bc062000ba28462000c6d60201b60201c565b62000bb38462000c6d60201b60201c565b8362000cd660201b60201c565b505050565b6000600960149054906101000a900460ff16905090565b505050565b62000c41600560008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002062000c358362000ef960201b60201c565b62000f4160201b60201c565b50565b62000c66600662000c5a620005d360201b60201c565b62000f4160201b60201c565b565b505050565b6000600c60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415801562000d135750600081115b1562000ef457600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161462000e065760008062000dad600d60008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002062000fcd60201b620015d81785620005f560201b60201c565b915091508473ffffffffffffffffffffffffffffffffffffffff167fdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a724838360405162000dfb929190620017a1565b60405180910390a250505b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161462000ef35760008062000e9a600d60008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020620005dd60201b620014151785620005f560201b60201c565b915091508373ffffffffffffffffffffffffffffffffffffffff167fdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a724838360405162000ee8929190620017a1565b60405180910390a250505b5b505050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b600062000f5362000fe560201b60201c565b90508062000f6a846000016200100360201b60201c565b101562000fc85782600001819080600181540180825580915050600190039060005260206000200160009091909190915055826001018290806001815401808255809150506001900390600052602060002001600090919091909150555b505050565b6000818362000fdd9190620015c4565b905092915050565b600062000ffe60086200105760201b620015ee1760201c565b905090565b600080828054905014156200101c576000905062001052565b8160018380549050620010309190620015c4565b81548110620010445762001043620017ce565b5b906000526020600020015490505b919050565b600081600001549050919050565b82805462001073906200182c565b90600052602060002090601f016020900481019282620010975760008555620010e3565b82601f10620010b257805160ff1916838001178555620010e3565b82800160010185558215620010e3579182015b82811115620010e2578251825591602001919060010190620010c5565b5b509050620010f29190620010f6565b5090565b5b8082111562001111576000816000905550600101620010f7565b5090565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60008160011c9050919050565b6000808291508390505b6001851115620011a3578086048111156200117b576200117a62001115565b5b60018516156200118b5780820291505b80810290506200119b8562001144565b94506200115b565b94509492505050565b600082620011be576001905062001291565b81620011ce576000905062001291565b8160018114620011e75760028114620011f25762001228565b600191505062001291565b60ff84111562001207576200120662001115565b5b8360020a91508482111562001221576200122062001115565b5b5062001291565b5060208310610133831016604e8410600b8410161715620012625782820a9050838111156200125c576200125b62001115565b5b62001291565b62001271848484600162001151565b925090508184048111156200128b576200128a62001115565b5b81810290505b9392505050565b6000819050919050565b600060ff82169050919050565b6000620012bc8262001298565b9150620012c983620012a2565b9250620012f87fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8484620011ac565b905092915050565b60006200130d8262001298565b91506200131a8362001298565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff048311821515161562001356576200135562001115565b5b828202905092915050565b6000819050919050565b620013768162001361565b82525050565b620013878162001298565b82525050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000620013ba826200138d565b9050919050565b620013cc81620013ad565b82525050565b600060a082019050620013e960008301886200136b565b620013f860208301876200136b565b6200140760408301866200136b565b6200141660608301856200137c565b620014256080830184620013c1565b9695505050505050565b600082825260208201905092915050565b7f4552433230566f7465733a20746f74616c20737570706c79207269736b73206f60008201527f766572666c6f77696e6720766f74657300000000000000000000000000000000602082015250565b60006200149e6030836200142f565b9150620014ab8262001440565b604082019050919050565b60006020820190508181036000830152620014d1816200148f565b9050919050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b600062001510601f836200142f565b91506200151d82620014d8565b602082019050919050565b60006020820190508181036000830152620015438162001501565b9050919050565b6000620015578262001298565b9150620015648362001298565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff038211156200159c576200159b62001115565b5b828201905092915050565b6000602082019050620015be60008301846200137c565b92915050565b6000620015d18262001298565b9150620015de8362001298565b925082821015620015f457620015f362001115565b5b828203905092915050565b7f53616665436173743a2076616c756520646f65736e27742066697420696e203260008201527f3234206269747300000000000000000000000000000000000000000000000000602082015250565b60006200165d6027836200142f565b91506200166a82620015ff565b604082019050919050565b6000602082019050818103600083015262001690816200164e565b9050919050565b7f53616665436173743a2076616c756520646f65736e27742066697420696e203360008201527f3220626974730000000000000000000000000000000000000000000000000000602082015250565b6000620016f56026836200142f565b9150620017028262001697565b604082019050919050565b600060208201905081810360008301526200172881620016e6565b9050919050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b6000620017676010836200142f565b915062001774826200172f565b602082019050919050565b600060208201905081810360008301526200179a8162001758565b9050919050565b6000604082019050620017b860008301856200137c565b620017c760208301846200137c565b9392505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806200184557607f821691505b602082108114156200185c576200185b620017fd565b5b50919050565b60805160a05160c05160e0516101005161012051614902620018b26000396000611b8101526000611bc301526000611ba201526000611ad701526000611b2d01526000611b5601526149026000f3fe608060405234801561001057600080fd5b50600436106101fb5760003560e01c8063715018a61161011a578063981b24d0116100ad578063c3cda5201161007c578063c3cda520146105ee578063d505accf1461060a578063dd62ed3e14610626578063f1127ed814610656578063f2fde38b14610686576101fb565b8063981b24d01461052e5780639ab24eb01461055e578063a457c2d71461058e578063a9059cbb146105be576101fb565b80638da5cb5b116100e95780638da5cb5b146104b85780638e539e8c146104d657806395d89b41146105065780639711715a14610524576101fb565b8063715018a61461045857806379cc6790146104625780637ecebe001461047e5780638456cb59146104ae576101fb565b80633f4ba83a116101925780635c19a95c116101615780635c19a95c146103be5780635c975abb146103da5780636fcfff45146103f857806370a0823114610428576101fb565b80633f4ba83a1461033857806342966c68146103425780634ee2cd7e1461035e578063587cde1e1461038e576101fb565b8063313ce567116101ce578063313ce5671461029c5780633644e515146102ba57806339509351146102d85780633a46b1a814610308576101fb565b806306fdde0314610200578063095ea7b31461021e57806318160ddd1461024e57806323b872dd1461026c575b600080fd5b6102086106a2565b60405161021591906131f2565b60405180910390f35b610238600480360381019061023391906132ad565b610734565b6040516102459190613308565b60405180910390f35b610256610757565b6040516102639190613332565b60405180910390f35b6102866004803603810190610281919061334d565b610761565b6040516102939190613308565b60405180910390f35b6102a4610790565b6040516102b191906133bc565b60405180910390f35b6102c2610799565b6040516102cf91906133f0565b60405180910390f35b6102f260048036038101906102ed91906132ad565b6107a8565b6040516102ff9190613308565b60405180910390f35b610322600480360381019061031d91906132ad565b6107df565b60405161032f9190613332565b60405180910390f35b610340610873565b005b61035c6004803603810190610357919061340b565b610885565b005b610378600480360381019061037391906132ad565b610899565b6040516103859190613332565b60405180910390f35b6103a860048036038101906103a39190613438565b610909565b6040516103b59190613474565b60405180910390f35b6103d860048036038101906103d39190613438565b610972565b005b6103e2610986565b6040516103ef9190613308565b60405180910390f35b610412600480360381019061040d9190613438565b61099d565b60405161041f91906134ae565b60405180910390f35b610442600480360381019061043d9190613438565b6109f1565b60405161044f9190613332565b60405180910390f35b610460610a39565b005b61047c600480360381019061047791906132ad565b610a4d565b005b61049860048036038101906104939190613438565b610a6d565b6040516104a59190613332565b60405180910390f35b6104b6610abd565b005b6104c0610acf565b6040516104cd9190613474565b60405180910390f35b6104f060048036038101906104eb919061340b565b610af9565b6040516104fd9190613332565b60405180910390f35b61050e610b4f565b60405161051b91906131f2565b60405180910390f35b61052c610be1565b005b6105486004803603810190610543919061340b565b610bf4565b6040516105559190613332565b60405180910390f35b61057860048036038101906105739190613438565b610c25565b6040516105859190613332565b60405180910390f35b6105a860048036038101906105a391906132ad565b610d36565b6040516105b59190613308565b60405180910390f35b6105d860048036038101906105d391906132ad565b610dad565b6040516105e59190613308565b60405180910390f35b61060860048036038101906106039190613521565b610dd0565b005b610624600480360381019061061f91906135ae565b610ed4565b005b610640600480360381019061063b9190613650565b611016565b60405161064d9190613332565b60405180910390f35b610670600480360381019061066b91906136bc565b61109d565b60405161067d9190613771565b60405180910390f35b6106a0600480360381019061069b9190613438565b6111ad565b005b6060600380546106b1906137bb565b80601f01602080910402602001604051908101604052809291908181526020018280546106dd906137bb565b801561072a5780601f106106ff5761010080835404028352916020019161072a565b820191906000526020600020905b81548152906001019060200180831161070d57829003601f168201915b5050505050905090565b60008061073f6115fc565b905061074c818585611604565b600191505092915050565b6000600254905090565b60008061076c6115fc565b90506107798582856117cf565b61078485858561185b565b60019150509392505050565b60006012905090565b60006107a3611ad3565b905090565b6000806107b36115fc565b90506107d48185856107c58589611016565b6107cf919061381c565b611604565b600191505092915050565b6000438210610823576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161081a906138be565b60405180910390fd5b61086b600d60008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002083611bed565b905092915050565b61087b611d3e565b610883611dbc565b565b6108966108906115fc565b82611e1f565b50565b60008060006108e684600560008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020611e2d565b91509150816108fd576108f8856109f1565b6108ff565b805b9250505092915050565b6000600c60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b61098361097d6115fc565b82611f23565b50565b6000600960149054906101000a900460ff16905090565b60006109ea600d60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002080549050611496565b9050919050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b610a41611d3e565b610a4b600061203d565b565b610a5f82610a596115fc565b836117cf565b610a698282611e1f565b5050565b6000610ab6600a60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206115ee565b9050919050565b610ac5611d3e565b610acd612103565b565b6000600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000438210610b3d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b34906138be565b60405180910390fd5b610b48600e83611bed565b9050919050565b606060048054610b5e906137bb565b80601f0160208091040260200160405190810160405280929190818152602001828054610b8a906137bb565b8015610bd75780601f10610bac57610100808354040283529160200191610bd7565b820191906000526020600020905b815481529060010190602001808311610bba57829003601f168201915b5050505050905090565b610be9611d3e565b610bf1612166565b50565b6000806000610c04846006611e2d565b9150915081610c1a57610c15610757565b610c1c565b805b92505050919050565b600080600d60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002080549050905060008114610d0d57600d60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600182610cc191906138de565b81548110610cd257610cd1613912565b5b9060005260206000200160000160049054906101000a90047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16610d10565b60005b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16915050919050565b600080610d416115fc565b90506000610d4f8286611016565b905083811015610d94576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d8b906139b3565b60405180910390fd5b610da18286868403611604565b60019250505092915050565b600080610db86115fc565b9050610dc581858561185b565b600191505092915050565b83421115610e13576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e0a90613a1f565b60405180910390fd5b6000610e75610e6d7fe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf898989604051602001610e529493929190613a3f565b604051602081830303815290604052805190602001206121bc565b8585856121d6565b9050610e8081612201565b8614610ec1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610eb890613ad0565b60405180910390fd5b610ecb8188611f23565b50505050505050565b83421115610f17576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f0e90613b3c565b60405180910390fd5b60007f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9888888610f468c612201565b89604051602001610f5c96959493929190613b5c565b6040516020818303038152906040528051906020012090506000610f7f826121bc565b90506000610f8f828787876121d6565b90508973ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614610fff576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ff690613c09565b60405180910390fd5b61100a8a8a8a611604565b50505050505050505050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b6110a561311b565b600d60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208263ffffffff16815481106110fc576110fb613912565b5b906000526020600020016040518060400160405290816000820160009054906101000a900463ffffffff1663ffffffff1663ffffffff1681526020016000820160049054906101000a90047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1681525050905092915050565b6111b5611d3e565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611225576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161121c90613c9b565b60405180910390fd5b61122e8161203d565b50565b61123b82826112be565b61124361225f565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16611269610757565b11156112aa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112a190613d2d565b60405180910390fd5b6112b8600e61141583612283565b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561132e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161132590613d99565b60405180910390fd5b61133a60008383612552565b806002600082825461134c919061381c565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516113fd9190613332565b60405180910390a36114116000838361256a565b5050565b60008183611423919061381c565b905092915050565b60007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff801682111561148e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161148590613e2b565b60405180910390fd5b819050919050565b600063ffffffff80168211156114e1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114d890613ebd565b60405180910390fd5b819050919050565b6114f48383836115ce565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561153f576115328261257a565b61153a6125cd565b61159e565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561158a5761157d8361257a565b6115856125cd565b61159d565b6115938361257a565b61159c8261257a565b5b5b505050565b6115ae8383836115d3565b6115c96115ba84610909565b6115c384610909565b836125e1565b505050565b505050565b505050565b600081836115e691906138de565b905092915050565b600081600001549050919050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611674576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161166b90613f4f565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156116e4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116db90613fe1565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516117c29190613332565b60405180910390a3505050565b60006117db8484611016565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146118555781811015611847576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161183e9061404d565b60405180910390fd5b6118548484848403611604565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156118cb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118c2906140df565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561193b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161193290614171565b60405180910390fd5b611946838383612552565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050818110156119cc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119c390614203565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051611aba9190613332565b60405180910390a3611acd84848461256a565b50505050565b60007f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff163073ffffffffffffffffffffffffffffffffffffffff16148015611b4f57507f000000000000000000000000000000000000000000000000000000000000000046145b15611b7c577f00000000000000000000000000000000000000000000000000000000000000009050611bea565b611be77f00000000000000000000000000000000000000000000000000000000000000007f00000000000000000000000000000000000000000000000000000000000000007f00000000000000000000000000000000000000000000000000000000000000006127da565b90505b90565b600080838054905090506000808290506005831115611c63576000611c1184612814565b84611c1c91906138de565b905085611c29888361290e565b60000160009054906101000a900463ffffffff1663ffffffff161115611c5157809150611c61565b600181611c5e919061381c565b92505b505b5b80821015611cc3576000611c788383612923565b905085611c85888361290e565b60000160009054906101000a900463ffffffff1663ffffffff161115611cad57809150611cbd565b600181611cba919061381c565b92505b50611c64565b60008114611d1257611ce186600183611cdc91906138de565b61290e565b60000160049054906101000a90047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16611d15565b60005b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16935050505092915050565b611d466115fc565b73ffffffffffffffffffffffffffffffffffffffff16611d64610acf565b73ffffffffffffffffffffffffffffffffffffffff1614611dba576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611db19061426f565b60405180910390fd5b565b611dc4612949565b6000600960146101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa611e086115fc565b604051611e159190613474565b60405180910390a1565b611e298282612992565b5050565b60008060008411611e73576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e6a906142db565b60405180910390fd5b611e7b6129b0565b841115611ebd576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611eb490614347565b60405180910390fd5b6000611ed585856000016129c190919063ffffffff16565b90508360000180549050811415611ef3576000809250925050611f1c565b6001846001018281548110611f0b57611f0a613912565b5b906000526020600020015492509250505b9250929050565b6000611f2e83610909565b90506000611f3b846109f1565b905082600c60008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff167f3134e8a2e6d97e929a7e54011ea5485d7d196dd5f0ba4d4ef95803e8e3fc257f60405160405180910390a46120378284836125e1565b50505050565b6000600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b61210b612a7b565b6001600960146101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a25861214f6115fc565b60405161215c9190613474565b60405180910390a1565b60006121726008612ac5565b600061217c6129b0565b90507f8030e83b04d87bef53480e26263266d6ca66863aa8506aca6f2559d18aa1cb67816040516121ad9190613332565b60405180910390a18091505090565b60006121cf6121c9611ad3565b83612adb565b9050919050565b60008060006121e787878787612b0e565b915091506121f481612bf1565b8192505050949350505050565b600080600a60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020905061224e816115ee565b915061225981612ac5565b50919050565b60007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff905090565b6000806000858054905090506000808214612352576122ae876001846122a991906138de565b61290e565b6040518060400160405290816000820160009054906101000a900463ffffffff1663ffffffff1663ffffffff1681526020016000820160049054906101000a90047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff168152505061238e565b6040518060400160405280600063ffffffff16815260200160007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff168152505b905080602001517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1693506123c384868863ffffffff16565b92506000821180156123de575043816000015163ffffffff16145b15612458576123ec8361142b565b612402886001856123fd91906138de565b61290e565b60000160046101000a8154817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff02191690837bffffffffffffffffffffffffffffffffffffffffffffffffffffffff160217905550612548565b86604051806040016040528061246d43611496565b63ffffffff1681526020016124818661142b565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff168152509080600181540180825580915050600190039060005260206000200160009091909190915060008201518160000160006101000a81548163ffffffff021916908363ffffffff16021790555060208201518160000160046101000a8154817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff02191690837bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16021790555050505b5050935093915050565b61255a612a7b565b6125658383836114e9565b505050565b6125758383836115a3565b505050565b6125ca600560008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206125c5836109f1565b612d5f565b50565b6125df60066125da610757565b612d5f565b565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415801561261d5750600081115b156127d557600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16146126fb576000806126a4600d60008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206115d885612283565b915091508473ffffffffffffffffffffffffffffffffffffffff167fdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a72483836040516126f0929190614367565b60405180910390a250505b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16146127d45760008061277d600d60008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002061141585612283565b915091508373ffffffffffffffffffffffffffffffffffffffff167fdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a72483836040516127c9929190614367565b60405180910390a250505b5b505050565b600083838346306040516020016127f5959493929190614390565b6040516020818303038152906040528051906020012090509392505050565b6000808214156128275760009050612909565b6000600161283484612dda565b901c6001901b9050600181848161284e5761284d6143e3565b5b048201901c90506001818481612867576128666143e3565b5b048201901c905060018184816128805761287f6143e3565b5b048201901c90506001818481612899576128986143e3565b5b048201901c905060018184816128b2576128b16143e3565b5b048201901c905060018184816128cb576128ca6143e3565b5b048201901c905060018184816128e4576128e36143e3565b5b048201901c9050612905818285816128ff576128fe6143e3565b5b04612ebb565b9150505b919050565b60008260005281602060002001905092915050565b600060028284186129349190614412565b828416612941919061381c565b905092915050565b612951610986565b612990576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016129879061448f565b60405180910390fd5b565b61299c8282612ed4565b6129aa600e6115d883612283565b50505050565b60006129bc60086115ee565b905090565b600080838054905014156129d85760009050612a75565b600080848054905090505b80821015612a2c5760006129f78383612923565b905084612a0487836130a2565b600001541115612a1657809150612a26565b600181612a23919061381c565b92505b506129e3565b600082118015612a54575083612a4e86600185612a4991906138de565b6130a2565b60000154145b15612a6f57600182612a6691906138de565b92505050612a75565b81925050505b92915050565b612a83610986565b15612ac3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612aba906144fb565b60405180910390fd5b565b6001816000016000828254019250508190555050565b60008282604051602001612af0929190614593565b60405160208183030381529060405280519060200120905092915050565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08360001c1115612b49576000600391509150612be8565b600060018787878760405160008152602001604052604051612b6e94939291906145ca565b6020604051602081039080840390855afa158015612b90573d6000803e3d6000fd5b505050602060405103519050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415612bdf57600060019250925050612be8565b80600092509250505b94509492505050565b60006004811115612c0557612c0461460f565b5b816004811115612c1857612c1761460f565b5b1415612c2357612d5c565b60016004811115612c3757612c3661460f565b5b816004811115612c4a57612c4961460f565b5b1415612c8b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612c829061468a565b60405180910390fd5b60026004811115612c9f57612c9e61460f565b5b816004811115612cb257612cb161460f565b5b1415612cf3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612cea906146f6565b60405180910390fd5b60036004811115612d0757612d0661460f565b5b816004811115612d1a57612d1961460f565b5b1415612d5b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612d5290614788565b60405180910390fd5b5b50565b6000612d696129b0565b905080612d78846000016130c4565b1015612dd55782600001819080600181540180825580915050600190039060005260206000200160009091909190915055826001018290806001815401808255809150506001900390600052602060002001600090919091909150555b505050565b600080600090506000608084901c1115612dfc57608083901c92506080810190505b6000604084901c1115612e1757604083901c92506040810190505b6000602084901c1115612e3257602083901c92506020810190505b6000601084901c1115612e4d57601083901c92506010810190505b6000600884901c1115612e6857600883901c92506008810190505b6000600484901c1115612e8357600483901c92506004810190505b6000600284901c1115612e9e57600283901c92506002810190505b6000600184901c1115612eb2576001810190505b80915050919050565b6000818310612eca5781612ecc565b825b905092915050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612f44576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612f3b9061481a565b60405180910390fd5b612f5082600083612552565b60008060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015612fd6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612fcd906148ac565b60405180910390fd5b8181036000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555081600260008282540392505081905550600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516130899190613332565b60405180910390a361309d8360008461256a565b505050565b600080836000528260206000200190506130bb81613111565b91505092915050565b600080828054905014156130db576000905061310c565b81600183805490506130ed91906138de565b815481106130fe576130fd613912565b5b906000526020600020015490505b919050565b6000819050919050565b6040518060400160405280600063ffffffff16815260200160007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1681525090565b600081519050919050565b600082825260208201905092915050565b60005b83811015613193578082015181840152602081019050613178565b838111156131a2576000848401525b50505050565b6000601f19601f8301169050919050565b60006131c482613159565b6131ce8185613164565b93506131de818560208601613175565b6131e7816131a8565b840191505092915050565b6000602082019050818103600083015261320c81846131b9565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600061324482613219565b9050919050565b61325481613239565b811461325f57600080fd5b50565b6000813590506132718161324b565b92915050565b6000819050919050565b61328a81613277565b811461329557600080fd5b50565b6000813590506132a781613281565b92915050565b600080604083850312156132c4576132c3613214565b5b60006132d285828601613262565b92505060206132e385828601613298565b9150509250929050565b60008115159050919050565b613302816132ed565b82525050565b600060208201905061331d60008301846132f9565b92915050565b61332c81613277565b82525050565b60006020820190506133476000830184613323565b92915050565b60008060006060848603121561336657613365613214565b5b600061337486828701613262565b935050602061338586828701613262565b925050604061339686828701613298565b9150509250925092565b600060ff82169050919050565b6133b6816133a0565b82525050565b60006020820190506133d160008301846133ad565b92915050565b6000819050919050565b6133ea816133d7565b82525050565b600060208201905061340560008301846133e1565b92915050565b60006020828403121561342157613420613214565b5b600061342f84828501613298565b91505092915050565b60006020828403121561344e5761344d613214565b5b600061345c84828501613262565b91505092915050565b61346e81613239565b82525050565b60006020820190506134896000830184613465565b92915050565b600063ffffffff82169050919050565b6134a88161348f565b82525050565b60006020820190506134c3600083018461349f565b92915050565b6134d2816133a0565b81146134dd57600080fd5b50565b6000813590506134ef816134c9565b92915050565b6134fe816133d7565b811461350957600080fd5b50565b60008135905061351b816134f5565b92915050565b60008060008060008060c0878903121561353e5761353d613214565b5b600061354c89828a01613262565b965050602061355d89828a01613298565b955050604061356e89828a01613298565b945050606061357f89828a016134e0565b935050608061359089828a0161350c565b92505060a06135a189828a0161350c565b9150509295509295509295565b600080600080600080600060e0888a0312156135cd576135cc613214565b5b60006135db8a828b01613262565b97505060206135ec8a828b01613262565b96505060406135fd8a828b01613298565b955050606061360e8a828b01613298565b945050608061361f8a828b016134e0565b93505060a06136308a828b0161350c565b92505060c06136418a828b0161350c565b91505092959891949750929550565b6000806040838503121561366757613666613214565b5b600061367585828601613262565b925050602061368685828601613262565b9150509250929050565b6136998161348f565b81146136a457600080fd5b50565b6000813590506136b681613690565b92915050565b600080604083850312156136d3576136d2613214565b5b60006136e185828601613262565b92505060206136f2858286016136a7565b9150509250929050565b6137058161348f565b82525050565b60007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff82169050919050565b61373c8161370b565b82525050565b60408201600082015161375860008501826136fc565b50602082015161376b6020850182613733565b50505050565b60006040820190506137866000830184613742565b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806137d357607f821691505b602082108114156137e7576137e661378c565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061382782613277565b915061383283613277565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115613867576138666137ed565b5b828201905092915050565b7f4552433230566f7465733a20626c6f636b206e6f7420796574206d696e656400600082015250565b60006138a8601f83613164565b91506138b382613872565b602082019050919050565b600060208201905081810360008301526138d78161389b565b9050919050565b60006138e982613277565b91506138f483613277565b925082821015613907576139066137ed565b5b828203905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b600061399d602583613164565b91506139a882613941565b604082019050919050565b600060208201905081810360008301526139cc81613990565b9050919050565b7f4552433230566f7465733a207369676e61747572652065787069726564000000600082015250565b6000613a09601d83613164565b9150613a14826139d3565b602082019050919050565b60006020820190508181036000830152613a38816139fc565b9050919050565b6000608082019050613a5460008301876133e1565b613a616020830186613465565b613a6e6040830185613323565b613a7b6060830184613323565b95945050505050565b7f4552433230566f7465733a20696e76616c6964206e6f6e636500000000000000600082015250565b6000613aba601983613164565b9150613ac582613a84565b602082019050919050565b60006020820190508181036000830152613ae981613aad565b9050919050565b7f45524332305065726d69743a206578706972656420646561646c696e65000000600082015250565b6000613b26601d83613164565b9150613b3182613af0565b602082019050919050565b60006020820190508181036000830152613b5581613b19565b9050919050565b600060c082019050613b7160008301896133e1565b613b7e6020830188613465565b613b8b6040830187613465565b613b986060830186613323565b613ba56080830185613323565b613bb260a0830184613323565b979650505050505050565b7f45524332305065726d69743a20696e76616c6964207369676e61747572650000600082015250565b6000613bf3601e83613164565b9150613bfe82613bbd565b602082019050919050565b60006020820190508181036000830152613c2281613be6565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000613c85602683613164565b9150613c9082613c29565b604082019050919050565b60006020820190508181036000830152613cb481613c78565b9050919050565b7f4552433230566f7465733a20746f74616c20737570706c79207269736b73206f60008201527f766572666c6f77696e6720766f74657300000000000000000000000000000000602082015250565b6000613d17603083613164565b9150613d2282613cbb565b604082019050919050565b60006020820190508181036000830152613d4681613d0a565b9050919050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b6000613d83601f83613164565b9150613d8e82613d4d565b602082019050919050565b60006020820190508181036000830152613db281613d76565b9050919050565b7f53616665436173743a2076616c756520646f65736e27742066697420696e203260008201527f3234206269747300000000000000000000000000000000000000000000000000602082015250565b6000613e15602783613164565b9150613e2082613db9565b604082019050919050565b60006020820190508181036000830152613e4481613e08565b9050919050565b7f53616665436173743a2076616c756520646f65736e27742066697420696e203360008201527f3220626974730000000000000000000000000000000000000000000000000000602082015250565b6000613ea7602683613164565b9150613eb282613e4b565b604082019050919050565b60006020820190508181036000830152613ed681613e9a565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000613f39602483613164565b9150613f4482613edd565b604082019050919050565b60006020820190508181036000830152613f6881613f2c565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000613fcb602283613164565b9150613fd682613f6f565b604082019050919050565b60006020820190508181036000830152613ffa81613fbe565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b6000614037601d83613164565b915061404282614001565b602082019050919050565b600060208201905081810360008301526140668161402a565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b60006140c9602583613164565b91506140d48261406d565b604082019050919050565b600060208201905081810360008301526140f8816140bc565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b600061415b602383613164565b9150614166826140ff565b604082019050919050565b6000602082019050818103600083015261418a8161414e565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006141ed602683613164565b91506141f882614191565b604082019050919050565b6000602082019050818103600083015261421c816141e0565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000614259602083613164565b915061426482614223565b602082019050919050565b600060208201905081810360008301526142888161424c565b9050919050565b7f4552433230536e617073686f743a206964206973203000000000000000000000600082015250565b60006142c5601683613164565b91506142d08261428f565b602082019050919050565b600060208201905081810360008301526142f4816142b8565b9050919050565b7f4552433230536e617073686f743a206e6f6e6578697374656e74206964000000600082015250565b6000614331601d83613164565b915061433c826142fb565b602082019050919050565b6000602082019050818103600083015261436081614324565b9050919050565b600060408201905061437c6000830185613323565b6143896020830184613323565b9392505050565b600060a0820190506143a560008301886133e1565b6143b260208301876133e1565b6143bf60408301866133e1565b6143cc6060830185613323565b6143d96080830184613465565b9695505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600061441d82613277565b915061442883613277565b925082614438576144376143e3565b5b828204905092915050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b6000614479601483613164565b915061448482614443565b602082019050919050565b600060208201905081810360008301526144a88161446c565b9050919050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b60006144e5601083613164565b91506144f0826144af565b602082019050919050565b60006020820190508181036000830152614514816144d8565b9050919050565b600081905092915050565b7f1901000000000000000000000000000000000000000000000000000000000000600082015250565b600061455c60028361451b565b915061456782614526565b600282019050919050565b6000819050919050565b61458d614588826133d7565b614572565b82525050565b600061459e8261454f565b91506145aa828561457c565b6020820191506145ba828461457c565b6020820191508190509392505050565b60006080820190506145df60008301876133e1565b6145ec60208301866133ad565b6145f960408301856133e1565b61460660608301846133e1565b95945050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b7f45434453413a20696e76616c6964207369676e61747572650000000000000000600082015250565b6000614674601883613164565b915061467f8261463e565b602082019050919050565b600060208201905081810360008301526146a381614667565b9050919050565b7f45434453413a20696e76616c6964207369676e6174757265206c656e67746800600082015250565b60006146e0601f83613164565b91506146eb826146aa565b602082019050919050565b6000602082019050818103600083015261470f816146d3565b9050919050565b7f45434453413a20696e76616c6964207369676e6174757265202773272076616c60008201527f7565000000000000000000000000000000000000000000000000000000000000602082015250565b6000614772602283613164565b915061477d82614716565b604082019050919050565b600060208201905081810360008301526147a181614765565b9050919050565b7f45524332303a206275726e2066726f6d20746865207a65726f2061646472657360008201527f7300000000000000000000000000000000000000000000000000000000000000602082015250565b6000614804602183613164565b915061480f826147a8565b604082019050919050565b60006020820190508181036000830152614833816147f7565b9050919050565b7f45524332303a206275726e20616d6f756e7420657863656564732062616c616e60008201527f6365000000000000000000000000000000000000000000000000000000000000602082015250565b6000614896602283613164565b91506148a18261483a565b604082019050919050565b600060208201905081810360008301526148c581614889565b905091905056fea2646970667358221220c56ed14bfbc3a3244e4f985e7a9ac4b4899c68ee6208800be998cbc7c40cb53d64736f6c63430008090033

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106101fb5760003560e01c8063715018a61161011a578063981b24d0116100ad578063c3cda5201161007c578063c3cda520146105ee578063d505accf1461060a578063dd62ed3e14610626578063f1127ed814610656578063f2fde38b14610686576101fb565b8063981b24d01461052e5780639ab24eb01461055e578063a457c2d71461058e578063a9059cbb146105be576101fb565b80638da5cb5b116100e95780638da5cb5b146104b85780638e539e8c146104d657806395d89b41146105065780639711715a14610524576101fb565b8063715018a61461045857806379cc6790146104625780637ecebe001461047e5780638456cb59146104ae576101fb565b80633f4ba83a116101925780635c19a95c116101615780635c19a95c146103be5780635c975abb146103da5780636fcfff45146103f857806370a0823114610428576101fb565b80633f4ba83a1461033857806342966c68146103425780634ee2cd7e1461035e578063587cde1e1461038e576101fb565b8063313ce567116101ce578063313ce5671461029c5780633644e515146102ba57806339509351146102d85780633a46b1a814610308576101fb565b806306fdde0314610200578063095ea7b31461021e57806318160ddd1461024e57806323b872dd1461026c575b600080fd5b6102086106a2565b60405161021591906131f2565b60405180910390f35b610238600480360381019061023391906132ad565b610734565b6040516102459190613308565b60405180910390f35b610256610757565b6040516102639190613332565b60405180910390f35b6102866004803603810190610281919061334d565b610761565b6040516102939190613308565b60405180910390f35b6102a4610790565b6040516102b191906133bc565b60405180910390f35b6102c2610799565b6040516102cf91906133f0565b60405180910390f35b6102f260048036038101906102ed91906132ad565b6107a8565b6040516102ff9190613308565b60405180910390f35b610322600480360381019061031d91906132ad565b6107df565b60405161032f9190613332565b60405180910390f35b610340610873565b005b61035c6004803603810190610357919061340b565b610885565b005b610378600480360381019061037391906132ad565b610899565b6040516103859190613332565b60405180910390f35b6103a860048036038101906103a39190613438565b610909565b6040516103b59190613474565b60405180910390f35b6103d860048036038101906103d39190613438565b610972565b005b6103e2610986565b6040516103ef9190613308565b60405180910390f35b610412600480360381019061040d9190613438565b61099d565b60405161041f91906134ae565b60405180910390f35b610442600480360381019061043d9190613438565b6109f1565b60405161044f9190613332565b60405180910390f35b610460610a39565b005b61047c600480360381019061047791906132ad565b610a4d565b005b61049860048036038101906104939190613438565b610a6d565b6040516104a59190613332565b60405180910390f35b6104b6610abd565b005b6104c0610acf565b6040516104cd9190613474565b60405180910390f35b6104f060048036038101906104eb919061340b565b610af9565b6040516104fd9190613332565b60405180910390f35b61050e610b4f565b60405161051b91906131f2565b60405180910390f35b61052c610be1565b005b6105486004803603810190610543919061340b565b610bf4565b6040516105559190613332565b60405180910390f35b61057860048036038101906105739190613438565b610c25565b6040516105859190613332565b60405180910390f35b6105a860048036038101906105a391906132ad565b610d36565b6040516105b59190613308565b60405180910390f35b6105d860048036038101906105d391906132ad565b610dad565b6040516105e59190613308565b60405180910390f35b61060860048036038101906106039190613521565b610dd0565b005b610624600480360381019061061f91906135ae565b610ed4565b005b610640600480360381019061063b9190613650565b611016565b60405161064d9190613332565b60405180910390f35b610670600480360381019061066b91906136bc565b61109d565b60405161067d9190613771565b60405180910390f35b6106a0600480360381019061069b9190613438565b6111ad565b005b6060600380546106b1906137bb565b80601f01602080910402602001604051908101604052809291908181526020018280546106dd906137bb565b801561072a5780601f106106ff5761010080835404028352916020019161072a565b820191906000526020600020905b81548152906001019060200180831161070d57829003601f168201915b5050505050905090565b60008061073f6115fc565b905061074c818585611604565b600191505092915050565b6000600254905090565b60008061076c6115fc565b90506107798582856117cf565b61078485858561185b565b60019150509392505050565b60006012905090565b60006107a3611ad3565b905090565b6000806107b36115fc565b90506107d48185856107c58589611016565b6107cf919061381c565b611604565b600191505092915050565b6000438210610823576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161081a906138be565b60405180910390fd5b61086b600d60008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002083611bed565b905092915050565b61087b611d3e565b610883611dbc565b565b6108966108906115fc565b82611e1f565b50565b60008060006108e684600560008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020611e2d565b91509150816108fd576108f8856109f1565b6108ff565b805b9250505092915050565b6000600c60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b61098361097d6115fc565b82611f23565b50565b6000600960149054906101000a900460ff16905090565b60006109ea600d60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002080549050611496565b9050919050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b610a41611d3e565b610a4b600061203d565b565b610a5f82610a596115fc565b836117cf565b610a698282611e1f565b5050565b6000610ab6600a60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206115ee565b9050919050565b610ac5611d3e565b610acd612103565b565b6000600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000438210610b3d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b34906138be565b60405180910390fd5b610b48600e83611bed565b9050919050565b606060048054610b5e906137bb565b80601f0160208091040260200160405190810160405280929190818152602001828054610b8a906137bb565b8015610bd75780601f10610bac57610100808354040283529160200191610bd7565b820191906000526020600020905b815481529060010190602001808311610bba57829003601f168201915b5050505050905090565b610be9611d3e565b610bf1612166565b50565b6000806000610c04846006611e2d565b9150915081610c1a57610c15610757565b610c1c565b805b92505050919050565b600080600d60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002080549050905060008114610d0d57600d60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600182610cc191906138de565b81548110610cd257610cd1613912565b5b9060005260206000200160000160049054906101000a90047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16610d10565b60005b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16915050919050565b600080610d416115fc565b90506000610d4f8286611016565b905083811015610d94576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d8b906139b3565b60405180910390fd5b610da18286868403611604565b60019250505092915050565b600080610db86115fc565b9050610dc581858561185b565b600191505092915050565b83421115610e13576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e0a90613a1f565b60405180910390fd5b6000610e75610e6d7fe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf898989604051602001610e529493929190613a3f565b604051602081830303815290604052805190602001206121bc565b8585856121d6565b9050610e8081612201565b8614610ec1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610eb890613ad0565b60405180910390fd5b610ecb8188611f23565b50505050505050565b83421115610f17576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f0e90613b3c565b60405180910390fd5b60007f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9888888610f468c612201565b89604051602001610f5c96959493929190613b5c565b6040516020818303038152906040528051906020012090506000610f7f826121bc565b90506000610f8f828787876121d6565b90508973ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614610fff576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ff690613c09565b60405180910390fd5b61100a8a8a8a611604565b50505050505050505050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b6110a561311b565b600d60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208263ffffffff16815481106110fc576110fb613912565b5b906000526020600020016040518060400160405290816000820160009054906101000a900463ffffffff1663ffffffff1663ffffffff1681526020016000820160049054906101000a90047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1681525050905092915050565b6111b5611d3e565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611225576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161121c90613c9b565b60405180910390fd5b61122e8161203d565b50565b61123b82826112be565b61124361225f565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16611269610757565b11156112aa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112a190613d2d565b60405180910390fd5b6112b8600e61141583612283565b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561132e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161132590613d99565b60405180910390fd5b61133a60008383612552565b806002600082825461134c919061381c565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516113fd9190613332565b60405180910390a36114116000838361256a565b5050565b60008183611423919061381c565b905092915050565b60007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff801682111561148e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161148590613e2b565b60405180910390fd5b819050919050565b600063ffffffff80168211156114e1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114d890613ebd565b60405180910390fd5b819050919050565b6114f48383836115ce565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561153f576115328261257a565b61153a6125cd565b61159e565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561158a5761157d8361257a565b6115856125cd565b61159d565b6115938361257a565b61159c8261257a565b5b5b505050565b6115ae8383836115d3565b6115c96115ba84610909565b6115c384610909565b836125e1565b505050565b505050565b505050565b600081836115e691906138de565b905092915050565b600081600001549050919050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611674576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161166b90613f4f565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156116e4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116db90613fe1565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516117c29190613332565b60405180910390a3505050565b60006117db8484611016565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146118555781811015611847576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161183e9061404d565b60405180910390fd5b6118548484848403611604565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156118cb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118c2906140df565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561193b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161193290614171565b60405180910390fd5b611946838383612552565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050818110156119cc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119c390614203565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051611aba9190613332565b60405180910390a3611acd84848461256a565b50505050565b60007f000000000000000000000000ecca39d4fb0ae23f3b0956808796c2acd8a9287273ffffffffffffffffffffffffffffffffffffffff163073ffffffffffffffffffffffffffffffffffffffff16148015611b4f57507f000000000000000000000000000000000000000000000000000000000000000146145b15611b7c577fdbbad7b6ef3aa82b413138852bc37f39890d6a4bc066b9be67226ae5a20a17979050611bea565b611be77f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f7fe86497b10ba48c8e92d65c52a1d4845f241deb2f9f4b75c0642236ef8d6f0e227fc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc66127da565b90505b90565b600080838054905090506000808290506005831115611c63576000611c1184612814565b84611c1c91906138de565b905085611c29888361290e565b60000160009054906101000a900463ffffffff1663ffffffff161115611c5157809150611c61565b600181611c5e919061381c565b92505b505b5b80821015611cc3576000611c788383612923565b905085611c85888361290e565b60000160009054906101000a900463ffffffff1663ffffffff161115611cad57809150611cbd565b600181611cba919061381c565b92505b50611c64565b60008114611d1257611ce186600183611cdc91906138de565b61290e565b60000160049054906101000a90047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16611d15565b60005b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16935050505092915050565b611d466115fc565b73ffffffffffffffffffffffffffffffffffffffff16611d64610acf565b73ffffffffffffffffffffffffffffffffffffffff1614611dba576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611db19061426f565b60405180910390fd5b565b611dc4612949565b6000600960146101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa611e086115fc565b604051611e159190613474565b60405180910390a1565b611e298282612992565b5050565b60008060008411611e73576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e6a906142db565b60405180910390fd5b611e7b6129b0565b841115611ebd576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611eb490614347565b60405180910390fd5b6000611ed585856000016129c190919063ffffffff16565b90508360000180549050811415611ef3576000809250925050611f1c565b6001846001018281548110611f0b57611f0a613912565b5b906000526020600020015492509250505b9250929050565b6000611f2e83610909565b90506000611f3b846109f1565b905082600c60008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff167f3134e8a2e6d97e929a7e54011ea5485d7d196dd5f0ba4d4ef95803e8e3fc257f60405160405180910390a46120378284836125e1565b50505050565b6000600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b61210b612a7b565b6001600960146101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a25861214f6115fc565b60405161215c9190613474565b60405180910390a1565b60006121726008612ac5565b600061217c6129b0565b90507f8030e83b04d87bef53480e26263266d6ca66863aa8506aca6f2559d18aa1cb67816040516121ad9190613332565b60405180910390a18091505090565b60006121cf6121c9611ad3565b83612adb565b9050919050565b60008060006121e787878787612b0e565b915091506121f481612bf1565b8192505050949350505050565b600080600a60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020905061224e816115ee565b915061225981612ac5565b50919050565b60007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff905090565b6000806000858054905090506000808214612352576122ae876001846122a991906138de565b61290e565b6040518060400160405290816000820160009054906101000a900463ffffffff1663ffffffff1663ffffffff1681526020016000820160049054906101000a90047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff168152505061238e565b6040518060400160405280600063ffffffff16815260200160007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff168152505b905080602001517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1693506123c384868863ffffffff16565b92506000821180156123de575043816000015163ffffffff16145b15612458576123ec8361142b565b612402886001856123fd91906138de565b61290e565b60000160046101000a8154817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff02191690837bffffffffffffffffffffffffffffffffffffffffffffffffffffffff160217905550612548565b86604051806040016040528061246d43611496565b63ffffffff1681526020016124818661142b565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff168152509080600181540180825580915050600190039060005260206000200160009091909190915060008201518160000160006101000a81548163ffffffff021916908363ffffffff16021790555060208201518160000160046101000a8154817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff02191690837bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16021790555050505b5050935093915050565b61255a612a7b565b6125658383836114e9565b505050565b6125758383836115a3565b505050565b6125ca600560008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206125c5836109f1565b612d5f565b50565b6125df60066125da610757565b612d5f565b565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415801561261d5750600081115b156127d557600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16146126fb576000806126a4600d60008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206115d885612283565b915091508473ffffffffffffffffffffffffffffffffffffffff167fdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a72483836040516126f0929190614367565b60405180910390a250505b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16146127d45760008061277d600d60008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002061141585612283565b915091508373ffffffffffffffffffffffffffffffffffffffff167fdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a72483836040516127c9929190614367565b60405180910390a250505b5b505050565b600083838346306040516020016127f5959493929190614390565b6040516020818303038152906040528051906020012090509392505050565b6000808214156128275760009050612909565b6000600161283484612dda565b901c6001901b9050600181848161284e5761284d6143e3565b5b048201901c90506001818481612867576128666143e3565b5b048201901c905060018184816128805761287f6143e3565b5b048201901c90506001818481612899576128986143e3565b5b048201901c905060018184816128b2576128b16143e3565b5b048201901c905060018184816128cb576128ca6143e3565b5b048201901c905060018184816128e4576128e36143e3565b5b048201901c9050612905818285816128ff576128fe6143e3565b5b04612ebb565b9150505b919050565b60008260005281602060002001905092915050565b600060028284186129349190614412565b828416612941919061381c565b905092915050565b612951610986565b612990576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016129879061448f565b60405180910390fd5b565b61299c8282612ed4565b6129aa600e6115d883612283565b50505050565b60006129bc60086115ee565b905090565b600080838054905014156129d85760009050612a75565b600080848054905090505b80821015612a2c5760006129f78383612923565b905084612a0487836130a2565b600001541115612a1657809150612a26565b600181612a23919061381c565b92505b506129e3565b600082118015612a54575083612a4e86600185612a4991906138de565b6130a2565b60000154145b15612a6f57600182612a6691906138de565b92505050612a75565b81925050505b92915050565b612a83610986565b15612ac3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612aba906144fb565b60405180910390fd5b565b6001816000016000828254019250508190555050565b60008282604051602001612af0929190614593565b60405160208183030381529060405280519060200120905092915050565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08360001c1115612b49576000600391509150612be8565b600060018787878760405160008152602001604052604051612b6e94939291906145ca565b6020604051602081039080840390855afa158015612b90573d6000803e3d6000fd5b505050602060405103519050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415612bdf57600060019250925050612be8565b80600092509250505b94509492505050565b60006004811115612c0557612c0461460f565b5b816004811115612c1857612c1761460f565b5b1415612c2357612d5c565b60016004811115612c3757612c3661460f565b5b816004811115612c4a57612c4961460f565b5b1415612c8b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612c829061468a565b60405180910390fd5b60026004811115612c9f57612c9e61460f565b5b816004811115612cb257612cb161460f565b5b1415612cf3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612cea906146f6565b60405180910390fd5b60036004811115612d0757612d0661460f565b5b816004811115612d1a57612d1961460f565b5b1415612d5b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612d5290614788565b60405180910390fd5b5b50565b6000612d696129b0565b905080612d78846000016130c4565b1015612dd55782600001819080600181540180825580915050600190039060005260206000200160009091909190915055826001018290806001815401808255809150506001900390600052602060002001600090919091909150555b505050565b600080600090506000608084901c1115612dfc57608083901c92506080810190505b6000604084901c1115612e1757604083901c92506040810190505b6000602084901c1115612e3257602083901c92506020810190505b6000601084901c1115612e4d57601083901c92506010810190505b6000600884901c1115612e6857600883901c92506008810190505b6000600484901c1115612e8357600483901c92506004810190505b6000600284901c1115612e9e57600283901c92506002810190505b6000600184901c1115612eb2576001810190505b80915050919050565b6000818310612eca5781612ecc565b825b905092915050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612f44576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612f3b9061481a565b60405180910390fd5b612f5082600083612552565b60008060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015612fd6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612fcd906148ac565b60405180910390fd5b8181036000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555081600260008282540392505081905550600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516130899190613332565b60405180910390a361309d8360008461256a565b505050565b600080836000528260206000200190506130bb81613111565b91505092915050565b600080828054905014156130db576000905061310c565b81600183805490506130ed91906138de565b815481106130fe576130fd613912565b5b906000526020600020015490505b919050565b6000819050919050565b6040518060400160405280600063ffffffff16815260200160007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1681525090565b600081519050919050565b600082825260208201905092915050565b60005b83811015613193578082015181840152602081019050613178565b838111156131a2576000848401525b50505050565b6000601f19601f8301169050919050565b60006131c482613159565b6131ce8185613164565b93506131de818560208601613175565b6131e7816131a8565b840191505092915050565b6000602082019050818103600083015261320c81846131b9565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600061324482613219565b9050919050565b61325481613239565b811461325f57600080fd5b50565b6000813590506132718161324b565b92915050565b6000819050919050565b61328a81613277565b811461329557600080fd5b50565b6000813590506132a781613281565b92915050565b600080604083850312156132c4576132c3613214565b5b60006132d285828601613262565b92505060206132e385828601613298565b9150509250929050565b60008115159050919050565b613302816132ed565b82525050565b600060208201905061331d60008301846132f9565b92915050565b61332c81613277565b82525050565b60006020820190506133476000830184613323565b92915050565b60008060006060848603121561336657613365613214565b5b600061337486828701613262565b935050602061338586828701613262565b925050604061339686828701613298565b9150509250925092565b600060ff82169050919050565b6133b6816133a0565b82525050565b60006020820190506133d160008301846133ad565b92915050565b6000819050919050565b6133ea816133d7565b82525050565b600060208201905061340560008301846133e1565b92915050565b60006020828403121561342157613420613214565b5b600061342f84828501613298565b91505092915050565b60006020828403121561344e5761344d613214565b5b600061345c84828501613262565b91505092915050565b61346e81613239565b82525050565b60006020820190506134896000830184613465565b92915050565b600063ffffffff82169050919050565b6134a88161348f565b82525050565b60006020820190506134c3600083018461349f565b92915050565b6134d2816133a0565b81146134dd57600080fd5b50565b6000813590506134ef816134c9565b92915050565b6134fe816133d7565b811461350957600080fd5b50565b60008135905061351b816134f5565b92915050565b60008060008060008060c0878903121561353e5761353d613214565b5b600061354c89828a01613262565b965050602061355d89828a01613298565b955050604061356e89828a01613298565b945050606061357f89828a016134e0565b935050608061359089828a0161350c565b92505060a06135a189828a0161350c565b9150509295509295509295565b600080600080600080600060e0888a0312156135cd576135cc613214565b5b60006135db8a828b01613262565b97505060206135ec8a828b01613262565b96505060406135fd8a828b01613298565b955050606061360e8a828b01613298565b945050608061361f8a828b016134e0565b93505060a06136308a828b0161350c565b92505060c06136418a828b0161350c565b91505092959891949750929550565b6000806040838503121561366757613666613214565b5b600061367585828601613262565b925050602061368685828601613262565b9150509250929050565b6136998161348f565b81146136a457600080fd5b50565b6000813590506136b681613690565b92915050565b600080604083850312156136d3576136d2613214565b5b60006136e185828601613262565b92505060206136f2858286016136a7565b9150509250929050565b6137058161348f565b82525050565b60007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff82169050919050565b61373c8161370b565b82525050565b60408201600082015161375860008501826136fc565b50602082015161376b6020850182613733565b50505050565b60006040820190506137866000830184613742565b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806137d357607f821691505b602082108114156137e7576137e661378c565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061382782613277565b915061383283613277565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115613867576138666137ed565b5b828201905092915050565b7f4552433230566f7465733a20626c6f636b206e6f7420796574206d696e656400600082015250565b60006138a8601f83613164565b91506138b382613872565b602082019050919050565b600060208201905081810360008301526138d78161389b565b9050919050565b60006138e982613277565b91506138f483613277565b925082821015613907576139066137ed565b5b828203905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b600061399d602583613164565b91506139a882613941565b604082019050919050565b600060208201905081810360008301526139cc81613990565b9050919050565b7f4552433230566f7465733a207369676e61747572652065787069726564000000600082015250565b6000613a09601d83613164565b9150613a14826139d3565b602082019050919050565b60006020820190508181036000830152613a38816139fc565b9050919050565b6000608082019050613a5460008301876133e1565b613a616020830186613465565b613a6e6040830185613323565b613a7b6060830184613323565b95945050505050565b7f4552433230566f7465733a20696e76616c6964206e6f6e636500000000000000600082015250565b6000613aba601983613164565b9150613ac582613a84565b602082019050919050565b60006020820190508181036000830152613ae981613aad565b9050919050565b7f45524332305065726d69743a206578706972656420646561646c696e65000000600082015250565b6000613b26601d83613164565b9150613b3182613af0565b602082019050919050565b60006020820190508181036000830152613b5581613b19565b9050919050565b600060c082019050613b7160008301896133e1565b613b7e6020830188613465565b613b8b6040830187613465565b613b986060830186613323565b613ba56080830185613323565b613bb260a0830184613323565b979650505050505050565b7f45524332305065726d69743a20696e76616c6964207369676e61747572650000600082015250565b6000613bf3601e83613164565b9150613bfe82613bbd565b602082019050919050565b60006020820190508181036000830152613c2281613be6565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000613c85602683613164565b9150613c9082613c29565b604082019050919050565b60006020820190508181036000830152613cb481613c78565b9050919050565b7f4552433230566f7465733a20746f74616c20737570706c79207269736b73206f60008201527f766572666c6f77696e6720766f74657300000000000000000000000000000000602082015250565b6000613d17603083613164565b9150613d2282613cbb565b604082019050919050565b60006020820190508181036000830152613d4681613d0a565b9050919050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b6000613d83601f83613164565b9150613d8e82613d4d565b602082019050919050565b60006020820190508181036000830152613db281613d76565b9050919050565b7f53616665436173743a2076616c756520646f65736e27742066697420696e203260008201527f3234206269747300000000000000000000000000000000000000000000000000602082015250565b6000613e15602783613164565b9150613e2082613db9565b604082019050919050565b60006020820190508181036000830152613e4481613e08565b9050919050565b7f53616665436173743a2076616c756520646f65736e27742066697420696e203360008201527f3220626974730000000000000000000000000000000000000000000000000000602082015250565b6000613ea7602683613164565b9150613eb282613e4b565b604082019050919050565b60006020820190508181036000830152613ed681613e9a565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000613f39602483613164565b9150613f4482613edd565b604082019050919050565b60006020820190508181036000830152613f6881613f2c565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000613fcb602283613164565b9150613fd682613f6f565b604082019050919050565b60006020820190508181036000830152613ffa81613fbe565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b6000614037601d83613164565b915061404282614001565b602082019050919050565b600060208201905081810360008301526140668161402a565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b60006140c9602583613164565b91506140d48261406d565b604082019050919050565b600060208201905081810360008301526140f8816140bc565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b600061415b602383613164565b9150614166826140ff565b604082019050919050565b6000602082019050818103600083015261418a8161414e565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006141ed602683613164565b91506141f882614191565b604082019050919050565b6000602082019050818103600083015261421c816141e0565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000614259602083613164565b915061426482614223565b602082019050919050565b600060208201905081810360008301526142888161424c565b9050919050565b7f4552433230536e617073686f743a206964206973203000000000000000000000600082015250565b60006142c5601683613164565b91506142d08261428f565b602082019050919050565b600060208201905081810360008301526142f4816142b8565b9050919050565b7f4552433230536e617073686f743a206e6f6e6578697374656e74206964000000600082015250565b6000614331601d83613164565b915061433c826142fb565b602082019050919050565b6000602082019050818103600083015261436081614324565b9050919050565b600060408201905061437c6000830185613323565b6143896020830184613323565b9392505050565b600060a0820190506143a560008301886133e1565b6143b260208301876133e1565b6143bf60408301866133e1565b6143cc6060830185613323565b6143d96080830184613465565b9695505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600061441d82613277565b915061442883613277565b925082614438576144376143e3565b5b828204905092915050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b6000614479601483613164565b915061448482614443565b602082019050919050565b600060208201905081810360008301526144a88161446c565b9050919050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b60006144e5601083613164565b91506144f0826144af565b602082019050919050565b60006020820190508181036000830152614514816144d8565b9050919050565b600081905092915050565b7f1901000000000000000000000000000000000000000000000000000000000000600082015250565b600061455c60028361451b565b915061456782614526565b600282019050919050565b6000819050919050565b61458d614588826133d7565b614572565b82525050565b600061459e8261454f565b91506145aa828561457c565b6020820191506145ba828461457c565b6020820191508190509392505050565b60006080820190506145df60008301876133e1565b6145ec60208301866133ad565b6145f960408301856133e1565b61460660608301846133e1565b95945050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b7f45434453413a20696e76616c6964207369676e61747572650000000000000000600082015250565b6000614674601883613164565b915061467f8261463e565b602082019050919050565b600060208201905081810360008301526146a381614667565b9050919050565b7f45434453413a20696e76616c6964207369676e6174757265206c656e67746800600082015250565b60006146e0601f83613164565b91506146eb826146aa565b602082019050919050565b6000602082019050818103600083015261470f816146d3565b9050919050565b7f45434453413a20696e76616c6964207369676e6174757265202773272076616c60008201527f7565000000000000000000000000000000000000000000000000000000000000602082015250565b6000614772602283613164565b915061477d82614716565b604082019050919050565b600060208201905081810360008301526147a181614765565b9050919050565b7f45524332303a206275726e2066726f6d20746865207a65726f2061646472657360008201527f7300000000000000000000000000000000000000000000000000000000000000602082015250565b6000614804602183613164565b915061480f826147a8565b604082019050919050565b60006020820190508181036000830152614833816147f7565b9050919050565b7f45524332303a206275726e20616d6f756e7420657863656564732062616c616e60008201527f6365000000000000000000000000000000000000000000000000000000000000602082015250565b6000614896602283613164565b91506148a18261483a565b604082019050919050565b600060208201905081810360008301526148c581614889565b905091905056fea2646970667358221220c56ed14bfbc3a3244e4f985e7a9ac4b4899c68ee6208800be998cbc7c40cb53d64736f6c63430008090033

Deployed Bytecode Sourcemap

124008:1287:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;89044:100;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;91395:201;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;90164:108;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;92176:295;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;90006:93;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;103057:115;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;92880:238;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;106265:268;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;124411:65;;;:::i;:::-;;123348:91;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;118864:266;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;105639:128;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;109151:114;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;79580:86;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;105395:151;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;90335:127;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;82451:103;;;:::i;:::-;;123758:164;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;102799:128;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;124342:61;;;:::i;:::-;;81803:87;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;106822:259;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;89263:104;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;124267:67;;;:::i;:::-;;119234:234;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;105851:212;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;93621:436;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;90668:193;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;109347:591;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;102088:645;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;90924:151;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;105165:150;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;82709:201;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;89044:100;89098:13;89131:5;89124:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;89044:100;:::o;91395:201::-;91478:4;91495:13;91511:12;:10;:12::i;:::-;91495:28;;91534:32;91543:5;91550:7;91559:6;91534:8;:32::i;:::-;91584:4;91577:11;;;91395:201;;;;:::o;90164:108::-;90225:7;90252:12;;90245:19;;90164:108;:::o;92176:295::-;92307:4;92324:15;92342:12;:10;:12::i;:::-;92324:30;;92365:38;92381:4;92387:7;92396:6;92365:15;:38::i;:::-;92414:27;92424:4;92430:2;92434:6;92414:9;:27::i;:::-;92459:4;92452:11;;;92176:295;;;;;:::o;90006:93::-;90064:5;90089:2;90082:9;;90006:93;:::o;103057:115::-;103117:7;103144:20;:18;:20::i;:::-;103137:27;;103057:115;:::o;92880:238::-;92968:4;92985:13;93001:12;:10;:12::i;:::-;92985:28;;93024:64;93033:5;93040:7;93077:10;93049:25;93059:5;93066:7;93049:9;:25::i;:::-;:38;;;;:::i;:::-;93024:8;:64::i;:::-;93106:4;93099:11;;;92880:238;;;;:::o;106265:268::-;106363:7;106405:12;106391:11;:26;106383:70;;;;;;;;;;;;:::i;:::-;;;;;;;;;106471:54;106490:12;:21;106503:7;106490:21;;;;;;;;;;;;;;;106513:11;106471:18;:54::i;:::-;106464:61;;106265:268;;;;:::o;124411:65::-;81689:13;:11;:13::i;:::-;124458:10:::1;:8;:10::i;:::-;124411:65::o:0;123348:91::-;123404:27;123410:12;:10;:12::i;:::-;123424:6;123404:5;:27::i;:::-;123348:91;:::o;118864:266::-;118951:7;118972:16;118990:13;119007:55;119016:10;119028:24;:33;119053:7;119028:33;;;;;;;;;;;;;;;119007:8;:55::i;:::-;118971:91;;;;119082:11;:40;;119104:18;119114:7;119104:9;:18::i;:::-;119082:40;;;119096:5;119082:40;119075:47;;;;118864:266;;;;:::o;105639:128::-;105713:7;105740:10;:19;105751:7;105740:19;;;;;;;;;;;;;;;;;;;;;;;;;105733:26;;105639:128;;;:::o;109151:114::-;109223:34;109233:12;:10;:12::i;:::-;109247:9;109223;:34::i;:::-;109151:114;:::o;79580:86::-;79627:4;79651:7;;;;;;;;;;;79644:14;;79580:86;:::o;105395:151::-;105465:6;105491:47;105509:12;:21;105522:7;105509:21;;;;;;;;;;;;;;;:28;;;;105491:17;:47::i;:::-;105484:54;;105395:151;;;:::o;90335:127::-;90409:7;90436:9;:18;90446:7;90436:18;;;;;;;;;;;;;;;;90429:25;;90335:127;;;:::o;82451:103::-;81689:13;:11;:13::i;:::-;82516:30:::1;82543:1;82516:18;:30::i;:::-;82451:103::o:0;123758:164::-;123835:46;123851:7;123860:12;:10;:12::i;:::-;123874:6;123835:15;:46::i;:::-;123892:22;123898:7;123907:6;123892:5;:22::i;:::-;123758:164;;:::o;102799:128::-;102868:7;102895:24;:7;:14;102903:5;102895:14;;;;;;;;;;;;;;;:22;:24::i;:::-;102888:31;;102799:128;;;:::o;124342:61::-;81689:13;:11;:13::i;:::-;124387:8:::1;:6;:8::i;:::-;124342:61::o:0;81803:87::-;81849:7;81876:6;;;;;;;;;;;81869:13;;81803:87;:::o;106822:259::-;106909:7;106951:12;106937:11;:26;106929:70;;;;;;;;;;;;:::i;:::-;;;;;;;;;107017:56;107036:23;107061:11;107017:18;:56::i;:::-;107010:63;;106822:259;;;:::o;89263:104::-;89319:13;89352:7;89345:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;89263:104;:::o;124267:67::-;81689:13;:11;:13::i;:::-;124315:11:::1;:9;:11::i;:::-;;124267:67::o:0;119234:234::-;119306:7;119327:16;119345:13;119362:43;119371:10;119383:21;119362:8;:43::i;:::-;119326:79;;;;119425:11;:35;;119447:13;:11;:13::i;:::-;119425:35;;;119439:5;119425:35;119418:42;;;;119234:234;;;:::o;105851:212::-;105924:7;105944:11;105958:12;:21;105971:7;105958:21;;;;;;;;;;;;;;;:28;;;;105944:42;;106011:1;106004:3;:8;:51;;106019:12;:21;106032:7;106019:21;;;;;;;;;;;;;;;106047:1;106041:3;:7;;;;:::i;:::-;106019:30;;;;;;;;:::i;:::-;;;;;;;;;:36;;;;;;;;;;;;106004:51;;;106015:1;106004:51;105997:58;;;;;105851:212;;;:::o;93621:436::-;93714:4;93731:13;93747:12;:10;:12::i;:::-;93731:28;;93770:24;93797:25;93807:5;93814:7;93797:9;:25::i;:::-;93770:52;;93861:15;93841:16;:35;;93833:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;93954:60;93963:5;93970:7;93998:15;93979:16;:34;93954:8;:60::i;:::-;94045:4;94038:11;;;;93621:436;;;;:::o;90668:193::-;90747:4;90764:13;90780:12;:10;:12::i;:::-;90764:28;;90803;90813:5;90820:2;90824:6;90803:9;:28::i;:::-;90849:4;90842:11;;;90668:193;;;;:::o;109347:591::-;109574:6;109555:15;:25;;109547:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;109625:14;109642:174;109670:87;104845:71;109730:9;109741:5;109748:6;109697:58;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;109687:69;;;;;;109670:16;:87::i;:::-;109772:1;109788;109804;109642:13;:174::i;:::-;109625:191;;109844:17;109854:6;109844:9;:17::i;:::-;109835:5;:26;109827:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;109902:28;109912:6;109920:9;109902;:28::i;:::-;109536:402;109347:591;;;;;;:::o;102088:645::-;102332:8;102313:15;:27;;102305:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;102387:18;101263:95;102447:5;102454:7;102463:5;102470:16;102480:5;102470:9;:16::i;:::-;102488:8;102418:79;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;102408:90;;;;;;102387:111;;102511:12;102526:28;102543:10;102526:16;:28::i;:::-;102511:43;;102567:14;102584:28;102598:4;102604:1;102607;102610;102584:13;:28::i;:::-;102567:45;;102641:5;102631:15;;:6;:15;;;102623:58;;;;;;;;;;;;:::i;:::-;;;;;;;;;102694:31;102703:5;102710:7;102719:5;102694:8;:31::i;:::-;102294:439;;;102088:645;;;;;;;:::o;90924:151::-;91013:7;91040:11;:18;91052:5;91040:18;;;;;;;;;;;;;;;:27;91059:7;91040:27;;;;;;;;;;;;;;;;91033:34;;90924:151;;;;:::o;105165:150::-;105244:17;;:::i;:::-;105281:12;:21;105294:7;105281:21;;;;;;;;;;;;;;;105303:3;105281:26;;;;;;;;;;:::i;:::-;;;;;;;;;105274:33;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;105165:150;;;;:::o;82709:201::-;81689:13;:11;:13::i;:::-;82818:1:::1;82798:22;;:8;:22;;;;82790:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;82874:28;82893:8;82874:18;:28::i;:::-;82709:201:::0;:::o;110244:290::-;110329:28;110341:7;110350:6;110329:11;:28::i;:::-;110393:12;:10;:12::i;:::-;110376:29;;:13;:11;:13::i;:::-;:29;;110368:90;;;;;;;;;;;;:::i;:::-;;;;;;;;;110471:55;110488:23;110513:4;110519:6;110471:16;:55::i;:::-;;;110244:290;;:::o;95654:548::-;95757:1;95738:21;;:7;:21;;;;95730:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;95808:49;95837:1;95841:7;95850:6;95808:20;:49::i;:::-;95886:6;95870:12;;:22;;;;;;;:::i;:::-;;;;;;;;96063:6;96041:9;:18;96051:7;96041:18;;;;;;;;;;;;;;;;:28;;;;;;;;;;;96117:7;96096:37;;96113:1;96096:37;;;96126:6;96096:37;;;;;;:::i;:::-;;;;;;;;96146:48;96174:1;96178:7;96187:6;96146:19;:48::i;:::-;95654:548;;:::o;113197:98::-;113255:7;113286:1;113282;:5;;;;:::i;:::-;113275:12;;113197:98;;;;:::o;2956:195::-;3013:7;3050:17;3041:26;;:5;:26;;3033:78;;;;;;;;;;;;:::i;:::-;;;;;;;;;3137:5;3122:21;;2956:195;;;:::o;15792:190::-;15848:6;15884:16;15875:25;;:5;:25;;15867:76;;;;;;;;;;;;:::i;:::-;;;;;;;;;15968:5;15954:20;;15792:190;;;:::o;119685:622::-;119828:44;119855:4;119861:2;119865:6;119828:26;:44::i;:::-;119905:1;119889:18;;:4;:18;;;119885:415;;;119945:26;119968:2;119945:22;:26::i;:::-;119986:28;:26;:28::i;:::-;119885:415;;;120050:1;120036:16;;:2;:16;;;120032:268;;;120090:28;120113:4;120090:22;:28::i;:::-;120133;:26;:28::i;:::-;120032:268;;;120219:28;120242:4;120219:22;:28::i;:::-;120262:26;120285:2;120262:22;:26::i;:::-;120032:268;119885:415;119685:622;;;:::o;110969:262::-;111111:43;111137:4;111143:2;111147:6;111111:25;:43::i;:::-;111167:56;111184:15;111194:4;111184:9;:15::i;:::-;111201:13;111211:2;111201:9;:13::i;:::-;111216:6;111167:16;:56::i;:::-;110969:262;;;:::o;99372:125::-;;;;:::o;100101:124::-;;;;:::o;113303:103::-;113366:7;113397:1;113393;:5;;;;:::i;:::-;113386:12;;113303:103;;;;:::o;41669:114::-;41734:7;41761;:14;;;41754:21;;41669:114;;;:::o;77687:98::-;77740:7;77767:10;77760:17;;77687:98;:::o;97648:380::-;97801:1;97784:19;;:5;:19;;;;97776:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;97882:1;97863:21;;:7;:21;;;;97855:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;97966:6;97936:11;:18;97948:5;97936:18;;;;;;;;;;;;;;;:27;97955:7;97936:27;;;;;;;;;;;;;;;:36;;;;98004:7;97988:32;;97997:5;97988:32;;;98013:6;97988:32;;;;;;:::i;:::-;;;;;;;;97648:380;;;:::o;98319:453::-;98454:24;98481:25;98491:5;98498:7;98481:9;:25::i;:::-;98454:52;;98541:17;98521:16;:37;98517:248;;98603:6;98583:16;:26;;98575:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;98687:51;98696:5;98703:7;98731:6;98712:16;:25;98687:8;:51::i;:::-;98517:248;98443:329;98319:453;;;:::o;94527:840::-;94674:1;94658:18;;:4;:18;;;;94650:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;94751:1;94737:16;;:2;:16;;;;94729:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;94806:38;94827:4;94833:2;94837:6;94806:20;:38::i;:::-;94857:19;94879:9;:15;94889:4;94879:15;;;;;;;;;;;;;;;;94857:37;;94928:6;94913:11;:21;;94905:72;;;;;;;;;;;;:::i;:::-;;;;;;;;;95045:6;95031:11;:20;95013:9;:15;95023:4;95013:15;;;;;;;;;;;;;;;:38;;;;95248:6;95231:9;:13;95241:2;95231:13;;;;;;;;;;;;;;;;:23;;;;;;;;;;;95298:2;95283:26;;95292:4;95283:26;;;95302:6;95283:26;;;;;;:::i;:::-;;;;;;;;95322:37;95342:4;95348:2;95352:6;95322:19;:37::i;:::-;94639:728;94527:840;;;:::o;69479:314::-;69532:7;69573:12;69556:29;;69564:4;69556:29;;;:66;;;;;69606:16;69589:13;:33;69556:66;69552:234;;;69646:24;69639:31;;;;69552:234;69710:64;69732:10;69744:12;69758:15;69710:21;:64::i;:::-;69703:71;;69479:314;;:::o;107170:1895::-;107269:7;108370:14;108387:5;:12;;;;108370:29;;108412:11;108438:12;108453:6;108438:21;;108485:1;108476:6;:10;108472:251;;;108503:11;108526:17;108536:6;108526:9;:17::i;:::-;108517:6;:26;;;;:::i;:::-;108503:40;;108600:11;108562:25;108576:5;108583:3;108562:13;:25::i;:::-;:35;;;;;;;;;;;;:49;;;108558:154;;;108639:3;108632:10;;108558:154;;;108695:1;108689:3;:7;;;;:::i;:::-;108683:13;;108558:154;108488:235;108472:251;108735;108748:4;108742:3;:10;108735:251;;;108769:11;108783:23;108796:3;108801:4;108783:12;:23::i;:::-;108769:37;;108863:11;108825:25;108839:5;108846:3;108825:13;:25::i;:::-;:35;;;;;;;;;;;;:49;;;108821:154;;;108902:3;108895:10;;108821:154;;;108958:1;108952:3;:7;;;;:::i;:::-;108946:13;;108821:154;108754:232;108735:251;;;109013:1;109005:4;:9;:52;;109021:30;109035:5;109049:1;109042:4;:8;;;;:::i;:::-;109021:13;:30::i;:::-;:36;;;;;;;;;;;;109005:52;;;109017:1;109005:52;108998:59;;;;;;;107170:1895;;;;:::o;81968:132::-;82043:12;:10;:12::i;:::-;82032:23;;:7;:5;:7::i;:::-;:23;;;82024:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;81968:132::o;80435:120::-;79444:16;:14;:16::i;:::-;80504:5:::1;80494:7;;:15;;;;;;;;;;;;;;;;;;80525:22;80534:12;:10;:12::i;:::-;80525:22;;;;;;:::i;:::-;;;;;;;;80435:120::o:0;125137:155::-;125256:28;125268:7;125277:6;125256:11;:28::i;:::-;125137:155;;:::o;120315:1619::-;120404:4;120410:7;120451:1;120438:10;:14;120430:49;;;;;;;;;;;;:::i;:::-;;;;;;;;;120512:23;:21;:23::i;:::-;120498:10;:37;;120490:79;;;;;;;;;;;;:::i;:::-;;;;;;;;;121708:13;121724:40;121753:10;121724:9;:13;;:28;;:40;;;;:::i;:::-;121708:56;;121790:9;:13;;:20;;;;121781:5;:29;121777:150;;;121835:5;121842:1;121827:17;;;;;;;121777:150;121885:4;121891:9;:16;;121908:5;121891:23;;;;;;;;:::i;:::-;;;;;;;;;;121877:38;;;;;120315:1619;;;;;;:::o;111409:388::-;111494:23;111520:20;111530:9;111520;:20::i;:::-;111494:46;;111551:24;111578:20;111588:9;111578;:20::i;:::-;111551:47;;111633:9;111609:10;:21;111620:9;111609:21;;;;;;;;;;;;;;;;:33;;;;;;;;;;;;;;;;;;111704:9;111660:54;;111687:15;111660:54;;111676:9;111660:54;;;;;;;;;;;;111727:62;111744:15;111761:9;111772:16;111727;:62::i;:::-;111483:314;;111409:388;;:::o;83070:191::-;83144:16;83163:6;;;;;;;;;;;83144:25;;83189:8;83180:6;;:17;;;;;;;;;;;;;;;;;;83244:8;83213:40;;83234:8;83213:40;;;;;;;;;;;;83133:128;83070:191;:::o;80176:118::-;79185:19;:17;:19::i;:::-;80246:4:::1;80236:7;;:14;;;;;;;;;;;;;;;;;;80266:20;80273:12;:10;:12::i;:::-;80266:20;;;;;;:::i;:::-;;;;;;;;80176:118::o:0;118336:223::-;118383:7;118403:30;:18;:28;:30::i;:::-;118446:17;118466:23;:21;:23::i;:::-;118446:43;;118505:19;118514:9;118505:19;;;;;;:::i;:::-;;;;;;;;118542:9;118535:16;;;118336:223;:::o;70706:167::-;70783:7;70810:55;70832:20;:18;:20::i;:::-;70854:10;70810:21;:55::i;:::-;70803:62;;70706:167;;;:::o;64346:279::-;64474:7;64495:17;64514:18;64536:25;64547:4;64553:1;64556;64559;64536:10;:25::i;:::-;64494:67;;;;64572:18;64584:5;64572:11;:18::i;:::-;64608:9;64601:16;;;;64346:279;;;;;;:::o;103310:207::-;103370:15;103398:30;103431:7;:14;103439:5;103431:14;;;;;;;;;;;;;;;103398:47;;103466:15;:5;:13;:15::i;:::-;103456:25;;103492:17;:5;:15;:17::i;:::-;103387:130;103310:207;;;:::o;110045:105::-;110098:7;110125:17;110118:24;;110045:105;:::o;112456:733::-;112630:17;112649;112679:11;112693:5;:12;;;;112679:26;;112718:25;112753:1;112746:3;:8;:59;;112776:29;112790:5;112803:1;112797:3;:7;;;;:::i;:::-;112776:13;:29::i;:::-;112746:59;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;112757:16;;;;;;;;112768:1;112757:16;;;;;;112771:1;112757:16;;;;;112746:59;112718:87;;112830:7;:13;;;112818:25;;;;112866:20;112869:9;112880:5;112866:2;:20;;:::i;:::-;112854:32;;112909:1;112903:3;:7;:44;;;;;112935:12;112914:7;:17;;;:33;;;112903:44;112899:283;;;113002:29;113021:9;113002:18;:29::i;:::-;112964;112978:5;112991:1;112985:3;:7;;;;:::i;:::-;112964:13;:29::i;:::-;:35;;;:67;;;;;;;;;;;;;;;;;;112899:283;;;113064:5;113075:94;;;;;;;;113098:31;113116:12;113098:17;:31::i;:::-;113075:94;;;;;;113138:29;113157:9;113138:18;:29::i;:::-;113075:94;;;;;113064:106;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;112899:283;112668:521;;112456:733;;;;;;:::o;124484:221::-;79185:19;:17;:19::i;:::-;124653:44:::1;124680:4;124686:2;124690:6;124653:26;:44::i;:::-;124484:221:::0;;;:::o;124783:193::-;124925:43;124951:4;124957:2;124961:6;124925:25;:43::i;:::-;124783:193;;;:::o;121942:146::-;122010:70;122026:24;:33;122051:7;122026:33;;;;;;;;;;;;;;;122061:18;122071:7;122061:9;:18::i;:::-;122010:15;:70::i;:::-;121942:146;:::o;122096:118::-;122153:53;122169:21;122192:13;:11;:13::i;:::-;122153:15;:53::i;:::-;122096:118::o;111805:643::-;111937:3;111930:10;;:3;:10;;;;:24;;;;;111953:1;111944:6;:10;111930:24;111926:515;;;111990:1;111975:17;;:3;:17;;;111971:224;;112014:17;112033;112054:54;112071:12;:17;112084:3;112071:17;;;;;;;;;;;;;;;112090:9;112101:6;112054:16;:54::i;:::-;112013:95;;;;112153:3;112132:47;;;112158:9;112169;112132:47;;;;;;;:::i;:::-;;;;;;;;111994:201;;111971:224;112230:1;112215:17;;:3;:17;;;112211:219;;112254:17;112273;112294:49;112311:12;:17;112324:3;112311:17;;;;;;;;;;;;;;;112330:4;112336:6;112294:16;:49::i;:::-;112253:90;;;;112388:3;112367:47;;;112393:9;112404;112367:47;;;;;;;:::i;:::-;;;;;;;;112234:196;;112211:219;111926:515;111805:643;;;:::o;69801:263::-;69945:7;69993:8;70003;70013:11;70026:13;70049:4;69982:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;69972:84;;;;;;69965:91;;69801:263;;;;;:::o;48730:1673::-;48778:7;48807:1;48802;:6;48798:47;;;48832:1;48825:8;;;;48798:47;49536:14;49570:1;49559:7;49564:1;49559:4;:7::i;:::-;:12;;49553:1;:19;;49536:36;;50038:1;50027:6;50023:1;:10;;;;;:::i;:::-;;;50014:6;:19;50013:26;;50004:35;;50088:1;50077:6;50073:1;:10;;;;;:::i;:::-;;;50064:6;:19;50063:26;;50054:35;;50138:1;50127:6;50123:1;:10;;;;;:::i;:::-;;;50114:6;:19;50113:26;;50104:35;;50188:1;50177:6;50173:1;:10;;;;;:::i;:::-;;;50164:6;:19;50163:26;;50154:35;;50238:1;50227:6;50223:1;:10;;;;;:::i;:::-;;;50214:6;:19;50213:26;;50204:35;;50288:1;50277:6;50273:1;:10;;;;;:::i;:::-;;;50264:6;:19;50263:26;;50254:35;;50338:1;50327:6;50323:1;:10;;;;;:::i;:::-;;;50314:6;:19;50313:26;;50304:35;;50361:23;50365:6;50377;50373:1;:10;;;;;:::i;:::-;;;50361:3;:23::i;:::-;50354:30;;;48730:1673;;;;:::o;113554:244::-;113640:25;113712:10;113709:1;113702:21;113776:3;113769:4;113766:1;113756:18;113752:28;113737:43;;113554:244;;;;:::o;43131:156::-;43193:7;43278:1;43273;43269;:5;43268:11;;;;:::i;:::-;43263:1;43259;:5;43258:21;;;;:::i;:::-;43251:28;;43131:156;;;;:::o;79924:108::-;79991:8;:6;:8::i;:::-;79983:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;79924:108::o;110628:194::-;110713:28;110725:7;110734:6;110713:11;:28::i;:::-;110754:60;110771:23;110796:9;110807:6;110754:16;:60::i;:::-;;;110628:194;;:::o;118625:127::-;118689:7;118716:28;:18;:26;:28::i;:::-;118709:35;;118625:127;:::o;74384:958::-;74473:7;74513:1;74497:5;:12;;;;:17;74493:58;;;74538:1;74531:8;;;;74493:58;74563:11;74589:12;74604:5;:12;;;;74589:27;;74629:444;74642:4;74636:3;:10;74629:444;;;74663:11;74677:23;74690:3;74695:4;74677:12;:23::i;:::-;74663:37;;74954:7;74921:24;74934:5;74941:3;74921:12;:24::i;:::-;:30;;;:40;74917:145;;;74989:3;74982:10;;74917:145;;;75045:1;75039:3;:7;;;;:::i;:::-;75033:13;;74917:145;74648:425;74629:444;;;75199:1;75193:3;:7;:56;;;;;75242:7;75204:28;75217:5;75230:1;75224:3;:7;;;;:::i;:::-;75204:12;:28::i;:::-;:34;;;:45;75193:56;75189:146;;;75279:1;75273:3;:7;;;;:::i;:::-;75266:14;;;;;;75189:146;75320:3;75313:10;;;;74384:958;;;;;:::o;79739:108::-;79810:8;:6;:8::i;:::-;79809:9;79801:38;;;;;;;;;;;;:::i;:::-;;;;;;;;;79739:108::o;41791:127::-;41898:1;41880:7;:14;;;:19;;;;;;;;;;;41791:127;:::o;66037:196::-;66130:7;66196:15;66213:10;66167:57;;;;;;;;;:::i;:::-;;;;;;;;;;;;;66157:68;;;;;;66150:75;;66037:196;;;;:::o;62687:1520::-;62818:7;62827:12;63752:66;63747:1;63739:10;;:79;63735:163;;;63851:1;63855:30;63835:51;;;;;;63735:163;63995:14;64012:24;64022:4;64028:1;64031;64034;64012:24;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;63995:41;;64069:1;64051:20;;:6;:20;;;64047:103;;;64104:1;64108:29;64088:50;;;;;;;64047:103;64170:6;64178:20;64162:37;;;;;62687:1520;;;;;;;;:::o;58079:521::-;58157:20;58148:29;;;;;;;;:::i;:::-;;:5;:29;;;;;;;;:::i;:::-;;;58144:449;;;58194:7;;58144:449;58255:29;58246:38;;;;;;;;:::i;:::-;;:5;:38;;;;;;;;:::i;:::-;;;58242:351;;;58301:34;;;;;;;;;;:::i;:::-;;;;;;;;58242:351;58366:35;58357:44;;;;;;;;:::i;:::-;;:5;:44;;;;;;;;:::i;:::-;;;58353:240;;;58418:41;;;;;;;;;;:::i;:::-;;;;;;;;58353:240;58490:30;58481:39;;;;;;;;:::i;:::-;;:5;:39;;;;;;;;:::i;:::-;;;58477:116;;;58537:44;;;;;;;;;;:::i;:::-;;;;;;;;58477:116;58079:521;;:::o;122222:310::-;122317:17;122337:23;:21;:23::i;:::-;122317:43;;122408:9;122375:30;122391:9;:13;;122375:15;:30::i;:::-;:42;122371:154;;;122434:9;:13;;122453:9;122434:29;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;122478:9;:16;;122500:12;122478:35;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;122371:154;122306:226;122222:310;;:::o;50880:1019::-;50932:7;50952:14;50969:1;50952:18;;51025:1;51019:3;51010:5;:12;;:16;51006:102;;;51057:3;51047:13;;;;;51089:3;51079:13;;;;51006:102;51140:1;51135:2;51126:5;:11;;:15;51122:99;;;51172:2;51162:12;;;;;51203:2;51193:12;;;;51122:99;51253:1;51248:2;51239:5;:11;;:15;51235:99;;;51285:2;51275:12;;;;;51316:2;51306:12;;;;51235:99;51366:1;51361:2;51352:5;:11;;:15;51348:99;;;51398:2;51388:12;;;;;51429:2;51419:12;;;;51348:99;51478:1;51474;51465:5;:10;;:14;51461:96;;;51510:1;51500:11;;;;;51540:1;51530:11;;;;51461:96;51588:1;51584;51575:5;:10;;:14;51571:96;;;51620:1;51610:11;;;;;51650:1;51640:11;;;;51571:96;51698:1;51694;51685:5;:10;;:14;51681:96;;;51730:1;51720:11;;;;;51760:1;51750:11;;;;51681:96;51808:1;51804;51795:5;:10;;:14;51791:66;;;51840:1;51830:11;;;;51791:66;51885:6;51878:13;;;50880:1019;;;:::o;42906:106::-;42964:7;42995:1;42991;:5;:13;;43003:1;42991:13;;;42999:1;42991:13;42984:20;;42906:106;;;;:::o;96535:675::-;96638:1;96619:21;;:7;:21;;;;96611:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;96691:49;96712:7;96729:1;96733:6;96691:20;:49::i;:::-;96753:22;96778:9;:18;96788:7;96778:18;;;;;;;;;;;;;;;;96753:43;;96833:6;96815:14;:24;;96807:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;96952:6;96935:14;:23;96914:9;:18;96924:7;96914:18;;;;;;;;;;;;;;;:44;;;;97069:6;97053:12;;:22;;;;;;;;;;;97130:1;97104:37;;97113:7;97104:37;;;97134:6;97104:37;;;;;;:::i;:::-;;;;;;;;97154:48;97174:7;97191:1;97195:6;97154:19;:48::i;:::-;96600:610;96535:675;;:::o;76653:342::-;76734:31;76778:12;76879:8;76876:1;76869:19;76934:3;76927:4;76924:1;76914:18;76910:28;76902:36;;76966:21;:4;:19;:21::i;:::-;76959:28;;;76653:342;;;;:::o;122540:212::-;122610:7;122648:1;122634:3;:10;;;;:15;122630:115;;;122673:1;122666:8;;;;122630:115;122714:3;122731:1;122718:3;:10;;;;:14;;;;:::i;:::-;122714:19;;;;;;;;:::i;:::-;;;;;;;;;;122707:26;;122540:212;;;;:::o;73472:195::-;73533:21;73645:4;73635:14;;73472:195;;;:::o;-1:-1:-1:-;;;;;;;;;;;;;;;;;;;;;;;:::o;7:99:1:-;59:6;93:5;87:12;77:22;;7:99;;;:::o;112:169::-;196:11;230:6;225:3;218:19;270:4;265:3;261:14;246:29;;112:169;;;;:::o;287:307::-;355:1;365:113;379:6;376:1;373:13;365:113;;;464:1;459:3;455:11;449:18;445:1;440:3;436:11;429:39;401:2;398:1;394:10;389:15;;365:113;;;496:6;493:1;490:13;487:101;;;576:1;567:6;562:3;558:16;551:27;487:101;336:258;287:307;;;:::o;600:102::-;641:6;692:2;688:7;683:2;676:5;672:14;668:28;658:38;;600:102;;;:::o;708:364::-;796:3;824:39;857:5;824:39;:::i;:::-;879:71;943:6;938:3;879:71;:::i;:::-;872:78;;959:52;1004:6;999:3;992:4;985:5;981:16;959:52;:::i;:::-;1036:29;1058:6;1036:29;:::i;:::-;1031:3;1027:39;1020:46;;800:272;708:364;;;;:::o;1078:313::-;1191:4;1229:2;1218:9;1214:18;1206:26;;1278:9;1272:4;1268:20;1264:1;1253:9;1249:17;1242:47;1306:78;1379:4;1370:6;1306:78;:::i;:::-;1298:86;;1078:313;;;;:::o;1478:117::-;1587:1;1584;1577:12;1724:126;1761:7;1801:42;1794:5;1790:54;1779:65;;1724:126;;;:::o;1856:96::-;1893:7;1922:24;1940:5;1922:24;:::i;:::-;1911:35;;1856:96;;;:::o;1958:122::-;2031:24;2049:5;2031:24;:::i;:::-;2024:5;2021:35;2011:63;;2070:1;2067;2060:12;2011:63;1958:122;:::o;2086:139::-;2132:5;2170:6;2157:20;2148:29;;2186:33;2213:5;2186:33;:::i;:::-;2086:139;;;;:::o;2231:77::-;2268:7;2297:5;2286:16;;2231:77;;;:::o;2314:122::-;2387:24;2405:5;2387:24;:::i;:::-;2380:5;2377:35;2367:63;;2426:1;2423;2416:12;2367:63;2314:122;:::o;2442:139::-;2488:5;2526:6;2513:20;2504:29;;2542:33;2569:5;2542:33;:::i;:::-;2442:139;;;;:::o;2587:474::-;2655:6;2663;2712:2;2700:9;2691:7;2687:23;2683:32;2680:119;;;2718:79;;:::i;:::-;2680:119;2838:1;2863:53;2908:7;2899:6;2888:9;2884:22;2863:53;:::i;:::-;2853:63;;2809:117;2965:2;2991:53;3036:7;3027:6;3016:9;3012:22;2991:53;:::i;:::-;2981:63;;2936:118;2587:474;;;;;:::o;3067:90::-;3101:7;3144:5;3137:13;3130:21;3119:32;;3067:90;;;:::o;3163:109::-;3244:21;3259:5;3244:21;:::i;:::-;3239:3;3232:34;3163:109;;:::o;3278:210::-;3365:4;3403:2;3392:9;3388:18;3380:26;;3416:65;3478:1;3467:9;3463:17;3454:6;3416:65;:::i;:::-;3278:210;;;;:::o;3494:118::-;3581:24;3599:5;3581:24;:::i;:::-;3576:3;3569:37;3494:118;;:::o;3618:222::-;3711:4;3749:2;3738:9;3734:18;3726:26;;3762:71;3830:1;3819:9;3815:17;3806:6;3762:71;:::i;:::-;3618:222;;;;:::o;3846:619::-;3923:6;3931;3939;3988:2;3976:9;3967:7;3963:23;3959:32;3956:119;;;3994:79;;:::i;:::-;3956:119;4114:1;4139:53;4184:7;4175:6;4164:9;4160:22;4139:53;:::i;:::-;4129:63;;4085:117;4241:2;4267:53;4312:7;4303:6;4292:9;4288:22;4267:53;:::i;:::-;4257:63;;4212:118;4369:2;4395:53;4440:7;4431:6;4420:9;4416:22;4395:53;:::i;:::-;4385:63;;4340:118;3846:619;;;;;:::o;4471:86::-;4506:7;4546:4;4539:5;4535:16;4524:27;;4471:86;;;:::o;4563:112::-;4646:22;4662:5;4646:22;:::i;:::-;4641:3;4634:35;4563:112;;:::o;4681:214::-;4770:4;4808:2;4797:9;4793:18;4785:26;;4821:67;4885:1;4874:9;4870:17;4861:6;4821:67;:::i;:::-;4681:214;;;;:::o;4901:77::-;4938:7;4967:5;4956:16;;4901:77;;;:::o;4984:118::-;5071:24;5089:5;5071:24;:::i;:::-;5066:3;5059:37;4984:118;;:::o;5108:222::-;5201:4;5239:2;5228:9;5224:18;5216:26;;5252:71;5320:1;5309:9;5305:17;5296:6;5252:71;:::i;:::-;5108:222;;;;:::o;5336:329::-;5395:6;5444:2;5432:9;5423:7;5419:23;5415:32;5412:119;;;5450:79;;:::i;:::-;5412:119;5570:1;5595:53;5640:7;5631:6;5620:9;5616:22;5595:53;:::i;:::-;5585:63;;5541:117;5336:329;;;;:::o;5671:::-;5730:6;5779:2;5767:9;5758:7;5754:23;5750:32;5747:119;;;5785:79;;:::i;:::-;5747:119;5905:1;5930:53;5975:7;5966:6;5955:9;5951:22;5930:53;:::i;:::-;5920:63;;5876:117;5671:329;;;;:::o;6006:118::-;6093:24;6111:5;6093:24;:::i;:::-;6088:3;6081:37;6006:118;;:::o;6130:222::-;6223:4;6261:2;6250:9;6246:18;6238:26;;6274:71;6342:1;6331:9;6327:17;6318:6;6274:71;:::i;:::-;6130:222;;;;:::o;6358:93::-;6394:7;6434:10;6427:5;6423:22;6412:33;;6358:93;;;:::o;6457:115::-;6542:23;6559:5;6542:23;:::i;:::-;6537:3;6530:36;6457:115;;:::o;6578:218::-;6669:4;6707:2;6696:9;6692:18;6684:26;;6720:69;6786:1;6775:9;6771:17;6762:6;6720:69;:::i;:::-;6578:218;;;;:::o;6802:118::-;6873:22;6889:5;6873:22;:::i;:::-;6866:5;6863:33;6853:61;;6910:1;6907;6900:12;6853:61;6802:118;:::o;6926:135::-;6970:5;7008:6;6995:20;6986:29;;7024:31;7049:5;7024:31;:::i;:::-;6926:135;;;;:::o;7067:122::-;7140:24;7158:5;7140:24;:::i;:::-;7133:5;7130:35;7120:63;;7179:1;7176;7169:12;7120:63;7067:122;:::o;7195:139::-;7241:5;7279:6;7266:20;7257:29;;7295:33;7322:5;7295:33;:::i;:::-;7195:139;;;;:::o;7340:1053::-;7442:6;7450;7458;7466;7474;7482;7531:3;7519:9;7510:7;7506:23;7502:33;7499:120;;;7538:79;;:::i;:::-;7499:120;7658:1;7683:53;7728:7;7719:6;7708:9;7704:22;7683:53;:::i;:::-;7673:63;;7629:117;7785:2;7811:53;7856:7;7847:6;7836:9;7832:22;7811:53;:::i;:::-;7801:63;;7756:118;7913:2;7939:53;7984:7;7975:6;7964:9;7960:22;7939:53;:::i;:::-;7929:63;;7884:118;8041:2;8067:51;8110:7;8101:6;8090:9;8086:22;8067:51;:::i;:::-;8057:61;;8012:116;8167:3;8194:53;8239:7;8230:6;8219:9;8215:22;8194:53;:::i;:::-;8184:63;;8138:119;8296:3;8323:53;8368:7;8359:6;8348:9;8344:22;8323:53;:::i;:::-;8313:63;;8267:119;7340:1053;;;;;;;;:::o;8399:1199::-;8510:6;8518;8526;8534;8542;8550;8558;8607:3;8595:9;8586:7;8582:23;8578:33;8575:120;;;8614:79;;:::i;:::-;8575:120;8734:1;8759:53;8804:7;8795:6;8784:9;8780:22;8759:53;:::i;:::-;8749:63;;8705:117;8861:2;8887:53;8932:7;8923:6;8912:9;8908:22;8887:53;:::i;:::-;8877:63;;8832:118;8989:2;9015:53;9060:7;9051:6;9040:9;9036:22;9015:53;:::i;:::-;9005:63;;8960:118;9117:2;9143:53;9188:7;9179:6;9168:9;9164:22;9143:53;:::i;:::-;9133:63;;9088:118;9245:3;9272:51;9315:7;9306:6;9295:9;9291:22;9272:51;:::i;:::-;9262:61;;9216:117;9372:3;9399:53;9444:7;9435:6;9424:9;9420:22;9399:53;:::i;:::-;9389:63;;9343:119;9501:3;9528:53;9573:7;9564:6;9553:9;9549:22;9528:53;:::i;:::-;9518:63;;9472:119;8399:1199;;;;;;;;;;:::o;9604:474::-;9672:6;9680;9729:2;9717:9;9708:7;9704:23;9700:32;9697:119;;;9735:79;;:::i;:::-;9697:119;9855:1;9880:53;9925:7;9916:6;9905:9;9901:22;9880:53;:::i;:::-;9870:63;;9826:117;9982:2;10008:53;10053:7;10044:6;10033:9;10029:22;10008:53;:::i;:::-;9998:63;;9953:118;9604:474;;;;;:::o;10084:120::-;10156:23;10173:5;10156:23;:::i;:::-;10149:5;10146:34;10136:62;;10194:1;10191;10184:12;10136:62;10084:120;:::o;10210:137::-;10255:5;10293:6;10280:20;10271:29;;10309:32;10335:5;10309:32;:::i;:::-;10210:137;;;;:::o;10353:472::-;10420:6;10428;10477:2;10465:9;10456:7;10452:23;10448:32;10445:119;;;10483:79;;:::i;:::-;10445:119;10603:1;10628:53;10673:7;10664:6;10653:9;10649:22;10628:53;:::i;:::-;10618:63;;10574:117;10730:2;10756:52;10800:7;10791:6;10780:9;10776:22;10756:52;:::i;:::-;10746:62;;10701:117;10353:472;;;;;:::o;10831:105::-;10906:23;10923:5;10906:23;:::i;:::-;10901:3;10894:36;10831:105;;:::o;10942:142::-;10979:7;11019:58;11012:5;11008:70;10997:81;;10942:142;;;:::o;11090:108::-;11167:24;11185:5;11167:24;:::i;:::-;11162:3;11155:37;11090:108;;:::o;11272:517::-;11425:4;11420:3;11416:14;11517:4;11510:5;11506:16;11500:23;11536:61;11591:4;11586:3;11582:14;11568:12;11536:61;:::i;:::-;11440:167;11690:4;11683:5;11679:16;11673:23;11709:63;11766:4;11761:3;11757:14;11743:12;11709:63;:::i;:::-;11617:165;11394:395;11272:517;;:::o;11795:334::-;11944:4;11982:2;11971:9;11967:18;11959:26;;11995:127;12119:1;12108:9;12104:17;12095:6;11995:127;:::i;:::-;11795:334;;;;:::o;12135:180::-;12183:77;12180:1;12173:88;12280:4;12277:1;12270:15;12304:4;12301:1;12294:15;12321:320;12365:6;12402:1;12396:4;12392:12;12382:22;;12449:1;12443:4;12439:12;12470:18;12460:81;;12526:4;12518:6;12514:17;12504:27;;12460:81;12588:2;12580:6;12577:14;12557:18;12554:38;12551:84;;;12607:18;;:::i;:::-;12551:84;12372:269;12321:320;;;:::o;12647:180::-;12695:77;12692:1;12685:88;12792:4;12789:1;12782:15;12816:4;12813:1;12806:15;12833:305;12873:3;12892:20;12910:1;12892:20;:::i;:::-;12887:25;;12926:20;12944:1;12926:20;:::i;:::-;12921:25;;13080:1;13012:66;13008:74;13005:1;13002:81;12999:107;;;13086:18;;:::i;:::-;12999:107;13130:1;13127;13123:9;13116:16;;12833:305;;;;:::o;13144:181::-;13284:33;13280:1;13272:6;13268:14;13261:57;13144:181;:::o;13331:366::-;13473:3;13494:67;13558:2;13553:3;13494:67;:::i;:::-;13487:74;;13570:93;13659:3;13570:93;:::i;:::-;13688:2;13683:3;13679:12;13672:19;;13331:366;;;:::o;13703:419::-;13869:4;13907:2;13896:9;13892:18;13884:26;;13956:9;13950:4;13946:20;13942:1;13931:9;13927:17;13920:47;13984:131;14110:4;13984:131;:::i;:::-;13976:139;;13703:419;;;:::o;14128:191::-;14168:4;14188:20;14206:1;14188:20;:::i;:::-;14183:25;;14222:20;14240:1;14222:20;:::i;:::-;14217:25;;14261:1;14258;14255:8;14252:34;;;14266:18;;:::i;:::-;14252:34;14311:1;14308;14304:9;14296:17;;14128:191;;;;:::o;14325:180::-;14373:77;14370:1;14363:88;14470:4;14467:1;14460:15;14494:4;14491:1;14484:15;14511:224;14651:34;14647:1;14639:6;14635:14;14628:58;14720:7;14715:2;14707:6;14703:15;14696:32;14511:224;:::o;14741:366::-;14883:3;14904:67;14968:2;14963:3;14904:67;:::i;:::-;14897:74;;14980:93;15069:3;14980:93;:::i;:::-;15098:2;15093:3;15089:12;15082:19;;14741:366;;;:::o;15113:419::-;15279:4;15317:2;15306:9;15302:18;15294:26;;15366:9;15360:4;15356:20;15352:1;15341:9;15337:17;15330:47;15394:131;15520:4;15394:131;:::i;:::-;15386:139;;15113:419;;;:::o;15538:179::-;15678:31;15674:1;15666:6;15662:14;15655:55;15538:179;:::o;15723:366::-;15865:3;15886:67;15950:2;15945:3;15886:67;:::i;:::-;15879:74;;15962:93;16051:3;15962:93;:::i;:::-;16080:2;16075:3;16071:12;16064:19;;15723:366;;;:::o;16095:419::-;16261:4;16299:2;16288:9;16284:18;16276:26;;16348:9;16342:4;16338:20;16334:1;16323:9;16319:17;16312:47;16376:131;16502:4;16376:131;:::i;:::-;16368:139;;16095:419;;;:::o;16520:553::-;16697:4;16735:3;16724:9;16720:19;16712:27;;16749:71;16817:1;16806:9;16802:17;16793:6;16749:71;:::i;:::-;16830:72;16898:2;16887:9;16883:18;16874:6;16830:72;:::i;:::-;16912;16980:2;16969:9;16965:18;16956:6;16912:72;:::i;:::-;16994;17062:2;17051:9;17047:18;17038:6;16994:72;:::i;:::-;16520:553;;;;;;;:::o;17079:175::-;17219:27;17215:1;17207:6;17203:14;17196:51;17079:175;:::o;17260:366::-;17402:3;17423:67;17487:2;17482:3;17423:67;:::i;:::-;17416:74;;17499:93;17588:3;17499:93;:::i;:::-;17617:2;17612:3;17608:12;17601:19;;17260:366;;;:::o;17632:419::-;17798:4;17836:2;17825:9;17821:18;17813:26;;17885:9;17879:4;17875:20;17871:1;17860:9;17856:17;17849:47;17913:131;18039:4;17913:131;:::i;:::-;17905:139;;17632:419;;;:::o;18057:179::-;18197:31;18193:1;18185:6;18181:14;18174:55;18057:179;:::o;18242:366::-;18384:3;18405:67;18469:2;18464:3;18405:67;:::i;:::-;18398:74;;18481:93;18570:3;18481:93;:::i;:::-;18599:2;18594:3;18590:12;18583:19;;18242:366;;;:::o;18614:419::-;18780:4;18818:2;18807:9;18803:18;18795:26;;18867:9;18861:4;18857:20;18853:1;18842:9;18838:17;18831:47;18895:131;19021:4;18895:131;:::i;:::-;18887:139;;18614:419;;;:::o;19039:775::-;19272:4;19310:3;19299:9;19295:19;19287:27;;19324:71;19392:1;19381:9;19377:17;19368:6;19324:71;:::i;:::-;19405:72;19473:2;19462:9;19458:18;19449:6;19405:72;:::i;:::-;19487;19555:2;19544:9;19540:18;19531:6;19487:72;:::i;:::-;19569;19637:2;19626:9;19622:18;19613:6;19569:72;:::i;:::-;19651:73;19719:3;19708:9;19704:19;19695:6;19651:73;:::i;:::-;19734;19802:3;19791:9;19787:19;19778:6;19734:73;:::i;:::-;19039:775;;;;;;;;;:::o;19820:180::-;19960:32;19956:1;19948:6;19944:14;19937:56;19820:180;:::o;20006:366::-;20148:3;20169:67;20233:2;20228:3;20169:67;:::i;:::-;20162:74;;20245:93;20334:3;20245:93;:::i;:::-;20363:2;20358:3;20354:12;20347:19;;20006:366;;;:::o;20378:419::-;20544:4;20582:2;20571:9;20567:18;20559:26;;20631:9;20625:4;20621:20;20617:1;20606:9;20602:17;20595:47;20659:131;20785:4;20659:131;:::i;:::-;20651:139;;20378:419;;;:::o;20803:225::-;20943:34;20939:1;20931:6;20927:14;20920:58;21012:8;21007:2;20999:6;20995:15;20988:33;20803:225;:::o;21034:366::-;21176:3;21197:67;21261:2;21256:3;21197:67;:::i;:::-;21190:74;;21273:93;21362:3;21273:93;:::i;:::-;21391:2;21386:3;21382:12;21375:19;;21034:366;;;:::o;21406:419::-;21572:4;21610:2;21599:9;21595:18;21587:26;;21659:9;21653:4;21649:20;21645:1;21634:9;21630:17;21623:47;21687:131;21813:4;21687:131;:::i;:::-;21679:139;;21406:419;;;:::o;21831:235::-;21971:34;21967:1;21959:6;21955:14;21948:58;22040:18;22035:2;22027:6;22023:15;22016:43;21831:235;:::o;22072:366::-;22214:3;22235:67;22299:2;22294:3;22235:67;:::i;:::-;22228:74;;22311:93;22400:3;22311:93;:::i;:::-;22429:2;22424:3;22420:12;22413:19;;22072:366;;;:::o;22444:419::-;22610:4;22648:2;22637:9;22633:18;22625:26;;22697:9;22691:4;22687:20;22683:1;22672:9;22668:17;22661:47;22725:131;22851:4;22725:131;:::i;:::-;22717:139;;22444:419;;;:::o;22869:181::-;23009:33;23005:1;22997:6;22993:14;22986:57;22869:181;:::o;23056:366::-;23198:3;23219:67;23283:2;23278:3;23219:67;:::i;:::-;23212:74;;23295:93;23384:3;23295:93;:::i;:::-;23413:2;23408:3;23404:12;23397:19;;23056:366;;;:::o;23428:419::-;23594:4;23632:2;23621:9;23617:18;23609:26;;23681:9;23675:4;23671:20;23667:1;23656:9;23652:17;23645:47;23709:131;23835:4;23709:131;:::i;:::-;23701:139;;23428:419;;;:::o;23853:226::-;23993:34;23989:1;23981:6;23977:14;23970:58;24062:9;24057:2;24049:6;24045:15;24038:34;23853:226;:::o;24085:366::-;24227:3;24248:67;24312:2;24307:3;24248:67;:::i;:::-;24241:74;;24324:93;24413:3;24324:93;:::i;:::-;24442:2;24437:3;24433:12;24426:19;;24085:366;;;:::o;24457:419::-;24623:4;24661:2;24650:9;24646:18;24638:26;;24710:9;24704:4;24700:20;24696:1;24685:9;24681:17;24674:47;24738:131;24864:4;24738:131;:::i;:::-;24730:139;;24457:419;;;:::o;24882:225::-;25022:34;25018:1;25010:6;25006:14;24999:58;25091:8;25086:2;25078:6;25074:15;25067:33;24882:225;:::o;25113:366::-;25255:3;25276:67;25340:2;25335:3;25276:67;:::i;:::-;25269:74;;25352:93;25441:3;25352:93;:::i;:::-;25470:2;25465:3;25461:12;25454:19;;25113:366;;;:::o;25485:419::-;25651:4;25689:2;25678:9;25674:18;25666:26;;25738:9;25732:4;25728:20;25724:1;25713:9;25709:17;25702:47;25766:131;25892:4;25766:131;:::i;:::-;25758:139;;25485:419;;;:::o;25910:223::-;26050:34;26046:1;26038:6;26034:14;26027:58;26119:6;26114:2;26106:6;26102:15;26095:31;25910:223;:::o;26139:366::-;26281:3;26302:67;26366:2;26361:3;26302:67;:::i;:::-;26295:74;;26378:93;26467:3;26378:93;:::i;:::-;26496:2;26491:3;26487:12;26480:19;;26139:366;;;:::o;26511:419::-;26677:4;26715:2;26704:9;26700:18;26692:26;;26764:9;26758:4;26754:20;26750:1;26739:9;26735:17;26728:47;26792:131;26918:4;26792:131;:::i;:::-;26784:139;;26511:419;;;:::o;26936:221::-;27076:34;27072:1;27064:6;27060:14;27053:58;27145:4;27140:2;27132:6;27128:15;27121:29;26936:221;:::o;27163:366::-;27305:3;27326:67;27390:2;27385:3;27326:67;:::i;:::-;27319:74;;27402:93;27491:3;27402:93;:::i;:::-;27520:2;27515:3;27511:12;27504:19;;27163:366;;;:::o;27535:419::-;27701:4;27739:2;27728:9;27724:18;27716:26;;27788:9;27782:4;27778:20;27774:1;27763:9;27759:17;27752:47;27816:131;27942:4;27816:131;:::i;:::-;27808:139;;27535:419;;;:::o;27960:179::-;28100:31;28096:1;28088:6;28084:14;28077:55;27960:179;:::o;28145:366::-;28287:3;28308:67;28372:2;28367:3;28308:67;:::i;:::-;28301:74;;28384:93;28473:3;28384:93;:::i;:::-;28502:2;28497:3;28493:12;28486:19;;28145:366;;;:::o;28517:419::-;28683:4;28721:2;28710:9;28706:18;28698:26;;28770:9;28764:4;28760:20;28756:1;28745:9;28741:17;28734:47;28798:131;28924:4;28798:131;:::i;:::-;28790:139;;28517:419;;;:::o;28942:224::-;29082:34;29078:1;29070:6;29066:14;29059:58;29151:7;29146:2;29138:6;29134:15;29127:32;28942:224;:::o;29172:366::-;29314:3;29335:67;29399:2;29394:3;29335:67;:::i;:::-;29328:74;;29411:93;29500:3;29411:93;:::i;:::-;29529:2;29524:3;29520:12;29513:19;;29172:366;;;:::o;29544:419::-;29710:4;29748:2;29737:9;29733:18;29725:26;;29797:9;29791:4;29787:20;29783:1;29772:9;29768:17;29761:47;29825:131;29951:4;29825:131;:::i;:::-;29817:139;;29544:419;;;:::o;29969:222::-;30109:34;30105:1;30097:6;30093:14;30086:58;30178:5;30173:2;30165:6;30161:15;30154:30;29969:222;:::o;30197:366::-;30339:3;30360:67;30424:2;30419:3;30360:67;:::i;:::-;30353:74;;30436:93;30525:3;30436:93;:::i;:::-;30554:2;30549:3;30545:12;30538:19;;30197:366;;;:::o;30569:419::-;30735:4;30773:2;30762:9;30758:18;30750:26;;30822:9;30816:4;30812:20;30808:1;30797:9;30793:17;30786:47;30850:131;30976:4;30850:131;:::i;:::-;30842:139;;30569:419;;;:::o;30994:225::-;31134:34;31130:1;31122:6;31118:14;31111:58;31203:8;31198:2;31190:6;31186:15;31179:33;30994:225;:::o;31225:366::-;31367:3;31388:67;31452:2;31447:3;31388:67;:::i;:::-;31381:74;;31464:93;31553:3;31464:93;:::i;:::-;31582:2;31577:3;31573:12;31566:19;;31225:366;;;:::o;31597:419::-;31763:4;31801:2;31790:9;31786:18;31778:26;;31850:9;31844:4;31840:20;31836:1;31825:9;31821:17;31814:47;31878:131;32004:4;31878:131;:::i;:::-;31870:139;;31597:419;;;:::o;32022:182::-;32162:34;32158:1;32150:6;32146:14;32139:58;32022:182;:::o;32210:366::-;32352:3;32373:67;32437:2;32432:3;32373:67;:::i;:::-;32366:74;;32449:93;32538:3;32449:93;:::i;:::-;32567:2;32562:3;32558:12;32551:19;;32210:366;;;:::o;32582:419::-;32748:4;32786:2;32775:9;32771:18;32763:26;;32835:9;32829:4;32825:20;32821:1;32810:9;32806:17;32799:47;32863:131;32989:4;32863:131;:::i;:::-;32855:139;;32582:419;;;:::o;33007:172::-;33147:24;33143:1;33135:6;33131:14;33124:48;33007:172;:::o;33185:366::-;33327:3;33348:67;33412:2;33407:3;33348:67;:::i;:::-;33341:74;;33424:93;33513:3;33424:93;:::i;:::-;33542:2;33537:3;33533:12;33526:19;;33185:366;;;:::o;33557:419::-;33723:4;33761:2;33750:9;33746:18;33738:26;;33810:9;33804:4;33800:20;33796:1;33785:9;33781:17;33774:47;33838:131;33964:4;33838:131;:::i;:::-;33830:139;;33557:419;;;:::o;33982:179::-;34122:31;34118:1;34110:6;34106:14;34099:55;33982:179;:::o;34167:366::-;34309:3;34330:67;34394:2;34389:3;34330:67;:::i;:::-;34323:74;;34406:93;34495:3;34406:93;:::i;:::-;34524:2;34519:3;34515:12;34508:19;;34167:366;;;:::o;34539:419::-;34705:4;34743:2;34732:9;34728:18;34720:26;;34792:9;34786:4;34782:20;34778:1;34767:9;34763:17;34756:47;34820:131;34946:4;34820:131;:::i;:::-;34812:139;;34539:419;;;:::o;34964:332::-;35085:4;35123:2;35112:9;35108:18;35100:26;;35136:71;35204:1;35193:9;35189:17;35180:6;35136:71;:::i;:::-;35217:72;35285:2;35274:9;35270:18;35261:6;35217:72;:::i;:::-;34964:332;;;;;:::o;35302:664::-;35507:4;35545:3;35534:9;35530:19;35522:27;;35559:71;35627:1;35616:9;35612:17;35603:6;35559:71;:::i;:::-;35640:72;35708:2;35697:9;35693:18;35684:6;35640:72;:::i;:::-;35722;35790:2;35779:9;35775:18;35766:6;35722:72;:::i;:::-;35804;35872:2;35861:9;35857:18;35848:6;35804:72;:::i;:::-;35886:73;35954:3;35943:9;35939:19;35930:6;35886:73;:::i;:::-;35302:664;;;;;;;;:::o;35972:180::-;36020:77;36017:1;36010:88;36117:4;36114:1;36107:15;36141:4;36138:1;36131:15;36158:185;36198:1;36215:20;36233:1;36215:20;:::i;:::-;36210:25;;36249:20;36267:1;36249:20;:::i;:::-;36244:25;;36288:1;36278:35;;36293:18;;:::i;:::-;36278:35;36335:1;36332;36328:9;36323:14;;36158:185;;;;:::o;36349:170::-;36489:22;36485:1;36477:6;36473:14;36466:46;36349:170;:::o;36525:366::-;36667:3;36688:67;36752:2;36747:3;36688:67;:::i;:::-;36681:74;;36764:93;36853:3;36764:93;:::i;:::-;36882:2;36877:3;36873:12;36866:19;;36525:366;;;:::o;36897:419::-;37063:4;37101:2;37090:9;37086:18;37078:26;;37150:9;37144:4;37140:20;37136:1;37125:9;37121:17;37114:47;37178:131;37304:4;37178:131;:::i;:::-;37170:139;;36897:419;;;:::o;37322:166::-;37462:18;37458:1;37450:6;37446:14;37439:42;37322:166;:::o;37494:366::-;37636:3;37657:67;37721:2;37716:3;37657:67;:::i;:::-;37650:74;;37733:93;37822:3;37733:93;:::i;:::-;37851:2;37846:3;37842:12;37835:19;;37494:366;;;:::o;37866:419::-;38032:4;38070:2;38059:9;38055:18;38047:26;;38119:9;38113:4;38109:20;38105:1;38094:9;38090:17;38083:47;38147:131;38273:4;38147:131;:::i;:::-;38139:139;;37866:419;;;:::o;38291:148::-;38393:11;38430:3;38415:18;;38291:148;;;;:::o;38445:214::-;38585:66;38581:1;38573:6;38569:14;38562:90;38445:214;:::o;38665:400::-;38825:3;38846:84;38928:1;38923:3;38846:84;:::i;:::-;38839:91;;38939:93;39028:3;38939:93;:::i;:::-;39057:1;39052:3;39048:11;39041:18;;38665:400;;;:::o;39071:79::-;39110:7;39139:5;39128:16;;39071:79;;;:::o;39156:157::-;39261:45;39281:24;39299:5;39281:24;:::i;:::-;39261:45;:::i;:::-;39256:3;39249:58;39156:157;;:::o;39319:663::-;39560:3;39582:148;39726:3;39582:148;:::i;:::-;39575:155;;39740:75;39811:3;39802:6;39740:75;:::i;:::-;39840:2;39835:3;39831:12;39824:19;;39853:75;39924:3;39915:6;39853:75;:::i;:::-;39953:2;39948:3;39944:12;39937:19;;39973:3;39966:10;;39319:663;;;;;:::o;39988:545::-;40161:4;40199:3;40188:9;40184:19;40176:27;;40213:71;40281:1;40270:9;40266:17;40257:6;40213:71;:::i;:::-;40294:68;40358:2;40347:9;40343:18;40334:6;40294:68;:::i;:::-;40372:72;40440:2;40429:9;40425:18;40416:6;40372:72;:::i;:::-;40454;40522:2;40511:9;40507:18;40498:6;40454:72;:::i;:::-;39988:545;;;;;;;:::o;40539:180::-;40587:77;40584:1;40577:88;40684:4;40681:1;40674:15;40708:4;40705:1;40698:15;40725:174;40865:26;40861:1;40853:6;40849:14;40842:50;40725:174;:::o;40905:366::-;41047:3;41068:67;41132:2;41127:3;41068:67;:::i;:::-;41061:74;;41144:93;41233:3;41144:93;:::i;:::-;41262:2;41257:3;41253:12;41246:19;;40905:366;;;:::o;41277:419::-;41443:4;41481:2;41470:9;41466:18;41458:26;;41530:9;41524:4;41520:20;41516:1;41505:9;41501:17;41494:47;41558:131;41684:4;41558:131;:::i;:::-;41550:139;;41277:419;;;:::o;41702:181::-;41842:33;41838:1;41830:6;41826:14;41819:57;41702:181;:::o;41889:366::-;42031:3;42052:67;42116:2;42111:3;42052:67;:::i;:::-;42045:74;;42128:93;42217:3;42128:93;:::i;:::-;42246:2;42241:3;42237:12;42230:19;;41889:366;;;:::o;42261:419::-;42427:4;42465:2;42454:9;42450:18;42442:26;;42514:9;42508:4;42504:20;42500:1;42489:9;42485:17;42478:47;42542:131;42668:4;42542:131;:::i;:::-;42534:139;;42261:419;;;:::o;42686:221::-;42826:34;42822:1;42814:6;42810:14;42803:58;42895:4;42890:2;42882:6;42878:15;42871:29;42686:221;:::o;42913:366::-;43055:3;43076:67;43140:2;43135:3;43076:67;:::i;:::-;43069:74;;43152:93;43241:3;43152:93;:::i;:::-;43270:2;43265:3;43261:12;43254:19;;42913:366;;;:::o;43285:419::-;43451:4;43489:2;43478:9;43474:18;43466:26;;43538:9;43532:4;43528:20;43524:1;43513:9;43509:17;43502:47;43566:131;43692:4;43566:131;:::i;:::-;43558:139;;43285:419;;;:::o;43710:220::-;43850:34;43846:1;43838:6;43834:14;43827:58;43919:3;43914:2;43906:6;43902:15;43895:28;43710:220;:::o;43936:366::-;44078:3;44099:67;44163:2;44158:3;44099:67;:::i;:::-;44092:74;;44175:93;44264:3;44175:93;:::i;:::-;44293:2;44288:3;44284:12;44277:19;;43936:366;;;:::o;44308:419::-;44474:4;44512:2;44501:9;44497:18;44489:26;;44561:9;44555:4;44551:20;44547:1;44536:9;44532:17;44525:47;44589:131;44715:4;44589:131;:::i;:::-;44581:139;;44308:419;;;:::o;44733:221::-;44873:34;44869:1;44861:6;44857:14;44850:58;44942:4;44937:2;44929:6;44925:15;44918:29;44733:221;:::o;44960:366::-;45102:3;45123:67;45187:2;45182:3;45123:67;:::i;:::-;45116:74;;45199:93;45288:3;45199:93;:::i;:::-;45317:2;45312:3;45308:12;45301:19;;44960:366;;;:::o;45332:419::-;45498:4;45536:2;45525:9;45521:18;45513:26;;45585:9;45579:4;45575:20;45571:1;45560:9;45556:17;45549:47;45613:131;45739:4;45613:131;:::i;:::-;45605:139;;45332:419;;;:::o

Swarm Source

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