POL Price: $0.636687 (+11.30%)
 

Overview

Max Total Supply

319,454,247.648957772822055383 COLLECT

Holders

11,626 (0.00%)

Total Transfers

-

Market

Price

$0.0011 @ 0.001803 POL (+8.65%)

Onchain Market Cap

$366,802.16

Circulating Supply Market Cap

$0.00

Other Info

Token Contract (WITH 18 Decimals)

Loading...
Loading
Loading...
Loading
Loading...
Loading

OVERVIEW

CoinCollect is a pioneering DeFi platform with a keen focus on NFTs, uniquely designed to enhance the value of NFT projects by imbuing them with utility features.

Market

Volume (24H):$98.37
Market Capitalization:$0.00
Circulating Supply:0.00 COLLECT
Market Data Source: Coinmarketcap

Contract Source Code Verified (Exact Match)

Contract Name:
CollectToken

Compiler Version
v0.8.18+commit.87f61d96

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at polygonscan.com on 2023-02-22
*/

// File: @openzeppelin/contracts/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/contracts/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/contracts/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/contracts/utils/math/Math.sol


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

pragma solidity ^0.8.0;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        // For our first guess, we get the biggest power of 2 which is smaller than the square root of the target.
        //
        // We know that the "msb" (most significant bit) of our target number `a` is a power of 2 such that we have
        // `msb(a) <= a < 2*msb(a)`. This value can be written `msb(a)=2**k` with `k=log2(a)`.
        //
        // This can be rewritten `2**log2(a) <= a < 2**(log2(a) + 1)`
        // → `sqrt(2**k) <= sqrt(a) < sqrt(2**(k+1))`
        // → `2**(k/2) <= sqrt(a) < 2**((k+1)/2) <= 2**(k/2 + 1)`
        //
        // Consequently, `2**(log2(a) / 2)` is a good first approximation of `sqrt(a)` with at least 1 correct bit.
        uint256 result = 1 << (log2(a) >> 1);

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

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

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

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

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

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

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

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

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


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

pragma solidity ^0.8.0;


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

    /**
     * @dev Converts a `uint256` to its ASCII `string` decimal representation.
     */
    function toString(uint256 value) internal pure returns (string memory) {
        unchecked {
            uint256 length = Math.log10(value) + 1;
            string memory buffer = new string(length);
            uint256 ptr;
            /// @solidity memory-safe-assembly
            assembly {
                ptr := add(buffer, add(32, length))
            }
            while (true) {
                ptr--;
                /// @solidity memory-safe-assembly
                assembly {
                    mstore8(ptr, byte(mod(value, 10), _SYMBOLS))
                }
                value /= 10;
                if (value == 0) break;
            }
            return buffer;
        }
    }

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

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

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

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


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

pragma solidity ^0.8.0;

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

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

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


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

pragma solidity ^0.8.0;


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

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

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

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

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

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

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

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

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

// File: @openzeppelin/contracts/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/contracts/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/contracts/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/contracts/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/contracts/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: contracts/CollectToken.sol


// CoinCollect Token Contract - ERC20
pragma solidity ^0.8.9;





