S Price: $0.58873 (-0.83%)

Token

YEET Token (YEET)

Overview

Max Total Supply

1 YEET

Holders

3

Market

Price

$0.00 @ 0.000000 S

Onchain Market Cap

$0.00

Circulating Supply Market Cap

-

Other Info

Token Contract (WITH 18 Decimals)

Balance
0.2 YEET

Value
$0.00
0x88799b00f7d75903de12c09581416254b7a3db9c
Loading...
Loading
Loading...
Loading
Loading...
Loading

Click here to update the token information / general information

Contract Source Code Verified (Exact Match)

Contract Name:
YEETToken

Compiler Version
v0.8.26+commit.8a97fa7a

Optimization Enabled:
Yes with 50000 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at SonicScan.org on 2024-12-31
*/

// SPDX-License-Identifier: MIT
// File: @openzeppelin/[email protected]/utils/math/SafeCast.sol


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

pragma solidity ^0.8.0;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// File: @openzeppelin/[email protected]/interfaces/IERC6372.sol


// OpenZeppelin Contracts (last updated v4.9.0) (interfaces/IERC6372.sol)

pragma solidity ^0.8.0;

interface IERC6372 {
    /**
     * @dev Clock used for flagging checkpoints. Can be overridden to implement timestamp based checkpoints (and voting).
     */
    function clock() external view returns (uint48);

    /**
     * @dev Description of the clock
     */
    // solhint-disable-next-line func-name-mixedcase
    function CLOCK_MODE() external view returns (string memory);
}

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


// OpenZeppelin Contracts (last updated v4.9.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 a specific moment in the past. If the `clock()` is
     * configured to use block numbers, this will return the value at the end of the corresponding block.
     */
    function getPastVotes(address account, uint256 timepoint) external view returns (uint256);

    /**
     * @dev Returns the total supply of votes available at a specific moment in the past. If the `clock()` is
     * configured to use block numbers, this will return the value at the end of the corresponding block.
     *
     * 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 timepoint) external view returns (uint256);

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

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

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

// File: @openzeppelin/[email protected]/interfaces/IERC5805.sol


// OpenZeppelin Contracts (last updated v4.9.0) (interfaces/IERC5805.sol)

pragma solidity ^0.8.0;



interface IERC5805 is IERC6372, IVotes {}

// File: @openzeppelin/[email protected]/interfaces/IERC5267.sol


// OpenZeppelin Contracts (last updated v4.9.0) (interfaces/IERC5267.sol)

pragma solidity ^0.8.0;

interface IERC5267 {
    /**
     * @dev MAY be emitted to signal that the domain could have changed.
     */
    event EIP712DomainChanged();

    /**
     * @dev returns the fields and values that describe the domain separator used by this contract for EIP-712
     * signature.
     */
    function eip712Domain()
        external
        view
        returns (
            bytes1 fields,
            string memory name,
            string memory version,
            uint256 chainId,
            address verifyingContract,
            bytes32 salt,
            uint256[] memory extensions
        );
}

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


// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/extensions/IERC20Permit.sol)

pragma solidity ^0.8.0;

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

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

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

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


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

pragma solidity ^0.8.0;

/**
 * @dev Interface of the ERC165 standard, as defined in the
 * https://eips.ethereum.org/EIPS/eip-165[EIP].
 *
 * Implementers can declare support of contract interfaces, which can then be
 * queried by others ({ERC165Checker}).
 *
 * For an implementation, see {ERC165}.
 */
interface IERC165 {
    /**
     * @dev Returns true if this contract implements the interface defined by
     * `interfaceId`. See the corresponding
     * https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section]
     * to learn more about how these ids are created.
     *
     * This function call must use less than 30 000 gas.
     */
    function supportsInterface(bytes4 interfaceId) external view returns (bool);
}

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


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

pragma solidity ^0.8.0;


/**
 * @dev Implementation of the {IERC165} interface.
 *
 * Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check
 * for the additional interface id that will be supported. For example:
 *
 * ```solidity
 * function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
 *     return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId);
 * }
 * ```
 *
 * Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation.
 */
abstract contract ERC165 is IERC165 {
    /**
     * @dev See {IERC165-supportsInterface}.
     */
    function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
        return interfaceId == type(IERC165).interfaceId;
    }
}

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


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

pragma solidity ^0.8.0;

/**
 * @dev Standard signed math utilities missing in the Solidity language.
 */
library SignedMath {
    /**
     * @dev Returns the largest of two signed numbers.
     */
    function max(int256 a, int256 b) internal pure returns (int256) {
        return a > b ? a : b;
    }

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

    /**
     * @dev Returns the average of two signed numbers without overflow.
     * The result is rounded towards zero.
     */
    function average(int256 a, int256 b) internal pure returns (int256) {
        // Formula from the book "Hacker's Delight"
        int256 x = (a & b) + ((a ^ b) >> 1);
        return x + (int256(uint256(x) >> 255) & (a ^ b));
    }

    /**
     * @dev Returns the absolute unsigned value of a signed value.
     */
    function abs(int256 n) internal pure returns (uint256) {
        unchecked {
            // must be unchecked in order to support `n = type(int256).min`
            return uint256(n >= 0 ? n : -n);
        }
    }
}

// File: @openzeppelin/[email protected]/access/IAccessControl.sol


// OpenZeppelin Contracts v4.4.1 (access/IAccessControl.sol)

pragma solidity ^0.8.0;

/**
 * @dev External interface of AccessControl declared to support ERC165 detection.
 */
interface IAccessControl {
    /**
     * @dev Emitted when `newAdminRole` is set as ``role``'s admin role, replacing `previousAdminRole`
     *
     * `DEFAULT_ADMIN_ROLE` is the starting admin for all roles, despite
     * {RoleAdminChanged} not being emitted signaling this.
     *
     * _Available since v3.1._
     */
    event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole);

    /**
     * @dev Emitted when `account` is granted `role`.
     *
     * `sender` is the account that originated the contract call, an admin role
     * bearer except when using {AccessControl-_setupRole}.
     */
    event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender);

    /**
     * @dev Emitted when `account` is revoked `role`.
     *
     * `sender` is the account that originated the contract call:
     *   - if using `revokeRole`, it is the admin role bearer
     *   - if using `renounceRole`, it is the role bearer (i.e. `account`)
     */
    event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender);

    /**
     * @dev Returns `true` if `account` has been granted `role`.
     */
    function hasRole(bytes32 role, address account) external view returns (bool);

    /**
     * @dev Returns the admin role that controls `role`. See {grantRole} and
     * {revokeRole}.
     *
     * To change a role's admin, use {AccessControl-_setRoleAdmin}.
     */
    function getRoleAdmin(bytes32 role) external view returns (bytes32);

    /**
     * @dev Grants `role` to `account`.
     *
     * If `account` had not been already granted `role`, emits a {RoleGranted}
     * event.
     *
     * Requirements:
     *
     * - the caller must have ``role``'s admin role.
     */
    function grantRole(bytes32 role, address account) external;

    /**
     * @dev Revokes `role` from `account`.
     *
     * If `account` had been granted `role`, emits a {RoleRevoked} event.
     *
     * Requirements:
     *
     * - the caller must have ``role``'s admin role.
     */
    function revokeRole(bytes32 role, address account) external;

    /**
     * @dev Revokes `role` from the calling account.
     *
     * Roles are often managed via {grantRole} and {revokeRole}: this function's
     * purpose is to provide a mechanism for accounts to lose their privileges
     * if they are compromised (such as when a trusted device is misplaced).
     *
     * If the calling account had been granted `role`, emits a {RoleRevoked}
     * event.
     *
     * Requirements:
     *
     * - the caller must be `account`.
     */
    function renounceRole(bytes32 role, address account) external;
}

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


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

pragma solidity ^0.8.0;

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

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

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

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

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

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


// OpenZeppelin Contracts (last updated v4.9.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) {
                // Solidity will revert if denominator == 0, unlike the div opcode on its own.
                // The surrounding unchecked block does not change this fact.
                // See https://docs.soliditylang.org/en/latest/control-structures.html#checked-or-unchecked-arithmetic.
                return prod0 / denominator;
            }

            // Make sure the result is less than 2^256. Also prevents denominator == 0.
            require(denominator > prod1, "Math: mulDiv overflow");

            ///////////////////////////////////////////////
            // 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 256, 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 << 3) < value ? 1 : 0);
        }
    }
}

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


// OpenZeppelin Contracts (last updated v4.9.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 `int256` to its ASCII `string` decimal representation.
     */
    function toString(int256 value) internal pure returns (string memory) {
        return string(abi.encodePacked(value < 0 ? "-" : "", toString(SignedMath.abs(value))));
    }

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

    /**
     * @dev Returns true if the two strings are equal.
     */
    function equal(string memory a, string memory b) internal pure returns (bool) {
        return keccak256(bytes(a)) == keccak256(bytes(b));
    }
}

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


// OpenZeppelin Contracts (last updated v4.9.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 message) {
        // 32 is the length in bytes of hash,
        // enforced by the type signature above
        /// @solidity memory-safe-assembly
        assembly {
            mstore(0x00, "\x19Ethereum Signed Message:\n32")
            mstore(0x1c, hash)
            message := keccak256(0x00, 0x3c)
        }
    }

    /**
     * @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 data) {
        /// @solidity memory-safe-assembly
        assembly {
            let ptr := mload(0x40)
            mstore(ptr, "\x19\x01")
            mstore(add(ptr, 0x02), domainSeparator)
            mstore(add(ptr, 0x22), structHash)
            data := keccak256(ptr, 0x42)
        }
    }

    /**
     * @dev Returns an Ethereum Signed Data with intended validator, created from a
     * `validator` and `data` according to the version 0 of EIP-191.
     *
     * See {recover}.
     */
    function toDataWithIntendedValidatorHash(address validator, bytes memory data) internal pure returns (bytes32) {
        return keccak256(abi.encodePacked("\x19\x00", validator, data));
    }
}

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


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

pragma solidity ^0.8.0;

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

    struct BooleanSlot {
        bool value;
    }

    struct Bytes32Slot {
        bytes32 value;
    }

    struct Uint256Slot {
        uint256 value;
    }

    struct StringSlot {
        string value;
    }

    struct BytesSlot {
        bytes value;
    }

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

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

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

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

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

    /**
     * @dev Returns an `StringSlot` representation of the string storage pointer `store`.
     */
    function getStringSlot(string storage store) internal pure returns (StringSlot storage r) {
        /// @solidity memory-safe-assembly
        assembly {
            r.slot := store.slot
        }
    }

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

    /**
     * @dev Returns an `BytesSlot` representation of the bytes storage pointer `store`.
     */
    function getBytesSlot(bytes storage store) internal pure returns (BytesSlot storage r) {
        /// @solidity memory-safe-assembly
        assembly {
            r.slot := store.slot
        }
    }
}

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


// OpenZeppelin Contracts (last updated v4.9.0) (utils/ShortStrings.sol)

pragma solidity ^0.8.8;


// | string  | 0xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA   |
// | length  | 0x                                                              BB |
type ShortString is bytes32;

/**
 * @dev This library provides functions to convert short memory strings
 * into a `ShortString` type that can be used as an immutable variable.
 *
 * Strings of arbitrary length can be optimized using this library if
 * they are short enough (up to 31 bytes) by packing them with their
 * length (1 byte) in a single EVM word (32 bytes). Additionally, a
 * fallback mechanism can be used for every other case.
 *
 * Usage example:
 *
 * ```solidity
 * contract Named {
 *     using ShortStrings for *;
 *
 *     ShortString private immutable _name;
 *     string private _nameFallback;
 *
 *     constructor(string memory contractName) {
 *         _name = contractName.toShortStringWithFallback(_nameFallback);
 *     }
 *
 *     function name() external view returns (string memory) {
 *         return _name.toStringWithFallback(_nameFallback);
 *     }
 * }
 * ```
 */
library ShortStrings {
    // Used as an identifier for strings longer than 31 bytes.
    bytes32 private constant _FALLBACK_SENTINEL = 0x00000000000000000000000000000000000000000000000000000000000000FF;

    error StringTooLong(string str);
    error InvalidShortString();

    /**
     * @dev Encode a string of at most 31 chars into a `ShortString`.
     *
     * This will trigger a `StringTooLong` error is the input string is too long.
     */
    function toShortString(string memory str) internal pure returns (ShortString) {
        bytes memory bstr = bytes(str);
        if (bstr.length > 31) {
            revert StringTooLong(str);
        }
        return ShortString.wrap(bytes32(uint256(bytes32(bstr)) | bstr.length));
    }

    /**
     * @dev Decode a `ShortString` back to a "normal" string.
     */
    function toString(ShortString sstr) internal pure returns (string memory) {
        uint256 len = byteLength(sstr);
        // using `new string(len)` would work locally but is not memory safe.
        string memory str = new string(32);
        /// @solidity memory-safe-assembly
        assembly {
            mstore(str, len)
            mstore(add(str, 0x20), sstr)
        }
        return str;
    }

    /**
     * @dev Return the length of a `ShortString`.
     */
    function byteLength(ShortString sstr) internal pure returns (uint256) {
        uint256 result = uint256(ShortString.unwrap(sstr)) & 0xFF;
        if (result > 31) {
            revert InvalidShortString();
        }
        return result;
    }

    /**
     * @dev Encode a string into a `ShortString`, or write it to storage if it is too long.
     */
    function toShortStringWithFallback(string memory value, string storage store) internal returns (ShortString) {
        if (bytes(value).length < 32) {
            return toShortString(value);
        } else {
            StorageSlot.getStringSlot(store).value = value;
            return ShortString.wrap(_FALLBACK_SENTINEL);
        }
    }

    /**
     * @dev Decode a string that was encoded to `ShortString` or written to storage using {setWithFallback}.
     */
    function toStringWithFallback(ShortString value, string storage store) internal pure returns (string memory) {
        if (ShortString.unwrap(value) != _FALLBACK_SENTINEL) {
            return toString(value);
        } else {
            return store;
        }
    }

    /**
     * @dev Return the length of a string that was encoded to `ShortString` or written to storage using {setWithFallback}.
     *
     * WARNING: This will return the "byte length" of the string. This may not reflect the actual length in terms of
     * actual characters as the UTF-8 encoding of a single character can span over multiple bytes.
     */
    function byteLengthWithFallback(ShortString value, string storage store) internal view returns (uint256) {
        if (ShortString.unwrap(value) != _FALLBACK_SENTINEL) {
            return byteLength(value);
        } else {
            return bytes(store).length;
        }
    }
}

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


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

pragma solidity ^0.8.8;




/**
 * @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].
 *
 * NOTE: In the upgradeable version of this contract, the cached values will correspond to the address, and the domain
 * separator of the implementation contract. This will cause the `_domainSeparatorV4` function to always rebuild the
 * separator from the immutable values, which is cheaper than accessing a cached version in cold storage.
 *
 * _Available since v3.4._
 *
 * @custom:oz-upgrades-unsafe-allow state-variable-immutable state-variable-assignment
 */
abstract contract EIP712 is IERC5267 {
    using ShortStrings for *;

    bytes32 private constant _TYPE_HASH =
        keccak256("EIP712Domain(string name,string version,uint256 chainId,address verifyingContract)");

    // 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 _cachedDomainSeparator;
    uint256 private immutable _cachedChainId;
    address private immutable _cachedThis;

    bytes32 private immutable _hashedName;
    bytes32 private immutable _hashedVersion;

    ShortString private immutable _name;
    ShortString private immutable _version;
    string private _nameFallback;
    string private _versionFallback;

    /**
     * @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) {
        _name = name.toShortStringWithFallback(_nameFallback);
        _version = version.toShortStringWithFallback(_versionFallback);
        _hashedName = keccak256(bytes(name));
        _hashedVersion = keccak256(bytes(version));

        _cachedChainId = block.chainid;
        _cachedDomainSeparator = _buildDomainSeparator();
        _cachedThis = address(this);
    }

    /**
     * @dev Returns the domain separator for the current chain.
     */
    function _domainSeparatorV4() internal view returns (bytes32) {
        if (address(this) == _cachedThis && block.chainid == _cachedChainId) {
            return _cachedDomainSeparator;
        } else {
            return _buildDomainSeparator();
        }
    }

    function _buildDomainSeparator() private view returns (bytes32) {
        return keccak256(abi.encode(_TYPE_HASH, _hashedName, _hashedVersion, 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);
    }

    /**
     * @dev See {EIP-5267}.
     *
     * _Available since v4.9._
     */
    function eip712Domain()
        public
        view
        virtual
        override
        returns (
            bytes1 fields,
            string memory name,
            string memory version,
            uint256 chainId,
            address verifyingContract,
            bytes32 salt,
            uint256[] memory extensions
        )
    {
        return (
            hex"0f", // 01111
            _name.toStringWithFallback(_nameFallback),
            _version.toStringWithFallback(_versionFallback),
            block.chainid,
            address(this),
            bytes32(0),
            new uint256[](0)
        );
    }
}

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


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

pragma solidity ^0.8.0;



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

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

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

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

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

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

    /**
     * @dev Access an array in an "unsafe" way. Skips solidity "index-out-of-range" check.
     *
     * WARNING: Only use if you are certain `pos` is lower than the array length.
     */
    function unsafeAccess(address[] storage arr, uint256 pos) internal pure returns (StorageSlot.AddressSlot storage) {
        bytes32 slot;
        // We use assembly to calculate the storage slot of the element at index `pos` of the dynamic array `arr`
        // following https://docs.soliditylang.org/en/v0.8.17/internals/layout_in_storage.html#mappings-and-dynamic-arrays.

        /// @solidity memory-safe-assembly
        assembly {
            mstore(0, arr.slot)
            slot := add(keccak256(0, 0x20), pos)
        }
        return slot.getAddressSlot();
    }

    /**
     * @dev Access an array in an "unsafe" way. Skips solidity "index-out-of-range" check.
     *
     * WARNING: Only use if you are certain `pos` is lower than the array length.
     */
    function unsafeAccess(bytes32[] storage arr, uint256 pos) internal pure returns (StorageSlot.Bytes32Slot storage) {
        bytes32 slot;
        // We use assembly to calculate the storage slot of the element at index `pos` of the dynamic array `arr`
        // following https://docs.soliditylang.org/en/v0.8.17/internals/layout_in_storage.html#mappings-and-dynamic-arrays.

        /// @solidity memory-safe-assembly
        assembly {
            mstore(0, arr.slot)
            slot := add(keccak256(0, 0x20), pos)
        }
        return slot.getBytes32Slot();
    }

    /**
     * @dev Access an array in an "unsafe" way. Skips solidity "index-out-of-range" check.
     *
     * WARNING: Only use if you are certain `pos` is lower than the array length.
     */
    function unsafeAccess(uint256[] storage arr, uint256 pos) internal pure returns (StorageSlot.Uint256Slot storage) {
        bytes32 slot;
        // We use assembly to calculate the storage slot of the element at index `pos` of the dynamic array `arr`
        // following https://docs.soliditylang.org/en/v0.8.17/internals/layout_in_storage.html#mappings-and-dynamic-arrays.

        /// @solidity memory-safe-assembly
        assembly {
            mstore(0, arr.slot)
            slot := add(keccak256(0, 0x20), pos)
        }
        return slot.getUint256Slot();
    }
}

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


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

pragma solidity ^0.8.0;

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

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

// File: @openzeppelin/[email protected]/security/Pausable.sol


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

pragma solidity ^0.8.0;


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

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

    bool private _paused;

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

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

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

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

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

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

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

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

// File: @openzeppelin/[email protected]/access/Ownable.sol


// OpenZeppelin Contracts (last updated v4.9.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. Can only be called by the current owner.
     *
     * NOTE: Renouncing ownership will leave the contract without an owner,
     * thereby disabling any functionality that is only available to the owner.
     */
    function renounceOwnership() public virtual onlyOwner {
        _transferOwnership(address(0));
    }

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

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

// File: @openzeppelin/[email protected]/access/AccessControl.sol


// OpenZeppelin Contracts (last updated v4.9.0) (access/AccessControl.sol)

pragma solidity ^0.8.0;





/**
 * @dev Contract module that allows children to implement role-based access
 * control mechanisms. This is a lightweight version that doesn't allow enumerating role
 * members except through off-chain means by accessing the contract event logs. Some
 * applications may benefit from on-chain enumerability, for those cases see
 * {AccessControlEnumerable}.
 *
 * Roles are referred to by their `bytes32` identifier. These should be exposed
 * in the external API and be unique. The best way to achieve this is by
 * using `public constant` hash digests:
 *
 * ```solidity
 * bytes32 public constant MY_ROLE = keccak256("MY_ROLE");
 * ```
 *
 * Roles can be used to represent a set of permissions. To restrict access to a
 * function call, use {hasRole}:
 *
 * ```solidity
 * function foo() public {
 *     require(hasRole(MY_ROLE, msg.sender));
 *     ...
 * }
 * ```
 *
 * Roles can be granted and revoked dynamically via the {grantRole} and
 * {revokeRole} functions. Each role has an associated admin role, and only
 * accounts that have a role's admin role can call {grantRole} and {revokeRole}.
 *
 * By default, the admin role for all roles is `DEFAULT_ADMIN_ROLE`, which means
 * that only accounts with this role will be able to grant or revoke other
 * roles. More complex role relationships can be created by using
 * {_setRoleAdmin}.
 *
 * WARNING: The `DEFAULT_ADMIN_ROLE` is also its own admin: it has permission to
 * grant and revoke this role. Extra precautions should be taken to secure
 * accounts that have been granted it. We recommend using {AccessControlDefaultAdminRules}
 * to enforce additional security measures for this role.
 */
abstract contract AccessControl is Context, IAccessControl, ERC165 {
    struct RoleData {
        mapping(address => bool) members;
        bytes32 adminRole;
    }

    mapping(bytes32 => RoleData) private _roles;

    bytes32 public constant DEFAULT_ADMIN_ROLE = 0x00;

    /**
     * @dev Modifier that checks that an account has a specific role. Reverts
     * with a standardized message including the required role.
     *
     * The format of the revert reason is given by the following regular expression:
     *
     *  /^AccessControl: account (0x[0-9a-f]{40}) is missing role (0x[0-9a-f]{64})$/
     *
     * _Available since v4.1._
     */
    modifier onlyRole(bytes32 role) {
        _checkRole(role);
        _;
    }

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

    /**
     * @dev Returns `true` if `account` has been granted `role`.
     */
    function hasRole(bytes32 role, address account) public view virtual override returns (bool) {
        return _roles[role].members[account];
    }

    /**
     * @dev Revert with a standard message if `_msgSender()` is missing `role`.
     * Overriding this function changes the behavior of the {onlyRole} modifier.
     *
     * Format of the revert message is described in {_checkRole}.
     *
     * _Available since v4.6._
     */
    function _checkRole(bytes32 role) internal view virtual {
        _checkRole(role, _msgSender());
    }

    /**
     * @dev Revert with a standard message if `account` is missing `role`.
     *
     * The format of the revert reason is given by the following regular expression:
     *
     *  /^AccessControl: account (0x[0-9a-f]{40}) is missing role (0x[0-9a-f]{64})$/
     */
    function _checkRole(bytes32 role, address account) internal view virtual {
        if (!hasRole(role, account)) {
            revert(
                string(
                    abi.encodePacked(
                        "AccessControl: account ",
                        Strings.toHexString(account),
                        " is missing role ",
                        Strings.toHexString(uint256(role), 32)
                    )
                )
            );
        }
    }

    /**
     * @dev Returns the admin role that controls `role`. See {grantRole} and
     * {revokeRole}.
     *
     * To change a role's admin, use {_setRoleAdmin}.
     */
    function getRoleAdmin(bytes32 role) public view virtual override returns (bytes32) {
        return _roles[role].adminRole;
    }

    /**
     * @dev Grants `role` to `account`.
     *
     * If `account` had not been already granted `role`, emits a {RoleGranted}
     * event.
     *
     * Requirements:
     *
     * - the caller must have ``role``'s admin role.
     *
     * May emit a {RoleGranted} event.
     */
    function grantRole(bytes32 role, address account) public virtual override onlyRole(getRoleAdmin(role)) {
        _grantRole(role, account);
    }

    /**
     * @dev Revokes `role` from `account`.
     *
     * If `account` had been granted `role`, emits a {RoleRevoked} event.
     *
     * Requirements:
     *
     * - the caller must have ``role``'s admin role.
     *
     * May emit a {RoleRevoked} event.
     */
    function revokeRole(bytes32 role, address account) public virtual override onlyRole(getRoleAdmin(role)) {
        _revokeRole(role, account);
    }

    /**
     * @dev Revokes `role` from the calling account.
     *
     * Roles are often managed via {grantRole} and {revokeRole}: this function's
     * purpose is to provide a mechanism for accounts to lose their privileges
     * if they are compromised (such as when a trusted device is misplaced).
     *
     * If the calling account had been revoked `role`, emits a {RoleRevoked}
     * event.
     *
     * Requirements:
     *
     * - the caller must be `account`.
     *
     * May emit a {RoleRevoked} event.
     */
    function renounceRole(bytes32 role, address account) public virtual override {
        require(account == _msgSender(), "AccessControl: can only renounce roles for self");

        _revokeRole(role, account);
    }

    /**
     * @dev Grants `role` to `account`.
     *
     * If `account` had not been already granted `role`, emits a {RoleGranted}
     * event. Note that unlike {grantRole}, this function doesn't perform any
     * checks on the calling account.
     *
     * May emit a {RoleGranted} event.
     *
     * [WARNING]
     * ====
     * This function should only be called from the constructor when setting
     * up the initial roles for the system.
     *
     * Using this function in any other way is effectively circumventing the admin
     * system imposed by {AccessControl}.
     * ====
     *
     * NOTE: This function is deprecated in favor of {_grantRole}.
     */
    function _setupRole(bytes32 role, address account) internal virtual {
        _grantRole(role, account);
    }

    /**
     * @dev Sets `adminRole` as ``role``'s admin role.
     *
     * Emits a {RoleAdminChanged} event.
     */
    function _setRoleAdmin(bytes32 role, bytes32 adminRole) internal virtual {
        bytes32 previousAdminRole = getRoleAdmin(role);
        _roles[role].adminRole = adminRole;
        emit RoleAdminChanged(role, previousAdminRole, adminRole);
    }

    /**
     * @dev Grants `role` to `account`.
     *
     * Internal function without access restriction.
     *
     * May emit a {RoleGranted} event.
     */
    function _grantRole(bytes32 role, address account) internal virtual {
        if (!hasRole(role, account)) {
            _roles[role].members[account] = true;
            emit RoleGranted(role, account, _msgSender());
        }
    }

    /**
     * @dev Revokes `role` from `account`.
     *
     * Internal function without access restriction.
     *
     * May emit a {RoleRevoked} event.
     */
    function _revokeRole(bytes32 role, address account) internal virtual {
        if (hasRole(role, account)) {
            _roles[role].members[account] = false;
            emit RoleRevoked(role, account, _msgSender());
        }
    }
}

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


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

pragma solidity ^0.8.0;

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

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

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

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

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

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

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

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

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


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

pragma solidity ^0.8.0;


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

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

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

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


// OpenZeppelin Contracts (last updated v4.9.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].
 *
 * The default value of {decimals} is 18. To change this, you should override
 * this function so it returns a different value.
 *
 * 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}.
     *
     * 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 default value returned by this function, unless
     * it's overridden.
     *
     * NOTE: This information is only used for _display_ purposes: it in
     * no way affects any of the arithmetic of the contract, including
     * {IERC20-balanceOf} and {IERC20-transfer}.
     */
    function decimals() public view virtual override returns (uint8) {
        return 18;
    }

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

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

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

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

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

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

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

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

        return true;
    }

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

        _beforeTokenTransfer(from, to, amount);

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

        emit Transfer(from, to, amount);

        _afterTokenTransfer(from, to, amount);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/extensions/ERC20Permit.sol)

pragma solidity ^0.8.0;






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

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

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

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

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

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

        bytes32 hash = _hashTypedDataV4(structHash);

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

        _approve(owner, spender, value);
    }

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

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

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

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


// OpenZeppelin Contracts (last updated v4.9.0) (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 ERC20Permit, IERC5805 {
    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 Clock used for flagging checkpoints. Can be overridden to implement timestamp based checkpoints (and voting).
     */
    function clock() public view virtual override returns (uint48) {
        return SafeCast.toUint48(block.number);
    }

    /**
     * @dev Description of the clock
     */
    // solhint-disable-next-line func-name-mixedcase
    function CLOCK_MODE() public view virtual override returns (string memory) {
        // Check that the clock was not modified
        require(clock() == block.number, "ERC20Votes: broken clock mode");
        return "mode=blocknumber&from=default";
    }

    /**
     * @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;
        unchecked {
            return pos == 0 ? 0 : _checkpoints[account][pos - 1].votes;
        }
    }

    /**
     * @dev Retrieve the number of votes for `account` at the end of `timepoint`.
     *
     * Requirements:
     *
     * - `timepoint` must be in the past
     */
    function getPastVotes(address account, uint256 timepoint) public view virtual override returns (uint256) {
        require(timepoint < clock(), "ERC20Votes: future lookup");
        return _checkpointsLookup(_checkpoints[account], timepoint);
    }

    /**
     * @dev Retrieve the `totalSupply` at the end of `timepoint`. Note, this value is the sum of all balances.
     * It is NOT the sum of all the delegated votes!
     *
     * Requirements:
     *
     * - `timepoint` must be in the past
     */
    function getPastTotalSupply(uint256 timepoint) public view virtual override returns (uint256) {
        require(timepoint < clock(), "ERC20Votes: future lookup");
        return _checkpointsLookup(_totalSupplyCheckpoints, timepoint);
    }

    /**
     * @dev Lookup a value in a list of (sorted) checkpoints.
     */
    function _checkpointsLookup(Checkpoint[] storage ckpts, uint256 timepoint) private view returns (uint256) {
        // We run a binary search to look for the last (most recent) checkpoint taken before (or at) `timepoint`.
        //
        // 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 `timepoint`, we look in [low, mid)
        // - If the middle checkpoint is before or equal to `timepoint`, 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 `timepoint`, we end up with an index that is
        // past the end of the array, so we technically don't find a checkpoint after `timepoint`, 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 > timepoint) {
                high = mid;
            } else {
                low = mid + 1;
            }
        }

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

        unchecked {
            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;

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

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

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

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

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

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

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


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

pragma solidity ^0.8.0;


/**
 * @dev Extension of {ERC20} that adds a cap to the supply of tokens.
 */
abstract contract ERC20Capped is ERC20 {
    uint256 private immutable _cap;

    /**
     * @dev Sets the value of the `cap`. This value is immutable, it can only be
     * set once during construction.
     */
    constructor(uint256 cap_) {
        require(cap_ > 0, "ERC20Capped: cap is 0");
        _cap = cap_;
    }

    /**
     * @dev Returns the cap on the token's total supply.
     */
    function cap() public view virtual returns (uint256) {
        return _cap;
    }

    /**
     * @dev See {ERC20-_mint}.
     */
    function _mint(address account, uint256 amount) internal virtual override {
        require(ERC20.totalSupply() + amount <= cap(), "ERC20Capped: cap exceeded");
        super._mint(account, amount);
    }
}

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


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

pragma solidity ^0.8.0;




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

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

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

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

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

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

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

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

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

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

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

        return snapshotted ? value : balanceOf(account);
    }

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

        return snapshotted ? value : totalSupply();
    }

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

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

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

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

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

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

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

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

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

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

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


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

pragma solidity ^0.8.0;



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

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

// File: contracts/YEETToken.sol


pragma solidity ^0.8.19;

contract YEETToken is ERC20, ERC20Burnable, ERC20Snapshot, ERC20Capped, AccessControl, Ownable, Pausable, ERC20Permit, ERC20Votes {
    bytes32 public constant SNAPSHOT_ROLE = keccak256("YEET_SNAPSHOTTER");
    bytes32 public constant PAUSER_ROLE = keccak256("YEET_PAUSER");
    bytes32 public constant MINTER_ROLE = keccak256("YEET_MINTER");

    constructor() ERC20("YEET Token", "YEET") ERC20Capped(1_530_000_000e18) ERC20Permit("YEET Token") {
        _grantRole(DEFAULT_ADMIN_ROLE, msg.sender);
        _grantRole(SNAPSHOT_ROLE, msg.sender);
        _grantRole(PAUSER_ROLE, msg.sender);
        _grantRole(MINTER_ROLE, msg.sender);
    }

    function snapshot() public onlyRole(SNAPSHOT_ROLE) {
        _snapshot();
    }

    function pause() public onlyRole(PAUSER_ROLE) {
        _pause();
    }

    function unpause() public onlyRole(PAUSER_ROLE) {
        _unpause();
    }

    function mint(address to, uint256 amount) public onlyRole(MINTER_ROLE) {
        _mint(to, amount);
    }

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

    // The following functions are overrides required by Solidity.

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

    function _mint(address to, uint256 amount)
        internal
        override(ERC20, ERC20Votes, ERC20Capped)
    {
        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"},{"inputs":[],"name":"InvalidShortString","type":"error"},{"inputs":[{"internalType":"string","name":"str","type":"string"}],"name":"StringTooLong","type":"error"},{"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":[],"name":"EIP712DomainChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Paused","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"role","type":"bytes32"},{"indexed":true,"internalType":"bytes32","name":"previousAdminRole","type":"bytes32"},{"indexed":true,"internalType":"bytes32","name":"newAdminRole","type":"bytes32"}],"name":"RoleAdminChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"role","type":"bytes32"},{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":true,"internalType":"address","name":"sender","type":"address"}],"name":"RoleGranted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"role","type":"bytes32"},{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":true,"internalType":"address","name":"sender","type":"address"}],"name":"RoleRevoked","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"id","type":"uint256"}],"name":"Snapshot","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"inputs":[],"name":"CLOCK_MODE","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"DEFAULT_ADMIN_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"DOMAIN_SEPARATOR","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"MINTER_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"PAUSER_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"SNAPSHOT_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"snapshotId","type":"uint256"}],"name":"balanceOfAt","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"burnFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"cap","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":"clock","outputs":[{"internalType":"uint48","name":"","type":"uint48"}],"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":[],"name":"eip712Domain","outputs":[{"internalType":"bytes1","name":"fields","type":"bytes1"},{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"version","type":"string"},{"internalType":"uint256","name":"chainId","type":"uint256"},{"internalType":"address","name":"verifyingContract","type":"address"},{"internalType":"bytes32","name":"salt","type":"bytes32"},{"internalType":"uint256[]","name":"extensions","type":"uint256[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"timepoint","type":"uint256"}],"name":"getPastTotalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"timepoint","type":"uint256"}],"name":"getPastVotes","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"}],"name":"getRoleAdmin","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"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":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"name":"grantRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"name":"hasRole","outputs":[{"internalType":"bool","name":"","type":"bool"}],"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":[{"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":[],"name":"pause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"value","type":"uint256"},{"internalType":"uint256","name":"deadline","type":"uint256"},{"internalType":"uint8","name":"v","type":"uint8"},{"internalType":"bytes32","name":"r","type":"bytes32"},{"internalType":"bytes32","name":"s","type":"bytes32"}],"name":"permit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"name":"renounceRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"name":"revokeRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"snapshot","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"snapshotId","type":"uint256"}],"name":"totalSupplyAt","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"unpause","outputs":[],"stateMutability":"nonpayable","type":"function"}]