contract CollectToken is ERC20, Ownable, ERC20Permit, ERC20Votes {
    uint256 public constant maxSupply = 500000000 * 1e18; 
    
    constructor() ERC20("CoinCollect Token", "COLLECT") ERC20Permit("CoinCollect Token") {
        _mint(msg.sender, 300000000 * 10 ** decimals());
    }

    function mint(address to, uint256 amount) public onlyOwner {
        _mint(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)
    {
        require(totalSupply() + amount <= maxSupply, "reach max supply");
        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":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"},{"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":"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":"maxSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"mint","outputs":[],"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":[{"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":"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":"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"}]

6101406040523480156200001257600080fd5b506040518060400160405280601181526020017f436f696e436f6c6c65637420546f6b656e000000000000000000000000000000815250806040518060400160405280600181526020017f31000000000000000000000000000000000000000000000000000000000000008152506040518060400160405280601181526020017f436f696e436f6c6c65637420546f6b656e0000000000000000000000000000008152506040518060400160405280600781526020017f434f4c4c454354000000000000000000000000000000000000000000000000008152508160039081620000fd919062000fb3565b5080600490816200010f919062000fb3565b50505062000132620001266200022b60201b60201c565b6200023360201b60201c565b60008280519060200120905060008280519060200120905060007f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f90508260e081815250508161010081815250504660a081815250506200019b818484620002f960201b60201c565b608081815250503073ffffffffffffffffffffffffffffffffffffffff1660c08173ffffffffffffffffffffffffffffffffffffffff16815250508061012081815250505050505050506200022533620001fa6200033560201b60201c565b600a6200020891906200122a565b6311e1a3006200021991906200127b565b6200033e60201b60201c565b62001711565b600033905090565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600083838346306040516020016200031695949392919062001337565b6040516020818303038152906040528051906020012090509392505050565b60006012905090565b6b019d971e4fe8401e74000000816200035c620003c760201b60201c565b62000368919062001394565b1115620003ac576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620003a39062001430565b60405180910390fd5b620003c38282620003d160201b620010471760201c565b5050565b6000600254905090565b620003e882826200048f60201b620010d41760201c565b620003f8620005fc60201b60201c565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1662000426620003c760201b60201c565b11156200046a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200046190620014c8565b60405180910390fd5b62000489600a6200062060201b6200122a17836200063860201b60201c565b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160362000501576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620004f8906200153a565b60405180910390fd5b62000515600083836200094560201b60201c565b806002600082825462000529919062001394565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051620005dc91906200155c565b60405180910390a3620005f8600083836200094a60201b60201c565b5050565b60007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff905090565b6000818362000630919062001394565b905092915050565b600080600085805490509050600080821462000713576200066e8760018462000662919062001579565b6200096760201b60201c565b6040518060400160405290816000820160009054906101000a900463ffffffff1663ffffffff1663ffffffff1681526020016000820160049054906101000a90047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16815250506200074f565b6040518060400160405280600063ffffffff16815260200160007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff168152505b905080602001517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1693506200078284868860201c565b92506000821180156200079e575043816000015163ffffffff16145b156200083157620007ba836200097c60201b620012401760201c565b620007da88600185620007ce919062001579565b6200096760201b60201c565b60000160046101000a8154817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff02191690837bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1602179055506200093b565b8660405180604001604052806200085343620009ea60201b620012ab1760201c565b63ffffffff16815260200162000874866200097c60201b620012401760201c565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff168152509080600181540180825580915050600190039060005260206000200160009091909190915060008201518160000160006101000a81548163ffffffff021916908363ffffffff16021790555060208201518160000160046101000a8154817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff02191690837bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16021790555050505b5050935093915050565b505050565b6200096283838362000a4060201b620012fe1760201c565b505050565b60008260005281602060002001905092915050565b60007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8016821115620009e2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620009d9906200162a565b60405180910390fd5b819050919050565b600063ffffffff801682111562000a38576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040162000a2f90620016c2565b60405180910390fd5b819050919050565b62000a5883838362000a9060201b620013291760201c565b62000a8b62000a6d8462000a9560201b60201c565b62000a7e8462000a9560201b60201c565b8362000afe60201b60201c565b505050565b505050565b6000600860008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415801562000b3b5750600081115b1562000d1c57600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161462000c2e5760008062000bd5600960008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002062000d2160201b6200132e17856200063860201b60201c565b915091508473ffffffffffffffffffffffffffffffffffffffff167fdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a724838360405162000c23929190620016e4565b60405180910390a250505b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161462000d1b5760008062000cc2600960008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206200062060201b6200122a17856200063860201b60201c565b915091508373ffffffffffffffffffffffffffffffffffffffff167fdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a724838360405162000d10929190620016e4565b60405180910390a250505b5b505050565b6000818362000d31919062001579565b905092915050565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168062000dbb57607f821691505b60208210810362000dd15762000dd062000d73565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b60006008830262000e3b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8262000dfc565b62000e47868362000dfc565b95508019841693508086168417925050509392505050565b6000819050919050565b6000819050919050565b600062000e9462000e8e62000e888462000e5f565b62000e69565b62000e5f565b9050919050565b6000819050919050565b62000eb08362000e73565b62000ec862000ebf8262000e9b565b84845462000e09565b825550505050565b600090565b62000edf62000ed0565b62000eec81848462000ea5565b505050565b5b8181101562000f145762000f0860008262000ed5565b60018101905062000ef2565b5050565b601f82111562000f635762000f2d8162000dd7565b62000f388462000dec565b8101602085101562000f48578190505b62000f6062000f578562000dec565b83018262000ef1565b50505b505050565b600082821c905092915050565b600062000f886000198460080262000f68565b1980831691505092915050565b600062000fa3838362000f75565b9150826002028217905092915050565b62000fbe8262000d39565b67ffffffffffffffff81111562000fda5762000fd962000d44565b5b62000fe6825462000da2565b62000ff382828562000f18565b600060209050601f8311600181146200102b576000841562001016578287015190505b62001022858262000f95565b86555062001092565b601f1984166200103b8662000dd7565b60005b8281101562001065578489015182556001820191506020850194506020810190506200103e565b8683101562001085578489015162001081601f89168262000f75565b8355505b6001600288020188555050505b505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60008160011c9050919050565b6000808291508390505b600185111562001128578086048111156200110057620010ff6200109a565b5b6001851615620011105780820291505b80810290506200112085620010c9565b9450620010e0565b94509492505050565b60008262001143576001905062001216565b8162001153576000905062001216565b81600181146200116c57600281146200117757620011ad565b600191505062001216565b60ff8411156200118c576200118b6200109a565b5b8360020a915084821115620011a657620011a56200109a565b5b5062001216565b5060208310610133831016604e8410600b8410161715620011e75782820a905083811115620011e157620011e06200109a565b5b62001216565b620011f68484846001620010d6565b9250905081840481111562001210576200120f6200109a565b5b81810290505b9392505050565b600060ff82169050919050565b6000620012378262000e5f565b915062001244836200121d565b9250620012737fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff848462001131565b905092915050565b6000620012888262000e5f565b9150620012958362000e5f565b9250828202620012a58162000e5f565b91508282048414831517620012bf57620012be6200109a565b5b5092915050565b6000819050919050565b620012db81620012c6565b82525050565b620012ec8162000e5f565b82525050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006200131f82620012f2565b9050919050565b620013318162001312565b82525050565b600060a0820190506200134e6000830188620012d0565b6200135d6020830187620012d0565b6200136c6040830186620012d0565b6200137b6060830185620012e1565b6200138a608083018462001326565b9695505050505050565b6000620013a18262000e5f565b9150620013ae8362000e5f565b9250828201905080821115620013c957620013c86200109a565b5b92915050565b600082825260208201905092915050565b7f7265616368206d617820737570706c7900000000000000000000000000000000600082015250565b600062001418601083620013cf565b91506200142582620013e0565b602082019050919050565b600060208201905081810360008301526200144b8162001409565b9050919050565b7f4552433230566f7465733a20746f74616c20737570706c79207269736b73206f60008201527f766572666c6f77696e6720766f74657300000000000000000000000000000000602082015250565b6000620014b0603083620013cf565b9150620014bd8262001452565b604082019050919050565b60006020820190508181036000830152620014e381620014a1565b9050919050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b600062001522601f83620013cf565b91506200152f82620014ea565b602082019050919050565b60006020820190508181036000830152620015558162001513565b9050919050565b6000602082019050620015736000830184620012e1565b92915050565b6000620015868262000e5f565b9150620015938362000e5f565b9250828203905081811115620015ae57620015ad6200109a565b5b92915050565b7f53616665436173743a2076616c756520646f65736e27742066697420696e203260008201527f3234206269747300000000000000000000000000000000000000000000000000602082015250565b600062001612602783620013cf565b91506200161f82620015b4565b604082019050919050565b60006020820190508181036000830152620016458162001603565b9050919050565b7f53616665436173743a2076616c756520646f65736e27742066697420696e203360008201527f3220626974730000000000000000000000000000000000000000000000000000602082015250565b6000620016aa602683620013cf565b9150620016b7826200164c565b604082019050919050565b60006020820190508181036000830152620016dd816200169b565b9050919050565b6000604082019050620016fb6000830185620012e1565b6200170a6020830184620012e1565b9392505050565b60805160a05160c05160e0516101005161012051613d4d6200176160003960006118c501526000611907015260006118e60152600061181b015260006118710152600061189a0152613d4d6000f3fe608060405234801561001057600080fd5b50600436106101a95760003560e01c8063715018a6116100f9578063a9059cbb11610097578063d5abeb0111610071578063d5abeb011461051c578063dd62ed3e1461053a578063f1127ed81461056a578063f2fde38b1461059a576101a9565b8063a9059cbb146104b4578063c3cda520146104e4578063d505accf14610500576101a9565b80638e539e8c116100d35780638e539e8c1461040657806395d89b41146104365780639ab24eb014610454578063a457c2d714610484576101a9565b8063715018a6146103ae5780637ecebe00146103b85780638da5cb5b146103e8576101a9565b80633950935111610166578063587cde1e11610140578063587cde1e146103025780635c19a95c146103325780636fcfff451461034e57806370a082311461037e576101a9565b806339509351146102865780633a46b1a8146102b657806340c10f19146102e6576101a9565b806306fdde03146101ae578063095ea7b3146101cc57806318160ddd146101fc57806323b872dd1461021a578063313ce5671461024a5780633644e51514610268575b600080fd5b6101b66105b6565b6040516101c391906128c8565b60405180910390f35b6101e660048036038101906101e19190612983565b610648565b6040516101f391906129de565b60405180910390f35b61020461066b565b6040516102119190612a08565b60405180910390f35b610234600480360381019061022f9190612a23565b610675565b60405161024191906129de565b60405180910390f35b6102526106a4565b60405161025f9190612a92565b60405180910390f35b6102706106ad565b60405161027d9190612ac6565b60405180910390f35b6102a0600480360381019061029b9190612983565b6106bc565b6040516102ad91906129de565b60405180910390f35b6102d060048036038101906102cb9190612983565b6106f3565b6040516102dd9190612a08565b60405180910390f35b61030060048036038101906102fb9190612983565b610787565b005b61031c60048036038101906103179190612ae1565b61079d565b6040516103299190612b1d565b60405180910390f35b61034c60048036038101906103479190612ae1565b610806565b005b61036860048036038101906103639190612ae1565b61081a565b6040516103759190612b57565b60405180910390f35b61039860048036038101906103939190612ae1565b61086e565b6040516103a59190612a08565b60405180910390f35b6103b66108b6565b005b6103d260048036038101906103cd9190612ae1565b6108ca565b6040516103df9190612a08565b60405180910390f35b6103f061091a565b6040516103fd9190612b1d565b60405180910390f35b610420600480360381019061041b9190612b72565b610944565b60405161042d9190612a08565b60405180910390f35b61043e61099a565b60405161044b91906128c8565b60405180910390f35b61046e60048036038101906104699190612ae1565b610a2c565b60405161047b9190612a08565b60405180910390f35b61049e60048036038101906104999190612983565b610b3d565b6040516104ab91906129de565b60405180910390f35b6104ce60048036038101906104c99190612983565b610bb4565b6040516104db91906129de565b60405180910390f35b6104fe60048036038101906104f99190612bf7565b610bd7565b005b61051a60048036038101906105159190612c84565b610cdb565b005b610524610e1d565b6040516105319190612a08565b60405180910390f35b610554600480360381019061054f9190612d26565b610e2d565b6040516105619190612a08565b60405180910390f35b610584600480360381019061057f9190612d92565b610eb4565b6040516105919190612e47565b60405180910390f35b6105b460048036038101906105af9190612ae1565b610fc4565b005b6060600380546105c590612e91565b80601f01602080910402602001604051908101604052809291908181526020018280546105f190612e91565b801561063e5780601f106106135761010080835404028352916020019161063e565b820191906000526020600020905b81548152906001019060200180831161062157829003601f168201915b5050505050905090565b600080610653611344565b905061066081858561134c565b600191505092915050565b6000600254905090565b600080610680611344565b905061068d858285611515565b6106988585856115a1565b60019150509392505050565b60006012905090565b60006106b7611817565b905090565b6000806106c7611344565b90506106e88185856106d98589610e2d565b6106e39190612ef1565b61134c565b600191505092915050565b6000438210610737576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161072e90612f71565b60405180910390fd5b61077f600960008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002083611931565b905092915050565b61078f611a82565b6107998282611b00565b5050565b6000600860008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b610817610811611344565b82611b6f565b50565b6000610867600960008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020805490506112ab565b9050919050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6108be611a82565b6108c86000611c89565b565b6000610913600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020611d4f565b9050919050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000438210610988576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161097f90612f71565b60405180910390fd5b610993600a83611931565b9050919050565b6060600480546109a990612e91565b80601f01602080910402602001604051908101604052809291908181526020018280546109d590612e91565b8015610a225780601f106109f757610100808354040283529160200191610a22565b820191906000526020600020905b815481529060010190602001808311610a0557829003601f168201915b5050505050905090565b600080600960008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002080549050905060008114610b1457600960008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600182610ac89190612f91565b81548110610ad957610ad8612fc5565b5b9060005260206000200160000160049054906101000a90047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16610b17565b60005b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16915050919050565b600080610b48611344565b90506000610b568286610e2d565b905083811015610b9b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b9290613066565b60405180910390fd5b610ba8828686840361134c565b60019250505092915050565b600080610bbf611344565b9050610bcc8185856115a1565b600191505092915050565b83421115610c1a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c11906130d2565b60405180910390fd5b6000610c7c610c747fe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf898989604051602001610c5994939291906130f2565b60405160208183030381529060405280519060200120611d5d565b858585611d77565b9050610c8781611da2565b8614610cc8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cbf90613183565b60405180910390fd5b610cd28188611b6f565b50505050505050565b83421115610d1e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d15906131ef565b60405180910390fd5b60007f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9888888610d4d8c611da2565b89604051602001610d639695949392919061320f565b6040516020818303038152906040528051906020012090506000610d8682611d5d565b90506000610d9682878787611d77565b90508973ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614610e06576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610dfd906132bc565b60405180910390fd5b610e118a8a8a61134c565b50505050505050505050565b6b019d971e4fe8401e7400000081565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b610ebc6127fa565b600960008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208263ffffffff1681548110610f1357610f12612fc5565b5b906000526020600020016040518060400160405290816000820160009054906101000a900463ffffffff1663ffffffff1663ffffffff1681526020016000820160049054906101000a90047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1681525050905092915050565b610fcc611a82565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff160361103b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110329061334e565b60405180910390fd5b61104481611c89565b50565b61105182826110d4565b611059611e00565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1661107f61066b565b11156110c0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110b7906133e0565b60405180910390fd5b6110ce600a61122a83611e24565b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611143576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161113a9061344c565b60405180910390fd5b61114f600083836120f3565b80600260008282546111619190612ef1565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516112129190612a08565b60405180910390a3611226600083836120f8565b5050565b600081836112389190612ef1565b905092915050565b60007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff80168211156112a3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161129a906134de565b60405180910390fd5b819050919050565b600063ffffffff80168211156112f6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112ed90613570565b60405180910390fd5b819050919050565b611309838383611329565b6113246113158461079d565b61131e8461079d565b83612108565b505050565b505050565b6000818361133c9190612f91565b905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036113bb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113b290613602565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361142a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161142190613694565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516115089190612a08565b60405180910390a3505050565b60006115218484610e2d565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff811461159b578181101561158d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161158490613700565b60405180910390fd5b61159a848484840361134c565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611610576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161160790613792565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361167f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161167690613824565b60405180910390fd5b61168a8383836120f3565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015611710576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611707906138b6565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516117fe9190612a08565b60405180910390a36118118484846120f8565b50505050565b60007f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff163073ffffffffffffffffffffffffffffffffffffffff1614801561189357507f000000000000000000000000000000000000000000000000000000000000000046145b156118c0577f0000000000000000000000000000000000000000000000000000000000000000905061192e565b61192b7f00000000000000000000000000000000000000000000000000000000000000007f00000000000000000000000000000000000000000000000000000000000000007f0000000000000000000000000000000000000000000000000000000000000000612301565b90505b90565b6000808380549050905060008082905060058311156119a75760006119558461233b565b846119609190612f91565b90508561196d8883612434565b60000160009054906101000a900463ffffffff1663ffffffff161115611995578091506119a5565b6001816119a29190612ef1565b92505b505b5b80821015611a075760006119bc8383612449565b9050856119c98883612434565b60000160009054906101000a900463ffffffff1663ffffffff1611156119f157809150611a01565b6001816119fe9190612ef1565b92505b506119a8565b60008114611a5657611a2586600183611a209190612f91565b612434565b60000160049054906101000a90047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16611a59565b60005b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16935050505092915050565b611a8a611344565b73ffffffffffffffffffffffffffffffffffffffff16611aa861091a565b73ffffffffffffffffffffffffffffffffffffffff1614611afe576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611af590613922565b60405180910390fd5b565b6b019d971e4fe8401e7400000081611b1661066b565b611b209190612ef1565b1115611b61576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b589061398e565b60405180910390fd5b611b6b8282611047565b5050565b6000611b7a8361079d565b90506000611b878461086e565b905082600860008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff167f3134e8a2e6d97e929a7e54011ea5485d7d196dd5f0ba4d4ef95803e8e3fc257f60405160405180910390a4611c83828483612108565b50505050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600081600001549050919050565b6000611d70611d6a611817565b8361246f565b9050919050565b6000806000611d88878787876124a2565b91509150611d9581612584565b8192505050949350505050565b600080600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000209050611def81611d4f565b9150611dfa816126ea565b50919050565b60007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff905090565b6000806000858054905090506000808214611ef357611e4f87600184611e4a9190612f91565b612434565b6040518060400160405290816000820160009054906101000a900463ffffffff1663ffffffff1663ffffffff1681526020016000820160049054906101000a90047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1681525050611f2f565b6040518060400160405280600063ffffffff16815260200160007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff168152505b905080602001517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff169350611f6484868863ffffffff16565b9250600082118015611f7f575043816000015163ffffffff16145b15611ff957611f8d83611240565b611fa388600185611f9e9190612f91565b612434565b60000160046101000a8154817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff02191690837bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1602179055506120e9565b86604051806040016040528061200e436112ab565b63ffffffff16815260200161202286611240565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff168152509080600181540180825580915050600190039060005260206000200160009091909190915060008201518160000160006101000a81548163ffffffff021916908363ffffffff16021790555060208201518160000160046101000a8154817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff02191690837bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16021790555050505b5050935093915050565b505050565b6121038383836112fe565b505050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141580156121445750600081115b156122fc57600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614612222576000806121cb600960008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002061132e85611e24565b915091508473ffffffffffffffffffffffffffffffffffffffff167fdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a72483836040516122179291906139ae565b60405180910390a250505b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16146122fb576000806122a4600960008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002061122a85611e24565b915091508373ffffffffffffffffffffffffffffffffffffffff167fdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a72483836040516122f09291906139ae565b60405180910390a250505b5b505050565b6000838383463060405160200161231c9594939291906139d7565b6040516020818303038152906040528051906020012090509392505050565b600080820361234d576000905061242f565b6000600161235a84612700565b901c6001901b9050600181848161237457612373613a2a565b5b048201901c9050600181848161238d5761238c613a2a565b5b048201901c905060018184816123a6576123a5613a2a565b5b048201901c905060018184816123bf576123be613a2a565b5b048201901c905060018184816123d8576123d7613a2a565b5b048201901c905060018184816123f1576123f0613a2a565b5b048201901c9050600181848161240a57612409613a2a565b5b048201901c905061242b8182858161242557612424613a2a565b5b046127e1565b9150505b919050565b60008260005281602060002001905092915050565b6000600282841861245a9190613a59565b8284166124679190612ef1565b905092915050565b60008282604051602001612484929190613b02565b60405160208183030381529060405280519060200120905092915050565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08360001c11156124dd57600060039150915061257b565b6000600187878787604051600081526020016040526040516125029493929190613b39565b6020604051602081039080840390855afa158015612524573d6000803e3d6000fd5b505050602060405103519050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036125725760006001925092505061257b565b80600092509250505b94509492505050565b6000600481111561259857612597613b7e565b5b8160048111156125ab576125aa613b7e565b5b03156126e757600160048111156125c5576125c4613b7e565b5b8160048111156125d8576125d7613b7e565b5b03612618576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161260f90613bf9565b60405180910390fd5b6002600481111561262c5761262b613b7e565b5b81600481111561263f5761263e613b7e565b5b0361267f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161267690613c65565b60405180910390fd5b6003600481111561269357612692613b7e565b5b8160048111156126a6576126a5613b7e565b5b036126e6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126dd90613cf7565b60405180910390fd5b5b50565b6001816000016000828254019250508190555050565b600080600090506000608084901c111561272257608083901c92506080810190505b6000604084901c111561273d57604083901c92506040810190505b6000602084901c111561275857602083901c92506020810190505b6000601084901c111561277357601083901c92506010810190505b6000600884901c111561278e57600883901c92506008810190505b6000600484901c11156127a957600483901c92506004810190505b6000600284901c11156127c457600283901c92506002810190505b6000600184901c11156127d8576001810190505b80915050919050565b60008183106127f057816127f2565b825b905092915050565b6040518060400160405280600063ffffffff16815260200160007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1681525090565b600081519050919050565b600082825260208201905092915050565b60005b83811015612872578082015181840152602081019050612857565b60008484015250505050565b6000601f19601f8301169050919050565b600061289a82612838565b6128a48185612843565b93506128b4818560208601612854565b6128bd8161287e565b840191505092915050565b600060208201905081810360008301526128e2818461288f565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600061291a826128ef565b9050919050565b61292a8161290f565b811461293557600080fd5b50565b60008135905061294781612921565b92915050565b6000819050919050565b6129608161294d565b811461296b57600080fd5b50565b60008135905061297d81612957565b92915050565b6000806040838503121561299a576129996128ea565b5b60006129a885828601612938565b92505060206129b98582860161296e565b9150509250929050565b60008115159050919050565b6129d8816129c3565b82525050565b60006020820190506129f360008301846129cf565b92915050565b612a028161294d565b82525050565b6000602082019050612a1d60008301846129f9565b92915050565b600080600060608486031215612a3c57612a3b6128ea565b5b6000612a4a86828701612938565b9350506020612a5b86828701612938565b9250506040612a6c8682870161296e565b9150509250925092565b600060ff82169050919050565b612a8c81612a76565b82525050565b6000602082019050612aa76000830184612a83565b92915050565b6000819050919050565b612ac081612aad565b82525050565b6000602082019050612adb6000830184612ab7565b92915050565b600060208284031215612af757612af66128ea565b5b6000612b0584828501612938565b91505092915050565b612b178161290f565b82525050565b6000602082019050612b326000830184612b0e565b92915050565b600063ffffffff82169050919050565b612b5181612b38565b82525050565b6000602082019050612b6c6000830184612b48565b92915050565b600060208284031215612b8857612b876128ea565b5b6000612b968482850161296e565b91505092915050565b612ba881612a76565b8114612bb357600080fd5b50565b600081359050612bc581612b9f565b92915050565b612bd481612aad565b8114612bdf57600080fd5b50565b600081359050612bf181612bcb565b92915050565b60008060008060008060c08789031215612c1457612c136128ea565b5b6000612c2289828a01612938565b9650506020612c3389828a0161296e565b9550506040612c4489828a0161296e565b9450506060612c5589828a01612bb6565b9350506080612c6689828a01612be2565b92505060a0612c7789828a01612be2565b9150509295509295509295565b600080600080600080600060e0888a031215612ca357612ca26128ea565b5b6000612cb18a828b01612938565b9750506020612cc28a828b01612938565b9650506040612cd38a828b0161296e565b9550506060612ce48a828b0161296e565b9450506080612cf58a828b01612bb6565b93505060a0612d068a828b01612be2565b92505060c0612d178a828b01612be2565b91505092959891949750929550565b60008060408385031215612d3d57612d3c6128ea565b5b6000612d4b85828601612938565b9250506020612d5c85828601612938565b9150509250929050565b612d6f81612b38565b8114612d7a57600080fd5b50565b600081359050612d8c81612d66565b92915050565b60008060408385031215612da957612da86128ea565b5b6000612db785828601612938565b9250506020612dc885828601612d7d565b9150509250929050565b612ddb81612b38565b82525050565b60007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff82169050919050565b612e1281612de1565b82525050565b604082016000820151612e2e6000850182612dd2565b506020820151612e416020850182612e09565b50505050565b6000604082019050612e5c6000830184612e18565b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680612ea957607f821691505b602082108103612ebc57612ebb612e62565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000612efc8261294d565b9150612f078361294d565b9250828201905080821115612f1f57612f1e612ec2565b5b92915050565b7f4552433230566f7465733a20626c6f636b206e6f7420796574206d696e656400600082015250565b6000612f5b601f83612843565b9150612f6682612f25565b602082019050919050565b60006020820190508181036000830152612f8a81612f4e565b9050919050565b6000612f9c8261294d565b9150612fa78361294d565b9250828203905081811115612fbf57612fbe612ec2565b5b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000613050602583612843565b915061305b82612ff4565b604082019050919050565b6000602082019050818103600083015261307f81613043565b9050919050565b7f4552433230566f7465733a207369676e61747572652065787069726564000000600082015250565b60006130bc601d83612843565b91506130c782613086565b602082019050919050565b600060208201905081810360008301526130eb816130af565b9050919050565b60006080820190506131076000830187612ab7565b6131146020830186612b0e565b61312160408301856129f9565b61312e60608301846129f9565b95945050505050565b7f4552433230566f7465733a20696e76616c6964206e6f6e636500000000000000600082015250565b600061316d601983612843565b915061317882613137565b602082019050919050565b6000602082019050818103600083015261319c81613160565b9050919050565b7f45524332305065726d69743a206578706972656420646561646c696e65000000600082015250565b60006131d9601d83612843565b91506131e4826131a3565b602082019050919050565b60006020820190508181036000830152613208816131cc565b9050919050565b600060c0820190506132246000830189612ab7565b6132316020830188612b0e565b61323e6040830187612b0e565b61324b60608301866129f9565b61325860808301856129f9565b61326560a08301846129f9565b979650505050505050565b7f45524332305065726d69743a20696e76616c6964207369676e61747572650000600082015250565b60006132a6601e83612843565b91506132b182613270565b602082019050919050565b600060208201905081810360008301526132d581613299565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000613338602683612843565b9150613343826132dc565b604082019050919050565b600060208201905081810360008301526133678161332b565b9050919050565b7f4552433230566f7465733a20746f74616c20737570706c79207269736b73206f60008201527f766572666c6f77696e6720766f74657300000000000000000000000000000000602082015250565b60006133ca603083612843565b91506133d58261336e565b604082019050919050565b600060208201905081810360008301526133f9816133bd565b9050919050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b6000613436601f83612843565b915061344182613400565b602082019050919050565b6000602082019050818103600083015261346581613429565b9050919050565b7f53616665436173743a2076616c756520646f65736e27742066697420696e203260008201527f3234206269747300000000000000000000000000000000000000000000000000602082015250565b60006134c8602783612843565b91506134d38261346c565b604082019050919050565b600060208201905081810360008301526134f7816134bb565b9050919050565b7f53616665436173743a2076616c756520646f65736e27742066697420696e203360008201527f3220626974730000000000000000000000000000000000000000000000000000602082015250565b600061355a602683612843565b9150613565826134fe565b604082019050919050565b600060208201905081810360008301526135898161354d565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b60006135ec602483612843565b91506135f782613590565b604082019050919050565b6000602082019050818103600083015261361b816135df565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b600061367e602283612843565b915061368982613622565b604082019050919050565b600060208201905081810360008301526136ad81613671565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b60006136ea601d83612843565b91506136f5826136b4565b602082019050919050565b60006020820190508181036000830152613719816136dd565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b600061377c602583612843565b915061378782613720565b604082019050919050565b600060208201905081810360008301526137ab8161376f565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b600061380e602383612843565b9150613819826137b2565b604082019050919050565b6000602082019050818103600083015261383d81613801565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006138a0602683612843565b91506138ab82613844565b604082019050919050565b600060208201905081810360008301526138cf81613893565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b600061390c602083612843565b9150613917826138d6565b602082019050919050565b6000602082019050818103600083015261393b816138ff565b9050919050565b7f7265616368206d617820737570706c7900000000000000000000000000000000600082015250565b6000613978601083612843565b915061398382613942565b602082019050919050565b600060208201905081810360008301526139a78161396b565b9050919050565b60006040820190506139c360008301856129f9565b6139d060208301846129f9565b9392505050565b600060a0820190506139ec6000830188612ab7565b6139f96020830187612ab7565b613a066040830186612ab7565b613a1360608301856129f9565b613a206080830184612b0e565b9695505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000613a648261294d565b9150613a6f8361294d565b925082613a7f57613a7e613a2a565b5b828204905092915050565b600081905092915050565b7f1901000000000000000000000000000000000000000000000000000000000000600082015250565b6000613acb600283613a8a565b9150613ad682613a95565b600282019050919050565b6000819050919050565b613afc613af782612aad565b613ae1565b82525050565b6000613b0d82613abe565b9150613b198285613aeb565b602082019150613b298284613aeb565b6020820191508190509392505050565b6000608082019050613b4e6000830187612ab7565b613b5b6020830186612a83565b613b686040830185612ab7565b613b756060830184612ab7565b95945050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b7f45434453413a20696e76616c6964207369676e61747572650000000000000000600082015250565b6000613be3601883612843565b9150613bee82613bad565b602082019050919050565b60006020820190508181036000830152613c1281613bd6565b9050919050565b7f45434453413a20696e76616c6964207369676e6174757265206c656e67746800600082015250565b6000613c4f601f83612843565b9150613c5a82613c19565b602082019050919050565b60006020820190508181036000830152613c7e81613c42565b9050919050565b7f45434453413a20696e76616c6964207369676e6174757265202773272076616c60008201527f7565000000000000000000000000000000000000000000000000000000000000602082015250565b6000613ce1602283612843565b9150613cec82613c85565b604082019050919050565b60006020820190508181036000830152613d1081613cd4565b905091905056fea2646970667358221220fe0340d3af59cc1b1c93a62704902fc9fdd993c1afc73d18eab7b0a21e29d0c964736f6c63430008120033

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106101a95760003560e01c8063715018a6116100f9578063a9059cbb11610097578063d5abeb0111610071578063d5abeb011461051c578063dd62ed3e1461053a578063f1127ed81461056a578063f2fde38b1461059a576101a9565b8063a9059cbb146104b4578063c3cda520146104e4578063d505accf14610500576101a9565b80638e539e8c116100d35780638e539e8c1461040657806395d89b41146104365780639ab24eb014610454578063a457c2d714610484576101a9565b8063715018a6146103ae5780637ecebe00146103b85780638da5cb5b146103e8576101a9565b80633950935111610166578063587cde1e11610140578063587cde1e146103025780635c19a95c146103325780636fcfff451461034e57806370a082311461037e576101a9565b806339509351146102865780633a46b1a8146102b657806340c10f19146102e6576101a9565b806306fdde03146101ae578063095ea7b3146101cc57806318160ddd146101fc57806323b872dd1461021a578063313ce5671461024a5780633644e51514610268575b600080fd5b6101b66105b6565b6040516101c391906128c8565b60405180910390f35b6101e660048036038101906101e19190612983565b610648565b6040516101f391906129de565b60405180910390f35b61020461066b565b6040516102119190612a08565b60405180910390f35b610234600480360381019061022f9190612a23565b610675565b60405161024191906129de565b60405180910390f35b6102526106a4565b60405161025f9190612a92565b60405180910390f35b6102706106ad565b60405161027d9190612ac6565b60405180910390f35b6102a0600480360381019061029b9190612983565b6106bc565b6040516102ad91906129de565b60405180910390f35b6102d060048036038101906102cb9190612983565b6106f3565b6040516102dd9190612a08565b60405180910390f35b61030060048036038101906102fb9190612983565b610787565b005b61031c60048036038101906103179190612ae1565b61079d565b6040516103299190612b1d565b60405180910390f35b61034c60048036038101906103479190612ae1565b610806565b005b61036860048036038101906103639190612ae1565b61081a565b6040516103759190612b57565b60405180910390f35b61039860048036038101906103939190612ae1565b61086e565b6040516103a59190612a08565b60405180910390f35b6103b66108b6565b005b6103d260048036038101906103cd9190612ae1565b6108ca565b6040516103df9190612a08565b60405180910390f35b6103f061091a565b6040516103fd9190612b1d565b60405180910390f35b610420600480360381019061041b9190612b72565b610944565b60405161042d9190612a08565b60405180910390f35b61043e61099a565b60405161044b91906128c8565b60405180910390f35b61046e60048036038101906104699190612ae1565b610a2c565b60405161047b9190612a08565b60405180910390f35b61049e60048036038101906104999190612983565b610b3d565b6040516104ab91906129de565b60405180910390f35b6104ce60048036038101906104c99190612983565b610bb4565b6040516104db91906129de565b60405180910390f35b6104fe60048036038101906104f99190612bf7565b610bd7565b005b61051a60048036038101906105159190612c84565b610cdb565b005b610524610e1d565b6040516105319190612a08565b60405180910390f35b610554600480360381019061054f9190612d26565b610e2d565b6040516105619190612a08565b60405180910390f35b610584600480360381019061057f9190612d92565b610eb4565b6040516105919190612e47565b60405180910390f35b6105b460048036038101906105af9190612ae1565b610fc4565b005b6060600380546105c590612e91565b80601f01602080910402602001604051908101604052809291908181526020018280546105f190612e91565b801561063e5780601f106106135761010080835404028352916020019161063e565b820191906000526020600020905b81548152906001019060200180831161062157829003601f168201915b5050505050905090565b600080610653611344565b905061066081858561134c565b600191505092915050565b6000600254905090565b600080610680611344565b905061068d858285611515565b6106988585856115a1565b60019150509392505050565b60006012905090565b60006106b7611817565b905090565b6000806106c7611344565b90506106e88185856106d98589610e2d565b6106e39190612ef1565b61134c565b600191505092915050565b6000438210610737576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161072e90612f71565b60405180910390fd5b61077f600960008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002083611931565b905092915050565b61078f611a82565b6107998282611b00565b5050565b6000600860008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b610817610811611344565b82611b6f565b50565b6000610867600960008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020805490506112ab565b9050919050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6108be611a82565b6108c86000611c89565b565b6000610913600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020611d4f565b9050919050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000438210610988576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161097f90612f71565b60405180910390fd5b610993600a83611931565b9050919050565b6060600480546109a990612e91565b80601f01602080910402602001604051908101604052809291908181526020018280546109d590612e91565b8015610a225780601f106109f757610100808354040283529160200191610a22565b820191906000526020600020905b815481529060010190602001808311610a0557829003601f168201915b5050505050905090565b600080600960008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002080549050905060008114610b1457600960008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600182610ac89190612f91565b81548110610ad957610ad8612fc5565b5b9060005260206000200160000160049054906101000a90047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16610b17565b60005b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16915050919050565b600080610b48611344565b90506000610b568286610e2d565b905083811015610b9b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b9290613066565b60405180910390fd5b610ba8828686840361134c565b60019250505092915050565b600080610bbf611344565b9050610bcc8185856115a1565b600191505092915050565b83421115610c1a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c11906130d2565b60405180910390fd5b6000610c7c610c747fe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf898989604051602001610c5994939291906130f2565b60405160208183030381529060405280519060200120611d5d565b858585611d77565b9050610c8781611da2565b8614610cc8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cbf90613183565b60405180910390fd5b610cd28188611b6f565b50505050505050565b83421115610d1e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d15906131ef565b60405180910390fd5b60007f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9888888610d4d8c611da2565b89604051602001610d639695949392919061320f565b6040516020818303038152906040528051906020012090506000610d8682611d5d565b90506000610d9682878787611d77565b90508973ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614610e06576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610dfd906132bc565b60405180910390fd5b610e118a8a8a61134c565b50505050505050505050565b6b019d971e4fe8401e7400000081565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b610ebc6127fa565b600960008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208263ffffffff1681548110610f1357610f12612fc5565b5b906000526020600020016040518060400160405290816000820160009054906101000a900463ffffffff1663ffffffff1663ffffffff1681526020016000820160049054906101000a90047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1681525050905092915050565b610fcc611a82565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff160361103b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110329061334e565b60405180910390fd5b61104481611c89565b50565b61105182826110d4565b611059611e00565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1661107f61066b565b11156110c0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110b7906133e0565b60405180910390fd5b6110ce600a61122a83611e24565b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611143576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161113a9061344c565b60405180910390fd5b61114f600083836120f3565b80600260008282546111619190612ef1565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516112129190612a08565b60405180910390a3611226600083836120f8565b5050565b600081836112389190612ef1565b905092915050565b60007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff80168211156112a3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161129a906134de565b60405180910390fd5b819050919050565b600063ffffffff80168211156112f6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112ed90613570565b60405180910390fd5b819050919050565b611309838383611329565b6113246113158461079d565b61131e8461079d565b83612108565b505050565b505050565b6000818361133c9190612f91565b905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036113bb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113b290613602565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361142a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161142190613694565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516115089190612a08565b60405180910390a3505050565b60006115218484610e2d565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff811461159b578181101561158d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161158490613700565b60405180910390fd5b61159a848484840361134c565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611610576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161160790613792565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361167f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161167690613824565b60405180910390fd5b61168a8383836120f3565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015611710576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611707906138b6565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516117fe9190612a08565b60405180910390a36118118484846120f8565b50505050565b60007f00000000000000000000000056633733fc8baf9f730ad2b6b9956ae22c6d414873ffffffffffffffffffffffffffffffffffffffff163073ffffffffffffffffffffffffffffffffffffffff1614801561189357507f000000000000000000000000000000000000000000000000000000000000008946145b156118c0577f04f3a6965c595b9891ae8ececff16a31ba954c5dd2413dab6f9af6f1984e61ea905061192e565b61192b7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f7f4c4c8b099c8c566a8d352b967af37e2ce3e9a48591f62d73d10f072e424f87ac7fc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc6612301565b90505b90565b6000808380549050905060008082905060058311156119a75760006119558461233b565b846119609190612f91565b90508561196d8883612434565b60000160009054906101000a900463ffffffff1663ffffffff161115611995578091506119a5565b6001816119a29190612ef1565b92505b505b5b80821015611a075760006119bc8383612449565b9050856119c98883612434565b60000160009054906101000a900463ffffffff1663ffffffff1611156119f157809150611a01565b6001816119fe9190612ef1565b92505b506119a8565b60008114611a5657611a2586600183611a209190612f91565b612434565b60000160049054906101000a90047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16611a59565b60005b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16935050505092915050565b611a8a611344565b73ffffffffffffffffffffffffffffffffffffffff16611aa861091a565b73ffffffffffffffffffffffffffffffffffffffff1614611afe576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611af590613922565b60405180910390fd5b565b6b019d971e4fe8401e7400000081611b1661066b565b611b209190612ef1565b1115611b61576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b589061398e565b60405180910390fd5b611b6b8282611047565b5050565b6000611b7a8361079d565b90506000611b878461086e565b905082600860008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff167f3134e8a2e6d97e929a7e54011ea5485d7d196dd5f0ba4d4ef95803e8e3fc257f60405160405180910390a4611c83828483612108565b50505050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600081600001549050919050565b6000611d70611d6a611817565b8361246f565b9050919050565b6000806000611d88878787876124a2565b91509150611d9581612584565b8192505050949350505050565b600080600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000209050611def81611d4f565b9150611dfa816126ea565b50919050565b60007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff905090565b6000806000858054905090506000808214611ef357611e4f87600184611e4a9190612f91565b612434565b6040518060400160405290816000820160009054906101000a900463ffffffff1663ffffffff1663ffffffff1681526020016000820160049054906101000a90047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1681525050611f2f565b6040518060400160405280600063ffffffff16815260200160007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff168152505b905080602001517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff169350611f6484868863ffffffff16565b9250600082118015611f7f575043816000015163ffffffff16145b15611ff957611f8d83611240565b611fa388600185611f9e9190612f91565b612434565b60000160046101000a8154817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff02191690837bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1602179055506120e9565b86604051806040016040528061200e436112ab565b63ffffffff16815260200161202286611240565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff168152509080600181540180825580915050600190039060005260206000200160009091909190915060008201518160000160006101000a81548163ffffffff021916908363ffffffff16021790555060208201518160000160046101000a8154817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff02191690837bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16021790555050505b5050935093915050565b505050565b6121038383836112fe565b505050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141580156121445750600081115b156122fc57600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614612222576000806121cb600960008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002061132e85611e24565b915091508473ffffffffffffffffffffffffffffffffffffffff167fdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a72483836040516122179291906139ae565b60405180910390a250505b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16146122fb576000806122a4600960008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002061122a85611e24565b915091508373ffffffffffffffffffffffffffffffffffffffff167fdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a72483836040516122f09291906139ae565b60405180910390a250505b5b505050565b6000838383463060405160200161231c9594939291906139d7565b6040516020818303038152906040528051906020012090509392505050565b600080820361234d576000905061242f565b6000600161235a84612700565b901c6001901b9050600181848161237457612373613a2a565b5b048201901c9050600181848161238d5761238c613a2a565b5b048201901c905060018184816123a6576123a5613a2a565b5b048201901c905060018184816123bf576123be613a2a565b5b048201901c905060018184816123d8576123d7613a2a565b5b048201901c905060018184816123f1576123f0613a2a565b5b048201901c9050600181848161240a57612409613a2a565b5b048201901c905061242b8182858161242557612424613a2a565b5b046127e1565b9150505b919050565b60008260005281602060002001905092915050565b6000600282841861245a9190613a59565b8284166124679190612ef1565b905092915050565b60008282604051602001612484929190613b02565b60405160208183030381529060405280519060200120905092915050565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08360001c11156124dd57600060039150915061257b565b6000600187878787604051600081526020016040526040516125029493929190613b39565b6020604051602081039080840390855afa158015612524573d6000803e3d6000fd5b505050602060405103519050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036125725760006001925092505061257b565b80600092509250505b94509492505050565b6000600481111561259857612597613b7e565b5b8160048111156125ab576125aa613b7e565b5b03156126e757600160048111156125c5576125c4613b7e565b5b8160048111156125d8576125d7613b7e565b5b03612618576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161260f90613bf9565b60405180910390fd5b6002600481111561262c5761262b613b7e565b5b81600481111561263f5761263e613b7e565b5b0361267f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161267690613c65565b60405180910390fd5b6003600481111561269357612692613b7e565b5b8160048111156126a6576126a5613b7e565b5b036126e6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126dd90613cf7565b60405180910390fd5b5b50565b6001816000016000828254019250508190555050565b600080600090506000608084901c111561272257608083901c92506080810190505b6000604084901c111561273d57604083901c92506040810190505b6000602084901c111561275857602083901c92506020810190505b6000601084901c111561277357601083901c92506010810190505b6000600884901c111561278e57600883901c92506008810190505b6000600484901c11156127a957600483901c92506004810190505b6000600284901c11156127c457600283901c92506002810190505b6000600184901c11156127d8576001810190505b80915050919050565b60008183106127f057816127f2565b825b905092915050565b6040518060400160405280600063ffffffff16815260200160007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1681525090565b600081519050919050565b600082825260208201905092915050565b60005b83811015612872578082015181840152602081019050612857565b60008484015250505050565b6000601f19601f8301169050919050565b600061289a82612838565b6128a48185612843565b93506128b4818560208601612854565b6128bd8161287e565b840191505092915050565b600060208201905081810360008301526128e2818461288f565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600061291a826128ef565b9050919050565b61292a8161290f565b811461293557600080fd5b50565b60008135905061294781612921565b92915050565b6000819050919050565b6129608161294d565b811461296b57600080fd5b50565b60008135905061297d81612957565b92915050565b6000806040838503121561299a576129996128ea565b5b60006129a885828601612938565b92505060206129b98582860161296e565b9150509250929050565b60008115159050919050565b6129d8816129c3565b82525050565b60006020820190506129f360008301846129cf565b92915050565b612a028161294d565b82525050565b6000602082019050612a1d60008301846129f9565b92915050565b600080600060608486031215612a3c57612a3b6128ea565b5b6000612a4a86828701612938565b9350506020612a5b86828701612938565b9250506040612a6c8682870161296e565b9150509250925092565b600060ff82169050919050565b612a8c81612a76565b82525050565b6000602082019050612aa76000830184612a83565b92915050565b6000819050919050565b612ac081612aad565b82525050565b6000602082019050612adb6000830184612ab7565b92915050565b600060208284031215612af757612af66128ea565b5b6000612b0584828501612938565b91505092915050565b612b178161290f565b82525050565b6000602082019050612b326000830184612b0e565b92915050565b600063ffffffff82169050919050565b612b5181612b38565b82525050565b6000602082019050612b6c6000830184612b48565b92915050565b600060208284031215612b8857612b876128ea565b5b6000612b968482850161296e565b91505092915050565b612ba881612a76565b8114612bb357600080fd5b50565b600081359050612bc581612b9f565b92915050565b612bd481612aad565b8114612bdf57600080fd5b50565b600081359050612bf181612bcb565b92915050565b60008060008060008060c08789031215612c1457612c136128ea565b5b6000612c2289828a01612938565b9650506020612c3389828a0161296e565b9550506040612c4489828a0161296e565b9450506060612c5589828a01612bb6565b9350506080612c6689828a01612be2565b92505060a0612c7789828a01612be2565b9150509295509295509295565b600080600080600080600060e0888a031215612ca357612ca26128ea565b5b6000612cb18a828b01612938565b9750506020612cc28a828b01612938565b9650506040612cd38a828b0161296e565b9550506060612ce48a828b0161296e565b9450506080612cf58a828b01612bb6565b93505060a0612d068a828b01612be2565b92505060c0612d178a828b01612be2565b91505092959891949750929550565b60008060408385031215612d3d57612d3c6128ea565b5b6000612d4b85828601612938565b9250506020612d5c85828601612938565b9150509250929050565b612d6f81612b38565b8114612d7a57600080fd5b50565b600081359050612d8c81612d66565b92915050565b60008060408385031215612da957612da86128ea565b5b6000612db785828601612938565b9250506020612dc885828601612d7d565b9150509250929050565b612ddb81612b38565b82525050565b60007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff82169050919050565b612e1281612de1565b82525050565b604082016000820151612e2e6000850182612dd2565b506020820151612e416020850182612e09565b50505050565b6000604082019050612e5c6000830184612e18565b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680612ea957607f821691505b602082108103612ebc57612ebb612e62565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000612efc8261294d565b9150612f078361294d565b9250828201905080821115612f1f57612f1e612ec2565b5b92915050565b7f4552433230566f7465733a20626c6f636b206e6f7420796574206d696e656400600082015250565b6000612f5b601f83612843565b9150612f6682612f25565b602082019050919050565b60006020820190508181036000830152612f8a81612f4e565b9050919050565b6000612f9c8261294d565b9150612fa78361294d565b9250828203905081811115612fbf57612fbe612ec2565b5b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000613050602583612843565b915061305b82612ff4565b604082019050919050565b6000602082019050818103600083015261307f81613043565b9050919050565b7f4552433230566f7465733a207369676e61747572652065787069726564000000600082015250565b60006130bc601d83612843565b91506130c782613086565b602082019050919050565b600060208201905081810360008301526130eb816130af565b9050919050565b60006080820190506131076000830187612ab7565b6131146020830186612b0e565b61312160408301856129f9565b61312e60608301846129f9565b95945050505050565b7f4552433230566f7465733a20696e76616c6964206e6f6e636500000000000000600082015250565b600061316d601983612843565b915061317882613137565b602082019050919050565b6000602082019050818103600083015261319c81613160565b9050919050565b7f45524332305065726d69743a206578706972656420646561646c696e65000000600082015250565b60006131d9601d83612843565b91506131e4826131a3565b602082019050919050565b60006020820190508181036000830152613208816131cc565b9050919050565b600060c0820190506132246000830189612ab7565b6132316020830188612b0e565b61323e6040830187612b0e565b61324b60608301866129f9565b61325860808301856129f9565b61326560a08301846129f9565b979650505050505050565b7f45524332305065726d69743a20696e76616c6964207369676e61747572650000600082015250565b60006132a6601e83612843565b91506132b182613270565b602082019050919050565b600060208201905081810360008301526132d581613299565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000613338602683612843565b9150613343826132dc565b604082019050919050565b600060208201905081810360008301526133678161332b565b9050919050565b7f4552433230566f7465733a20746f74616c20737570706c79207269736b73206f60008201527f766572666c6f77696e6720766f74657300000000000000000000000000000000602082015250565b60006133ca603083612843565b91506133d58261336e565b604082019050919050565b600060208201905081810360008301526133f9816133bd565b9050919050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b6000613436601f83612843565b915061344182613400565b602082019050919050565b6000602082019050818103600083015261346581613429565b9050919050565b7f53616665436173743a2076616c756520646f65736e27742066697420696e203260008201527f3234206269747300000000000000000000000000000000000000000000000000602082015250565b60006134c8602783612843565b91506134d38261346c565b604082019050919050565b600060208201905081810360008301526134f7816134bb565b9050919050565b7f53616665436173743a2076616c756520646f65736e27742066697420696e203360008201527f3220626974730000000000000000000000000000000000000000000000000000602082015250565b600061355a602683612843565b9150613565826134fe565b604082019050919050565b600060208201905081810360008301526135898161354d565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b60006135ec602483612843565b91506135f782613590565b604082019050919050565b6000602082019050818103600083015261361b816135df565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b600061367e602283612843565b915061368982613622565b604082019050919050565b600060208201905081810360008301526136ad81613671565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b60006136ea601d83612843565b91506136f5826136b4565b602082019050919050565b60006020820190508181036000830152613719816136dd565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b600061377c602583612843565b915061378782613720565b604082019050919050565b600060208201905081810360008301526137ab8161376f565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b600061380e602383612843565b9150613819826137b2565b604082019050919050565b6000602082019050818103600083015261383d81613801565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006138a0602683612843565b91506138ab82613844565b604082019050919050565b600060208201905081810360008301526138cf81613893565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b600061390c602083612843565b9150613917826138d6565b602082019050919050565b6000602082019050818103600083015261393b816138ff565b9050919050565b7f7265616368206d617820737570706c7900000000000000000000000000000000600082015250565b6000613978601083612843565b915061398382613942565b602082019050919050565b600060208201905081810360008301526139a78161396b565b9050919050565b60006040820190506139c360008301856129f9565b6139d060208301846129f9565b9392505050565b600060a0820190506139ec6000830188612ab7565b6139f96020830187612ab7565b613a066040830186612ab7565b613a1360608301856129f9565b613a206080830184612b0e565b9695505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000613a648261294d565b9150613a6f8361294d565b925082613a7f57613a7e613a2a565b5b828204905092915050565b600081905092915050565b7f1901000000000000000000000000000000000000000000000000000000000000600082015250565b6000613acb600283613a8a565b9150613ad682613a95565b600282019050919050565b6000819050919050565b613afc613af782612aad565b613ae1565b82525050565b6000613b0d82613abe565b9150613b198285613aeb565b602082019150613b298284613aeb565b6020820191508190509392505050565b6000608082019050613b4e6000830187612ab7565b613b5b6020830186612a83565b613b686040830185612ab7565b613b756060830184612ab7565b95945050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b7f45434453413a20696e76616c6964207369676e61747572650000000000000000600082015250565b6000613be3601883612843565b9150613bee82613bad565b602082019050919050565b60006020820190508181036000830152613c1281613bd6565b9050919050565b7f45434453413a20696e76616c6964207369676e6174757265206c656e67746800600082015250565b6000613c4f601f83612843565b9150613c5a82613c19565b602082019050919050565b60006020820190508181036000830152613c7e81613c42565b9050919050565b7f45434453413a20696e76616c6964207369676e6174757265202773272076616c60008201527f7565000000000000000000000000000000000000000000000000000000000000602082015250565b6000613ce1602283612843565b9150613cec82613c85565b604082019050919050565b60006020820190508181036000830152613d1081613cd4565b905091905056fea2646970667358221220fe0340d3af59cc1b1c93a62704902fc9fdd993c1afc73d18eab7b0a21e29d0c964736f6c63430008120033

Deployed Bytecode Sourcemap

105047:1057:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;80183:100;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;82534:201;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;81303:108;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;83315:295;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;81145:93;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;94190:115;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;84019:238;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;97392:268;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;105344:95;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;96766:128;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;100278:114;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;96522:151;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;81474:127;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;73608:103;;;:::i;:::-;;93932:128;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;72960:87;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;97949:259;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;80402:104;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;96978:212;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;84760:436;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;81807:193;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;100474:591;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;93221:645;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;105119:52;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;82063:151;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;96292:150;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;73866:201;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;80183:100;80237:13;80270:5;80263:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;80183:100;:::o;82534:201::-;82617:4;82634:13;82650:12;:10;:12::i;:::-;82634:28;;82673:32;82682:5;82689:7;82698:6;82673:8;:32::i;:::-;82723:4;82716:11;;;82534:201;;;;:::o;81303:108::-;81364:7;81391:12;;81384:19;;81303:108;:::o;83315:295::-;83446:4;83463:15;83481:12;:10;:12::i;:::-;83463:30;;83504:38;83520:4;83526:7;83535:6;83504:15;:38::i;:::-;83553:27;83563:4;83569:2;83573:6;83553:9;:27::i;:::-;83598:4;83591:11;;;83315:295;;;;;:::o;81145:93::-;81203:5;81228:2;81221:9;;81145:93;:::o;94190:115::-;94250:7;94277:20;:18;:20::i;:::-;94270:27;;94190:115;:::o;84019:238::-;84107:4;84124:13;84140:12;:10;:12::i;:::-;84124:28;;84163:64;84172:5;84179:7;84216:10;84188:25;84198:5;84205:7;84188:9;:25::i;:::-;:38;;;;:::i;:::-;84163:8;:64::i;:::-;84245:4;84238:11;;;84019:238;;;;:::o;97392:268::-;97490:7;97532:12;97518:11;:26;97510:70;;;;;;;;;;;;:::i;:::-;;;;;;;;;97598:54;97617:12;:21;97630:7;97617:21;;;;;;;;;;;;;;;97640:11;97598:18;:54::i;:::-;97591:61;;97392:268;;;;:::o;105344:95::-;72846:13;:11;:13::i;:::-;105414:17:::1;105420:2;105424:6;105414:5;:17::i;:::-;105344:95:::0;;:::o;96766:128::-;96840:7;96867:10;:19;96878:7;96867:19;;;;;;;;;;;;;;;;;;;;;;;;;96860:26;;96766:128;;;:::o;100278:114::-;100350:34;100360:12;:10;:12::i;:::-;100374:9;100350;:34::i;:::-;100278:114;:::o;96522:151::-;96592:6;96618:47;96636:12;:21;96649:7;96636:21;;;;;;;;;;;;;;;:28;;;;96618:17;:47::i;:::-;96611:54;;96522:151;;;:::o;81474:127::-;81548:7;81575:9;:18;81585:7;81575:18;;;;;;;;;;;;;;;;81568:25;;81474:127;;;:::o;73608:103::-;72846:13;:11;:13::i;:::-;73673:30:::1;73700:1;73673:18;:30::i;:::-;73608:103::o:0;93932:128::-;94001:7;94028:24;:7;:14;94036:5;94028:14;;;;;;;;;;;;;;;:22;:24::i;:::-;94021:31;;93932:128;;;:::o;72960:87::-;73006:7;73033:6;;;;;;;;;;;73026:13;;72960:87;:::o;97949:259::-;98036:7;98078:12;98064:11;:26;98056:70;;;;;;;;;;;;:::i;:::-;;;;;;;;;98144:56;98163:23;98188:11;98144:18;:56::i;:::-;98137:63;;97949:259;;;:::o;80402:104::-;80458:13;80491:7;80484:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;80402:104;:::o;96978:212::-;97051:7;97071:11;97085:12;:21;97098:7;97085:21;;;;;;;;;;;;;;;:28;;;;97071:42;;97138:1;97131:3;:8;:51;;97146:12;:21;97159:7;97146:21;;;;;;;;;;;;;;;97174:1;97168:3;:7;;;;:::i;:::-;97146:30;;;;;;;;:::i;:::-;;;;;;;;;:36;;;;;;;;;;;;97131:51;;;97142:1;97131:51;97124:58;;;;;96978:212;;;:::o;84760:436::-;84853:4;84870:13;84886:12;:10;:12::i;:::-;84870:28;;84909:24;84936:25;84946:5;84953:7;84936:9;:25::i;:::-;84909:52;;85000:15;84980:16;:35;;84972:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;85093:60;85102:5;85109:7;85137:15;85118:16;:34;85093:8;:60::i;:::-;85184:4;85177:11;;;;84760:436;;;;:::o;81807:193::-;81886:4;81903:13;81919:12;:10;:12::i;:::-;81903:28;;81942;81952:5;81959:2;81963:6;81942:9;:28::i;:::-;81988:4;81981:11;;;81807:193;;;;:::o;100474:591::-;100701:6;100682:15;:25;;100674:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;100752:14;100769:174;100797:87;95972:71;100857:9;100868:5;100875:6;100824:58;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;100814:69;;;;;;100797:16;:87::i;:::-;100899:1;100915;100931;100769:13;:174::i;:::-;100752:191;;100971:17;100981:6;100971:9;:17::i;:::-;100962:5;:26;100954:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;101029:28;101039:6;101047:9;101029;:28::i;:::-;100663:402;100474:591;;;;;;:::o;93221:645::-;93465:8;93446:15;:27;;93438:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;93520:18;92396:95;93580:5;93587:7;93596:5;93603:16;93613:5;93603:9;:16::i;:::-;93621:8;93551:79;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;93541:90;;;;;;93520:111;;93644:12;93659:28;93676:10;93659:16;:28::i;:::-;93644:43;;93700:14;93717:28;93731:4;93737:1;93740;93743;93717:13;:28::i;:::-;93700:45;;93774:5;93764:15;;:6;:15;;;93756:58;;;;;;;;;;;;:::i;:::-;;;;;;;;;93827:31;93836:5;93843:7;93852:5;93827:8;:31::i;:::-;93427:439;;;93221:645;;;;;;;:::o;105119:52::-;105155:16;105119:52;:::o;82063:151::-;82152:7;82179:11;:18;82191:5;82179:18;;;;;;;;;;;;;;;:27;82198:7;82179:27;;;;;;;;;;;;;;;;82172:34;;82063:151;;;;:::o;96292:150::-;96371:17;;:::i;:::-;96408:12;:21;96421:7;96408:21;;;;;;;;;;;;;;;96430:3;96408:26;;;;;;;;;;:::i;:::-;;;;;;;;;96401:33;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;96292:150;;;;:::o;73866:201::-;72846:13;:11;:13::i;:::-;73975:1:::1;73955:22;;:8;:22;;::::0;73947:73:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;74031:28;74050:8;74031:18;:28::i;:::-;73866:201:::0;:::o;101371:290::-;101456:28;101468:7;101477:6;101456:11;:28::i;:::-;101520:12;:10;:12::i;:::-;101503:29;;:13;:11;:13::i;:::-;:29;;101495:90;;;;;;;;;;;;:::i;:::-;;;;;;;;;101598:55;101615:23;101640:4;101646:6;101598:16;:55::i;:::-;;;101371:290;;:::o;86793:548::-;86896:1;86877:21;;:7;:21;;;86869:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;86947:49;86976:1;86980:7;86989:6;86947:20;:49::i;:::-;87025:6;87009:12;;:22;;;;;;;:::i;:::-;;;;;;;;87202:6;87180:9;:18;87190:7;87180:18;;;;;;;;;;;;;;;;:28;;;;;;;;;;;87256:7;87235:37;;87252:1;87235:37;;;87265:6;87235:37;;;;;;:::i;:::-;;;;;;;;87285:48;87313:1;87317:7;87326:6;87285:19;:48::i;:::-;86793:548;;:::o;104324:98::-;104382:7;104413:1;104409;:5;;;;:::i;:::-;104402:12;;104324:98;;;;:::o;2950:195::-;3007:7;3044:17;3035:26;;:5;:26;;3027:78;;;;;;;;;;;;:::i;:::-;;;;;;;;;3131:5;3116:21;;2950:195;;;:::o;15786:190::-;15842:6;15878:16;15869:25;;:5;:25;;15861:76;;;;;;;;;;;;:::i;:::-;;;;;;;;;15962:5;15948:20;;15786:190;;;:::o;102096:262::-;102238:43;102264:4;102270:2;102274:6;102238:25;:43::i;:::-;102294:56;102311:15;102321:4;102311:9;:15::i;:::-;102328:13;102338:2;102328:9;:13::i;:::-;102343:6;102294:16;:56::i;:::-;102096:262;;;:::o;91240:124::-;;;;:::o;104430:103::-;104493:7;104524:1;104520;:5;;;;:::i;:::-;104513:12;;104430:103;;;;:::o;71511:98::-;71564:7;71591:10;71584:17;;71511:98;:::o;88787:380::-;88940:1;88923:19;;:5;:19;;;88915:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;89021:1;89002:21;;:7;:21;;;88994:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;89105:6;89075:11;:18;89087:5;89075:18;;;;;;;;;;;;;;;:27;89094:7;89075:27;;;;;;;;;;;;;;;:36;;;;89143:7;89127:32;;89136:5;89127:32;;;89152:6;89127:32;;;;;;:::i;:::-;;;;;;;;88787:380;;;:::o;89458:453::-;89593:24;89620:25;89630:5;89637:7;89620:9;:25::i;:::-;89593:52;;89680:17;89660:16;:37;89656:248;;89742:6;89722:16;:26;;89714:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;89826:51;89835:5;89842:7;89870:6;89851:16;:25;89826:8;:51::i;:::-;89656:248;89582:329;89458:453;;;:::o;85666:840::-;85813:1;85797:18;;:4;:18;;;85789:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;85890:1;85876:16;;:2;:16;;;85868:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;85945:38;85966:4;85972:2;85976:6;85945:20;:38::i;:::-;85996:19;86018:9;:15;86028:4;86018:15;;;;;;;;;;;;;;;;85996:37;;86067:6;86052:11;:21;;86044:72;;;;;;;;;;;;:::i;:::-;;;;;;;;;86184:6;86170:11;:20;86152:9;:15;86162:4;86152:15;;;;;;;;;;;;;;;:38;;;;86387:6;86370:9;:13;86380:2;86370:13;;;;;;;;;;;;;;;;:23;;;;;;;;;;;86437:2;86422:26;;86431:4;86422:26;;;86441:6;86422:26;;;;;;:::i;:::-;;;;;;;;86461:37;86481:4;86487:2;86491:6;86461:19;:37::i;:::-;85778:728;85666:840;;;:::o;67066:314::-;67119:7;67160:12;67143:29;;67151:4;67143:29;;;:66;;;;;67193:16;67176:13;:33;67143:66;67139:234;;;67233:24;67226:31;;;;67139:234;67297:64;67319:10;67331:12;67345:15;67297:21;:64::i;:::-;67290:71;;67066:314;;:::o;98297:1895::-;98396:7;99497:14;99514:5;:12;;;;99497:29;;99539:11;99565:12;99580:6;99565:21;;99612:1;99603:6;:10;99599:251;;;99630:11;99653:17;99663:6;99653:9;:17::i;:::-;99644:6;:26;;;;:::i;:::-;99630:40;;99727:11;99689:25;99703:5;99710:3;99689:13;:25::i;:::-;:35;;;;;;;;;;;;:49;;;99685:154;;;99766:3;99759:10;;99685:154;;;99822:1;99816:3;:7;;;;:::i;:::-;99810:13;;99685:154;99615:235;99599:251;99862;99875:4;99869:3;:10;99862:251;;;99896:11;99910:23;99923:3;99928:4;99910:12;:23::i;:::-;99896:37;;99990:11;99952:25;99966:5;99973:3;99952:13;:25::i;:::-;:35;;;;;;;;;;;;:49;;;99948:154;;;100029:3;100022:10;;99948:154;;;100085:1;100079:3;:7;;;;:::i;:::-;100073:13;;99948:154;99881:232;99862:251;;;100140:1;100132:4;:9;:52;;100148:30;100162:5;100176:1;100169:4;:8;;;;:::i;:::-;100148:13;:30::i;:::-;:36;;;;;;;;;;;;100132:52;;;100144:1;100132:52;100125:59;;;;;;;98297:1895;;;;:::o;73125:132::-;73200:12;:10;:12::i;:::-;73189:23;;:7;:5;:7::i;:::-;:23;;;73181:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;73125:132::o;105718:220::-;105155:16;105856:6;105840:13;:11;:13::i;:::-;:22;;;;:::i;:::-;:35;;105832:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;105907:23;105919:2;105923:6;105907:11;:23::i;:::-;105718:220;;:::o;102536:388::-;102621:23;102647:20;102657:9;102647;:20::i;:::-;102621:46;;102678:24;102705:20;102715:9;102705;:20::i;:::-;102678:47;;102760:9;102736:10;:21;102747:9;102736:21;;;;;;;;;;;;;;;;:33;;;;;;;;;;;;;;;;;;102831:9;102787:54;;102814:15;102787:54;;102803:9;102787:54;;;;;;;;;;;;102854:62;102871:15;102888:9;102899:16;102854;:62::i;:::-;102610:314;;102536:388;;:::o;74227:191::-;74301:16;74320:6;;;;;;;;;;;74301:25;;74346:8;74337:6;;:17;;;;;;;;;;;;;;;;;;74401:8;74370:40;;74391:8;74370:40;;;;;;;;;;;;74290:128;74227:191;:::o;39280:114::-;39345:7;39372;:14;;;39365:21;;39280:114;;;:::o;68293:167::-;68370:7;68397:55;68419:20;:18;:20::i;:::-;68441:10;68397:21;:55::i;:::-;68390:62;;68293:167;;;:::o;61939:279::-;62067:7;62088:17;62107:18;62129:25;62140:4;62146:1;62149;62152;62129:10;:25::i;:::-;62087:67;;;;62165:18;62177:5;62165:11;:18::i;:::-;62201:9;62194:16;;;;61939:279;;;;;;:::o;94443:207::-;94503:15;94531:30;94564:7;:14;94572:5;94564:14;;;;;;;;;;;;;;;94531:47;;94599:15;:5;:13;:15::i;:::-;94589:25;;94625:17;:5;:15;:17::i;:::-;94520:130;94443:207;;;:::o;101172:105::-;101225:7;101252:17;101245:24;;101172:105;:::o;103583:733::-;103757:17;103776;103806:11;103820:5;:12;;;;103806:26;;103845:25;103880:1;103873:3;:8;:59;;103903:29;103917:5;103930:1;103924:3;:7;;;;:::i;:::-;103903:13;:29::i;:::-;103873:59;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;103884:16;;;;;;;;103895:1;103884:16;;;;;;103898:1;103884:16;;;;;103873:59;103845:87;;103957:7;:13;;;103945:25;;;;103993:20;103996:9;104007:5;103993:2;:20;;:::i;:::-;103981:32;;104036:1;104030:3;:7;:44;;;;;104062:12;104041:7;:17;;;:33;;;104030:44;104026:283;;;104129:29;104148:9;104129:18;:29::i;:::-;104091;104105:5;104118:1;104112:3;:7;;;;:::i;:::-;104091:13;:29::i;:::-;:35;;;:67;;;;;;;;;;;;;;;;;;104026:283;;;104191:5;104202:94;;;;;;;;104225:31;104243:12;104225:17;:31::i;:::-;104202:94;;;;;;104265:29;104284:9;104265:18;:29::i;:::-;104202:94;;;;;104191:106;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;104026:283;103795:521;;103583:733;;;;;;:::o;90511:125::-;;;;:::o;105517:193::-;105659:43;105685:4;105691:2;105695:6;105659:25;:43::i;:::-;105517:193;;;:::o;102932:643::-;103064:3;103057:10;;:3;:10;;;;:24;;;;;103080:1;103071:6;:10;103057:24;103053:515;;;103117:1;103102:17;;:3;:17;;;103098:224;;103141:17;103160;103181:54;103198:12;:17;103211:3;103198:17;;;;;;;;;;;;;;;103217:9;103228:6;103181:16;:54::i;:::-;103140:95;;;;103280:3;103259:47;;;103285:9;103296;103259:47;;;;;;;:::i;:::-;;;;;;;;103121:201;;103098:224;103357:1;103342:17;;:3;:17;;;103338:219;;103381:17;103400;103421:49;103438:12;:17;103451:3;103438:17;;;;;;;;;;;;;;;103457:4;103463:6;103421:16;:49::i;:::-;103380:90;;;;103515:3;103494:47;;;103520:9;103531;103494:47;;;;;;;:::i;:::-;;;;;;;;103361:196;;103338:219;103053:515;102932:643;;;:::o;67388:263::-;67532:7;67580:8;67590;67600:11;67613:13;67636:4;67569:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;67559:84;;;;;;67552:91;;67388:263;;;;;:::o;46335:1673::-;46383:7;46412:1;46407;:6;46403:47;;46437:1;46430:8;;;;46403:47;47141:14;47175:1;47164:7;47169:1;47164:4;:7::i;:::-;:12;;47158:1;:19;;47141:36;;47643:1;47632:6;47628:1;:10;;;;;:::i;:::-;;;47619:6;:19;47618:26;;47609:35;;47693:1;47682:6;47678:1;:10;;;;;:::i;:::-;;;47669:6;:19;47668:26;;47659:35;;47743:1;47732:6;47728:1;:10;;;;;:::i;:::-;;;47719:6;:19;47718:26;;47709:35;;47793:1;47782:6;47778:1;:10;;;;;:::i;:::-;;;47769:6;:19;47768:26;;47759:35;;47843:1;47832:6;47828:1;:10;;;;;:::i;:::-;;;47819:6;:19;47818:26;;47809:35;;47893:1;47882:6;47878:1;:10;;;;;:::i;:::-;;;47869:6;:19;47868:26;;47859:35;;47943:1;47932:6;47928:1;:10;;;;;:::i;:::-;;;47919:6;:19;47918:26;;47909:35;;47966:23;47970:6;47982;47978:1;:10;;;;;:::i;:::-;;;47966:3;:23::i;:::-;47959:30;;;46335:1673;;;;:::o;104681:244::-;104767:25;104839:10;104836:1;104829:21;104903:3;104896:4;104893:1;104883:18;104879:28;104864:43;;104681:244;;;;:::o;40736:156::-;40798:7;40883:1;40878;40874;:5;40873:11;;;;:::i;:::-;40868:1;40864;:5;40863:21;;;;:::i;:::-;40856:28;;40736:156;;;;:::o;63630:196::-;63723:7;63789:15;63806:10;63760:57;;;;;;;;;:::i;:::-;;;;;;;;;;;;;63750:68;;;;;;63743:75;;63630:196;;;;:::o;60280:1520::-;60411:7;60420:12;61345:66;61340:1;61332:10;;:79;61328:163;;;61444:1;61448:30;61428:51;;;;;;61328:163;61588:14;61605:24;61615:4;61621:1;61624;61627;61605:24;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;61588:41;;61662:1;61644:20;;:6;:20;;;61640:103;;61697:1;61701:29;61681:50;;;;;;;61640:103;61763:6;61771:20;61755:37;;;;;60280:1520;;;;;;;;:::o;55672:521::-;55750:20;55741:29;;;;;;;;:::i;:::-;;:5;:29;;;;;;;;:::i;:::-;;;55737:449;55787:7;55737:449;55848:29;55839:38;;;;;;;;:::i;:::-;;:5;:38;;;;;;;;:::i;:::-;;;55835:351;;55894:34;;;;;;;;;;:::i;:::-;;;;;;;;55835:351;55959:35;55950:44;;;;;;;;:::i;:::-;;:5;:44;;;;;;;;:::i;:::-;;;55946:240;;56011:41;;;;;;;;;;:::i;:::-;;;;;;;;55946:240;56083:30;56074:39;;;;;;;;:::i;:::-;;:5;:39;;;;;;;;:::i;:::-;;;56070:116;;56130:44;;;;;;;;;;:::i;:::-;;;;;;;;56070:116;55672:521;;:::o;39402:127::-;39509:1;39491:7;:14;;;:19;;;;;;;;;;;39402:127;:::o;48485:1019::-;48537:7;48557:14;48574:1;48557:18;;48630:1;48624:3;48615:5;:12;;:16;48611:102;;;48662:3;48652:13;;;;;48694:3;48684:13;;;;48611:102;48745:1;48740:2;48731:5;:11;;:15;48727:99;;;48777:2;48767:12;;;;;48808:2;48798:12;;;;48727:99;48858:1;48853:2;48844:5;:11;;:15;48840:99;;;48890:2;48880:12;;;;;48921:2;48911:12;;;;48840:99;48971:1;48966:2;48957:5;:11;;:15;48953:99;;;49003:2;48993:12;;;;;49034:2;49024:12;;;;48953:99;49083:1;49079;49070:5;:10;;:14;49066:96;;;49115:1;49105:11;;;;;49145:1;49135:11;;;;49066:96;49193:1;49189;49180:5;:10;;:14;49176:96;;;49225:1;49215:11;;;;;49255:1;49245:11;;;;49176:96;49303:1;49299;49290:5;:10;;:14;49286:96;;;49335:1;49325:11;;;;;49365:1;49355:11;;;;49286:96;49413:1;49409;49400:5;:10;;:14;49396:66;;;49445:1;49435:11;;;;49396:66;49490:6;49483:13;;;48485:1019;;;:::o;40511:106::-;40569:7;40600:1;40596;:5;:13;;40608:1;40596:13;;;40604:1;40596:13;40589:20;;40511:106;;;;:::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:246::-;368:1;378:113;392:6;389:1;386:13;378:113;;;477:1;472:3;468:11;462:18;458:1;453:3;449:11;442:39;414:2;411:1;407:10;402:15;;378:113;;;525:1;516:6;511:3;507:16;500:27;349:184;287:246;;;:::o;539:102::-;580:6;631:2;627:7;622:2;615:5;611:14;607:28;597:38;;539:102;;;:::o;647:377::-;735:3;763:39;796:5;763:39;:::i;:::-;818:71;882:6;877:3;818:71;:::i;:::-;811:78;;898:65;956:6;951:3;944:4;937:5;933:16;898:65;:::i;:::-;988:29;1010:6;988:29;:::i;:::-;983:3;979:39;972:46;;739:285;647:377;;;;:::o;1030:313::-;1143:4;1181:2;1170:9;1166:18;1158:26;;1230:9;1224:4;1220:20;1216:1;1205:9;1201:17;1194:47;1258:78;1331:4;1322:6;1258:78;:::i;:::-;1250:86;;1030:313;;;;:::o;1430:117::-;1539:1;1536;1529:12;1676:126;1713:7;1753:42;1746:5;1742:54;1731:65;;1676:126;;;:::o;1808:96::-;1845:7;1874:24;1892:5;1874:24;:::i;:::-;1863:35;;1808:96;;;:::o;1910:122::-;1983:24;2001:5;1983:24;:::i;:::-;1976:5;1973:35;1963:63;;2022:1;2019;2012:12;1963:63;1910:122;:::o;2038:139::-;2084:5;2122:6;2109:20;2100:29;;2138:33;2165:5;2138:33;:::i;:::-;2038:139;;;;:::o;2183:77::-;2220:7;2249:5;2238:16;;2183:77;;;:::o;2266:122::-;2339:24;2357:5;2339:24;:::i;:::-;2332:5;2329:35;2319:63;;2378:1;2375;2368:12;2319:63;2266:122;:::o;2394:139::-;2440:5;2478:6;2465:20;2456:29;;2494:33;2521:5;2494:33;:::i;:::-;2394:139;;;;:::o;2539:474::-;2607:6;2615;2664:2;2652:9;2643:7;2639:23;2635:32;2632:119;;;2670:79;;:::i;:::-;2632:119;2790:1;2815:53;2860:7;2851:6;2840:9;2836:22;2815:53;:::i;:::-;2805:63;;2761:117;2917:2;2943:53;2988:7;2979:6;2968:9;2964:22;2943:53;:::i;:::-;2933:63;;2888:118;2539:474;;;;;:::o;3019:90::-;3053:7;3096:5;3089:13;3082:21;3071:32;;3019:90;;;:::o;3115:109::-;3196:21;3211:5;3196:21;:::i;:::-;3191:3;3184:34;3115:109;;:::o;3230:210::-;3317:4;3355:2;3344:9;3340:18;3332:26;;3368:65;3430:1;3419:9;3415:17;3406:6;3368:65;:::i;:::-;3230:210;;;;:::o;3446:118::-;3533:24;3551:5;3533:24;:::i;:::-;3528:3;3521:37;3446:118;;:::o;3570:222::-;3663:4;3701:2;3690:9;3686:18;3678:26;;3714:71;3782:1;3771:9;3767:17;3758:6;3714:71;:::i;:::-;3570:222;;;;:::o;3798:619::-;3875:6;3883;3891;3940:2;3928:9;3919:7;3915:23;3911:32;3908:119;;;3946:79;;:::i;:::-;3908:119;4066:1;4091:53;4136:7;4127:6;4116:9;4112:22;4091:53;:::i;:::-;4081:63;;4037:117;4193:2;4219:53;4264:7;4255:6;4244:9;4240:22;4219:53;:::i;:::-;4209:63;;4164:118;4321:2;4347:53;4392:7;4383:6;4372:9;4368:22;4347:53;:::i;:::-;4337:63;;4292:118;3798:619;;;;;:::o;4423:86::-;4458:7;4498:4;4491:5;4487:16;4476:27;;4423:86;;;:::o;4515:112::-;4598:22;4614:5;4598:22;:::i;:::-;4593:3;4586:35;4515:112;;:::o;4633:214::-;4722:4;4760:2;4749:9;4745:18;4737:26;;4773:67;4837:1;4826:9;4822:17;4813:6;4773:67;:::i;:::-;4633:214;;;;:::o;4853:77::-;4890:7;4919:5;4908:16;;4853:77;;;:::o;4936:118::-;5023:24;5041:5;5023:24;:::i;:::-;5018:3;5011:37;4936:118;;:::o;5060:222::-;5153:4;5191:2;5180:9;5176:18;5168:26;;5204:71;5272:1;5261:9;5257:17;5248:6;5204:71;:::i;:::-;5060:222;;;;:::o;5288:329::-;5347:6;5396:2;5384:9;5375:7;5371:23;5367:32;5364:119;;;5402:79;;:::i;:::-;5364:119;5522:1;5547:53;5592:7;5583:6;5572:9;5568:22;5547:53;:::i;:::-;5537:63;;5493:117;5288:329;;;;:::o;5623:118::-;5710:24;5728:5;5710:24;:::i;:::-;5705:3;5698:37;5623:118;;:::o;5747:222::-;5840:4;5878:2;5867:9;5863:18;5855:26;;5891:71;5959:1;5948:9;5944:17;5935:6;5891:71;:::i;:::-;5747:222;;;;:::o;5975:93::-;6011:7;6051:10;6044:5;6040:22;6029:33;;5975:93;;;:::o;6074:115::-;6159:23;6176:5;6159:23;:::i;:::-;6154:3;6147:36;6074:115;;:::o;6195:218::-;6286:4;6324:2;6313:9;6309:18;6301:26;;6337:69;6403:1;6392:9;6388:17;6379:6;6337:69;:::i;:::-;6195:218;;;;:::o;6419:329::-;6478:6;6527:2;6515:9;6506:7;6502:23;6498:32;6495:119;;;6533:79;;:::i;:::-;6495:119;6653:1;6678:53;6723:7;6714:6;6703:9;6699:22;6678:53;:::i;:::-;6668:63;;6624:117;6419:329;;;;:::o;6754:118::-;6825:22;6841:5;6825:22;:::i;:::-;6818:5;6815:33;6805:61;;6862:1;6859;6852:12;6805:61;6754:118;:::o;6878:135::-;6922:5;6960:6;6947:20;6938:29;;6976:31;7001:5;6976:31;:::i;:::-;6878:135;;;;:::o;7019:122::-;7092:24;7110:5;7092:24;:::i;:::-;7085:5;7082:35;7072:63;;7131:1;7128;7121:12;7072:63;7019:122;:::o;7147:139::-;7193:5;7231:6;7218:20;7209:29;;7247:33;7274:5;7247:33;:::i;:::-;7147:139;;;;:::o;7292:1053::-;7394:6;7402;7410;7418;7426;7434;7483:3;7471:9;7462:7;7458:23;7454:33;7451:120;;;7490:79;;:::i;:::-;7451:120;7610:1;7635:53;7680:7;7671:6;7660:9;7656:22;7635:53;:::i;:::-;7625:63;;7581:117;7737:2;7763:53;7808:7;7799:6;7788:9;7784:22;7763:53;:::i;:::-;7753:63;;7708:118;7865:2;7891:53;7936:7;7927:6;7916:9;7912:22;7891:53;:::i;:::-;7881:63;;7836:118;7993:2;8019:51;8062:7;8053:6;8042:9;8038:22;8019:51;:::i;:::-;8009:61;;7964:116;8119:3;8146:53;8191:7;8182:6;8171:9;8167:22;8146:53;:::i;:::-;8136:63;;8090:119;8248:3;8275:53;8320:7;8311:6;8300:9;8296:22;8275:53;:::i;:::-;8265:63;;8219:119;7292:1053;;;;;;;;:::o;8351:1199::-;8462:6;8470;8478;8486;8494;8502;8510;8559:3;8547:9;8538:7;8534:23;8530:33;8527:120;;;8566:79;;:::i;:::-;8527:120;8686:1;8711:53;8756:7;8747:6;8736:9;8732:22;8711:53;:::i;:::-;8701:63;;8657:117;8813:2;8839:53;8884:7;8875:6;8864:9;8860:22;8839:53;:::i;:::-;8829:63;;8784:118;8941:2;8967:53;9012:7;9003:6;8992:9;8988:22;8967:53;:::i;:::-;8957:63;;8912:118;9069:2;9095:53;9140:7;9131:6;9120:9;9116:22;9095:53;:::i;:::-;9085:63;;9040:118;9197:3;9224:51;9267:7;9258:6;9247:9;9243:22;9224:51;:::i;:::-;9214:61;;9168:117;9324:3;9351:53;9396:7;9387:6;9376:9;9372:22;9351:53;:::i;:::-;9341:63;;9295:119;9453:3;9480:53;9525:7;9516:6;9505:9;9501:22;9480:53;:::i;:::-;9470:63;;9424:119;8351:1199;;;;;;;;;;:::o;9556:474::-;9624:6;9632;9681:2;9669:9;9660:7;9656:23;9652:32;9649:119;;;9687:79;;:::i;:::-;9649:119;9807:1;9832:53;9877:7;9868:6;9857:9;9853:22;9832:53;:::i;:::-;9822:63;;9778:117;9934:2;9960:53;10005:7;9996:6;9985:9;9981:22;9960:53;:::i;:::-;9950:63;;9905:118;9556:474;;;;;:::o;10036:120::-;10108:23;10125:5;10108:23;:::i;:::-;10101:5;10098:34;10088:62;;10146:1;10143;10136:12;10088:62;10036:120;:::o;10162:137::-;10207:5;10245:6;10232:20;10223:29;;10261:32;10287:5;10261:32;:::i;:::-;10162:137;;;;:::o;10305:472::-;10372:6;10380;10429:2;10417:9;10408:7;10404:23;10400:32;10397:119;;;10435:79;;:::i;:::-;10397:119;10555:1;10580:53;10625:7;10616:6;10605:9;10601:22;10580:53;:::i;:::-;10570:63;;10526:117;10682:2;10708:52;10752:7;10743:6;10732:9;10728:22;10708:52;:::i;:::-;10698:62;;10653:117;10305:472;;;;;:::o;10783:105::-;10858:23;10875:5;10858:23;:::i;:::-;10853:3;10846:36;10783:105;;:::o;10894:142::-;10931:7;10971:58;10964:5;10960:70;10949:81;;10894:142;;;:::o;11042:108::-;11119:24;11137:5;11119:24;:::i;:::-;11114:3;11107:37;11042:108;;:::o;11224:517::-;11377:4;11372:3;11368:14;11469:4;11462:5;11458:16;11452:23;11488:61;11543:4;11538:3;11534:14;11520:12;11488:61;:::i;:::-;11392:167;11642:4;11635:5;11631:16;11625:23;11661:63;11718:4;11713:3;11709:14;11695:12;11661:63;:::i;:::-;11569:165;11346:395;11224:517;;:::o;11747:334::-;11896:4;11934:2;11923:9;11919:18;11911:26;;11947:127;12071:1;12060:9;12056:17;12047:6;11947:127;:::i;:::-;11747:334;;;;:::o;12087:180::-;12135:77;12132:1;12125:88;12232:4;12229:1;12222:15;12256:4;12253:1;12246:15;12273:320;12317:6;12354:1;12348:4;12344:12;12334:22;;12401:1;12395:4;12391:12;12422:18;12412:81;;12478:4;12470:6;12466:17;12456:27;;12412:81;12540:2;12532:6;12529:14;12509:18;12506:38;12503:84;;12559:18;;:::i;:::-;12503:84;12324:269;12273:320;;;:::o;12599:180::-;12647:77;12644:1;12637:88;12744:4;12741:1;12734:15;12768:4;12765:1;12758:15;12785:191;12825:3;12844:20;12862:1;12844:20;:::i;:::-;12839:25;;12878:20;12896:1;12878:20;:::i;:::-;12873:25;;12921:1;12918;12914:9;12907:16;;12942:3;12939:1;12936:10;12933:36;;;12949:18;;:::i;:::-;12933:36;12785:191;;;;:::o;12982:181::-;13122:33;13118:1;13110:6;13106:14;13099:57;12982:181;:::o;13169:366::-;13311:3;13332:67;13396:2;13391:3;13332:67;:::i;:::-;13325:74;;13408:93;13497:3;13408:93;:::i;:::-;13526:2;13521:3;13517:12;13510:19;;13169:366;;;:::o;13541:419::-;13707:4;13745:2;13734:9;13730:18;13722:26;;13794:9;13788:4;13784:20;13780:1;13769:9;13765:17;13758:47;13822:131;13948:4;13822:131;:::i;:::-;13814:139;;13541:419;;;:::o;13966:194::-;14006:4;14026:20;14044:1;14026:20;:::i;:::-;14021:25;;14060:20;14078:1;14060:20;:::i;:::-;14055:25;;14104:1;14101;14097:9;14089:17;;14128:1;14122:4;14119:11;14116:37;;;14133:18;;:::i;:::-;14116:37;13966:194;;;;:::o;14166:180::-;14214:77;14211:1;14204:88;14311:4;14308:1;14301:15;14335:4;14332:1;14325:15;14352:224;14492:34;14488:1;14480:6;14476:14;14469:58;14561:7;14556:2;14548:6;14544:15;14537:32;14352:224;:::o;14582:366::-;14724:3;14745:67;14809:2;14804:3;14745:67;:::i;:::-;14738:74;;14821:93;14910:3;14821:93;:::i;:::-;14939:2;14934:3;14930:12;14923:19;;14582:366;;;:::o;14954:419::-;15120:4;15158:2;15147:9;15143:18;15135:26;;15207:9;15201:4;15197:20;15193:1;15182:9;15178:17;15171:47;15235:131;15361:4;15235:131;:::i;:::-;15227:139;;14954:419;;;:::o;15379:179::-;15519:31;15515:1;15507:6;15503:14;15496:55;15379:179;:::o;15564:366::-;15706:3;15727:67;15791:2;15786:3;15727:67;:::i;:::-;15720:74;;15803:93;15892:3;15803:93;:::i;:::-;15921:2;15916:3;15912:12;15905:19;;15564:366;;;:::o;15936:419::-;16102:4;16140:2;16129:9;16125:18;16117:26;;16189:9;16183:4;16179:20;16175:1;16164:9;16160:17;16153:47;16217:131;16343:4;16217:131;:::i;:::-;16209:139;;15936:419;;;:::o;16361:553::-;16538:4;16576:3;16565:9;16561:19;16553:27;;16590:71;16658:1;16647:9;16643:17;16634:6;16590:71;:::i;:::-;16671:72;16739:2;16728:9;16724:18;16715:6;16671:72;:::i;:::-;16753;16821:2;16810:9;16806:18;16797:6;16753:72;:::i;:::-;16835;16903:2;16892:9;16888:18;16879:6;16835:72;:::i;:::-;16361:553;;;;;;;:::o;16920:175::-;17060:27;17056:1;17048:6;17044:14;17037:51;16920:175;:::o;17101:366::-;17243:3;17264:67;17328:2;17323:3;17264:67;:::i;:::-;17257:74;;17340:93;17429:3;17340:93;:::i;:::-;17458:2;17453:3;17449:12;17442:19;;17101:366;;;:::o;17473:419::-;17639:4;17677:2;17666:9;17662:18;17654:26;;17726:9;17720:4;17716:20;17712:1;17701:9;17697:17;17690:47;17754:131;17880:4;17754:131;:::i;:::-;17746:139;;17473:419;;;:::o;17898:179::-;18038:31;18034:1;18026:6;18022:14;18015:55;17898:179;:::o;18083:366::-;18225:3;18246:67;18310:2;18305:3;18246:67;:::i;:::-;18239:74;;18322:93;18411:3;18322:93;:::i;:::-;18440:2;18435:3;18431:12;18424:19;;18083:366;;;:::o;18455:419::-;18621:4;18659:2;18648:9;18644:18;18636:26;;18708:9;18702:4;18698:20;18694:1;18683:9;18679:17;18672:47;18736:131;18862:4;18736:131;:::i;:::-;18728:139;;18455:419;;;:::o;18880:775::-;19113:4;19151:3;19140:9;19136:19;19128:27;;19165:71;19233:1;19222:9;19218:17;19209:6;19165:71;:::i;:::-;19246:72;19314:2;19303:9;19299:18;19290:6;19246:72;:::i;:::-;19328;19396:2;19385:9;19381:18;19372:6;19328:72;:::i;:::-;19410;19478:2;19467:9;19463:18;19454:6;19410:72;:::i;:::-;19492:73;19560:3;19549:9;19545:19;19536:6;19492:73;:::i;:::-;19575;19643:3;19632:9;19628:19;19619:6;19575:73;:::i;:::-;18880:775;;;;;;;;;:::o;19661:180::-;19801:32;19797:1;19789:6;19785:14;19778:56;19661:180;:::o;19847:366::-;19989:3;20010:67;20074:2;20069:3;20010:67;:::i;:::-;20003:74;;20086:93;20175:3;20086:93;:::i;:::-;20204:2;20199:3;20195:12;20188:19;;19847:366;;;:::o;20219:419::-;20385:4;20423:2;20412:9;20408:18;20400:26;;20472:9;20466:4;20462:20;20458:1;20447:9;20443:17;20436:47;20500:131;20626:4;20500:131;:::i;:::-;20492:139;;20219:419;;;:::o;20644:225::-;20784:34;20780:1;20772:6;20768:14;20761:58;20853:8;20848:2;20840:6;20836:15;20829:33;20644:225;:::o;20875:366::-;21017:3;21038:67;21102:2;21097:3;21038:67;:::i;:::-;21031:74;;21114:93;21203:3;21114:93;:::i;:::-;21232:2;21227:3;21223:12;21216:19;;20875:366;;;:::o;21247:419::-;21413:4;21451:2;21440:9;21436:18;21428:26;;21500:9;21494:4;21490:20;21486:1;21475:9;21471:17;21464:47;21528:131;21654:4;21528:131;:::i;:::-;21520:139;;21247:419;;;:::o;21672:235::-;21812:34;21808:1;21800:6;21796:14;21789:58;21881:18;21876:2;21868:6;21864:15;21857:43;21672:235;:::o;21913:366::-;22055:3;22076:67;22140:2;22135:3;22076:67;:::i;:::-;22069:74;;22152:93;22241:3;22152:93;:::i;:::-;22270:2;22265:3;22261:12;22254:19;;21913:366;;;:::o;22285:419::-;22451:4;22489:2;22478:9;22474:18;22466:26;;22538:9;22532:4;22528:20;22524:1;22513:9;22509:17;22502:47;22566:131;22692:4;22566:131;:::i;:::-;22558:139;;22285:419;;;:::o;22710:181::-;22850:33;22846:1;22838:6;22834:14;22827:57;22710:181;:::o;22897:366::-;23039:3;23060:67;23124:2;23119:3;23060:67;:::i;:::-;23053:74;;23136:93;23225:3;23136:93;:::i;:::-;23254:2;23249:3;23245:12;23238:19;;22897:366;;;:::o;23269:419::-;23435:4;23473:2;23462:9;23458:18;23450:26;;23522:9;23516:4;23512:20;23508:1;23497:9;23493:17;23486:47;23550:131;23676:4;23550:131;:::i;:::-;23542:139;;23269:419;;;:::o;23694:226::-;23834:34;23830:1;23822:6;23818:14;23811:58;23903:9;23898:2;23890:6;23886:15;23879:34;23694:226;:::o;23926:366::-;24068:3;24089:67;24153:2;24148:3;24089:67;:::i;:::-;24082:74;;24165:93;24254:3;24165:93;:::i;:::-;24283:2;24278:3;24274:12;24267:19;;23926:366;;;:::o;24298:419::-;24464:4;24502:2;24491:9;24487:18;24479:26;;24551:9;24545:4;24541:20;24537:1;24526:9;24522:17;24515:47;24579:131;24705:4;24579:131;:::i;:::-;24571:139;;24298:419;;;:::o;24723:225::-;24863:34;24859:1;24851:6;24847:14;24840:58;24932:8;24927:2;24919:6;24915:15;24908:33;24723:225;:::o;24954:366::-;25096:3;25117:67;25181:2;25176:3;25117:67;:::i;:::-;25110:74;;25193:93;25282:3;25193:93;:::i;:::-;25311:2;25306:3;25302:12;25295:19;;24954:366;;;:::o;25326:419::-;25492:4;25530:2;25519:9;25515:18;25507:26;;25579:9;25573:4;25569:20;25565:1;25554:9;25550:17;25543:47;25607:131;25733:4;25607:131;:::i;:::-;25599:139;;25326:419;;;:::o;25751:223::-;25891:34;25887:1;25879:6;25875:14;25868:58;25960:6;25955:2;25947:6;25943:15;25936:31;25751:223;:::o;25980:366::-;26122:3;26143:67;26207:2;26202:3;26143:67;:::i;:::-;26136:74;;26219:93;26308:3;26219:93;:::i;:::-;26337:2;26332:3;26328:12;26321:19;;25980:366;;;:::o;26352:419::-;26518:4;26556:2;26545:9;26541:18;26533:26;;26605:9;26599:4;26595:20;26591:1;26580:9;26576:17;26569:47;26633:131;26759:4;26633:131;:::i;:::-;26625:139;;26352:419;;;:::o;26777:221::-;26917:34;26913:1;26905:6;26901:14;26894:58;26986:4;26981:2;26973:6;26969:15;26962:29;26777:221;:::o;27004:366::-;27146:3;27167:67;27231:2;27226:3;27167:67;:::i;:::-;27160:74;;27243:93;27332:3;27243:93;:::i;:::-;27361:2;27356:3;27352:12;27345:19;;27004:366;;;:::o;27376:419::-;27542:4;27580:2;27569:9;27565:18;27557:26;;27629:9;27623:4;27619:20;27615:1;27604:9;27600:17;27593:47;27657:131;27783:4;27657:131;:::i;:::-;27649:139;;27376:419;;;:::o;27801:179::-;27941:31;27937:1;27929:6;27925:14;27918:55;27801:179;:::o;27986:366::-;28128:3;28149:67;28213:2;28208:3;28149:67;:::i;:::-;28142:74;;28225:93;28314:3;28225:93;:::i;:::-;28343:2;28338:3;28334:12;28327:19;;27986:366;;;:::o;28358:419::-;28524:4;28562:2;28551:9;28547:18;28539:26;;28611:9;28605:4;28601:20;28597:1;28586:9;28582:17;28575:47;28639:131;28765:4;28639:131;:::i;:::-;28631:139;;28358:419;;;:::o;28783:224::-;28923:34;28919:1;28911:6;28907:14;28900:58;28992:7;28987:2;28979:6;28975:15;28968:32;28783:224;:::o;29013:366::-;29155:3;29176:67;29240:2;29235:3;29176:67;:::i;:::-;29169:74;;29252:93;29341:3;29252:93;:::i;:::-;29370:2;29365:3;29361:12;29354:19;;29013:366;;;:::o;29385:419::-;29551:4;29589:2;29578:9;29574:18;29566:26;;29638:9;29632:4;29628:20;29624:1;29613:9;29609:17;29602:47;29666:131;29792:4;29666:131;:::i;:::-;29658:139;;29385:419;;;:::o;29810:222::-;29950:34;29946:1;29938:6;29934:14;29927:58;30019:5;30014:2;30006:6;30002:15;29995:30;29810:222;:::o;30038:366::-;30180:3;30201:67;30265:2;30260:3;30201:67;:::i;:::-;30194:74;;30277:93;30366:3;30277:93;:::i;:::-;30395:2;30390:3;30386:12;30379:19;;30038:366;;;:::o;30410:419::-;30576:4;30614:2;30603:9;30599:18;30591:26;;30663:9;30657:4;30653:20;30649:1;30638:9;30634:17;30627:47;30691:131;30817:4;30691:131;:::i;:::-;30683:139;;30410:419;;;:::o;30835:225::-;30975:34;30971:1;30963:6;30959:14;30952:58;31044:8;31039:2;31031:6;31027:15;31020:33;30835:225;:::o;31066:366::-;31208:3;31229:67;31293:2;31288:3;31229:67;:::i;:::-;31222:74;;31305:93;31394:3;31305:93;:::i;:::-;31423:2;31418:3;31414:12;31407:19;;31066:366;;;:::o;31438:419::-;31604:4;31642:2;31631:9;31627:18;31619:26;;31691:9;31685:4;31681:20;31677:1;31666:9;31662:17;31655:47;31719:131;31845:4;31719:131;:::i;:::-;31711:139;;31438:419;;;:::o;31863:182::-;32003:34;31999:1;31991:6;31987:14;31980:58;31863:182;:::o;32051:366::-;32193:3;32214:67;32278:2;32273:3;32214:67;:::i;:::-;32207:74;;32290:93;32379:3;32290:93;:::i;:::-;32408:2;32403:3;32399:12;32392:19;;32051:366;;;:::o;32423:419::-;32589:4;32627:2;32616:9;32612:18;32604:26;;32676:9;32670:4;32666:20;32662:1;32651:9;32647:17;32640:47;32704:131;32830:4;32704:131;:::i;:::-;32696:139;;32423:419;;;:::o;32848:166::-;32988:18;32984:1;32976:6;32972:14;32965:42;32848:166;:::o;33020:366::-;33162:3;33183:67;33247:2;33242:3;33183:67;:::i;:::-;33176:74;;33259:93;33348:3;33259:93;:::i;:::-;33377:2;33372:3;33368:12;33361:19;;33020:366;;;:::o;33392:419::-;33558:4;33596:2;33585:9;33581:18;33573:26;;33645:9;33639:4;33635:20;33631:1;33620:9;33616:17;33609:47;33673:131;33799:4;33673:131;:::i;:::-;33665:139;;33392:419;;;:::o;33817:332::-;33938:4;33976:2;33965:9;33961:18;33953:26;;33989:71;34057:1;34046:9;34042:17;34033:6;33989:71;:::i;:::-;34070:72;34138:2;34127:9;34123:18;34114:6;34070:72;:::i;:::-;33817:332;;;;;:::o;34155:664::-;34360:4;34398:3;34387:9;34383:19;34375:27;;34412:71;34480:1;34469:9;34465:17;34456:6;34412:71;:::i;:::-;34493:72;34561:2;34550:9;34546:18;34537:6;34493:72;:::i;:::-;34575;34643:2;34632:9;34628:18;34619:6;34575:72;:::i;:::-;34657;34725:2;34714:9;34710:18;34701:6;34657:72;:::i;:::-;34739:73;34807:3;34796:9;34792:19;34783:6;34739:73;:::i;:::-;34155:664;;;;;;;;:::o;34825:180::-;34873:77;34870:1;34863:88;34970:4;34967:1;34960:15;34994:4;34991:1;34984:15;35011:185;35051:1;35068:20;35086:1;35068:20;:::i;:::-;35063:25;;35102:20;35120:1;35102:20;:::i;:::-;35097:25;;35141:1;35131:35;;35146:18;;:::i;:::-;35131:35;35188:1;35185;35181:9;35176:14;;35011:185;;;;:::o;35202:148::-;35304:11;35341:3;35326:18;;35202:148;;;;:::o;35356:214::-;35496:66;35492:1;35484:6;35480:14;35473:90;35356:214;:::o;35576:400::-;35736:3;35757:84;35839:1;35834:3;35757:84;:::i;:::-;35750:91;;35850:93;35939:3;35850:93;:::i;:::-;35968:1;35963:3;35959:11;35952:18;;35576:400;;;:::o;35982:79::-;36021:7;36050:5;36039:16;;35982:79;;;:::o;36067:157::-;36172:45;36192:24;36210:5;36192:24;:::i;:::-;36172:45;:::i;:::-;36167:3;36160:58;36067:157;;:::o;36230:663::-;36471:3;36493:148;36637:3;36493:148;:::i;:::-;36486:155;;36651:75;36722:3;36713:6;36651:75;:::i;:::-;36751:2;36746:3;36742:12;36735:19;;36764:75;36835:3;36826:6;36764:75;:::i;:::-;36864:2;36859:3;36855:12;36848:19;;36884:3;36877:10;;36230:663;;;;;:::o;36899:545::-;37072:4;37110:3;37099:9;37095:19;37087:27;;37124:71;37192:1;37181:9;37177:17;37168:6;37124:71;:::i;:::-;37205:68;37269:2;37258:9;37254:18;37245:6;37205:68;:::i;:::-;37283:72;37351:2;37340:9;37336:18;37327:6;37283:72;:::i;:::-;37365;37433:2;37422:9;37418:18;37409:6;37365:72;:::i;:::-;36899:545;;;;;;;:::o;37450:180::-;37498:77;37495:1;37488:88;37595:4;37592:1;37585:15;37619:4;37616:1;37609:15;37636:174;37776:26;37772:1;37764:6;37760:14;37753:50;37636:174;:::o;37816:366::-;37958:3;37979:67;38043:2;38038:3;37979:67;:::i;:::-;37972:74;;38055:93;38144:3;38055:93;:::i;:::-;38173:2;38168:3;38164:12;38157:19;;37816:366;;;:::o;38188:419::-;38354:4;38392:2;38381:9;38377:18;38369:26;;38441:9;38435:4;38431:20;38427:1;38416:9;38412:17;38405:47;38469:131;38595:4;38469:131;:::i;:::-;38461:139;;38188:419;;;:::o;38613:181::-;38753:33;38749:1;38741:6;38737:14;38730:57;38613:181;:::o;38800:366::-;38942:3;38963:67;39027:2;39022:3;38963:67;:::i;:::-;38956:74;;39039:93;39128:3;39039:93;:::i;:::-;39157:2;39152:3;39148:12;39141:19;;38800:366;;;:::o;39172:419::-;39338:4;39376:2;39365:9;39361:18;39353:26;;39425:9;39419:4;39415:20;39411:1;39400:9;39396:17;39389:47;39453:131;39579:4;39453:131;:::i;:::-;39445:139;;39172:419;;;:::o;39597:221::-;39737:34;39733:1;39725:6;39721:14;39714:58;39806:4;39801:2;39793:6;39789:15;39782:29;39597:221;:::o;39824:366::-;39966:3;39987:67;40051:2;40046:3;39987:67;:::i;:::-;39980:74;;40063:93;40152:3;40063:93;:::i;:::-;40181:2;40176:3;40172:12;40165:19;;39824:366;;;:::o;40196:419::-;40362:4;40400:2;40389:9;40385:18;40377:26;;40449:9;40443:4;40439:20;40435:1;40424:9;40420:17;40413:47;40477:131;40603:4;40477:131;:::i;:::-;40469:139;;40196:419;;;:::o

Swarm Source

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