610180604052348015610010575f80fd5b506040518060400160405280600a8152602001692ca2a2aa102a37b5b2b760b11b81525080604051806040016040528060018152602001603160f81b8152506b04f1961a31f4c4343a0000006040518060400160405280600a8152602001692ca2a2aa102a37b5b2b760b11b815250604051806040016040528060048152602001631651515560e21b81525081600390816100ab9190610460565b5060046100b88282610460565b5050505f811161010f5760405162461bcd60e51b815260206004820152601560248201527f45524332304361707065643a206361702069732030000000000000000000000060448201526064015b60405180910390fd5b60805261011b33610267565b600a805460ff60a01b1916905561013382600b6102b8565b6101405261014281600c6102b8565b61016052815160208084019190912061010052815190820120610120524660c0526101d06101005161012051604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f60208201529081019290925260608201524660808201523060a08201525f9060c00160405160208183030381529060405280519060200120905090565b60a05250503060e052506101e45f336102ea565b61020e7f3cceabd9f0be0b2615b961e5ed2313e3706836a1337392ac3325bd810f3faeab336102ea565b6102387f1c178dc93635a289a28fc06742fa1ad487c921ae157825574b8c8f3a2dfc7c00336102ea565b6102627f5ea50866d1649c7f6a66bb6b762b2c658c49a5072bfcd27ec2d61a0ff10e6482336102ea565b610572565b600a80546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b5f6020835110156102d3576102cc8361038b565b90506102e4565b816102de8482610460565b5060ff90505b92915050565b5f8281526009602090815260408083206001600160a01b038516845290915290205460ff16610387575f8281526009602090815260408083206001600160a01b03851684529091529020805460ff191660011790556103463390565b6001600160a01b0316816001600160a01b0316837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45b5050565b5f80829050601f815111156103b5578260405163305a27a960e01b8152600401610106919061051a565b80516103c08261054f565b179392505050565b634e487b7160e01b5f52604160045260245ffd5b600181811c908216806103f057607f821691505b60208210810361040e57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111561045b57805f5260205f20601f840160051c810160208510156104395750805b601f840160051c820191505b81811015610458575f8155600101610445565b50505b505050565b81516001600160401b03811115610479576104796103c8565b61048d8161048784546103dc565b84610414565b6020601f8211600181146104bf575f83156104a85750848201515b5f19600385901b1c1916600184901b178455610458565b5f84815260208120601f198516915b828110156104ee57878501518255602094850194600190920191016104ce565b508482101561050b57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b8051602080830151919081101561040e575f1960209190910360031b1b16919050565b60805160a05160c05160e05161010051610120516101405161016051613f2a6105d45f395f610de301525f610db801525f611c9801525f611c7001525f611bcb01525f611bf501525f611c1f01525f81816103d001526131e70152613f2a5ff3fe608060405234801561000f575f80fd5b506004361061030f575f3560e01c8063715018a61161019d5780639ab24eb0116100e8578063d539139311610093578063e63ab1e91161006e578063e63ab1e914610783578063f1127ed8146107aa578063f2fde38b146107fc575f80fd5b8063d539139314610704578063d547741f1461072b578063dd62ed3e1461073e575f80fd5b8063a9059cbb116100c3578063a9059cbb146106cb578063c3cda520146106de578063d505accf146106f1575f80fd5b80639ab24eb01461069e578063a217fddf146106b1578063a457c2d7146106b8575f80fd5b80638e539e8c1161014857806395d89b411161012357806395d89b411461067b5780639711715a14610683578063981b24d01461068b575f80fd5b80638e539e8c1461060457806391d148541461061757806391ddadf41461065c575f80fd5b80638456cb59116101785780638456cb59146105c357806384b0196e146105cb5780638da5cb5b146105e6575f80fd5b8063715018a61461059557806379cc67901461059d5780637ecebe00146105b0575f80fd5b80633a46b1a81161025d578063587cde1e116102085780636fcfff45116101e35780636fcfff45146105115780637028e2cd1461053957806370a0823114610560575f80fd5b8063587cde1e1461047e5780635c19a95c146104db5780635c975abb146104ee575f80fd5b806342966c681161023857806342966c68146104505780634bf5d7e9146104635780634ee2cd7e1461046b575f80fd5b80633a46b1a8146104225780633f4ba83a1461043557806340c10f191461043d575f80fd5b80632f2ff15d116102bd5780633644e515116102985780633644e515146103f457806336568abe146103fc578063395093511461040f575f80fd5b80632f2ff15d146103aa578063313ce567146103bf578063355274ea146103ce575f80fd5b806318160ddd116102ed57806318160ddd1461036357806323b872dd14610375578063248a9ca314610388575f80fd5b806301ffc9a71461031357806306fdde031461033b578063095ea7b314610350575b5f80fd5b61032661032136600461393d565b61080f565b60405190151581526020015b60405180910390f35b6103436108a7565b60405161033291906139c8565b61032661035e3660046139fd565b610937565b6002545b604051908152602001610332565b610326610383366004613a25565b61094e565b610367610396366004613a5f565b5f9081526009602052604090206001015490565b6103bd6103b8366004613a76565b610971565b005b60405160128152602001610332565b7f0000000000000000000000000000000000000000000000000000000000000000610367565b61036761099a565b6103bd61040a366004613a76565b6109a8565b61032661041d3660046139fd565b610a60565b6103676104303660046139fd565b610aab565b6103bd610b59565b6103bd61044b3660046139fd565b610b8e565b6103bd61045e366004613a5f565b610bc2565b610343610bcc565b6103676104793660046139fd565b610c7e565b6104b661048c366004613aa0565b73ffffffffffffffffffffffffffffffffffffffff9081165f908152600f60205260409020541690565b60405173ffffffffffffffffffffffffffffffffffffffff9091168152602001610332565b6103bd6104e9366004613aa0565b610cef565b600a5474010000000000000000000000000000000000000000900460ff16610326565b61052461051f366004613aa0565b610cf9565b60405163ffffffff9091168152602001610332565b6103677f3cceabd9f0be0b2615b961e5ed2313e3706836a1337392ac3325bd810f3faeab81565b61036761056e366004613aa0565b73ffffffffffffffffffffffffffffffffffffffff165f9081526020819052604090205490565b6103bd610d27565b6103bd6105ab3660046139fd565b610d3a565b6103676105be366004613aa0565b610d4f565b6103bd610d79565b6105d3610dab565b6040516103329796959493929190613ab9565b600a5473ffffffffffffffffffffffffffffffffffffffff166104b6565b610367610612366004613a5f565b610e4e565b610326610625366004613a76565b5f91825260096020908152604080842073ffffffffffffffffffffffffffffffffffffffff93909316845291905290205460ff1690565b610664610ed2565b60405165ffffffffffff9091168152602001610332565b610343610edc565b6103bd610eeb565b610367610699366004613a5f565b610f1d565b6103676106ac366004613aa0565b610f46565b6103675f81565b6103266106c63660046139fd565b611026565b6103266106d93660046139fd565b6110f6565b6103bd6106ec366004613b88565b611103565b6103bd6106ff366004613bdc565b611279565b6103677f5ea50866d1649c7f6a66bb6b762b2c658c49a5072bfcd27ec2d61a0ff10e648281565b6103bd610739366004613a76565b611435565b61036761074c366004613c42565b73ffffffffffffffffffffffffffffffffffffffff9182165f90815260016020908152604080832093909416825291909152205490565b6103677f1c178dc93635a289a28fc06742fa1ad487c921ae157825574b8c8f3a2dfc7c0081565b6107bd6107b8366004613c6a565b611459565b60408051825163ffffffff1681526020928301517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff169281019290925201610332565b6103bd61080a366004613aa0565b6114fc565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082167f7965db0b0000000000000000000000000000000000000000000000000000000014806108a157507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316145b92915050565b6060600380546108b690613ca7565b80601f01602080910402602001604051908101604052809291908181526020018280546108e290613ca7565b801561092d5780601f106109045761010080835404028352916020019161092d565b820191905f5260205f20905b81548152906001019060200180831161091057829003601f168201915b5050505050905090565b5f336109448185856115b0565b5060019392505050565b5f3361095b858285611762565b610966858585611838565b506001949350505050565b5f8281526009602052604090206001015461098b81611ab6565b6109958383611ac0565b505050565b5f6109a3611bb2565b905090565b73ffffffffffffffffffffffffffffffffffffffff81163314610a52576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602f60248201527f416363657373436f6e74726f6c3a2063616e206f6e6c792072656e6f756e636560448201527f20726f6c657320666f722073656c66000000000000000000000000000000000060648201526084015b60405180910390fd5b610a5c8282611ce8565b5050565b335f81815260016020908152604080832073ffffffffffffffffffffffffffffffffffffffff871684529091528120549091906109449082908690610aa6908790613d1f565b6115b0565b5f610ab4610ed2565b65ffffffffffff168210610b24576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f4552433230566f7465733a20667574757265206c6f6f6b7570000000000000006044820152606401610a49565b73ffffffffffffffffffffffffffffffffffffffff83165f908152601060205260409020610b529083611da1565b9392505050565b7f1c178dc93635a289a28fc06742fa1ad487c921ae157825574b8c8f3a2dfc7c00610b8381611ab6565b610b8b611ecb565b50565b7f5ea50866d1649c7f6a66bb6b762b2c658c49a5072bfcd27ec2d61a0ff10e6482610bb881611ab6565b6109958383611f48565b610b8b3382611f52565b606043610bd7610ed2565b65ffffffffffff1614610c46576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f4552433230566f7465733a2062726f6b656e20636c6f636b206d6f64650000006044820152606401610a49565b5060408051808201909152601d81527f6d6f64653d626c6f636b6e756d6265722666726f6d3d64656661756c74000000602082015290565b73ffffffffffffffffffffffffffffffffffffffff82165f90815260056020526040812081908190610cb1908590611f5c565b9150915081610ce45773ffffffffffffffffffffffffffffffffffffffff85165f90815260208190526040902054610ce6565b805b95945050505050565b610b8b3382612087565b73ffffffffffffffffffffffffffffffffffffffff81165f908152601060205260408120546108a190612124565b610d2f6121bd565b610d385f61223e565b565b610d45823383611762565b610a5c8282611f52565b73ffffffffffffffffffffffffffffffffffffffff81165f908152600d60205260408120546108a1565b7f1c178dc93635a289a28fc06742fa1ad487c921ae157825574b8c8f3a2dfc7c00610da381611ab6565b610b8b6122b4565b5f60608082808083610dde7f0000000000000000000000000000000000000000000000000000000000000000600b612323565b610e097f0000000000000000000000000000000000000000000000000000000000000000600c612323565b604080515f808252602082019092527f0f000000000000000000000000000000000000000000000000000000000000009b939a50919850469750309650945092509050565b5f610e57610ed2565b65ffffffffffff168210610ec7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f4552433230566f7465733a20667574757265206c6f6f6b7570000000000000006044820152606401610a49565b6108a1601183611da1565b5f6109a3436123cc565b6060600480546108b690613ca7565b7f3cceabd9f0be0b2615b961e5ed2313e3706836a1337392ac3325bd810f3faeab610f1581611ab6565b610a5c612463565b5f805f610f2b846006611f5c565b9150915081610f3c57600254610f3e565b805b949350505050565b73ffffffffffffffffffffffffffffffffffffffff81165f908152601060205260408120548015610fff5773ffffffffffffffffffffffffffffffffffffffff83165f90815260106020526040902080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8301908110610fc957610fc9613d5f565b5f9182526020909120015464010000000090047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16611001565b5f5b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff169392505050565b335f81815260016020908152604080832073ffffffffffffffffffffffffffffffffffffffff87168452909152812054909190838110156110e9576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760448201527f207a65726f0000000000000000000000000000000000000000000000000000006064820152608401610a49565b61096682868684036115b0565b5f33610944818585611838565b8342111561116d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f4552433230566f7465733a207369676e617475726520657870697265640000006044820152606401610a49565b604080517fe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf602082015273ffffffffffffffffffffffffffffffffffffffff88169181019190915260608101869052608081018590525f906111f3906111eb9060a001604051602081830303815290604052805190602001206124bb565b858585612502565b90506111fe81612528565b8614611266576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f4552433230566f7465733a20696e76616c6964206e6f6e6365000000000000006044820152606401610a49565b6112708188612087565b50505050505050565b834211156112e3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f45524332305065726d69743a206578706972656420646561646c696e650000006044820152606401610a49565b5f7f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c98888886113118c612528565b60408051602081019690965273ffffffffffffffffffffffffffffffffffffffff94851690860152929091166060840152608083015260a082015260c0810186905260e0016040516020818303038152906040528051906020012090505f611378826124bb565b90505f61138782878787612502565b90508973ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161461141e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601e60248201527f45524332305065726d69743a20696e76616c6964207369676e617475726500006044820152606401610a49565b6114298a8a8a6115b0565b50505050505050505050565b5f8281526009602052604090206001015461144f81611ab6565b6109958383611ce8565b604080518082019091525f808252602082015273ffffffffffffffffffffffffffffffffffffffff83165f908152601060205260409020805463ffffffff84169081106114a8576114a8613d5f565b5f9182526020918290206040805180820190915291015463ffffffff8116825264010000000090047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16918101919091529392505050565b6115046121bd565b73ffffffffffffffffffffffffffffffffffffffff81166115a7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401610a49565b610b8b8161223e565b73ffffffffffffffffffffffffffffffffffffffff8316611652576040517f08c379a0000000000000000000000000000000000000000000000000000000008152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460448201527f72657373000000000000000000000000000000000000000000000000000000006064820152608401610a49565b73ffffffffffffffffffffffffffffffffffffffff82166116f5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f20616464726560448201527f73730000000000000000000000000000000000000000000000000000000000006064820152608401610a49565b73ffffffffffffffffffffffffffffffffffffffff8381165f8181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b73ffffffffffffffffffffffffffffffffffffffff8381165f908152600160209081526040808320938616835292905220547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146118325781811015611825576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e63650000006044820152606401610a49565b61183284848484036115b0565b50505050565b73ffffffffffffffffffffffffffffffffffffffff83166118db576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f20616460448201527f64726573730000000000000000000000000000000000000000000000000000006064820152608401610a49565b73ffffffffffffffffffffffffffffffffffffffff821661197e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201527f65737300000000000000000000000000000000000000000000000000000000006064820152608401610a49565b61198983838361255c565b73ffffffffffffffffffffffffffffffffffffffff83165f9081526020819052604090205481811015611a3e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e742065786365656473206260448201527f616c616e636500000000000000000000000000000000000000000000000000006064820152608401610a49565b73ffffffffffffffffffffffffffffffffffffffff8481165f81815260208181526040808320878703905593871680835291849020805487019055925185815290927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a361183284848461256f565b610b8b813361257a565b5f82815260096020908152604080832073ffffffffffffffffffffffffffffffffffffffff8516845290915290205460ff16610a5c575f82815260096020908152604080832073ffffffffffffffffffffffffffffffffffffffff85168452909152902080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00166001179055611b543390565b73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45050565b5f3073ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016148015611c1757507f000000000000000000000000000000000000000000000000000000000000000046145b15611c4157507f000000000000000000000000000000000000000000000000000000000000000090565b6109a3604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f60208201527f0000000000000000000000000000000000000000000000000000000000000000918101919091527f000000000000000000000000000000000000000000000000000000000000000060608201524660808201523060a08201525f9060c00160405160208183030381529060405280519060200120905090565b5f82815260096020908152604080832073ffffffffffffffffffffffffffffffffffffffff8516845290915290205460ff1615610a5c575f82815260096020908152604080832073ffffffffffffffffffffffffffffffffffffffff8516808552925280832080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0016905551339285917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a45050565b81545f9081816005811115611df8575f611dba84612633565b611dc49085613d8c565b5f88815260209020909150869082015463ffffffff161115611de857809150611df6565b611df3816001613d1f565b92505b505b80821015611e43575f611e0b8383612717565b5f88815260209020909150869082015463ffffffff161115611e2f57809150611e3d565b611e3a816001613d1f565b92505b50611df8565b8015611ea1575f8681526020902081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff015464010000000090047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16611ea3565b5f5b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff169695505050505050565b611ed3612731565b600a80547fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff1690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390a1565b610a5c82826127b5565b610a5c828261287b565b5f805f8411611fc7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601660248201527f4552433230536e617073686f743a2069642069732030000000000000000000006044820152606401610a49565b611fcf612893565b841115612038576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f4552433230536e617073686f743a206e6f6e6578697374656e742069640000006044820152606401610a49565b5f612043848661289d565b8454909150810361205a575f809250925050612080565b600184600101828154811061207157612071613d5f565b905f5260205f20015492509250505b9250929050565b73ffffffffffffffffffffffffffffffffffffffff8281165f818152600f60208181526040808420805485845282862054949093528787167fffffffffffffffffffffffff00000000000000000000000000000000000000008416811790915590519190951694919391928592917f3134e8a2e6d97e929a7e54011ea5485d7d196dd5f0ba4d4ef95803e8e3fc257f9190a4611832828483612943565b5f63ffffffff8211156121b9576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f53616665436173743a2076616c756520646f65736e27742066697420696e203360448201527f32206269747300000000000000000000000000000000000000000000000000006064820152608401610a49565b5090565b600a5473ffffffffffffffffffffffffffffffffffffffff163314610d38576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610a49565b600a805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b6122bc612ae5565b600a80547fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff16740100000000000000000000000000000000000000001790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258611f1e3390565b606060ff831461233d5761233683612b6a565b90506108a1565b81805461234990613ca7565b80601f016020809104026020016040519081016040528092919081815260200182805461237590613ca7565b80156123c05780601f10612397576101008083540402835291602001916123c0565b820191905f5260205f20905b8154815290600101906020018083116123a357829003601f168201915b505050505090506108a1565b5f65ffffffffffff8211156121b9576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f53616665436173743a2076616c756520646f65736e27742066697420696e203460448201527f38206269747300000000000000000000000000000000000000000000000000006064820152608401610a49565b5f612472600880546001019055565b5f61247b612893565b90507f8030e83b04d87bef53480e26263266d6ca66863aa8506aca6f2559d18aa1cb67816040516124ae91815260200190565b60405180910390a1919050565b5f6108a16124c7611bb2565b836040517f19010000000000000000000000000000000000000000000000000000000000008152600281019290925260228201526042902090565b5f805f61251187878787612ba7565b9150915061251e81612c8f565b5095945050505050565b73ffffffffffffffffffffffffffffffffffffffff81165f908152600d602052604090208054600181018255905b50919050565b612564612ae5565b610995838383612e41565b610995838383612ea3565b5f82815260096020908152604080832073ffffffffffffffffffffffffffffffffffffffff8516845290915290205460ff16610a5c576125b981612ee1565b6125c4836020612f00565b6040516020016125d5929190613db6565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0818403018152908290527f08c379a0000000000000000000000000000000000000000000000000000000008252610a49916004016139c8565b5f815f0361264257505f919050565b5f600161264e8461313d565b901c6001901b9050600181848161266757612667613e17565b048201901c9050600181848161267f5761267f613e17565b048201901c9050600181848161269757612697613e17565b048201901c905060018184816126af576126af613e17565b048201901c905060018184816126c7576126c7613e17565b048201901c905060018184816126df576126df613e17565b048201901c905060018184816126f7576126f7613e17565b048201901c9050610b528182858161271157612711613e17565b046131d0565b5f6127256002848418613e44565b610b5290848416613d1f565b600a5474010000000000000000000000000000000000000000900460ff16610d38576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601460248201527f5061757361626c653a206e6f74207061757365640000000000000000000000006044820152606401610a49565b6127bf82826131e5565b6002547bffffffffffffffffffffffffffffffffffffffffffffffffffffffff101561286d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603060248201527f4552433230566f7465733a20746f74616c20737570706c79207269736b73206f60448201527f766572666c6f77696e6720766f746573000000000000000000000000000000006064820152608401610a49565b611832601161328c83613297565b6128858282613495565b611832601161366883613297565b5f6109a360085490565b81545f9081036128ae57505f6108a1565b82545f905b808210156128f8575f6128c68383612717565b5f87815260209020909150859082015411156128e4578091506128f2565b6128ef816001613d1f565b92505b506128b3565b5f8211801561292257508361291f86612912600186613d8c565b5f91825260209091200190565b54145b1561293b57612932600183613d8c565b925050506108a1565b5090506108a1565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415801561297e57505f81115b156109955773ffffffffffffffffffffffffffffffffffffffff831615612a325773ffffffffffffffffffffffffffffffffffffffff83165f90815260106020526040812081906129d29061366885613297565b915091508473ffffffffffffffffffffffffffffffffffffffff167fdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a7248383604051612a27929190918252602082015260400190565b60405180910390a250505b73ffffffffffffffffffffffffffffffffffffffff8216156109955773ffffffffffffffffffffffffffffffffffffffff82165f9081526010602052604081208190612a819061328c85613297565b915091508373ffffffffffffffffffffffffffffffffffffffff167fdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a7248383604051612ad6929190918252602082015260400190565b60405180910390a25050505050565b600a5474010000000000000000000000000000000000000000900460ff1615610d38576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601060248201527f5061757361626c653a20706175736564000000000000000000000000000000006044820152606401610a49565b60605f612b7683613673565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b5f807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0831115612bdc57505f90506003612c86565b604080515f8082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015612c2d573d5f803e3d5ffd5b50506040517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0015191505073ffffffffffffffffffffffffffffffffffffffff8116612c80575f60019250925050612c86565b91505f90505b94509492505050565b5f816004811115612ca257612ca2613e7c565b03612caa5750565b6001816004811115612cbe57612cbe613e7c565b03612d25576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606401610a49565b6002816004811115612d3957612d39613e7c565b03612da0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606401610a49565b6003816004811115612db457612db4613e7c565b03610b8b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c60448201527f75650000000000000000000000000000000000000000000000000000000000006064820152608401610a49565b73ffffffffffffffffffffffffffffffffffffffff8316612e6d57612e65826136b3565b6109956136f1565b73ffffffffffffffffffffffffffffffffffffffff8216612e9157612e65836136b3565b612e9a836136b3565b610995826136b3565b73ffffffffffffffffffffffffffffffffffffffff8381165f908152600f602052604080822054858416835291205461099592918216911683612943565b60606108a173ffffffffffffffffffffffffffffffffffffffff831660145b60605f612f0e836002613ea9565b612f19906002613d1f565b67ffffffffffffffff811115612f3157612f31613d32565b6040519080825280601f01601f191660200182016040528015612f5b576020820181803683370190505b5090507f3000000000000000000000000000000000000000000000000000000000000000815f81518110612f9157612f91613d5f565b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff191690815f1a9053507f780000000000000000000000000000000000000000000000000000000000000081600181518110612ff357612ff3613d5f565b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff191690815f1a9053505f61302d846002613ea9565b613038906001613d1f565b90505b60018111156130d4577f303132333435363738396162636465660000000000000000000000000000000085600f166010811061307957613079613d5f565b1a60f81b82828151811061308f5761308f613d5f565b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff191690815f1a90535060049490941c936130cd81613ec0565b905061303b565b508315610b52576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f537472696e67733a20686578206c656e67746820696e73756666696369656e746044820152606401610a49565b5f80608083901c1561315157608092831c92015b604083901c1561316357604092831c92015b602083901c1561317557602092831c92015b601083901c1561318757601092831c92015b600883901c1561319957600892831c92015b600483901c156131ab57600492831c92015b600283901c156131bd57600292831c92015b600183901c156108a15760010192915050565b5f8183106131de5781610b52565b5090919050565b7f00000000000000000000000000000000000000000000000000000000000000008161321060025490565b61321a9190613d1f565b1115613282576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f45524332304361707065643a20636170206578636565646564000000000000006044820152606401610a49565b610a5c82826136ff565b5f610b528284613d1f565b82545f908190818115613315575f8781526020902082017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0160408051808201909152905463ffffffff8116825264010000000090047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff166020820152613329565b604080518082019091525f80825260208201525b905080602001517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16935061335e84868863ffffffff16565b92505f821180156133865750613372610ed2565b65ffffffffffff16815f015163ffffffff16145b156133fd5761339483613802565b5f8881526020902083017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0180547bffffffffffffffffffffffffffffffffffffffffffffffffffffffff929092166401000000000263ffffffff90921691909117905561348b565b866040518060400160405280613421613414610ed2565b65ffffffffffff16612124565b63ffffffff16815260200161343586613802565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff90811690915282546001810184555f938452602093849020835194909301519091166401000000000263ffffffff909316929092179101555b5050935093915050565b73ffffffffffffffffffffffffffffffffffffffff8216613538576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f2061646472657360448201527f73000000000000000000000000000000000000000000000000000000000000006064820152608401610a49565b613543825f8361255c565b73ffffffffffffffffffffffffffffffffffffffff82165f90815260208190526040902054818110156135f8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e60448201527f63650000000000000000000000000000000000000000000000000000000000006064820152608401610a49565b73ffffffffffffffffffffffffffffffffffffffff83165f818152602081815260408083208686039055600280548790039055518581529192917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a3610995835f8461256f565b5f610b528284613d8c565b5f60ff8216601f8111156108a1576040517fb3512b0c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b73ffffffffffffffffffffffffffffffffffffffff81165f9081526005602090815260408083209183905290912054610b8b91906138af565b6138af565b610d3860066136ec60025490565b73ffffffffffffffffffffffffffffffffffffffff821661377c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f2061646472657373006044820152606401610a49565b6137875f838361255c565b8060025f8282546137989190613d1f565b909155505073ffffffffffffffffffffffffffffffffffffffff82165f81815260208181526040808320805486019055518481527fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a3610a5c5f838361256f565b5f7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8211156121b9576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602760248201527f53616665436173743a2076616c756520646f65736e27742066697420696e203260448201527f32342062697473000000000000000000000000000000000000000000000000006064820152608401610a49565b5f6138b8612893565b9050806138c4846138f7565b1015610995578254600180820185555f858152602080822090930193909355938401805494850181558252902090910155565b80545f90810361390857505f919050565b8154829061391890600190613d8c565b8154811061392857613928613d5f565b905f5260205f2001549050919050565b919050565b5f6020828403121561394d575f80fd5b81357fffffffff0000000000000000000000000000000000000000000000000000000081168114610b52575f80fd5b5f81518084528060208401602086015e5f6020828601015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f83011685010191505092915050565b602081525f610b52602083018461397c565b803573ffffffffffffffffffffffffffffffffffffffff81168114613938575f80fd5b5f8060408385031215613a0e575f80fd5b613a17836139da565b946020939093013593505050565b5f805f60608486031215613a37575f80fd5b613a40846139da565b9250613a4e602085016139da565b929592945050506040919091013590565b5f60208284031215613a6f575f80fd5b5035919050565b5f8060408385031215613a87575f80fd5b82359150613a97602084016139da565b90509250929050565b5f60208284031215613ab0575f80fd5b610b52826139da565b7fff000000000000000000000000000000000000000000000000000000000000008816815260e060208201525f613af360e083018961397c565b8281036040840152613b05818961397c565b6060840188905273ffffffffffffffffffffffffffffffffffffffff8716608085015260a0840186905283810360c0850152845180825260208087019350909101905f5b81811015613b67578351835260209384019390920191600101613b49565b50909b9a5050505050505050505050565b803560ff81168114613938575f80fd5b5f805f805f8060c08789031215613b9d575f80fd5b613ba6876139da565b95506020870135945060408701359350613bc260608801613b78565b9598949750929560808101359460a0909101359350915050565b5f805f805f805f60e0888a031215613bf2575f80fd5b613bfb886139da565b9650613c09602089016139da565b95506040880135945060608801359350613c2560808901613b78565b9699959850939692959460a0840135945060c09093013592915050565b5f8060408385031215613c53575f80fd5b613c5c836139da565b9150613a97602084016139da565b5f8060408385031215613c7b575f80fd5b613c84836139da565b9150602083013563ffffffff81168114613c9c575f80fd5b809150509250929050565b600181811c90821680613cbb57607f821691505b602082108103612556577f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b808201808211156108a1576108a1613cf2565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b818103818111156108a1576108a1613cf2565b5f81518060208401855e5f93019283525090919050565b7f416363657373436f6e74726f6c3a206163636f756e742000000000000000000081525f613de76017830185613d9f565b7f206973206d697373696e6720726f6c65200000000000000000000000000000008152610ce66011820185613d9f565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b5f82613e77577f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b500490565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602160045260245ffd5b80820281158282048414176108a1576108a1613cf2565b5f81613ece57613ece613cf2565b507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff019056fea2646970667358221220e792c3aba5abadfa10d9497beb71196007bb421ecb39fec3023d58597974a0be64736f6c634300081a0033

Deployed Bytecode

0x608060405234801561000f575f80fd5b506004361061030f575f3560e01c8063715018a61161019d5780639ab24eb0116100e8578063d539139311610093578063e63ab1e91161006e578063e63ab1e914610783578063f1127ed8146107aa578063f2fde38b146107fc575f80fd5b8063d539139314610704578063d547741f1461072b578063dd62ed3e1461073e575f80fd5b8063a9059cbb116100c3578063a9059cbb146106cb578063c3cda520146106de578063d505accf146106f1575f80fd5b80639ab24eb01461069e578063a217fddf146106b1578063a457c2d7146106b8575f80fd5b80638e539e8c1161014857806395d89b411161012357806395d89b411461067b5780639711715a14610683578063981b24d01461068b575f80fd5b80638e539e8c1461060457806391d148541461061757806391ddadf41461065c575f80fd5b80638456cb59116101785780638456cb59146105c357806384b0196e146105cb5780638da5cb5b146105e6575f80fd5b8063715018a61461059557806379cc67901461059d5780637ecebe00146105b0575f80fd5b80633a46b1a81161025d578063587cde1e116102085780636fcfff45116101e35780636fcfff45146105115780637028e2cd1461053957806370a0823114610560575f80fd5b8063587cde1e1461047e5780635c19a95c146104db5780635c975abb146104ee575f80fd5b806342966c681161023857806342966c68146104505780634bf5d7e9146104635780634ee2cd7e1461046b575f80fd5b80633a46b1a8146104225780633f4ba83a1461043557806340c10f191461043d575f80fd5b80632f2ff15d116102bd5780633644e515116102985780633644e515146103f457806336568abe146103fc578063395093511461040f575f80fd5b80632f2ff15d146103aa578063313ce567146103bf578063355274ea146103ce575f80fd5b806318160ddd116102ed57806318160ddd1461036357806323b872dd14610375578063248a9ca314610388575f80fd5b806301ffc9a71461031357806306fdde031461033b578063095ea7b314610350575b5f80fd5b61032661032136600461393d565b61080f565b60405190151581526020015b60405180910390f35b6103436108a7565b60405161033291906139c8565b61032661035e3660046139fd565b610937565b6002545b604051908152602001610332565b610326610383366004613a25565b61094e565b610367610396366004613a5f565b5f9081526009602052604090206001015490565b6103bd6103b8366004613a76565b610971565b005b60405160128152602001610332565b7f000000000000000000000000000000000000000004f1961a31f4c4343a000000610367565b61036761099a565b6103bd61040a366004613a76565b6109a8565b61032661041d3660046139fd565b610a60565b6103676104303660046139fd565b610aab565b6103bd610b59565b6103bd61044b3660046139fd565b610b8e565b6103bd61045e366004613a5f565b610bc2565b610343610bcc565b6103676104793660046139fd565b610c7e565b6104b661048c366004613aa0565b73ffffffffffffffffffffffffffffffffffffffff9081165f908152600f60205260409020541690565b60405173ffffffffffffffffffffffffffffffffffffffff9091168152602001610332565b6103bd6104e9366004613aa0565b610cef565b600a5474010000000000000000000000000000000000000000900460ff16610326565b61052461051f366004613aa0565b610cf9565b60405163ffffffff9091168152602001610332565b6103677f3cceabd9f0be0b2615b961e5ed2313e3706836a1337392ac3325bd810f3faeab81565b61036761056e366004613aa0565b73ffffffffffffffffffffffffffffffffffffffff165f9081526020819052604090205490565b6103bd610d27565b6103bd6105ab3660046139fd565b610d3a565b6103676105be366004613aa0565b610d4f565b6103bd610d79565b6105d3610dab565b6040516103329796959493929190613ab9565b600a5473ffffffffffffffffffffffffffffffffffffffff166104b6565b610367610612366004613a5f565b610e4e565b610326610625366004613a76565b5f91825260096020908152604080842073ffffffffffffffffffffffffffffffffffffffff93909316845291905290205460ff1690565b610664610ed2565b60405165ffffffffffff9091168152602001610332565b610343610edc565b6103bd610eeb565b610367610699366004613a5f565b610f1d565b6103676106ac366004613aa0565b610f46565b6103675f81565b6103266106c63660046139fd565b611026565b6103266106d93660046139fd565b6110f6565b6103bd6106ec366004613b88565b611103565b6103bd6106ff366004613bdc565b611279565b6103677f5ea50866d1649c7f6a66bb6b762b2c658c49a5072bfcd27ec2d61a0ff10e648281565b6103bd610739366004613a76565b611435565b61036761074c366004613c42565b73ffffffffffffffffffffffffffffffffffffffff9182165f90815260016020908152604080832093909416825291909152205490565b6103677f1c178dc93635a289a28fc06742fa1ad487c921ae157825574b8c8f3a2dfc7c0081565b6107bd6107b8366004613c6a565b611459565b60408051825163ffffffff1681526020928301517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff169281019290925201610332565b6103bd61080a366004613aa0565b6114fc565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082167f7965db0b0000000000000000000000000000000000000000000000000000000014806108a157507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316145b92915050565b6060600380546108b690613ca7565b80601f01602080910402602001604051908101604052809291908181526020018280546108e290613ca7565b801561092d5780601f106109045761010080835404028352916020019161092d565b820191905f5260205f20905b81548152906001019060200180831161091057829003601f168201915b5050505050905090565b5f336109448185856115b0565b5060019392505050565b5f3361095b858285611762565b610966858585611838565b506001949350505050565b5f8281526009602052604090206001015461098b81611ab6565b6109958383611ac0565b505050565b5f6109a3611bb2565b905090565b73ffffffffffffffffffffffffffffffffffffffff81163314610a52576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602f60248201527f416363657373436f6e74726f6c3a2063616e206f6e6c792072656e6f756e636560448201527f20726f6c657320666f722073656c66000000000000000000000000000000000060648201526084015b60405180910390fd5b610a5c8282611ce8565b5050565b335f81815260016020908152604080832073ffffffffffffffffffffffffffffffffffffffff871684529091528120549091906109449082908690610aa6908790613d1f565b6115b0565b5f610ab4610ed2565b65ffffffffffff168210610b24576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f4552433230566f7465733a20667574757265206c6f6f6b7570000000000000006044820152606401610a49565b73ffffffffffffffffffffffffffffffffffffffff83165f908152601060205260409020610b529083611da1565b9392505050565b7f1c178dc93635a289a28fc06742fa1ad487c921ae157825574b8c8f3a2dfc7c00610b8381611ab6565b610b8b611ecb565b50565b7f5ea50866d1649c7f6a66bb6b762b2c658c49a5072bfcd27ec2d61a0ff10e6482610bb881611ab6565b6109958383611f48565b610b8b3382611f52565b606043610bd7610ed2565b65ffffffffffff1614610c46576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f4552433230566f7465733a2062726f6b656e20636c6f636b206d6f64650000006044820152606401610a49565b5060408051808201909152601d81527f6d6f64653d626c6f636b6e756d6265722666726f6d3d64656661756c74000000602082015290565b73ffffffffffffffffffffffffffffffffffffffff82165f90815260056020526040812081908190610cb1908590611f5c565b9150915081610ce45773ffffffffffffffffffffffffffffffffffffffff85165f90815260208190526040902054610ce6565b805b95945050505050565b610b8b3382612087565b73ffffffffffffffffffffffffffffffffffffffff81165f908152601060205260408120546108a190612124565b610d2f6121bd565b610d385f61223e565b565b610d45823383611762565b610a5c8282611f52565b73ffffffffffffffffffffffffffffffffffffffff81165f908152600d60205260408120546108a1565b7f1c178dc93635a289a28fc06742fa1ad487c921ae157825574b8c8f3a2dfc7c00610da381611ab6565b610b8b6122b4565b5f60608082808083610dde7f5945455420546f6b656e0000000000000000000000000000000000000000000a600b612323565b610e097f3100000000000000000000000000000000000000000000000000000000000001600c612323565b604080515f808252602082019092527f0f000000000000000000000000000000000000000000000000000000000000009b939a50919850469750309650945092509050565b5f610e57610ed2565b65ffffffffffff168210610ec7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f4552433230566f7465733a20667574757265206c6f6f6b7570000000000000006044820152606401610a49565b6108a1601183611da1565b5f6109a3436123cc565b6060600480546108b690613ca7565b7f3cceabd9f0be0b2615b961e5ed2313e3706836a1337392ac3325bd810f3faeab610f1581611ab6565b610a5c612463565b5f805f610f2b846006611f5c565b9150915081610f3c57600254610f3e565b805b949350505050565b73ffffffffffffffffffffffffffffffffffffffff81165f908152601060205260408120548015610fff5773ffffffffffffffffffffffffffffffffffffffff83165f90815260106020526040902080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8301908110610fc957610fc9613d5f565b5f9182526020909120015464010000000090047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16611001565b5f5b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff169392505050565b335f81815260016020908152604080832073ffffffffffffffffffffffffffffffffffffffff87168452909152812054909190838110156110e9576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760448201527f207a65726f0000000000000000000000000000000000000000000000000000006064820152608401610a49565b61096682868684036115b0565b5f33610944818585611838565b8342111561116d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f4552433230566f7465733a207369676e617475726520657870697265640000006044820152606401610a49565b604080517fe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf602082015273ffffffffffffffffffffffffffffffffffffffff88169181019190915260608101869052608081018590525f906111f3906111eb9060a001604051602081830303815290604052805190602001206124bb565b858585612502565b90506111fe81612528565b8614611266576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f4552433230566f7465733a20696e76616c6964206e6f6e6365000000000000006044820152606401610a49565b6112708188612087565b50505050505050565b834211156112e3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f45524332305065726d69743a206578706972656420646561646c696e650000006044820152606401610a49565b5f7f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c98888886113118c612528565b60408051602081019690965273ffffffffffffffffffffffffffffffffffffffff94851690860152929091166060840152608083015260a082015260c0810186905260e0016040516020818303038152906040528051906020012090505f611378826124bb565b90505f61138782878787612502565b90508973ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161461141e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601e60248201527f45524332305065726d69743a20696e76616c6964207369676e617475726500006044820152606401610a49565b6114298a8a8a6115b0565b50505050505050505050565b5f8281526009602052604090206001015461144f81611ab6565b6109958383611ce8565b604080518082019091525f808252602082015273ffffffffffffffffffffffffffffffffffffffff83165f908152601060205260409020805463ffffffff84169081106114a8576114a8613d5f565b5f9182526020918290206040805180820190915291015463ffffffff8116825264010000000090047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16918101919091529392505050565b6115046121bd565b73ffffffffffffffffffffffffffffffffffffffff81166115a7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401610a49565b610b8b8161223e565b73ffffffffffffffffffffffffffffffffffffffff8316611652576040517f08c379a0000000000000000000000000000000000000000000000000000000008152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460448201527f72657373000000000000000000000000000000000000000000000000000000006064820152608401610a49565b73ffffffffffffffffffffffffffffffffffffffff82166116f5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f20616464726560448201527f73730000000000000000000000000000000000000000000000000000000000006064820152608401610a49565b73ffffffffffffffffffffffffffffffffffffffff8381165f8181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b73ffffffffffffffffffffffffffffffffffffffff8381165f908152600160209081526040808320938616835292905220547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146118325781811015611825576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e63650000006044820152606401610a49565b61183284848484036115b0565b50505050565b73ffffffffffffffffffffffffffffffffffffffff83166118db576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f20616460448201527f64726573730000000000000000000000000000000000000000000000000000006064820152608401610a49565b73ffffffffffffffffffffffffffffffffffffffff821661197e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201527f65737300000000000000000000000000000000000000000000000000000000006064820152608401610a49565b61198983838361255c565b73ffffffffffffffffffffffffffffffffffffffff83165f9081526020819052604090205481811015611a3e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e742065786365656473206260448201527f616c616e636500000000000000000000000000000000000000000000000000006064820152608401610a49565b73ffffffffffffffffffffffffffffffffffffffff8481165f81815260208181526040808320878703905593871680835291849020805487019055925185815290927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a361183284848461256f565b610b8b813361257a565b5f82815260096020908152604080832073ffffffffffffffffffffffffffffffffffffffff8516845290915290205460ff16610a5c575f82815260096020908152604080832073ffffffffffffffffffffffffffffffffffffffff85168452909152902080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00166001179055611b543390565b73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45050565b5f3073ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000460f2607e5c83cafab6094e7933bad198af59d6716148015611c1757507f000000000000000000000000000000000000000000000000000000000000009246145b15611c4157507f8dbf5b682ef747417ba43dd8930b40a8b48effab22ebefb8475d76c51cc8405190565b6109a3604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f60208201527f4054a4ef2335ed63b9f6cc0123c56cf1581d3606ce90d50ae899c5e53bf1fc93918101919091527fc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc660608201524660808201523060a08201525f9060c00160405160208183030381529060405280519060200120905090565b5f82815260096020908152604080832073ffffffffffffffffffffffffffffffffffffffff8516845290915290205460ff1615610a5c575f82815260096020908152604080832073ffffffffffffffffffffffffffffffffffffffff8516808552925280832080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0016905551339285917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a45050565b81545f9081816005811115611df8575f611dba84612633565b611dc49085613d8c565b5f88815260209020909150869082015463ffffffff161115611de857809150611df6565b611df3816001613d1f565b92505b505b80821015611e43575f611e0b8383612717565b5f88815260209020909150869082015463ffffffff161115611e2f57809150611e3d565b611e3a816001613d1f565b92505b50611df8565b8015611ea1575f8681526020902081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff015464010000000090047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16611ea3565b5f5b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff169695505050505050565b611ed3612731565b600a80547fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff1690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390a1565b610a5c82826127b5565b610a5c828261287b565b5f805f8411611fc7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601660248201527f4552433230536e617073686f743a2069642069732030000000000000000000006044820152606401610a49565b611fcf612893565b841115612038576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f4552433230536e617073686f743a206e6f6e6578697374656e742069640000006044820152606401610a49565b5f612043848661289d565b8454909150810361205a575f809250925050612080565b600184600101828154811061207157612071613d5f565b905f5260205f20015492509250505b9250929050565b73ffffffffffffffffffffffffffffffffffffffff8281165f818152600f60208181526040808420805485845282862054949093528787167fffffffffffffffffffffffff00000000000000000000000000000000000000008416811790915590519190951694919391928592917f3134e8a2e6d97e929a7e54011ea5485d7d196dd5f0ba4d4ef95803e8e3fc257f9190a4611832828483612943565b5f63ffffffff8211156121b9576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f53616665436173743a2076616c756520646f65736e27742066697420696e203360448201527f32206269747300000000000000000000000000000000000000000000000000006064820152608401610a49565b5090565b600a5473ffffffffffffffffffffffffffffffffffffffff163314610d38576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610a49565b600a805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b6122bc612ae5565b600a80547fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff16740100000000000000000000000000000000000000001790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258611f1e3390565b606060ff831461233d5761233683612b6a565b90506108a1565b81805461234990613ca7565b80601f016020809104026020016040519081016040528092919081815260200182805461237590613ca7565b80156123c05780601f10612397576101008083540402835291602001916123c0565b820191905f5260205f20905b8154815290600101906020018083116123a357829003601f168201915b505050505090506108a1565b5f65ffffffffffff8211156121b9576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f53616665436173743a2076616c756520646f65736e27742066697420696e203460448201527f38206269747300000000000000000000000000000000000000000000000000006064820152608401610a49565b5f612472600880546001019055565b5f61247b612893565b90507f8030e83b04d87bef53480e26263266d6ca66863aa8506aca6f2559d18aa1cb67816040516124ae91815260200190565b60405180910390a1919050565b5f6108a16124c7611bb2565b836040517f19010000000000000000000000000000000000000000000000000000000000008152600281019290925260228201526042902090565b5f805f61251187878787612ba7565b9150915061251e81612c8f565b5095945050505050565b73ffffffffffffffffffffffffffffffffffffffff81165f908152600d602052604090208054600181018255905b50919050565b612564612ae5565b610995838383612e41565b610995838383612ea3565b5f82815260096020908152604080832073ffffffffffffffffffffffffffffffffffffffff8516845290915290205460ff16610a5c576125b981612ee1565b6125c4836020612f00565b6040516020016125d5929190613db6565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0818403018152908290527f08c379a0000000000000000000000000000000000000000000000000000000008252610a49916004016139c8565b5f815f0361264257505f919050565b5f600161264e8461313d565b901c6001901b9050600181848161266757612667613e17565b048201901c9050600181848161267f5761267f613e17565b048201901c9050600181848161269757612697613e17565b048201901c905060018184816126af576126af613e17565b048201901c905060018184816126c7576126c7613e17565b048201901c905060018184816126df576126df613e17565b048201901c905060018184816126f7576126f7613e17565b048201901c9050610b528182858161271157612711613e17565b046131d0565b5f6127256002848418613e44565b610b5290848416613d1f565b600a5474010000000000000000000000000000000000000000900460ff16610d38576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601460248201527f5061757361626c653a206e6f74207061757365640000000000000000000000006044820152606401610a49565b6127bf82826131e5565b6002547bffffffffffffffffffffffffffffffffffffffffffffffffffffffff101561286d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603060248201527f4552433230566f7465733a20746f74616c20737570706c79207269736b73206f60448201527f766572666c6f77696e6720766f746573000000000000000000000000000000006064820152608401610a49565b611832601161328c83613297565b6128858282613495565b611832601161366883613297565b5f6109a360085490565b81545f9081036128ae57505f6108a1565b82545f905b808210156128f8575f6128c68383612717565b5f87815260209020909150859082015411156128e4578091506128f2565b6128ef816001613d1f565b92505b506128b3565b5f8211801561292257508361291f86612912600186613d8c565b5f91825260209091200190565b54145b1561293b57612932600183613d8c565b925050506108a1565b5090506108a1565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415801561297e57505f81115b156109955773ffffffffffffffffffffffffffffffffffffffff831615612a325773ffffffffffffffffffffffffffffffffffffffff83165f90815260106020526040812081906129d29061366885613297565b915091508473ffffffffffffffffffffffffffffffffffffffff167fdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a7248383604051612a27929190918252602082015260400190565b60405180910390a250505b73ffffffffffffffffffffffffffffffffffffffff8216156109955773ffffffffffffffffffffffffffffffffffffffff82165f9081526010602052604081208190612a819061328c85613297565b915091508373ffffffffffffffffffffffffffffffffffffffff167fdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a7248383604051612ad6929190918252602082015260400190565b60405180910390a25050505050565b600a5474010000000000000000000000000000000000000000900460ff1615610d38576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601060248201527f5061757361626c653a20706175736564000000000000000000000000000000006044820152606401610a49565b60605f612b7683613673565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b5f807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0831115612bdc57505f90506003612c86565b604080515f8082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015612c2d573d5f803e3d5ffd5b50506040517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0015191505073ffffffffffffffffffffffffffffffffffffffff8116612c80575f60019250925050612c86565b91505f90505b94509492505050565b5f816004811115612ca257612ca2613e7c565b03612caa5750565b6001816004811115612cbe57612cbe613e7c565b03612d25576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606401610a49565b6002816004811115612d3957612d39613e7c565b03612da0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606401610a49565b6003816004811115612db457612db4613e7c565b03610b8b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c60448201527f75650000000000000000000000000000000000000000000000000000000000006064820152608401610a49565b73ffffffffffffffffffffffffffffffffffffffff8316612e6d57612e65826136b3565b6109956136f1565b73ffffffffffffffffffffffffffffffffffffffff8216612e9157612e65836136b3565b612e9a836136b3565b610995826136b3565b73ffffffffffffffffffffffffffffffffffffffff8381165f908152600f602052604080822054858416835291205461099592918216911683612943565b60606108a173ffffffffffffffffffffffffffffffffffffffff831660145b60605f612f0e836002613ea9565b612f19906002613d1f565b67ffffffffffffffff811115612f3157612f31613d32565b6040519080825280601f01601f191660200182016040528015612f5b576020820181803683370190505b5090507f3000000000000000000000000000000000000000000000000000000000000000815f81518110612f9157612f91613d5f565b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff191690815f1a9053507f780000000000000000000000000000000000000000000000000000000000000081600181518110612ff357612ff3613d5f565b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff191690815f1a9053505f61302d846002613ea9565b613038906001613d1f565b90505b60018111156130d4577f303132333435363738396162636465660000000000000000000000000000000085600f166010811061307957613079613d5f565b1a60f81b82828151811061308f5761308f613d5f565b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff191690815f1a90535060049490941c936130cd81613ec0565b905061303b565b508315610b52576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f537472696e67733a20686578206c656e67746820696e73756666696369656e746044820152606401610a49565b5f80608083901c1561315157608092831c92015b604083901c1561316357604092831c92015b602083901c1561317557602092831c92015b601083901c1561318757601092831c92015b600883901c1561319957600892831c92015b600483901c156131ab57600492831c92015b600283901c156131bd57600292831c92015b600183901c156108a15760010192915050565b5f8183106131de5781610b52565b5090919050565b7f000000000000000000000000000000000000000004f1961a31f4c4343a0000008161321060025490565b61321a9190613d1f565b1115613282576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f45524332304361707065643a20636170206578636565646564000000000000006044820152606401610a49565b610a5c82826136ff565b5f610b528284613d1f565b82545f908190818115613315575f8781526020902082017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0160408051808201909152905463ffffffff8116825264010000000090047bffffffffffffffffffffffffffffffffffffffffffffffffffffffff166020820152613329565b604080518082019091525f80825260208201525b905080602001517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16935061335e84868863ffffffff16565b92505f821180156133865750613372610ed2565b65ffffffffffff16815f015163ffffffff16145b156133fd5761339483613802565b5f8881526020902083017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0180547bffffffffffffffffffffffffffffffffffffffffffffffffffffffff929092166401000000000263ffffffff90921691909117905561348b565b866040518060400160405280613421613414610ed2565b65ffffffffffff16612124565b63ffffffff16815260200161343586613802565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff90811690915282546001810184555f938452602093849020835194909301519091166401000000000263ffffffff909316929092179101555b5050935093915050565b73ffffffffffffffffffffffffffffffffffffffff8216613538576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f2061646472657360448201527f73000000000000000000000000000000000000000000000000000000000000006064820152608401610a49565b613543825f8361255c565b73ffffffffffffffffffffffffffffffffffffffff82165f90815260208190526040902054818110156135f8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e60448201527f63650000000000000000000000000000000000000000000000000000000000006064820152608401610a49565b73ffffffffffffffffffffffffffffffffffffffff83165f818152602081815260408083208686039055600280548790039055518581529192917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a3610995835f8461256f565b5f610b528284613d8c565b5f60ff8216601f8111156108a1576040517fb3512b0c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b73ffffffffffffffffffffffffffffffffffffffff81165f9081526005602090815260408083209183905290912054610b8b91906138af565b6138af565b610d3860066136ec60025490565b73ffffffffffffffffffffffffffffffffffffffff821661377c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f2061646472657373006044820152606401610a49565b6137875f838361255c565b8060025f8282546137989190613d1f565b909155505073ffffffffffffffffffffffffffffffffffffffff82165f81815260208181526040808320805486019055518481527fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a3610a5c5f838361256f565b5f7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8211156121b9576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602760248201527f53616665436173743a2076616c756520646f65736e27742066697420696e203260448201527f32342062697473000000000000000000000000000000000000000000000000006064820152608401610a49565b5f6138b8612893565b9050806138c4846138f7565b1015610995578254600180820185555f858152602080822090930193909355938401805494850181558252902090910155565b80545f90810361390857505f919050565b8154829061391890600190613d8c565b8154811061392857613928613d5f565b905f5260205f2001549050919050565b919050565b5f6020828403121561394d575f80fd5b81357fffffffff0000000000000000000000000000000000000000000000000000000081168114610b52575f80fd5b5f81518084528060208401602086015e5f6020828601015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f83011685010191505092915050565b602081525f610b52602083018461397c565b803573ffffffffffffffffffffffffffffffffffffffff81168114613938575f80fd5b5f8060408385031215613a0e575f80fd5b613a17836139da565b946020939093013593505050565b5f805f60608486031215613a37575f80fd5b613a40846139da565b9250613a4e602085016139da565b929592945050506040919091013590565b5f60208284031215613a6f575f80fd5b5035919050565b5f8060408385031215613a87575f80fd5b82359150613a97602084016139da565b90509250929050565b5f60208284031215613ab0575f80fd5b610b52826139da565b7fff000000000000000000000000000000000000000000000000000000000000008816815260e060208201525f613af360e083018961397c565b8281036040840152613b05818961397c565b6060840188905273ffffffffffffffffffffffffffffffffffffffff8716608085015260a0840186905283810360c0850152845180825260208087019350909101905f5b81811015613b67578351835260209384019390920191600101613b49565b50909b9a5050505050505050505050565b803560ff81168114613938575f80fd5b5f805f805f8060c08789031215613b9d575f80fd5b613ba6876139da565b95506020870135945060408701359350613bc260608801613b78565b9598949750929560808101359460a0909101359350915050565b5f805f805f805f60e0888a031215613bf2575f80fd5b613bfb886139da565b9650613c09602089016139da565b95506040880135945060608801359350613c2560808901613b78565b9699959850939692959460a0840135945060c09093013592915050565b5f8060408385031215613c53575f80fd5b613c5c836139da565b9150613a97602084016139da565b5f8060408385031215613c7b575f80fd5b613c84836139da565b9150602083013563ffffffff81168114613c9c575f80fd5b809150509250929050565b600181811c90821680613cbb57607f821691505b602082108103612556577f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b808201808211156108a1576108a1613cf2565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b818103818111156108a1576108a1613cf2565b5f81518060208401855e5f93019283525090919050565b7f416363657373436f6e74726f6c3a206163636f756e742000000000000000000081525f613de76017830185613d9f565b7f206973206d697373696e6720726f6c65200000000000000000000000000000008152610ce66011820185613d9f565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b5f82613e77577f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b500490565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602160045260245ffd5b80820281158282048414176108a1576108a1613cf2565b5f81613ece57613ece613cf2565b507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff019056fea2646970667358221220e792c3aba5abadfa10d9497beb71196007bb421ecb39fec3023d58597974a0be64736f6c634300081a0033

Deployed Bytecode Sourcemap

151050:1854:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;103240:204;;;;;;:::i;:::-;;:::i;:::-;;;516:14:1;;509:22;491:41;;479:2;464:18;103240:204:0;;;;;;;;114655:100;;;:::i;:::-;;;;;;;:::i;117015:201::-;;;;;;:::i;:::-;;:::i;115784:108::-;115872:12;;115784:108;;;1795:25:1;;;1783:2;1768:18;115784:108:0;1649:177:1;117796:261:0;;;;;;:::i;:::-;;:::i;105063:131::-;;;;;;:::i;:::-;105137:7;105164:12;;;:6;:12;;;;;:22;;;;105063:131;105504:147;;;;;;:::i;:::-;;:::i;:::-;;115626:93;;;115709:2;3070:36:1;;3058:2;3043:18;115626:93:0;2928:184:1;140539:83:0;140610:4;140539:83;;128461:115;;;:::i;106648:218::-;;;;;;:::i;:::-;;:::i;118466:238::-;;;;;;:::i;:::-;;:::i;132339:251::-;;;;;;:::i;:::-;;:::i;151880:77::-;;;:::i;151965:107::-;;;;;;:::i;:::-;;:::i;150403:91::-;;;;;;:::i;:::-;;:::i;130876:258::-;;;:::i;145953:266::-;;;;;;:::i;:::-;;:::i;131690:128::-;;;;;;:::i;:::-;131791:19;;;;131764:7;131791:19;;;:10;:19;;;;;;;;131690:128;;;;3715:42:1;3703:55;;;3685:74;;3673:2;3658:18;131690:128:0;3539:226:1;135213:114:0;;;;;;:::i;:::-;;:::i;96849:86::-;96920:7;;;;;;;96849:86;;131446:151;;;;;;:::i;:::-;;:::i;:::-;;;3944:10:1;3932:23;;;3914:42;;3902:2;3887:18;131446:151:0;3770:192:1;151187:69:0;;151227:29;151187:69;;115955:127;;;;;;:::i;:::-;116056:18;;116029:7;116056:18;;;;;;;;;;;;115955:127;99713:103;;;:::i;150813:164::-;;;;;;:::i;:::-;;:::i;128203:128::-;;;;;;:::i;:::-;;:::i;151799:73::-;;;:::i;89553:657::-;;;:::i;:::-;;;;;;;;;;;;;:::i;99072:87::-;99145:6;;;;99072:87;;132862:242;;;;;;:::i;:::-;;:::i;103536:147::-;;;;;;:::i;:::-;103622:4;103646:12;;;:6;:12;;;;;;;;:29;;;;;;;;;;;;;;;;103536:147;130638:120;;;:::i;:::-;;;5482:14:1;5470:27;;;5452:46;;5440:2;5425:18;130638:120:0;5308:196:1;114874:104:0;;;:::i;151710:81::-;;;:::i;146323:234::-;;;;;;:::i;:::-;;:::i;131902:248::-;;;;;;:::i;:::-;;:::i;102641:49::-;;102686:4;102641:49;;119207:436;;;;;;:::i;:::-;;:::i;116288:193::-;;;;;;:::i;:::-;;:::i;135409:591::-;;;;;;:::i;:::-;;:::i;127492:645::-;;;;;;:::i;:::-;;:::i;151332:62::-;;151370:24;151332:62;;105944:149;;;;;;:::i;:::-;;:::i;116544:151::-;;;;;;:::i;:::-;116660:18;;;;116633:7;116660:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;116544:151;151263:62;;151301:24;151263:62;;131216:150;;;;;;:::i;:::-;;:::i;:::-;;;;8065:13:1;;8080:10;8061:30;8043:49;;8152:4;8140:17;;;8134:24;8160:58;8130:89;8108:20;;;8101:119;;;;8016:18;131216:150:0;7841:385:1;99971:201:0;;;;;;:::i;:::-;;:::i;103240:204::-;103325:4;103349:47;;;103364:32;103349:47;;:87;;-1:-1:-1;44510:25:0;44495:40;;;;103400:36;103342:94;103240:204;-1:-1:-1;;103240:204:0:o;114655:100::-;114709:13;114742:5;114735:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;114655:100;:::o;117015:201::-;117098:4;95036:10;117154:32;95036:10;117170:7;117179:6;117154:8;:32::i;:::-;-1:-1:-1;117204:4:0;;117015:201;-1:-1:-1;;;117015:201:0:o;117796:261::-;117893:4;95036:10;117951:38;117967:4;95036:10;117982:6;117951:15;:38::i;:::-;118000:27;118010:4;118016:2;118020:6;118000:9;:27::i;:::-;-1:-1:-1;118045:4:0;;117796:261;-1:-1:-1;;;;117796:261:0:o;105504:147::-;105137:7;105164:12;;;:6;:12;;;;;:22;;;103132:16;103143:4;103132:10;:16::i;:::-;105618:25:::1;105629:4;105635:7;105618:10;:25::i;:::-;105504:147:::0;;;:::o;128461:115::-;128521:7;128548:20;:18;:20::i;:::-;128541:27;;128461:115;:::o;106648:218::-;106744:23;;;95036:10;106744:23;106736:83;;;;;;;8875:2:1;106736:83:0;;;8857:21:1;8914:2;8894:18;;;8887:30;8953:34;8933:18;;;8926:62;9024:17;9004:18;;;8997:45;9059:19;;106736:83:0;;;;;;;;;106832:26;106844:4;106850:7;106832:11;:26::i;:::-;106648:218;;:::o;118466:238::-;95036:10;118554:4;116660:18;;;:11;:18;;;;;;;;;:27;;;;;;;;;;118554:4;;95036:10;118610:64;;95036:10;;116660:27;;118635:38;;118663:10;;118635:38;:::i;:::-;118610:8;:64::i;132339:251::-;132435:7;132475;:5;:7::i;:::-;132463:19;;:9;:19;132455:57;;;;;;;9610:2:1;132455:57:0;;;9592:21:1;9649:2;9629:18;;;9622:30;9688:27;9668:18;;;9661:55;9733:18;;132455:57:0;9408:349:1;132455:57:0;132549:21;;;;;;;:12;:21;;;;;132530:52;;132572:9;132530:18;:52::i;:::-;132523:59;132339:251;-1:-1:-1;;;132339:251:0:o;151880:77::-;151301:24;103132:16;103143:4;103132:10;:16::i;:::-;151939:10:::1;:8;:10::i;:::-;151880:77:::0;:::o;151965:107::-;151370:24;103132:16;103143:4;103132:10;:16::i;:::-;152047:17:::1;152053:2;152057:6;152047:5;:17::i;150403:91::-:0;150459:27;95036:10;150479:6;150459:5;:27::i;130876:258::-;130936:13;131031:12;131020:7;:5;:7::i;:::-;:23;;;131012:65;;;;;;;9964:2:1;131012:65:0;;;9946:21:1;10003:2;9983:18;;;9976:30;10042:31;10022:18;;;10015:59;10091:18;;131012:65:0;9762:353:1;131012:65:0;-1:-1:-1;131088:38:0;;;;;;;;;;;;;;;;;;130876:258::o;145953:266::-;146117:33;;;146040:7;146117:33;;;:24;:33;;;;;146040:7;;;;146096:55;;146105:10;;146096:8;:55::i;:::-;146060:91;;;;146171:11;:40;;116056:18;;;116029:7;116056:18;;;;;;;;;;;146171:40;;;146185:5;146171:40;146164:47;145953:266;-1:-1:-1;;;;;145953:266:0:o;135213:114::-;135285:34;95036:10;135309:9;135285;:34::i;131446:151::-;131560:21;;;131516:6;131560:21;;;:12;:21;;;;;:28;131542:47;;:17;:47::i;99713:103::-;98958:13;:11;:13::i;:::-;99778:30:::1;99805:1;99778:18;:30::i;:::-;99713:103::o:0;150813:164::-;150890:46;150906:7;95036:10;150929:6;150890:15;:46::i;:::-;150947:22;150953:7;150962:6;150947:5;:22::i;128203:128::-;128299:14;;;128272:7;128299:14;;;:7;:14;;;;;49912;128299:24;49820:114;151799:73;151301:24;103132:16;103143:4;103132:10;:16::i;:::-;151856:8:::1;:6;:8::i;89553:657::-:0;89674:13;89702:18;;89674:13;;;89702:18;89976:41;:5;90003:13;89976:26;:41::i;:::-;90032:47;:8;90062:16;90032:29;:47::i;:::-;90175:16;;;90158:1;90175:16;;;;;;;;;89923:279;;;;-1:-1:-1;89923:279:0;;-1:-1:-1;90094:13:0;;-1:-1:-1;90130:4:0;;-1:-1:-1;90158:1:0;-1:-1:-1;90175:16:0;-1:-1:-1;89923:279:0;-1:-1:-1;89553:657:0:o;132862:242::-;132947:7;132987;:5;:7::i;:::-;132975:19;;:9;:19;132967:57;;;;;;;9610:2:1;132967:57:0;;;9592:21:1;9649:2;9629:18;;;9622:30;9688:27;9668:18;;;9661:55;9733:18;;132967:57:0;9408:349:1;132967:57:0;133042:54;133061:23;133086:9;133042:18;:54::i;130638:120::-;130693:6;130719:31;130737:12;130719:17;:31::i;114874:104::-;114930:13;114963:7;114956:14;;;;;:::i;151710:81::-;151227:29;103132:16;103143:4;103132:10;:16::i;:::-;151772:11:::1;:9;:11::i;146323:234::-:0;146395:7;146416:16;146434:13;146451:43;146460:10;146472:21;146451:8;:43::i;:::-;146415:79;;;;146514:11;:35;;115872:12;;146514:35;;;146528:5;146514:35;146507:42;146323:234;-1:-1:-1;;;;146323:234:0:o;131902:248::-;132009:21;;;131975:7;132009:21;;;:12;:21;;;;;:28;132080:8;;:51;;132095:21;;;;;;;:12;:21;;;;;:30;;132117:7;;;;132095:30;;;;;;:::i;:::-;;;;;;;;;;:36;;;;;;132080:51;;;132091:1;132080:51;132073:58;;;131902:248;-1:-1:-1;;;131902:248:0:o;119207:436::-;95036:10;119300:4;116660:18;;;:11;:18;;;;;;;;;:27;;;;;;;;;;119300:4;;95036:10;119447:15;119427:16;:35;;119419:85;;;;;;;10700:2:1;119419:85:0;;;10682:21:1;10739:2;10719:18;;;10712:30;10778:34;10758:18;;;10751:62;10849:7;10829:18;;;10822:35;10874:19;;119419:85:0;10498:401:1;119419:85:0;119540:60;119549:5;119556:7;119584:15;119565:16;:34;119540:8;:60::i;116288:193::-;116367:4;95036:10;116423:28;95036:10;116440:2;116444:6;116423:9;:28::i;135409:591::-;135636:6;135617:15;:25;;135609:67;;;;;;;11106:2:1;135609:67:0;;;11088:21:1;11145:2;11125:18;;;11118:30;11184:31;11164:18;;;11157:59;11233:18;;135609:67:0;10904:353:1;135609:67:0;135759:58;;;130251:71;135759:58;;;11493:25:1;11566:42;11554:55;;11534:18;;;11527:83;;;;11626:18;;;11619:34;;;11669:18;;;11662:34;;;135687:14:0;;135704:174;;135732:87;;11465:19:1;;135759:58:0;;;;;;;;;;;;135749:69;;;;;;135732:16;:87::i;:::-;135834:1;135850;135866;135704:13;:174::i;:::-;135687:191;;135906:17;135916:6;135906:9;:17::i;:::-;135897:5;:26;135889:64;;;;;;;11909:2:1;135889:64:0;;;11891:21:1;11948:2;11928:18;;;11921:30;11987:27;11967:18;;;11960:55;12032:18;;135889:64:0;11707:349:1;135889:64:0;135964:28;135974:6;135982:9;135964;:28::i;:::-;135598:402;135409:591;;;;;;:::o;127492:645::-;127736:8;127717:15;:27;;127709:69;;;;;;;12263:2:1;127709:69:0;;;12245:21:1;12302:2;12282:18;;;12275:30;12341:31;12321:18;;;12314:59;12390:18;;127709:69:0;12061:353:1;127709:69:0;127791:18;126667:95;127851:5;127858:7;127867:5;127874:16;127884:5;127874:9;:16::i;:::-;127822:79;;;;;;12706:25:1;;;;12779:42;12767:55;;;12747:18;;;12740:83;12859:55;;;;12839:18;;;12832:83;12931:18;;;12924:34;12974:19;;;12967:35;13018:19;;;13011:35;;;12678:19;;127822:79:0;;;;;;;;;;;;127812:90;;;;;;127791:111;;127915:12;127930:28;127947:10;127930:16;:28::i;:::-;127915:43;;127971:14;127988:28;128002:4;128008:1;128011;128014;127988:13;:28::i;:::-;127971:45;;128045:5;128035:15;;:6;:15;;;128027:58;;;;;;;13259:2:1;128027:58:0;;;13241:21:1;13298:2;13278:18;;;13271:30;13337:32;13317:18;;;13310:60;13387:18;;128027:58:0;13057:354:1;128027:58:0;128098:31;128107:5;128114:7;128123:5;128098:8;:31::i;:::-;127698:439;;;127492:645;;;;;;;:::o;105944:149::-;105137:7;105164:12;;;:6;:12;;;;;:22;;;103132:16;103143:4;103132:10;:16::i;:::-;106059:26:::1;106071:4;106077:7;106059:11;:26::i;131216:150::-:0;-1:-1:-1;;;;;;;;;;;;;;;;;131332:21:0;;;;;;;:12;:21;;;;;:26;;;;;;;;;;;;:::i;:::-;;;;;;;;;;131325:33;;;;;;;;;131332:26;;131325:33;;;;;;;;;;;;;;;;;;;131216:150;-1:-1:-1;;;131216:150:0:o;99971:201::-;98958:13;:11;:13::i;:::-;100060:22:::1;::::0;::::1;100052:73;;;::::0;::::1;::::0;;13618:2:1;100052:73:0::1;::::0;::::1;13600:21:1::0;13657:2;13637:18;;;13630:30;13696:34;13676:18;;;13669:62;13767:8;13747:18;;;13740:36;13793:19;;100052:73:0::1;13416:402:1::0;100052:73:0::1;100136:28;100155:8;100136:18;:28::i;123200:346::-:0;123302:19;;;123294:68;;;;;;;14025:2:1;123294:68:0;;;14007:21:1;14064:2;14044:18;;;14037:30;14103:34;14083:18;;;14076:62;14174:6;14154:18;;;14147:34;14198:19;;123294:68:0;13823:400:1;123294:68:0;123381:21;;;123373:68;;;;;;;14430:2:1;123373:68:0;;;14412:21:1;14469:2;14449:18;;;14442:30;14508:34;14488:18;;;14481:62;14579:4;14559:18;;;14552:32;14601:19;;123373:68:0;14228:398:1;123373:68:0;123454:18;;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;123506:32;;1795:25:1;;;123506:32:0;;1768:18:1;123506:32:0;;;;;;;123200:346;;;:::o;123837:419::-;116660:18;;;;123938:24;116660:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;124025:17;124005:37;;124001:248;;124087:6;124067:16;:26;;124059:68;;;;;;;14833:2:1;124059:68:0;;;14815:21:1;14872:2;14852:18;;;14845:30;14911:31;14891:18;;;14884:59;14960:18;;124059:68:0;14631:353:1;124059:68:0;124171:51;124180:5;124187:7;124215:6;124196:16;:25;124171:8;:51::i;:::-;123927:329;123837:419;;;:::o;120113:806::-;120210:18;;;120202:68;;;;;;;15191:2:1;120202:68:0;;;15173:21:1;15230:2;15210:18;;;15203:30;15269:34;15249:18;;;15242:62;15340:7;15320:18;;;15313:35;15365:19;;120202:68:0;14989:401:1;120202:68:0;120289:16;;;120281:64;;;;;;;15597:2:1;120281:64:0;;;15579:21:1;15636:2;15616:18;;;15609:30;15675:34;15655:18;;;15648:62;15746:5;15726:18;;;15719:33;15769:19;;120281:64:0;15395:399:1;120281:64:0;120358:38;120379:4;120385:2;120389:6;120358:20;:38::i;:::-;120431:15;;;120409:19;120431:15;;;;;;;;;;;120465:21;;;;120457:72;;;;;;;16001:2:1;120457:72:0;;;15983:21:1;16040:2;16020:18;;;16013:30;16079:34;16059:18;;;16052:62;16150:8;16130:18;;;16123:36;16176:19;;120457:72:0;15799:402:1;120457:72:0;120565:15;;;;:9;:15;;;;;;;;;;;120583:20;;;120565:38;;120783:13;;;;;;;;;;:23;;;;;;120835:26;;1795:25:1;;;120783:13:0;;120835:26;;1768:18:1;120835:26:0;;;;;;;120874:37;120894:4;120900:2;120904:6;120874:19;:37::i;103987:105::-;104054:30;104065:4;95036:10;104054;:30::i;108245:238::-;103622:4;103646:12;;;:6;:12;;;;;;;;:29;;;;;;;;;;;;;108324:152;;108368:12;;;;:6;:12;;;;;;;;:29;;;;;;;;;;:36;;;;108400:4;108368:36;;;108451:12;95036:10;;94956:98;108451:12;108424:40;;108442:7;108424:40;;108436:4;108424:40;;;;;;;;;;108245:238;;:::o;88191:268::-;88244:7;88276:4;88268:28;88285:11;88268:28;;:63;;;;;88317:14;88300:13;:31;88268:63;88264:188;;;-1:-1:-1;88355:22:0;;88191:268::o;88264:188::-;88417:23;88559:81;;;86383:95;88559:81;;;19299:25:1;88582:11:0;19340:18:1;;;19333:34;;;;88595:14:0;19383:18:1;;;19376:34;88611:13:0;19426:18:1;;;19419:34;88634:4:0;19469:19:1;;;19462:84;88522:7:0;;19271:19:1;;88559:81:0;;;;;;;;;;;;88549:92;;;;;;88542:99;;88467:182;;108663:239;103622:4;103646:12;;;:6;:12;;;;;;;;:29;;;;;;;;;;;;;108743:152;;;108818:5;108786:12;;;:6;:12;;;;;;;;:29;;;;;;;;;;;:37;;;;;;108843:40;95036:10;;108786:12;;108843:40;;108818:5;108843:40;108663:239;;:::o;133193:1934::-;134417:12;;133290:7;;;134417:12;134515:1;134506:10;;134502:249;;;134533:11;134556:17;134566:6;134556:9;:17::i;:::-;134547:26;;:6;:26;:::i;:::-;139688:25;139750:21;;;139817:4;139804:18;;134533:40;;-1:-1:-1;134630:9:0;;139800:28;;134592:35;;;:47;134588:152;;;134667:3;134660:10;;134588:152;;;134717:7;:3;134723:1;134717:7;:::i;:::-;134711:13;;134588:152;134518:233;134502:249;134776:4;134770:3;:10;134763:249;;;134797:11;134811:23;134824:3;134829:4;134811:12;:23::i;:::-;139688:25;139750:21;;;139817:4;139804:18;;134797:37;;-1:-1:-1;134891:9:0;;139800:28;;134853:35;;;:47;134849:152;;;134928:3;134921:10;;134849:152;;;134978:7;:3;134984:1;134978:7;:::i;:::-;134972:13;;134849:152;134782:230;134763:249;;;135056:9;;:52;;139688:25;139750:21;;;139817:4;139804:18;;139800:28;;135093:8;139800:28;135072:36;;;;;;135056:52;;;135068:1;135056:52;135049:59;;;133193:1934;-1:-1:-1;;;;;;133193:1934:0:o;97704:120::-;96713:16;:14;:16::i;:::-;97763:7:::1;:15:::0;;;::::1;::::0;;97794:22:::1;95036:10:::0;97803:12:::1;97794:22;::::0;3715:42:1;3703:55;;;3685:74;;3673:2;3658:18;97794:22:0::1;;;;;;;97704:120::o:0;152580:158::-;152707:23;152719:2;152723:6;152707:11;:23::i;152746:155::-;152865:28;152877:7;152886:6;152865:11;:28::i;147370:1619::-;147459:4;147465:7;147506:1;147493:10;:14;147485:49;;;;;;;16541:2:1;147485:49:0;;;16523:21:1;16580:2;16560:18;;;16553:30;16619:24;16599:18;;;16592:52;16661:18;;147485:49:0;16339:346:1;147485:49:0;147567:23;:21;:23::i;:::-;147553:10;:37;;147545:79;;;;;;;16892:2:1;147545:79:0;;;16874:21:1;16931:2;16911:18;;;16904:30;16970:31;16950:18;;;16943:59;17019:18;;147545:79:0;16690:353:1;147545:79:0;148763:13;148779:40;:9;148808:10;148779:28;:40::i;:::-;148845:20;;148763:56;;-1:-1:-1;148836:29:0;;148832:150;;148890:5;148897:1;148882:17;;;;;;;148832:150;148940:4;148946:9;:16;;148963:5;148946:23;;;;;;;;:::i;:::-;;;;;;;;;148932:38;;;;;147370:1619;;;;;;:::o;137437:388::-;131791:19;;;;137522:23;131791:19;;;:10;:19;;;;;;;;;;116056:18;;;;;;;137637:21;;;;:33;;;;;;;;;;;137688:54;;131791:19;;;;;116056:18;;137637:33;;131791:19;;;137688:54;;137522:23;137688:54;137755:62;137772:15;137789:9;137800:16;137755;:62::i;15825:190::-;15881:6;15917:16;15908:25;;;15900:76;;;;;;;17250:2:1;15900:76:0;;;17232:21:1;17289:2;17269:18;;;17262:30;17328:34;17308:18;;;17301:62;17399:8;17379:18;;;17372:36;17425:19;;15900:76:0;17048:402:1;15900:76:0;-1:-1:-1;16001:5:0;15825:190::o;99237:132::-;99145:6;;99301:23;99145:6;95036:10;99301:23;99293:68;;;;;;;17657:2:1;99293:68:0;;;17639:21:1;;;17676:18;;;17669:30;17735:34;17715:18;;;17708:62;17787:18;;99293:68:0;17455:356:1;100332:191:0;100425:6;;;;100442:17;;;;;;;;;;;100475:40;;100425:6;;;100442:17;100425:6;;100475:40;;100406:16;;100475:40;100395:128;100332:191;:::o;97445:118::-;96454:19;:17;:19::i;:::-;97505:7:::1;:14:::0;;;::::1;::::0;::::1;::::0;;97535:20:::1;97542:12;95036:10:::0;;94956:98;83523:274;83617:13;81468:66;83647:47;;83643:147;;83718:15;83727:5;83718:8;:15::i;:::-;83711:22;;;;83643:147;83773:5;83766:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;14767:190;14823:6;14859:16;14850:25;;;14842:76;;;;;;;18018:2:1;14842:76:0;;;18000:21:1;18057:2;18037:18;;;18030:30;18096:34;18076:18;;;18069:62;18167:8;18147:18;;;18140:36;18193:19;;14842:76:0;17816:402:1;145425:223:0;145472:7;145492:30;:18;50031:19;;50049:1;50031:19;;;49942:127;145492:30;145535:17;145555:23;:21;:23::i;:::-;145535:43;;145594:19;145603:9;145594:19;;;;1795:25:1;;1783:2;1768:18;;1649:177;145594:19:0;;;;;;;;145631:9;145425:223;-1:-1:-1;145425:223:0:o;89291:167::-;89368:7;89395:55;89417:20;:18;:20::i;:::-;89439:10;75157:4;75151:11;75188:10;75176:23;;75229:4;75220:14;;75213:39;;;;75282:4;75273:14;;75266:34;75337:4;75322:20;;;74954:406;73170:236;73255:7;73276:17;73295:18;73317:25;73328:4;73334:1;73337;73340;73317:10;:25::i;:::-;73275:67;;;;73353:18;73365:5;73353:11;:18::i;:::-;-1:-1:-1;73389:9:0;73170:236;-1:-1:-1;;;;;73170:236:0:o;128714:207::-;128835:14;;;128774:15;128835:14;;;:7;:14;;;;;49912;;50049:1;50031:19;;;;49912:14;128896:17;128791:130;128714:207;;;:::o;152080:221::-;96454:19;:17;:19::i;:::-;152249:44:::1;152276:4;152282:2;152286:6;152249:26;:44::i;152379:193::-:0;152521:43;152547:4;152553:2;152557:6;152521:25;:43::i;104382:492::-;103622:4;103646:12;;;:6;:12;;;;;;;;:29;;;;;;;;;;;;;104466:401;;104659:28;104679:7;104659:19;:28::i;:::-;104760:38;104788:4;104795:2;104760:19;:38::i;:::-;104564:257;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;104510:345;;;;;;;;:::i;57125:1673::-;57173:7;57197:1;57202;57197:6;57193:47;;-1:-1:-1;57227:1:0;;57125:1673;-1:-1:-1;57125:1673:0:o;57193:47::-;57931:14;57965:1;57954:7;57959:1;57954:4;:7::i;:::-;:12;;57948:1;:19;;57931:36;;58433:1;58422:6;58418:1;:10;;;;;:::i;:::-;;58409:6;:19;58408:26;;58399:35;;58483:1;58472:6;58468:1;:10;;;;;:::i;:::-;;58459:6;:19;58458:26;;58449:35;;58533:1;58522:6;58518:1;:10;;;;;:::i;:::-;;58509:6;:19;58508:26;;58499:35;;58583:1;58572:6;58568:1;:10;;;;;:::i;:::-;;58559:6;:19;58558:26;;58549:35;;58633:1;58622:6;58618:1;:10;;;;;:::i;:::-;;58609:6;:19;58608:26;;58599:35;;58683:1;58672:6;58668:1;:10;;;;;:::i;:::-;;58659:6;:19;58658:26;;58649:35;;58733:1;58722:6;58718:1;:10;;;;;:::i;:::-;;58709:6;:19;58708:26;;58699:35;;58756:23;58760:6;58772;58768:1;:10;;;;;:::i;:::-;;58756:3;:23::i;51282:156::-;51344:7;51419:11;51429:1;51420:5;;;51419:11;:::i;:::-;51409:21;;51410:5;;;51409:21;:::i;97193:108::-;96920:7;;;;;;;97252:41;;;;;;;20227:2:1;97252:41:0;;;20209:21:1;20266:2;20246:18;;;20239:30;20305:22;20285:18;;;20278:50;20345:18;;97252:41:0;20025:344:1;136306:290:0;136391:28;136403:7;136412:6;136391:11;:28::i;:::-;115872:12;;136187:17;-1:-1:-1;136438:29:0;136430:90;;;;;;;20576:2:1;136430:90:0;;;20558:21:1;20615:2;20595:18;;;20588:30;20654:34;20634:18;;;20627:62;20725:18;20705;;;20698:46;20761:19;;136430:90:0;20374:412:1;136430:90:0;136533:55;136550:23;136575:4;136581:6;136533:16;:55::i;136690:194::-;136775:28;136787:7;136796:6;136775:11;:28::i;:::-;136816:60;136833:23;136858:9;136869:6;136816:16;:60::i;145714:127::-;145778:7;145805:28;:18;49912:14;;49820:114;90927:958;91040:12;;91016:7;;91040:17;;91036:58;;-1:-1:-1;91081:1:0;91074:8;;91036:58;91147:12;;91106:11;;91172:444;91185:4;91179:3;:10;91172:444;;;91206:11;91220:23;91233:3;91238:4;91220:12;:23::i;:::-;93761:31;94138:19;;;94196:4;94183:18;;91206:37;;-1:-1:-1;91497:7:0;;94179:28;;91464:30;:40;91460:145;;;91532:3;91525:10;;91460:145;;;91582:7;:3;91588:1;91582:7;:::i;:::-;91576:13;;91460:145;91191:425;91172:444;;;91742:1;91736:3;:7;:56;;;;-1:-1:-1;91785:7:0;91747:28;91760:5;91767:7;91773:1;91767:3;:7;:::i;:::-;93761:31;94138:19;;;94196:4;94183:18;;;94179:28;;93680:584;91747:28;:34;:45;91736:56;91732:146;;;91816:7;91822:1;91816:3;:7;:::i;:::-;91809:14;;;;;;91732:146;-1:-1:-1;91863:3:0;-1:-1:-1;91856:10:0;;137833:609;137931:3;137924:10;;:3;:10;;;;:24;;;;;137947:1;137938:6;:10;137924:24;137920:515;;;137969:17;;;;137965:224;;138065:17;;;138008;138065;;;:12;:17;;;;;138008;;138048:54;;138084:9;138095:6;138048:16;:54::i;:::-;138007:95;;;;138147:3;138126:47;;;138152:9;138163;138126:47;;;;;;20965:25:1;;;21021:2;21006:18;;20999:34;20953:2;20938:18;;20791:248;138126:47:0;;;;;;;;137988:201;;137965:224;138209:17;;;;138205:219;;138305:17;;;138248;138305;;;:12;:17;;;;;138248;;138288:49;;138324:4;138330:6;138288:16;:49::i;:::-;138247:90;;;;138382:3;138361:47;;;138387:9;138398;138361:47;;;;;;20965:25:1;;;21021:2;21006:18;;20999:34;20953:2;20938:18;;20791:248;138361:47:0;;;;;;;;138228:196;;137833:609;;;:::o;97008:108::-;96920:7;;;;;;;97078:9;97070:38;;;;;;;21246:2:1;97070:38:0;;;21228:21:1;21285:2;21265:18;;;21258:30;21324:18;21304;;;21297:46;21360:18;;97070:38:0;21044:340:1;82177:415:0;82236:13;82262:11;82276:16;82287:4;82276:10;:16::i;:::-;82402:14;;;82413:2;82402:14;;;;;;;;;82262:30;;-1:-1:-1;82382:17:0;;82402:14;;;;;;;;;-1:-1:-1;;;82495:16:0;;;-1:-1:-1;82541:4:0;82532:14;;82525:28;;;;-1:-1:-1;82495:16:0;82177:415::o;71554:1477::-;71642:7;;72576:66;72563:79;;72559:163;;;-1:-1:-1;72675:1:0;;-1:-1:-1;72679:30:0;72659:51;;72559:163;72836:24;;;72819:14;72836:24;;;;;;;;;21616:25:1;;;21689:4;21677:17;;21657:18;;;21650:45;;;;21711:18;;;21704:34;;;21754:18;;;21747:34;;;72836:24:0;;21588:19:1;;72836:24:0;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;72836:24:0;;;;;;-1:-1:-1;;72875:20:0;;;72871:103;;72928:1;72932:29;72912:50;;;;;;;72871:103;72994:6;-1:-1:-1;73002:20:0;;-1:-1:-1;71554:1477:0;;;;;;;;:::o;67014:521::-;67092:20;67083:5;:29;;;;;;;;:::i;:::-;;67079:449;;67014:521;:::o;67079:449::-;67190:29;67181:5;:38;;;;;;;;:::i;:::-;;67177:351;;67236:34;;;;;22183:2:1;67236:34:0;;;22165:21:1;22222:2;22202:18;;;22195:30;22261:26;22241:18;;;22234:54;22305:18;;67236:34:0;21981:348:1;67177:351:0;67301:35;67292:5;:44;;;;;;;;:::i;:::-;;67288:240;;67353:41;;;;;22536:2:1;67353:41:0;;;22518:21:1;22575:2;22555:18;;;22548:30;22614:33;22594:18;;;22587:61;22665:18;;67353:41:0;22334:355:1;67288:240:0;67425:30;67416:5;:39;;;;;;;;:::i;:::-;;67412:116;;67472:44;;;;;22896:2:1;67472:44:0;;;22878:21:1;22935:2;22915:18;;;22908:30;22974:34;22954:18;;;22947:62;23045:4;23025:18;;;23018:32;23067:19;;67472:44:0;22694:398:1;146774:588:0;146944:18;;;146940:415;;147000:26;147023:2;147000:22;:26::i;:::-;147041:28;:26;:28::i;146940:415::-;147091:16;;;147087:268;;147145:28;147168:4;147145:22;:28::i;147087:268::-;147274:28;147297:4;147274:22;:28::i;:::-;147317:26;147340:2;147317:22;:26::i;137031:228::-;131791:19;;;;131764:7;131791:19;;;:10;:19;;;;;;;;;;;;;;;137195:56;;131791:19;;;;;137244:6;137195:16;:56::i;66022:151::-;66080:13;66113:52;66125:22;;;63897:2;65418:447;65493:13;65519:19;65551:10;65555:6;65551:1;:10;:::i;:::-;:14;;65564:1;65551:14;:::i;:::-;65541:25;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;65541:25:0;;65519:47;;65577:15;:6;65584:1;65577:9;;;;;;;;:::i;:::-;;;;:15;;;;;;;;;;;65603;:6;65610:1;65603:9;;;;;;;;:::i;:::-;;;;:15;;;;;;;;;;-1:-1:-1;65634:9:0;65646:10;65650:6;65646:1;:10;:::i;:::-;:14;;65659:1;65646:14;:::i;:::-;65634:26;;65629:131;65666:1;65662;:5;65629:131;;;65701:8;65710:5;65718:3;65710:11;65701:21;;;;;;;:::i;:::-;;;;65689:6;65696:1;65689:9;;;;;;;;:::i;:::-;;;;:33;;;;;;;;;;-1:-1:-1;65747:1:0;65737:11;;;;;65669:3;;;:::i;:::-;;;65629:131;;;-1:-1:-1;65778:10:0;;65770:55;;;;;;;23673:2:1;65770:55:0;;;23655:21:1;;;23692:18;;;23685:30;23751:34;23731:18;;;23724:62;23803:18;;65770:55:0;23471:356:1;59275:1019:0;59327:7;;59414:3;59405:12;;;:16;59401:102;;59452:3;59442:13;;;;59474;59401:102;59530:2;59521:11;;;:15;59517:99;;59567:2;59557:12;;;;59588;59517:99;59643:2;59634:11;;;:15;59630:99;;59680:2;59670:12;;;;59701;59630:99;59756:2;59747:11;;;:15;59743:99;;59793:2;59783:12;;;;59814;59743:99;59869:1;59860:10;;;:14;59856:96;;59905:1;59895:11;;;;59925;59856:96;59979:1;59970:10;;;:14;59966:96;;60015:1;60005:11;;;;60035;59966:96;60089:1;60080:10;;;:14;60076:96;;60125:1;60115:11;;;;60145;60076:96;60199:1;60190:10;;;:14;60186:66;;60235:1;60225:11;60280:6;59275:1019;-1:-1:-1;;59275:1019:0:o;51057:106::-;51115:7;51146:1;51142;:5;:13;;51154:1;51142:13;;;-1:-1:-1;51150:1:0;;51057:106;-1:-1:-1;51057:106:0:o;140680:207::-;140610:4;140795:6;140773:19;115872:12;;;115784:108;140773:19;:28;;;;:::i;:::-;:37;;140765:75;;;;;;;24034:2:1;140765:75:0;;;24016:21:1;24073:2;24053:18;;;24046:30;24112:27;24092:18;;;24085:55;24157:18;;140765:75:0;23832:349:1;140765:75:0;140851:28;140863:7;140872:6;140851:11;:28::i;139245:98::-;139303:7;139330:5;139334:1;139330;:5;:::i;138450:787::-;138687:12;;138624:17;;;;;138765:8;;:59;;139688:25;139750:21;;;139817:4;139804:18;;139800:28;;138816:7;139800:28;138765:59;;;;;;;;;;;;;;;;;;;;;;;;;;;;138776:16;;;;;;;;;-1:-1:-1;138776:16:0;;;;;;;138765:59;138737:87;;138853:7;:13;;;138841:25;;;;138893:20;138896:9;138907:5;138893:2;:20;;:::i;:::-;138881:32;;138940:1;138934:3;:7;:39;;;;;138966:7;:5;:7::i;:::-;138945:28;;:7;:17;;;:28;;;138934:39;138930:289;;;139032:29;139051:9;139032:18;:29::i;:::-;139688:25;139750:21;;;139817:4;139804:18;;139800:28;;139015:7;139800:28;138994:67;;;;;;;;;;;;;;;;;;;138930:289;;;139102:5;139113:89;;;;;;;;139136:26;139154:7;:5;:7::i;:::-;139136:26;;:17;:26::i;:::-;139113:89;;;;;;139171:29;139190:9;139171:18;:29::i;:::-;139113:89;;;;;;;139102:101;;;;;;;-1:-1:-1;139102:101:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;138930:289;138712:518;138662:575;138450:787;;;;;;:::o;122087:675::-;122171:21;;;122163:67;;;;;;;24388:2:1;122163:67:0;;;24370:21:1;24427:2;24407:18;;;24400:30;24466:34;24446:18;;;24439:62;24537:3;24517:18;;;24510:31;24558:19;;122163:67:0;24186:397:1;122163:67:0;122243:49;122264:7;122281:1;122285:6;122243:20;:49::i;:::-;122330:18;;;122305:22;122330:18;;;;;;;;;;;122367:24;;;;122359:71;;;;;;;24790:2:1;122359:71:0;;;24772:21:1;24829:2;24809:18;;;24802:30;24868:34;24848:18;;;24841:62;24939:4;24919:18;;;24912:32;24961:19;;122359:71:0;24588:398:1;122359:71:0;122466:18;;;:9;:18;;;;;;;;;;;122487:23;;;122466:44;;122605:12;:22;;;;;;;122656:37;1795:25:1;;;122466:9:0;;:18;122656:37;;1768:18:1;122656:37:0;;;;;;;122706:48;122726:7;122743:1;122747:6;122706:19;:48::i;139351:103::-;139414:7;139441:5;139445:1;139441;:5;:::i;82669:251::-;82730:7;82803:4;82767:40;;82831:2;82822:11;;82818:71;;;82857:20;;;;;;;;;;;;;;148997:146;149081:33;;;;;;;:24;:33;;;;;;;;116056:18;;;;;;;;149065:70;;149081:33;149065:15;:70::i;149116:18::-;149065:15;:70::i;149151:118::-;149208:53;149224:21;149247:13;115872:12;;;115784:108;121206:548;121290:21;;;121282:65;;;;;;;25193:2:1;121282:65:0;;;25175:21:1;25232:2;25212:18;;;25205:30;25271:33;25251:18;;;25244:61;25322:18;;121282:65:0;24991:355:1;121282:65:0;121360:49;121389:1;121393:7;121402:6;121360:20;:49::i;:::-;121438:6;121422:12;;:22;;;;;;;:::i;:::-;;;;-1:-1:-1;;121593:18:0;;;:9;:18;;;;;;;;;;;:28;;;;;;121648:37;1795:25:1;;;121648:37:0;;1768:18:1;121648:37:0;;;;;;;121698:48;121726:1;121730:7;121739:6;121698:19;:48::i;2989:195::-;3046:7;3083:17;3074:26;;;3066:78;;;;;;;25553:2:1;3066:78:0;;;25535:21:1;25592:2;25572:18;;;25565:30;25631:34;25611:18;;;25604:62;25702:9;25682:18;;;25675:37;25729:19;;3066:78:0;25351:403:1;149277:310:0;149372:17;149392:23;:21;:23::i;:::-;149372:43;-1:-1:-1;149372:43:0;149430:30;149446:9;149430:15;:30::i;:::-;:42;149426:154;;;149489:29;;;;;;;;-1:-1:-1;149489:29:0;;;;;;;;;;;;;;149533:16;;;:35;;;;;;;;;;;;;;;149277:310::o;149595:212::-;149689:10;;149665:7;;149689:15;;149685:115;;-1:-1:-1;149728:1:0;;149595:212;-1:-1:-1;149595:212:0:o;149685:115::-;149773:10;;149769:3;;149773:14;;149786:1;;149773:14;:::i;:::-;149769:19;;;;;;;;:::i;:::-;;;;;;;;;149762:26;;149595:212;;;:::o;149685:115::-;149595:212;;;:::o;14:332:1:-;72:6;125:2;113:9;104:7;100:23;96:32;93:52;;;141:1;138;131:12;93:52;180:9;167:23;230:66;223:5;219:78;212:5;209:89;199:117;;312:1;309;302:12;543:359;596:3;634:5;628:12;661:6;656:3;649:19;717:6;710:4;703:5;699:16;692:4;687:3;683:14;677:47;769:1;762:4;753:6;748:3;744:16;740:27;733:38;891:4;821:66;816:2;808:6;804:15;800:88;795:3;791:98;787:109;780:116;;;543:359;;;;:::o;907:231::-;1056:2;1045:9;1038:21;1019:4;1076:56;1128:2;1117:9;1113:18;1105:6;1076:56;:::i;1143:196::-;1211:20;;1271:42;1260:54;;1250:65;;1240:93;;1329:1;1326;1319:12;1344:300;1412:6;1420;1473:2;1461:9;1452:7;1448:23;1444:32;1441:52;;;1489:1;1486;1479:12;1441:52;1512:29;1531:9;1512:29;:::i;:::-;1502:39;1610:2;1595:18;;;;1582:32;;-1:-1:-1;;;1344:300:1:o;1831:374::-;1908:6;1916;1924;1977:2;1965:9;1956:7;1952:23;1948:32;1945:52;;;1993:1;1990;1983:12;1945:52;2016:29;2035:9;2016:29;:::i;:::-;2006:39;;2064:38;2098:2;2087:9;2083:18;2064:38;:::i;:::-;1831:374;;2054:48;;-1:-1:-1;;;2171:2:1;2156:18;;;;2143:32;;1831:374::o;2210:226::-;2269:6;2322:2;2310:9;2301:7;2297:23;2293:32;2290:52;;;2338:1;2335;2328:12;2290:52;-1:-1:-1;2383:23:1;;2210:226;-1:-1:-1;2210:226:1:o;2623:300::-;2691:6;2699;2752:2;2740:9;2731:7;2727:23;2723:32;2720:52;;;2768:1;2765;2758:12;2720:52;2813:23;;;-1:-1:-1;2879:38:1;2913:2;2898:18;;2879:38;:::i;:::-;2869:48;;2623:300;;;;;:::o;3348:186::-;3407:6;3460:2;3448:9;3439:7;3435:23;3431:32;3428:52;;;3476:1;3473;3466:12;3428:52;3499:29;3518:9;3499:29;:::i;3967:1336::-;4364:66;4356:6;4352:79;4341:9;4334:98;4468:3;4463:2;4452:9;4448:18;4441:31;4315:4;4495:57;4547:3;4536:9;4532:19;4524:6;4495:57;:::i;:::-;4600:9;4592:6;4588:22;4583:2;4572:9;4568:18;4561:50;4634:44;4671:6;4663;4634:44;:::i;:::-;4709:2;4694:18;;4687:34;;;4770:42;4758:55;;4752:3;4737:19;;4730:84;4845:3;4830:19;;4823:35;;;4895:22;;;4889:3;4874:19;;4867:51;4967:13;;4989:22;;;5039:2;5065:15;;;;-1:-1:-1;5027:15:1;;;;-1:-1:-1;5108:169:1;5122:6;5119:1;5116:13;5108:169;;;5183:13;;5171:26;;5226:2;5252:15;;;;5217:12;;;;5144:1;5137:9;5108:169;;;-1:-1:-1;5294:3:1;;3967:1336;-1:-1:-1;;;;;;;;;;;3967:1336:1:o;5509:156::-;5575:20;;5635:4;5624:16;;5614:27;;5604:55;;5655:1;5652;5645:12;5670:733;5772:6;5780;5788;5796;5804;5812;5865:3;5853:9;5844:7;5840:23;5836:33;5833:53;;;5882:1;5879;5872:12;5833:53;5905:29;5924:9;5905:29;:::i;:::-;5895:39;-1:-1:-1;6003:2:1;5988:18;;5975:32;;-1:-1:-1;6104:2:1;6089:18;;6076:32;;-1:-1:-1;6153:36:1;6185:2;6170:18;;6153:36;:::i;:::-;5670:733;;;;-1:-1:-1;5670:733:1;;6262:3;6247:19;;6234:33;;6366:3;6351:19;;;6338:33;;-1:-1:-1;5670:733:1;-1:-1:-1;;5670:733:1:o;6408:808::-;6519:6;6527;6535;6543;6551;6559;6567;6620:3;6608:9;6599:7;6595:23;6591:33;6588:53;;;6637:1;6634;6627:12;6588:53;6660:29;6679:9;6660:29;:::i;:::-;6650:39;;6708:38;6742:2;6731:9;6727:18;6708:38;:::i;:::-;6698:48;-1:-1:-1;6815:2:1;6800:18;;6787:32;;-1:-1:-1;6916:2:1;6901:18;;6888:32;;-1:-1:-1;6965:37:1;6997:3;6982:19;;6965:37;:::i;:::-;6408:808;;;;-1:-1:-1;6408:808:1;;;;6955:47;7075:3;7060:19;;7047:33;;-1:-1:-1;7179:3:1;7164:19;;;7151:33;;6408:808;-1:-1:-1;;6408:808:1:o;7221:260::-;7289:6;7297;7350:2;7338:9;7329:7;7325:23;7321:32;7318:52;;;7366:1;7363;7356:12;7318:52;7389:29;7408:9;7389:29;:::i;:::-;7379:39;;7437:38;7471:2;7460:9;7456:18;7437:38;:::i;7486:350::-;7553:6;7561;7614:2;7602:9;7593:7;7589:23;7585:32;7582:52;;;7630:1;7627;7620:12;7582:52;7653:29;7672:9;7653:29;:::i;:::-;7643:39;;7732:2;7721:9;7717:18;7704:32;7776:10;7769:5;7765:22;7758:5;7755:33;7745:61;;7802:1;7799;7792:12;7745:61;7825:5;7815:15;;;7486:350;;;;;:::o;8231:437::-;8310:1;8306:12;;;;8353;;;8374:61;;8428:4;8420:6;8416:17;8406:27;;8374:61;8481:2;8473:6;8470:14;8450:18;8447:38;8444:218;;8518:77;8515:1;8508:88;8619:4;8616:1;8609:15;8647:4;8644:1;8637:15;9089:184;9141:77;9138:1;9131:88;9238:4;9235:1;9228:15;9262:4;9259:1;9252:15;9278:125;9343:9;;;9364:10;;;9361:36;;;9377:18;;:::i;10120:184::-;10172:77;10169:1;10162:88;10269:4;10266:1;10259:15;10293:4;10290:1;10283:15;10309:184;10361:77;10358:1;10351:88;10458:4;10455:1;10448:15;10482:4;10479:1;10472:15;16206:128;16273:9;;;16294:11;;;16291:37;;;16308:18;;:::i;18223:212::-;18265:3;18303:5;18297:12;18347:6;18340:4;18333:5;18329:16;18324:3;18318:36;18409:1;18373:16;;18398:13;;;-1:-1:-1;18373:16:1;;18223:212;-1:-1:-1;18223:212:1:o;18440:595::-;18851:25;18846:3;18839:38;18821:3;18896:39;18931:2;18926:3;18922:12;18914:6;18896:39;:::i;:::-;18955:19;18951:2;18944:31;18991:38;19025:2;19021;19017:11;19009:6;18991:38;:::i;19557:184::-;19609:77;19606:1;19599:88;19706:4;19703:1;19696:15;19730:4;19727:1;19720:15;19746:274;19786:1;19812;19802:189;;19847:77;19844:1;19837:88;19948:4;19945:1;19938:15;19976:4;19973:1;19966:15;19802:189;-1:-1:-1;20005:9:1;;19746:274::o;21792:184::-;21844:77;21841:1;21834:88;21941:4;21938:1;21931:15;21965:4;21962:1;21955:15;23097:168;23170:9;;;23201;;23218:15;;;23212:22;;23198:37;23188:71;;23239:18;;:::i;23270:196::-;23309:3;23337:5;23327:39;;23346:18;;:::i;:::-;-1:-1:-1;23393:66:1;23382:78;;23270:196::o

Swarm Source

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