ETH Price: $3,403.62 (-2.00%)
Gas: 6 Gwei

Token

Monarchs (MONARCH)
 

Overview

Max Total Supply

888 MONARCH

Holders

585

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A
Filtered by Token Holder
Villains by Felt Zine: Deployer
Balance
1 MONARCH
0x5e080d8b14c1da5936509c2c9ef0168a19304202
Loading...
Loading
Loading...
Loading
Loading...
Loading

OVERVIEW

Monarchs is a limited edition series of generative butterfly NFTs by Eric Hu and Roy Tatum.

# Exchange Pair Price  24H Volume % Volume

Contract Source Code Verified (Exact Match)

Contract Name:
Monarchs

Compiler Version
v0.7.0+commit.9e61f92b

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2021-10-06
*/

/*

                                                                                                                                                      
                                                                                                                                                      
 -dddddddy`        sdddddh               -ddddh:     .dddddddd`              .ddddddy .ohddddy+`                hddddddddd+dddddddddd-`+yddddho``dddh 
 /MMMMMMMMh       yMMMMMMM               /MMMMMM/    -MMMMMMMM.              :MMMMMMN/MMMMMMMMMm.               NMMMMMMMMMhMMMMMMMMMM+mMMMMMMMMN/MMMM`
 /MMMMMMMMMy     sMMMMMMMM               /MMMMMMMo   -MMMMMMMM.              :MMMMMMNhMMMMMMMMMM+               NMMMMMMMMMhMMMMMMMMMMhMMMMMMMMMMhMMMM`
  :/hMMMMMMMo   oMMMMMMo/-  -+oooooooo/. `:/hMMMMMs  -MMMMMs/++oooo/` -oooooo.:/sMMMNdMMMMMMMMMM+ `/oooooooo+-  -/oMMMMMMMhMMMMMMMh/:/MMMMMMMMMMhMMMM`
    /MMMMMMMM+ +MMMMMMM   .dMMMMMMMMMMMMs   /MMMMMMy -MMMMM-hMMMMMMMN+sMMMMMM+  :MMMNdMMMMMMMMMM/sMMMMMMMMMMMMm.   NMMMMMMhMMMMMMM/  :MMMMMMMMMMhMMMM`
    /MMMMMMMMMsMMMMMMMM   yMMMMMMMMMMMMMM:  /MMMMMMMh:MMMMMyMMMMMMMMMMyMMMMdd:  :MMMNmMMMMMMMMNo-MMMMMMMMMMMMMMy   NMMMMMMhMMMMMMM/  :MMMMMMMMMMdMMMM`
    /MMmMMMMMMMMMMmMMMM   hMMMMMMMMMMMMMM/  /MMdMMMMMm+/yMMhMMMMMMMMMMhMMMo     :MMMMy/////oM/  :MMMMMMMMMMMMMMh   NMMMm+/.//yMMMM/  :MMMMy////+dMMMM`
  ..sMM-NMMMMMMMMsoMMMM/.`hMMMMMMMMMMMMMM/..yMM`yMMMMMm.-MMhMMMMMMMMMMhMMMy.. `.+MMMM:     .MN/.:MMMMMMMMMMMMMMh`.:MMMMs     .MMMMy...NMMMNho/-`/NNNm 
 :MMMMM`:MMMMMMMh oMMMMMMNhMMMMNmmmmNMMMMyMMMMM  oMMMMMN+MMhMMMMNmmmmNdMMMMMMyMMMMMMMNmmmmmNMMMMyMMMMNmmmmmMMMMhNMMMMMMNmmmmmNMMMMMMM/.odNMMMMMMmh+.  
 /MMMMM` +MMMMMm` oMMMMMMMhMMMh     .MMMMhMMMMM   /NMMMMMMMhMMMm     `NMMMMMMhMMMMMMM/--yMMMMMMMhMMMM.     sMMMyNMMMMMMy-----:MMMMMMMossss-:+sdNMMMMo 
 /MMMMM:``yMMMN-`.hMMMMMMMhMMMd.````:MMMMhMMMMM-`` -mMMMMMMhMMMm.````-NMMMMMMhMMMMMMM+`  oMMMMMMhMMMM/``````... NMMMMMMh.` ``/MMMMMMMhMMMM+````-MMMMN 
 /MMMMMMMMyhMMoMMMMMMMMMMMsMMMMMMMMMMMMMMsMMMMMMMN  .dMMMMMsMMMMMMMMMNoMMMMMMhMMMMMMMMMhmMMMMMMMsMMMMMMMMMMMMMMyNMMMMMMMMMyMMMMMMMMMMsMMMMMMMMMMMMMMm 
 :MMMMMMMMy`mo.MMMMMMMMMMN`oNMMMMMMMMMMd:/MMMMMMMN   `yMMMM.+mMMMMMMh- +mMMMMhMMMMMMMMMdmMMMMMMM+:dMMMMMMMMMMNy`NMMMMMMMMMhMMMMMMMMMM//dMMMMMMMMMMNh. 
  --------` .  ----------.   .--------`   -------.     ----   .----`     .--- ---------`.-------   `--------.   .---------`.---------   `---------`   

Monarchs (2021)
Eric Hu
in collaboration with Roy Tatum.

Roll Call:
RT NS SL JF NS SL HR DMR EM MJ
May the homies prosper

Once upon a time, I dreamt I was a butterfly, fluttering hither and thither, to all intents and purposes a butterfly. 
I was conscious only of my happiness as a butterfly, unaware that I was myself. 
Soon I awaked, and there I was, a man once again. 

But now, I do not know whether I was then a man dreaming I was a butterfly, 
or whether I am now a butterfly, dreaming I am a man.

—Zhuangzi (莊子), 3rd century BC



*/

// SPDX-License-Identifier: MIT
 
// File: @openzeppelin/contracts/utils/Context.sol

pragma solidity >=0.6.0 <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 GSN 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 payable) {
        return msg.sender;
    }

    function _msgData() internal view virtual returns (bytes memory) {
        this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
        return msg.data;
    }
}

// File: @openzeppelin/contracts/introspection/IERC165.sol



pragma solidity >=0.6.0 <0.8.0;

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

// File: @openzeppelin/contracts/token/ERC721/IERC721.sol



pragma solidity >=0.6.2 <0.8.0;


/**
 * @dev Required interface of an ERC721 compliant contract.
 */
interface IERC721 is IERC165 {
    /**
     * @dev Emitted when `tokenId` token is transferred from `from` to `to`.
     */
    event Transfer(address indexed from, address indexed to, uint256 indexed tokenId);

    /**
     * @dev Emitted when `owner` enables `approved` to manage the `tokenId` token.
     */
    event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId);

    /**
     * @dev Emitted when `owner` enables or disables (`approved`) `operator` to manage all of its assets.
     */
    event ApprovalForAll(address indexed owner, address indexed operator, bool approved);

    /**
     * @dev Returns the number of tokens in ``owner``'s account.
     */
    function balanceOf(address owner) external view returns (uint256 balance);

    /**
     * @dev Returns the owner of the `tokenId` token.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function ownerOf(uint256 tokenId) external view returns (address owner);

    /**
     * @dev Safely transfers `tokenId` token from `from` to `to`, checking first that contract recipients
     * are aware of the ERC721 protocol to prevent tokens from being forever locked.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must exist and be owned by `from`.
     * - If the caller is not `from`, it must be have been allowed to move this token by either {approve} or {setApprovalForAll}.
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function safeTransferFrom(address from, address to, uint256 tokenId) external;

    /**
     * @dev Transfers `tokenId` token from `from` to `to`.
     *
     * WARNING: Usage of this method is discouraged, use {safeTransferFrom} whenever possible.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must be owned by `from`.
     * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}.
     *
     * Emits a {Transfer} event.
     */
    function transferFrom(address from, address to, uint256 tokenId) external;

    /**
     * @dev Gives permission to `to` to transfer `tokenId` token to another account.
     * The approval is cleared when the token is transferred.
     *
     * Only a single account can be approved at a time, so approving the zero address clears previous approvals.
     *
     * Requirements:
     *
     * - The caller must own the token or be an approved operator.
     * - `tokenId` must exist.
     *
     * Emits an {Approval} event.
     */
    function approve(address to, uint256 tokenId) external;

    /**
     * @dev Returns the account approved for `tokenId` token.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function getApproved(uint256 tokenId) external view returns (address operator);

    /**
     * @dev Approve or remove `operator` as an operator for the caller.
     * Operators can call {transferFrom} or {safeTransferFrom} for any token owned by the caller.
     *
     * Requirements:
     *
     * - The `operator` cannot be the caller.
     *
     * Emits an {ApprovalForAll} event.
     */
    function setApprovalForAll(address operator, bool _approved) external;

    /**
     * @dev Returns if the `operator` is allowed to manage all of the assets of `owner`.
     *
     * See {setApprovalForAll}
     */
    function isApprovedForAll(address owner, address operator) external view returns (bool);

    /**
      * @dev Safely transfers `tokenId` token from `from` to `to`.
      *
      * Requirements:
      *
      * - `from` cannot be the zero address.
      * - `to` cannot be the zero address.
      * - `tokenId` token must exist and be owned by `from`.
      * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}.
      * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
      *
      * Emits a {Transfer} event.
      */
    function safeTransferFrom(address from, address to, uint256 tokenId, bytes calldata data) external;
}

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



pragma solidity >=0.6.2 <0.8.0;


/**
 * @title ERC-721 Non-Fungible Token Standard, optional metadata extension
 * @dev See https://eips.ethereum.org/EIPS/eip-721
 */
interface IERC721Metadata is IERC721 {

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

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

    /**
     * @dev Returns the Uniform Resource Identifier (URI) for `tokenId` token.
     */
    function tokenURI(uint256 tokenId) external view returns (string memory);
}

// File: @openzeppelin/contracts/token/ERC721/IERC721Enumerable.sol



pragma solidity >=0.6.2 <0.8.0;


/**
 * @title ERC-721 Non-Fungible Token Standard, optional enumeration extension
 * @dev See https://eips.ethereum.org/EIPS/eip-721
 */
interface IERC721Enumerable is IERC721 {

    /**
     * @dev Returns the total amount of tokens stored by the contract.
     */
    function totalSupply() external view returns (uint256);

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

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

// File: @openzeppelin/contracts/token/ERC721/IERC721Receiver.sol



pragma solidity >=0.6.0 <0.8.0;

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

// File: @openzeppelin/contracts/introspection/ERC165.sol



pragma solidity >=0.6.0 <0.8.0;


/**
 * @dev Implementation of the {IERC165} interface.
 *
 * Contracts may inherit from this and call {_registerInterface} to declare
 * their support of an interface.
 */
abstract contract ERC165 is IERC165 {
    /*
     * bytes4(keccak256('supportsInterface(bytes4)')) == 0x01ffc9a7
     */
    bytes4 private constant _INTERFACE_ID_ERC165 = 0x01ffc9a7;

    /**
     * @dev Mapping of interface ids to whether or not it's supported.
     */
    mapping(bytes4 => bool) private _supportedInterfaces;

    constructor () internal {
        // Derived contracts need only register support for their own interfaces,
        // we register support for ERC165 itself here
        _registerInterface(_INTERFACE_ID_ERC165);
    }

    /**
     * @dev See {IERC165-supportsInterface}.
     *
     * Time complexity O(1), guaranteed to always use less than 30 000 gas.
     */
    function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
        return _supportedInterfaces[interfaceId];
    }

    /**
     * @dev Registers the contract as an implementer of the interface defined by
     * `interfaceId`. Support of the actual ERC165 interface is automatic and
     * registering its interface id is not required.
     *
     * See {IERC165-supportsInterface}.
     *
     * Requirements:
     *
     * - `interfaceId` cannot be the ERC165 invalid interface (`0xffffffff`).
     */
    function _registerInterface(bytes4 interfaceId) internal virtual {
        require(interfaceId != 0xffffffff, "ERC165: invalid interface id");
        _supportedInterfaces[interfaceId] = true;
    }
}

// File: @openzeppelin/contracts/math/SafeMath.sol



pragma solidity >=0.6.0 <0.8.0;

/**
 * @dev Wrappers over Solidity's arithmetic operations with added overflow
 * checks.
 *
 * Arithmetic operations in Solidity wrap on overflow. This can easily result
 * in bugs, because programmers usually assume that an overflow raises an
 * error, which is the standard behavior in high level programming languages.
 * `SafeMath` restores this intuition by reverting the transaction when 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.
 */
library SafeMath {
    /**
     * @dev Returns the addition of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        uint256 c = a + b;
        if (c < a) return (false, 0);
        return (true, c);
    }

    /**
     * @dev Returns the substraction of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function trySub(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        if (b > a) return (false, 0);
        return (true, a - b);
    }

    /**
     * @dev Returns the multiplication of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function tryMul(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        // Gas optimization: this is cheaper than requiring 'a' not being zero, but the
        // benefit is lost if 'b' is also tested.
        // See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522
        if (a == 0) return (true, 0);
        uint256 c = a * b;
        if (c / a != b) return (false, 0);
        return (true, c);
    }

    /**
     * @dev Returns the division of two unsigned integers, with a division by zero flag.
     *
     * _Available since v3.4._
     */
    function tryDiv(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        if (b == 0) return (false, 0);
        return (true, a / b);
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers, with a division by zero flag.
     *
     * _Available since v3.4._
     */
    function tryMod(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        if (b == 0) return (false, 0);
        return (true, a % b);
    }

    /**
     * @dev Returns the addition of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `+` operator.
     *
     * Requirements:
     *
     * - Addition cannot overflow.
     */
    function add(uint256 a, uint256 b) internal pure returns (uint256) {
        uint256 c = a + b;
        require(c >= a, "SafeMath: addition overflow");
        return c;
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting on
     * overflow (when the result is negative).
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(uint256 a, uint256 b) internal pure returns (uint256) {
        require(b <= a, "SafeMath: subtraction overflow");
        return a - b;
    }

    /**
     * @dev Returns the multiplication of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `*` operator.
     *
     * Requirements:
     *
     * - Multiplication cannot overflow.
     */
    function mul(uint256 a, uint256 b) internal pure returns (uint256) {
        if (a == 0) return 0;
        uint256 c = a * b;
        require(c / a == b, "SafeMath: multiplication overflow");
        return c;
    }

    /**
     * @dev Returns the integer division of two unsigned integers, reverting on
     * division by zero. The result is rounded towards zero.
     *
     * Counterpart to Solidity's `/` operator. Note: this function uses a
     * `revert` opcode (which leaves remaining gas untouched) while Solidity
     * uses an invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(uint256 a, uint256 b) internal pure returns (uint256) {
        require(b > 0, "SafeMath: division by zero");
        return a / b;
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * reverting when dividing by zero.
     *
     * Counterpart to Solidity's `%` operator. This function uses a `revert`
     * opcode (which leaves remaining gas untouched) while Solidity uses an
     * invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function mod(uint256 a, uint256 b) internal pure returns (uint256) {
        require(b > 0, "SafeMath: modulo by zero");
        return a % b;
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting with custom message on
     * overflow (when the result is negative).
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {trySub}.
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
        require(b <= a, errorMessage);
        return a - b;
    }

    /**
     * @dev Returns the integer division of two unsigned integers, reverting with custom message on
     * division by zero. The result is rounded towards zero.
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {tryDiv}.
     *
     * Counterpart to Solidity's `/` operator. Note: this function uses a
     * `revert` opcode (which leaves remaining gas untouched) while Solidity
     * uses an invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
        require(b > 0, errorMessage);
        return a / b;
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * reverting with custom message when dividing by zero.
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {tryMod}.
     *
     * Counterpart to Solidity's `%` operator. This function uses a `revert`
     * opcode (which leaves remaining gas untouched) while Solidity uses an
     * invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function mod(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
        require(b > 0, errorMessage);
        return a % b;
    }
}

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



pragma solidity >=0.6.2 <0.8.0;

/**
 * @dev Collection of functions related to the address type
 */
library Address {
    /**
     * @dev Returns true if `account` is a contract.
     *
     * [IMPORTANT]
     * ====
     * It is unsafe to assume that an address for which this function returns
     * false is an externally-owned account (EOA) and not a contract.
     *
     * Among others, `isContract` will return false for the following
     * types of addresses:
     *
     *  - an externally-owned account
     *  - a contract in construction
     *  - an address where a contract will be created
     *  - an address where a contract lived, but was destroyed
     * ====
     */
    function isContract(address account) internal view returns (bool) {
        // This method relies on extcodesize, which returns 0 for contracts in
        // construction, since the code is only stored at the end of the
        // constructor execution.

        uint256 size;
        // solhint-disable-next-line no-inline-assembly
        assembly { size := extcodesize(account) }
        return size > 0;
    }

    /**
     * @dev Replacement for Solidity's `transfer`: sends `amount` wei to
     * `recipient`, forwarding all available gas and reverting on errors.
     *
     * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
     * of certain opcodes, possibly making contracts go over the 2300 gas limit
     * imposed by `transfer`, making them unable to receive funds via
     * `transfer`. {sendValue} removes this limitation.
     *
     * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more].
     *
     * IMPORTANT: because control is transferred to `recipient`, care must be
     * taken to not create reentrancy vulnerabilities. Consider using
     * {ReentrancyGuard} or the
     * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
     */
    function sendValue(address payable recipient, uint256 amount) internal {
        require(address(this).balance >= amount, "Address: insufficient balance");

        // solhint-disable-next-line avoid-low-level-calls, avoid-call-value
        (bool success, ) = recipient.call{ value: amount }("");
        require(success, "Address: unable to send value, recipient may have reverted");
    }

    /**
     * @dev Performs a Solidity function call using a low level `call`. A
     * plain`call` is an unsafe replacement for a function call: use this
     * function instead.
     *
     * If `target` reverts with a revert reason, it is bubbled up by this
     * function (like regular Solidity function calls).
     *
     * Returns the raw returned data. To convert to the expected return value,
     * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
     *
     * Requirements:
     *
     * - `target` must be a contract.
     * - calling `target` with `data` must not revert.
     *
     * _Available since v3.1._
     */
    function functionCall(address target, bytes memory data) internal returns (bytes memory) {
      return functionCall(target, data, "Address: low-level call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with
     * `errorMessage` as a fallback revert reason when `target` reverts.
     *
     * _Available since v3.1._
     */
    function functionCall(address target, bytes memory data, string memory errorMessage) internal returns (bytes memory) {
        return functionCallWithValue(target, data, 0, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but also transferring `value` wei to `target`.
     *
     * Requirements:
     *
     * - the calling contract must have an ETH balance of at least `value`.
     * - the called Solidity function must be `payable`.
     *
     * _Available since v3.1._
     */
    function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {
        return functionCallWithValue(target, data, value, "Address: low-level call with value failed");
    }

    /**
     * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but
     * with `errorMessage` as a fallback revert reason when `target` reverts.
     *
     * _Available since v3.1._
     */
    function functionCallWithValue(address target, bytes memory data, uint256 value, string memory errorMessage) internal returns (bytes memory) {
        require(address(this).balance >= value, "Address: insufficient balance for call");
        require(isContract(target), "Address: call to non-contract");

        // solhint-disable-next-line avoid-low-level-calls
        (bool success, bytes memory returndata) = target.call{ value: value }(data);
        return _verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but performing a static call.
     *
     * _Available since v3.3._
     */
    function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {
        return functionStaticCall(target, data, "Address: low-level static call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
     * but performing a static call.
     *
     * _Available since v3.3._
     */
    function functionStaticCall(address target, bytes memory data, string memory errorMessage) internal view returns (bytes memory) {
        require(isContract(target), "Address: static call to non-contract");

        // solhint-disable-next-line avoid-low-level-calls
        (bool success, bytes memory returndata) = target.staticcall(data);
        return _verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but performing a delegate call.
     *
     * _Available since v3.4._
     */
    function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {
        return functionDelegateCall(target, data, "Address: low-level delegate call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
     * but performing a delegate call.
     *
     * _Available since v3.4._
     */
    function functionDelegateCall(address target, bytes memory data, string memory errorMessage) internal returns (bytes memory) {
        require(isContract(target), "Address: delegate call to non-contract");

        // solhint-disable-next-line avoid-low-level-calls
        (bool success, bytes memory returndata) = target.delegatecall(data);
        return _verifyCallResult(success, returndata, errorMessage);
    }

    function _verifyCallResult(bool success, bytes memory returndata, string memory errorMessage) private pure returns(bytes memory) {
        if (success) {
            return returndata;
        } else {
            // Look for revert reason and bubble it up if present
            if (returndata.length > 0) {
                // The easiest way to bubble the revert reason is using memory via assembly

                // solhint-disable-next-line no-inline-assembly
                assembly {
                    let returndata_size := mload(returndata)
                    revert(add(32, returndata), returndata_size)
                }
            } else {
                revert(errorMessage);
            }
        }
    }
}

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



pragma solidity >=0.6.0 <0.8.0;

/**
 * @dev Library for managing
 * https://en.wikipedia.org/wiki/Set_(abstract_data_type)[sets] of primitive
 * types.
 *
 * Sets have the following properties:
 *
 * - Elements are added, removed, and checked for existence in constant time
 * (O(1)).
 * - Elements are enumerated in O(n). No guarantees are made on the ordering.
 *
 * ```
 * contract Example {
 *     // Add the library methods
 *     using EnumerableSet for EnumerableSet.AddressSet;
 *
 *     // Declare a set state variable
 *     EnumerableSet.AddressSet private mySet;
 * }
 * ```
 *
 * As of v3.3.0, sets of type `bytes32` (`Bytes32Set`), `address` (`AddressSet`)
 * and `uint256` (`UintSet`) are supported.
 */
library EnumerableSet {
    // To implement this library for multiple types with as little code
    // repetition as possible, we write it in terms of a generic Set type with
    // bytes32 values.
    // The Set implementation uses private functions, and user-facing
    // implementations (such as AddressSet) are just wrappers around the
    // underlying Set.
    // This means that we can only create new EnumerableSets for types that fit
    // in bytes32.

    struct Set {
        // Storage of set values
        bytes32[] _values;

        // Position of the value in the `values` array, plus 1 because index 0
        // means a value is not in the set.
        mapping (bytes32 => uint256) _indexes;
    }

    /**
     * @dev Add a value to a set. O(1).
     *
     * Returns true if the value was added to the set, that is if it was not
     * already present.
     */
    function _add(Set storage set, bytes32 value) private returns (bool) {
        if (!_contains(set, value)) {
            set._values.push(value);
            // The value is stored at length-1, but we add 1 to all indexes
            // and use 0 as a sentinel value
            set._indexes[value] = set._values.length;
            return true;
        } else {
            return false;
        }
    }

    /**
     * @dev Removes a value from a set. O(1).
     *
     * Returns true if the value was removed from the set, that is if it was
     * present.
     */
    function _remove(Set storage set, bytes32 value) private returns (bool) {
        // We read and store the value's index to prevent multiple reads from the same storage slot
        uint256 valueIndex = set._indexes[value];

        if (valueIndex != 0) { // Equivalent to contains(set, value)
            // To delete an element from the _values array in O(1), we swap the element to delete with the last one in
            // the array, and then remove the last element (sometimes called as 'swap and pop').
            // This modifies the order of the array, as noted in {at}.

            uint256 toDeleteIndex = valueIndex - 1;
            uint256 lastIndex = set._values.length - 1;

            // When the value to delete is the last one, the swap operation is unnecessary. However, since this occurs
            // so rarely, we still do the swap anyway to avoid the gas cost of adding an 'if' statement.

            bytes32 lastvalue = set._values[lastIndex];

            // Move the last value to the index where the value to delete is
            set._values[toDeleteIndex] = lastvalue;
            // Update the index for the moved value
            set._indexes[lastvalue] = toDeleteIndex + 1; // All indexes are 1-based

            // Delete the slot where the moved value was stored
            set._values.pop();

            // Delete the index for the deleted slot
            delete set._indexes[value];

            return true;
        } else {
            return false;
        }
    }

    /**
     * @dev Returns true if the value is in the set. O(1).
     */
    function _contains(Set storage set, bytes32 value) private view returns (bool) {
        return set._indexes[value] != 0;
    }

    /**
     * @dev Returns the number of values on the set. O(1).
     */
    function _length(Set storage set) private view returns (uint256) {
        return set._values.length;
    }

   /**
    * @dev Returns the value stored at position `index` in the set. O(1).
    *
    * Note that there are no guarantees on the ordering of values inside the
    * array, and it may change when more values are added or removed.
    *
    * Requirements:
    *
    * - `index` must be strictly less than {length}.
    */
    function _at(Set storage set, uint256 index) private view returns (bytes32) {
        require(set._values.length > index, "EnumerableSet: index out of bounds");
        return set._values[index];
    }

    // Bytes32Set

    struct Bytes32Set {
        Set _inner;
    }

    /**
     * @dev Add a value to a set. O(1).
     *
     * Returns true if the value was added to the set, that is if it was not
     * already present.
     */
    function add(Bytes32Set storage set, bytes32 value) internal returns (bool) {
        return _add(set._inner, value);
    }

    /**
     * @dev Removes a value from a set. O(1).
     *
     * Returns true if the value was removed from the set, that is if it was
     * present.
     */
    function remove(Bytes32Set storage set, bytes32 value) internal returns (bool) {
        return _remove(set._inner, value);
    }

    /**
     * @dev Returns true if the value is in the set. O(1).
     */
    function contains(Bytes32Set storage set, bytes32 value) internal view returns (bool) {
        return _contains(set._inner, value);
    }

    /**
     * @dev Returns the number of values in the set. O(1).
     */
    function length(Bytes32Set storage set) internal view returns (uint256) {
        return _length(set._inner);
    }

   /**
    * @dev Returns the value stored at position `index` in the set. O(1).
    *
    * Note that there are no guarantees on the ordering of values inside the
    * array, and it may change when more values are added or removed.
    *
    * Requirements:
    *
    * - `index` must be strictly less than {length}.
    */
    function at(Bytes32Set storage set, uint256 index) internal view returns (bytes32) {
        return _at(set._inner, index);
    }

    // AddressSet

    struct AddressSet {
        Set _inner;
    }

    /**
     * @dev Add a value to a set. O(1).
     *
     * Returns true if the value was added to the set, that is if it was not
     * already present.
     */
    function add(AddressSet storage set, address value) internal returns (bool) {
        return _add(set._inner, bytes32(uint256(uint160(value))));
    }

    /**
     * @dev Removes a value from a set. O(1).
     *
     * Returns true if the value was removed from the set, that is if it was
     * present.
     */
    function remove(AddressSet storage set, address value) internal returns (bool) {
        return _remove(set._inner, bytes32(uint256(uint160(value))));
    }

    /**
     * @dev Returns true if the value is in the set. O(1).
     */
    function contains(AddressSet storage set, address value) internal view returns (bool) {
        return _contains(set._inner, bytes32(uint256(uint160(value))));
    }

    /**
     * @dev Returns the number of values in the set. O(1).
     */
    function length(AddressSet storage set) internal view returns (uint256) {
        return _length(set._inner);
    }

   /**
    * @dev Returns the value stored at position `index` in the set. O(1).
    *
    * Note that there are no guarantees on the ordering of values inside the
    * array, and it may change when more values are added or removed.
    *
    * Requirements:
    *
    * - `index` must be strictly less than {length}.
    */
    function at(AddressSet storage set, uint256 index) internal view returns (address) {
        return address(uint160(uint256(_at(set._inner, index))));
    }


    // UintSet

    struct UintSet {
        Set _inner;
    }

    /**
     * @dev Add a value to a set. O(1).
     *
     * Returns true if the value was added to the set, that is if it was not
     * already present.
     */
    function add(UintSet storage set, uint256 value) internal returns (bool) {
        return _add(set._inner, bytes32(value));
    }

    /**
     * @dev Removes a value from a set. O(1).
     *
     * Returns true if the value was removed from the set, that is if it was
     * present.
     */
    function remove(UintSet storage set, uint256 value) internal returns (bool) {
        return _remove(set._inner, bytes32(value));
    }

    /**
     * @dev Returns true if the value is in the set. O(1).
     */
    function contains(UintSet storage set, uint256 value) internal view returns (bool) {
        return _contains(set._inner, bytes32(value));
    }

    /**
     * @dev Returns the number of values on the set. O(1).
     */
    function length(UintSet storage set) internal view returns (uint256) {
        return _length(set._inner);
    }

   /**
    * @dev Returns the value stored at position `index` in the set. O(1).
    *
    * Note that there are no guarantees on the ordering of values inside the
    * array, and it may change when more values are added or removed.
    *
    * Requirements:
    *
    * - `index` must be strictly less than {length}.
    */
    function at(UintSet storage set, uint256 index) internal view returns (uint256) {
        return uint256(_at(set._inner, index));
    }
}

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



pragma solidity >=0.6.0 <0.8.0;

/**
 * @dev Library for managing an enumerable variant of Solidity's
 * https://solidity.readthedocs.io/en/latest/types.html#mapping-types[`mapping`]
 * type.
 *
 * Maps have the following properties:
 *
 * - Entries are added, removed, and checked for existence in constant time
 * (O(1)).
 * - Entries are enumerated in O(n). No guarantees are made on the ordering.
 *
 * ```
 * contract Example {
 *     // Add the library methods
 *     using EnumerableMap for EnumerableMap.UintToAddressMap;
 *
 *     // Declare a set state variable
 *     EnumerableMap.UintToAddressMap private myMap;
 * }
 * ```
 *
 * As of v3.0.0, only maps of type `uint256 -> address` (`UintToAddressMap`) are
 * supported.
 */
library EnumerableMap {
    // To implement this library for multiple types with as little code
    // repetition as possible, we write it in terms of a generic Map type with
    // bytes32 keys and values.
    // The Map implementation uses private functions, and user-facing
    // implementations (such as Uint256ToAddressMap) are just wrappers around
    // the underlying Map.
    // This means that we can only create new EnumerableMaps for types that fit
    // in bytes32.

    struct MapEntry {
        bytes32 _key;
        bytes32 _value;
    }

    struct Map {
        // Storage of map keys and values
        MapEntry[] _entries;

        // Position of the entry defined by a key in the `entries` array, plus 1
        // because index 0 means a key is not in the map.
        mapping (bytes32 => uint256) _indexes;
    }

    /**
     * @dev Adds a key-value pair to a map, or updates the value for an existing
     * key. O(1).
     *
     * Returns true if the key was added to the map, that is if it was not
     * already present.
     */
    function _set(Map storage map, bytes32 key, bytes32 value) private returns (bool) {
        // We read and store the key's index to prevent multiple reads from the same storage slot
        uint256 keyIndex = map._indexes[key];

        if (keyIndex == 0) { // Equivalent to !contains(map, key)
            map._entries.push(MapEntry({ _key: key, _value: value }));
            // The entry is stored at length-1, but we add 1 to all indexes
            // and use 0 as a sentinel value
            map._indexes[key] = map._entries.length;
            return true;
        } else {
            map._entries[keyIndex - 1]._value = value;
            return false;
        }
    }

    /**
     * @dev Removes a key-value pair from a map. O(1).
     *
     * Returns true if the key was removed from the map, that is if it was present.
     */
    function _remove(Map storage map, bytes32 key) private returns (bool) {
        // We read and store the key's index to prevent multiple reads from the same storage slot
        uint256 keyIndex = map._indexes[key];

        if (keyIndex != 0) { // Equivalent to contains(map, key)
            // To delete a key-value pair from the _entries array in O(1), we swap the entry to delete with the last one
            // in the array, and then remove the last entry (sometimes called as 'swap and pop').
            // This modifies the order of the array, as noted in {at}.

            uint256 toDeleteIndex = keyIndex - 1;
            uint256 lastIndex = map._entries.length - 1;

            // When the entry to delete is the last one, the swap operation is unnecessary. However, since this occurs
            // so rarely, we still do the swap anyway to avoid the gas cost of adding an 'if' statement.

            MapEntry storage lastEntry = map._entries[lastIndex];

            // Move the last entry to the index where the entry to delete is
            map._entries[toDeleteIndex] = lastEntry;
            // Update the index for the moved entry
            map._indexes[lastEntry._key] = toDeleteIndex + 1; // All indexes are 1-based

            // Delete the slot where the moved entry was stored
            map._entries.pop();

            // Delete the index for the deleted slot
            delete map._indexes[key];

            return true;
        } else {
            return false;
        }
    }

    /**
     * @dev Returns true if the key is in the map. O(1).
     */
    function _contains(Map storage map, bytes32 key) private view returns (bool) {
        return map._indexes[key] != 0;
    }

    /**
     * @dev Returns the number of key-value pairs in the map. O(1).
     */
    function _length(Map storage map) private view returns (uint256) {
        return map._entries.length;
    }

   /**
    * @dev Returns the key-value pair stored at position `index` in the map. O(1).
    *
    * Note that there are no guarantees on the ordering of entries inside the
    * array, and it may change when more entries are added or removed.
    *
    * Requirements:
    *
    * - `index` must be strictly less than {length}.
    */
    function _at(Map storage map, uint256 index) private view returns (bytes32, bytes32) {
        require(map._entries.length > index, "EnumerableMap: index out of bounds");

        MapEntry storage entry = map._entries[index];
        return (entry._key, entry._value);
    }

    /**
     * @dev Tries to returns the value associated with `key`.  O(1).
     * Does not revert if `key` is not in the map.
     */
    function _tryGet(Map storage map, bytes32 key) private view returns (bool, bytes32) {
        uint256 keyIndex = map._indexes[key];
        if (keyIndex == 0) return (false, 0); // Equivalent to contains(map, key)
        return (true, map._entries[keyIndex - 1]._value); // All indexes are 1-based
    }

    /**
     * @dev Returns the value associated with `key`.  O(1).
     *
     * Requirements:
     *
     * - `key` must be in the map.
     */
    function _get(Map storage map, bytes32 key) private view returns (bytes32) {
        uint256 keyIndex = map._indexes[key];
        require(keyIndex != 0, "EnumerableMap: nonexistent key"); // Equivalent to contains(map, key)
        return map._entries[keyIndex - 1]._value; // All indexes are 1-based
    }

    /**
     * @dev Same as {_get}, with a custom error message when `key` is not in the map.
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {_tryGet}.
     */
    function _get(Map storage map, bytes32 key, string memory errorMessage) private view returns (bytes32) {
        uint256 keyIndex = map._indexes[key];
        require(keyIndex != 0, errorMessage); // Equivalent to contains(map, key)
        return map._entries[keyIndex - 1]._value; // All indexes are 1-based
    }

    // UintToAddressMap

    struct UintToAddressMap {
        Map _inner;
    }

    /**
     * @dev Adds a key-value pair to a map, or updates the value for an existing
     * key. O(1).
     *
     * Returns true if the key was added to the map, that is if it was not
     * already present.
     */
    function set(UintToAddressMap storage map, uint256 key, address value) internal returns (bool) {
        return _set(map._inner, bytes32(key), bytes32(uint256(uint160(value))));
    }

    /**
     * @dev Removes a value from a set. O(1).
     *
     * Returns true if the key was removed from the map, that is if it was present.
     */
    function remove(UintToAddressMap storage map, uint256 key) internal returns (bool) {
        return _remove(map._inner, bytes32(key));
    }

    /**
     * @dev Returns true if the key is in the map. O(1).
     */
    function contains(UintToAddressMap storage map, uint256 key) internal view returns (bool) {
        return _contains(map._inner, bytes32(key));
    }

    /**
     * @dev Returns the number of elements in the map. O(1).
     */
    function length(UintToAddressMap storage map) internal view returns (uint256) {
        return _length(map._inner);
    }

   /**
    * @dev Returns the element stored at position `index` in the set. O(1).
    * Note that there are no guarantees on the ordering of values inside the
    * array, and it may change when more values are added or removed.
    *
    * Requirements:
    *
    * - `index` must be strictly less than {length}.
    */
    function at(UintToAddressMap storage map, uint256 index) internal view returns (uint256, address) {
        (bytes32 key, bytes32 value) = _at(map._inner, index);
        return (uint256(key), address(uint160(uint256(value))));
    }

    /**
     * @dev Tries to returns the value associated with `key`.  O(1).
     * Does not revert if `key` is not in the map.
     *
     * _Available since v3.4._
     */
    function tryGet(UintToAddressMap storage map, uint256 key) internal view returns (bool, address) {
        (bool success, bytes32 value) = _tryGet(map._inner, bytes32(key));
        return (success, address(uint160(uint256(value))));
    }

    /**
     * @dev Returns the value associated with `key`.  O(1).
     *
     * Requirements:
     *
     * - `key` must be in the map.
     */
    function get(UintToAddressMap storage map, uint256 key) internal view returns (address) {
        return address(uint160(uint256(_get(map._inner, bytes32(key)))));
    }

    /**
     * @dev Same as {get}, with a custom error message when `key` is not in the map.
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {tryGet}.
     */
    function get(UintToAddressMap storage map, uint256 key, string memory errorMessage) internal view returns (address) {
        return address(uint160(uint256(_get(map._inner, bytes32(key), errorMessage))));
    }
}

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



pragma solidity >=0.6.0 <0.8.0;

/**
 * @dev String operations.
 */
library Strings {
    /**
     * @dev Converts a `uint256` to its ASCII `string` representation.
     */
    function toString(uint256 value) internal pure returns (string memory) {
        // Inspired by OraclizeAPI's implementation - MIT licence
        // https://github.com/oraclize/ethereum-api/blob/b42146b063c7d6ee1358846c198246239e9360e8/oraclizeAPI_0.4.25.sol

        if (value == 0) {
            return "0";
        }
        uint256 temp = value;
        uint256 digits;
        while (temp != 0) {
            digits++;
            temp /= 10;
        }
        bytes memory buffer = new bytes(digits);
        uint256 index = digits - 1;
        temp = value;
        while (temp != 0) {
            buffer[index--] = bytes1(uint8(48 + temp % 10));
            temp /= 10;
        }
        return string(buffer);
    }
}

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



pragma solidity >=0.6.0 <0.8.0;

/**
 * @title ERC721 Non-Fungible Token Standard basic implementation
 * @dev see https://eips.ethereum.org/EIPS/eip-721
 */
 
contract ERC721 is Context, ERC165, IERC721, IERC721Metadata, IERC721Enumerable {
    using SafeMath for uint256;
    using Address for address;
    using EnumerableSet for EnumerableSet.UintSet;
    using EnumerableMap for EnumerableMap.UintToAddressMap;
    using Strings for uint256;

    // Equals to `bytes4(keccak256("onERC721Received(address,address,uint256,bytes)"))`
    // which can be also obtained as `IERC721Receiver(0).onERC721Received.selector`
    bytes4 private constant _ERC721_RECEIVED = 0x150b7a02;

    // Mapping from holder address to their (enumerable) set of owned tokens
    mapping (address => EnumerableSet.UintSet) private _holderTokens;

    // Enumerable mapping from token ids to their owners
    EnumerableMap.UintToAddressMap private _tokenOwners;

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

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

    // Token name
    string private _name;

    // Token symbol
    string private _symbol;

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

    // Base URI
    string private _baseURI;

    /*
     *     bytes4(keccak256('balanceOf(address)')) == 0x70a08231
     *     bytes4(keccak256('ownerOf(uint256)')) == 0x6352211e
     *     bytes4(keccak256('approve(address,uint256)')) == 0x095ea7b3
     *     bytes4(keccak256('getApproved(uint256)')) == 0x081812fc
     *     bytes4(keccak256('setApprovalForAll(address,bool)')) == 0xa22cb465
     *     bytes4(keccak256('isApprovedForAll(address,address)')) == 0xe985e9c5
     *     bytes4(keccak256('transferFrom(address,address,uint256)')) == 0x23b872dd
     *     bytes4(keccak256('safeTransferFrom(address,address,uint256)')) == 0x42842e0e
     *     bytes4(keccak256('safeTransferFrom(address,address,uint256,bytes)')) == 0xb88d4fde
     *
     *     => 0x70a08231 ^ 0x6352211e ^ 0x095ea7b3 ^ 0x081812fc ^
     *        0xa22cb465 ^ 0xe985e9c5 ^ 0x23b872dd ^ 0x42842e0e ^ 0xb88d4fde == 0x80ac58cd
     */
    bytes4 private constant _INTERFACE_ID_ERC721 = 0x80ac58cd;

    /*
     *     bytes4(keccak256('name()')) == 0x06fdde03
     *     bytes4(keccak256('symbol()')) == 0x95d89b41
     *     bytes4(keccak256('tokenURI(uint256)')) == 0xc87b56dd
     *
     *     => 0x06fdde03 ^ 0x95d89b41 ^ 0xc87b56dd == 0x5b5e139f
     */
    bytes4 private constant _INTERFACE_ID_ERC721_METADATA = 0x5b5e139f;

    /*
     *     bytes4(keccak256('totalSupply()')) == 0x18160ddd
     *     bytes4(keccak256('tokenOfOwnerByIndex(address,uint256)')) == 0x2f745c59
     *     bytes4(keccak256('tokenByIndex(uint256)')) == 0x4f6ccce7
     *
     *     => 0x18160ddd ^ 0x2f745c59 ^ 0x4f6ccce7 == 0x780e9d63
     */
    bytes4 private constant _INTERFACE_ID_ERC721_ENUMERABLE = 0x780e9d63;

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

        // register the supported interfaces to conform to ERC721 via ERC165
        _registerInterface(_INTERFACE_ID_ERC721);
        _registerInterface(_INTERFACE_ID_ERC721_METADATA);
        _registerInterface(_INTERFACE_ID_ERC721_ENUMERABLE);
    }

    /**
     * @dev See {IERC721-balanceOf}.
     */
    function balanceOf(address owner) public view virtual override returns (uint256) {
        require(owner != address(0), "ERC721: balance query for the zero address");
        return _holderTokens[owner].length();
    }

    /**
     * @dev See {IERC721-ownerOf}.
     */
    function ownerOf(uint256 tokenId) public view virtual override returns (address) {
        return _tokenOwners.get(tokenId, "ERC721: owner query for nonexistent token");
    }

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

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

    /**
     * @dev See {IERC721Metadata-tokenURI}.
     */
    function tokenURI(uint256 tokenId) public view virtual override returns (string memory) {
        require(_exists(tokenId), "ERC721Metadata: URI query for nonexistent token");

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

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

    /**
    * @dev Returns the base URI set via {_setBaseURI}. This will be
    * automatically added as a prefix in {tokenURI} to each token's URI, or
    * to the token ID if no specific URI is set for that token ID.
    */
    function baseURI() public view virtual returns (string memory) {
        return _baseURI;
    }

    /**
     * @dev See {IERC721Enumerable-tokenOfOwnerByIndex}.
     */
    function tokenOfOwnerByIndex(address owner, uint256 index) public view virtual override returns (uint256) {
        return _holderTokens[owner].at(index);
    }

    /**
     * @dev See {IERC721Enumerable-totalSupply}.
     */
    function totalSupply() public view virtual override returns (uint256) {
        // _tokenOwners are indexed by tokenIds, so .length() returns the number of tokenIds
        return _tokenOwners.length();
    }

    /**
     * @dev See {IERC721Enumerable-tokenByIndex}.
     */
    function tokenByIndex(uint256 index) public view virtual override returns (uint256) {
        (uint256 tokenId, ) = _tokenOwners.at(index);
        return tokenId;
    }

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

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

        _approve(to, tokenId);
    }

    /**
     * @dev See {IERC721-getApproved}.
     */
    function getApproved(uint256 tokenId) public view virtual override returns (address) {
        require(_exists(tokenId), "ERC721: approved query for nonexistent token");

        return _tokenApprovals[tokenId];
    }

    /**
     * @dev See {IERC721-setApprovalForAll}.
     */
    function setApprovalForAll(address operator, bool approved) public virtual override {
        require(operator != _msgSender(), "ERC721: approve to caller");

        _operatorApprovals[_msgSender()][operator] = approved;
        emit ApprovalForAll(_msgSender(), operator, approved);
    }

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

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

        _transfer(from, to, tokenId);
    }

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

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

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

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

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

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

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

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

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

        _holderTokens[to].add(tokenId);

        _tokenOwners.set(tokenId, to);

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

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

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

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

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

        _holderTokens[owner].remove(tokenId);

        _tokenOwners.remove(tokenId);

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

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

        _beforeTokenTransfer(from, to, tokenId);

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

        _holderTokens[from].remove(tokenId);
        _holderTokens[to].add(tokenId);

        _tokenOwners.set(tokenId, to);

        emit Transfer(from, to, tokenId);
    }

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

    /**
     * @dev Internal function to set the base URI for all token IDs. It is
     * automatically added as a prefix to the value returned in {tokenURI},
     * or to the token ID if {tokenURI} is empty.
     */
    function _setBaseURI(string memory baseURI_) internal virtual {
        _baseURI = baseURI_;
    }

    /**
     * @dev Internal function to invoke {IERC721Receiver-onERC721Received} on a target address.
     * The call is not executed if the target address is not a contract.
     *
     * @param from address representing the previous owner of the given token ID
     * @param to target address that will receive the tokens
     * @param tokenId uint256 ID of the token to be transferred
     * @param _data bytes optional data to send along with the call
     * @return bool whether the call correctly returned the expected magic value
     */
    function _checkOnERC721Received(address from, address to, uint256 tokenId, bytes memory _data)
        private returns (bool)
    {
        if (!to.isContract()) {
            return true;
        }
        bytes memory returndata = to.functionCall(abi.encodeWithSelector(
            IERC721Receiver(to).onERC721Received.selector,
            _msgSender(),
            from,
            tokenId,
            _data
        ), "ERC721: transfer to non ERC721Receiver implementer");
        bytes4 retval = abi.decode(returndata, (bytes4));
        return (retval == _ERC721_RECEIVED);
    }

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

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

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



pragma solidity >=0.6.0 <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 () internal {
        address msgSender = _msgSender();
        _owner = msgSender;
        emit OwnershipTransferred(address(0), msgSender);
    }

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

    /**
     * @dev Throws if called by any account other than the owner.
     */
    modifier onlyOwner() {
        require(owner() == _msgSender(), "Ownable: caller is not the owner");
        _;
    }

    /**
     * @dev Leaves the contract without owner. It will not be possible to call
     * `onlyOwner` functions anymore. Can only be called by the current owner.
     *
     * NOTE: Renouncing ownership will leave the contract without an owner,
     * thereby removing any functionality that is only available to the owner.
     */
    function renounceOwnership() public virtual onlyOwner {
        emit OwnershipTransferred(_owner, address(0));
        _owner = 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");
        emit OwnershipTransferred(_owner, newOwner);
        _owner = newOwner;
    }
}

pragma solidity ^0.7.0;
abstract contract ReentrancyGuard {
    // Booleans are more expensive than uint256 or any type that takes up a full
    // word because each write operation emits an extra SLOAD to first read the
    // slot's contents, replace the bits taken up by the boolean, and then write
    // back. This is the compiler's defense against contract upgrades and
    // pointer aliasing, and it cannot be disabled.

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

    uint256 private _status;

    constructor() {
        _status = _NOT_ENTERED;
    }

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

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

        _;

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

pragma solidity ^0.7.0;
pragma experimental ABIEncoderV2;

contract Monarchs is ERC721, ReentrancyGuard, Ownable{
    
    using SafeMath for uint256;

    string public MONARCH_PROVENANCE = ""; // IPFS URL WILL BE ADDED WHEN MONARCHS ARE ALL SOLD OUT
    
    string public LICENSE_TEXT = ""; // IT IS WHAT IT SAYS
    
    uint public constant maxMonarchPurchase = 10;
    uint public monarchReserve = 35;
    
    uint256 public monarchPerAddressLimit = 1;
    uint256 public monarchPrice = 800000000000000000; // 0.8 ETH
    uint256 public constant MAX_MONARCHS = 888;
    uint256 public constant MAX_PRESALE = 444;

    bool provenanceLocked = false; // TEAM CAN'T EDIT THE LICENSE AFTER THIS GETS TRUE
    bool public saleIsActive = false;
    bool public limitPerOrder = false;
    bool public onlyWhitelisted = true;
    
    // set withdrawal address 
    
    address payable public withdrawalAddress;
    address[] public whitelistedAddresses;
    mapping(address => uint256) public addressMintedBalance;

    mapping(uint => string) public monarchNames;
    mapping(address => bool) isWhitelisted;
    
    // event monarchNameChange(address _by, uint _tokenId, string _name);
    
    event provenanceisLocked(string _monarchProvenance);

    constructor(
        address payable givenWithdrawalAddress
    ) ERC721("Monarchs", "MONARCH") {
        withdrawalAddress = givenWithdrawalAddress;
     }
    
    function withdraw() public onlyOwner {
        uint balance = address(this).balance;
        (bool success, ) = withdrawalAddress.call{value:balance}("");
        require(success, "Transfer failed.");
    }

    function setMonarchPerAddressLimit (uint256 _limit) public onlyOwner {
        monarchPerAddressLimit = _limit;
    }
    
    function reserveMonarchs(address _to, uint256 _reserveAmount) public onlyOwner {        
        uint supply = totalSupply();
        require(_reserveAmount > 0 && _reserveAmount <= monarchReserve, "Not enough reserve left for team");
        for (uint i = 0; i < _reserveAmount; i++) {
            _safeMint(_to, supply + i);
        }
        monarchReserve = monarchReserve.sub(_reserveAmount);
    }



    function setProvenanceHash(string memory provenanceHash) public onlyOwner {
        MONARCH_PROVENANCE = provenanceHash;
    }

    function setLimitPerOrder(bool _state) public onlyOwner {
        limitPerOrder = _state;
    }

    function lockProvenance() public onlyOwner {
        provenanceLocked =  true;
        emit provenanceisLocked(MONARCH_PROVENANCE);
    }
    
    function setBaseURI(string memory baseURI) public onlyOwner {
        _setBaseURI(baseURI);
    }


    function setSaleStates(bool _onlyWhitelisted, bool _limitPerOrder, bool _saleIsActive) public onlyOwner { 
        onlyWhitelisted = _onlyWhitelisted;
        limitPerOrder = _limitPerOrder;
        saleIsActive = _saleIsActive; 

        }

     function setWithdrawalAddress(address payable givenWithdrawalAddress) public onlyOwner {
        withdrawalAddress = givenWithdrawalAddress;
    }

    
    function tokensOfOwner(address _owner) external view returns(uint256[] memory ) {
        uint256 tokenCount = balanceOf(_owner);
        if (tokenCount == 0) {
            // Return an empty array
            return new uint256[](0);
        } else {
            uint256[] memory result = new uint256[](tokenCount);
            uint256 index;
            for (index = 0; index < tokenCount; index++) {
                result[index] = tokenOfOwnerByIndex(_owner, index);
            }
            return result;
        }
    }
    
    function mintMonarch(uint numberOfTokens) public payable nonReentrant {
        require(saleIsActive, "Sale must be active to mint Monarchs");
        require(numberOfTokens > 0 && numberOfTokens <= maxMonarchPurchase, "Can only mint 10 tokens at a time");
        uint256 ownerMintedCount = addressMintedBalance[msg.sender];
          
        if (limitPerOrder == true) {
            require(ownerMintedCount + numberOfTokens <= monarchPerAddressLimit, "Max NFT per address exceeded");
        }
 
        if(onlyWhitelisted == true) {
            require(isWhitelisted[msg.sender], "not on whitelist");
        

            require(totalSupply().add(numberOfTokens) <= MAX_PRESALE, "Purchase would exceed max supply of Presale Monarchs");
        } else {
             require(totalSupply().add(numberOfTokens) <= MAX_MONARCHS, "Purchase would exceed max supply of Monarchs");
        }

        if (numberOfTokens == 10) {
            monarchPrice = 600000000000000000; // 0.6 ETH
            require(monarchPrice.mul(numberOfTokens) <= msg.value, "Ether value sent is not correct");
        } else if (numberOfTokens >= 5) {
            monarchPrice = 700000000000000000; // 0.7 ETH
            require(monarchPrice.mul(numberOfTokens) <= msg.value, "Ether value sent is not correct");
        } else if (numberOfTokens >= 3) {
            monarchPrice = 750000000000000000; // 0.75 ETH
            require(monarchPrice.mul(numberOfTokens) <= msg.value, "Ether value sent is not correct");
        } else {
            monarchPrice = 800000000000000000; // 0.8 ETH
            require(monarchPrice.mul(numberOfTokens) <= msg.value, "Ether value sent is not correct");
        }

        
        for(uint i = 1; i <= numberOfTokens; i++) {
            uint mintIndex = totalSupply();
            if (totalSupply() < MAX_MONARCHS) {
                addressMintedBalance[msg.sender]++;
                _safeMint(msg.sender, mintIndex);
            }
        }

    }
    
    
    // GET ALL MONARCHS OF A WALLET AS AN ARRAY OF STRINGS. WOULD BE BETTER MAYBE IF IT RETURNED A STRUCT WITH ID-NAME MATCH
    function monarchNamesOfOwner(address _owner) external view returns(string[] memory ) {
        uint256 tokenCount = balanceOf(_owner);
        if (tokenCount == 0) {
            // Return an empty array
            return new string[](0);
        } else {
            string[] memory result = new string[](tokenCount);
            uint256 index;
            for (index = 0; index < tokenCount; index++) {
                result[index] = monarchNames[ tokenOfOwnerByIndex(_owner, index) ] ;
            }
            return result;
        }
    }

function setOnlyWhitelisted(bool _state) public onlyOwner {
    onlyWhitelisted = _state;
}
 
 function setWhitelistStatus(address[] calldata newAddresses, bool _state) public onlyOwner {
    for (uint256 atAddress = 0; atAddress < newAddresses.length; atAddress++) {
      isWhitelisted[newAddresses[atAddress]] = _state;
    }
  }

    
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address payable","name":"givenWithdrawalAddress","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"string","name":"_monarchProvenance","type":"string"}],"name":"provenanceisLocked","type":"event"},{"inputs":[],"name":"LICENSE_TEXT","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"MAX_MONARCHS","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"MAX_PRESALE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"MONARCH_PROVENANCE","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"addressMintedBalance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"baseURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"limitPerOrder","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"lockProvenance","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"maxMonarchPurchase","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"numberOfTokens","type":"uint256"}],"name":"mintMonarch","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"monarchNames","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"}],"name":"monarchNamesOfOwner","outputs":[{"internalType":"string[]","name":"","type":"string[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"monarchPerAddressLimit","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"monarchPrice","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"monarchReserve","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"onlyWhitelisted","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_reserveAmount","type":"uint256"}],"name":"reserveMonarchs","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"saleIsActive","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"baseURI","type":"string"}],"name":"setBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_state","type":"bool"}],"name":"setLimitPerOrder","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_limit","type":"uint256"}],"name":"setMonarchPerAddressLimit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_state","type":"bool"}],"name":"setOnlyWhitelisted","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"provenanceHash","type":"string"}],"name":"setProvenanceHash","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_onlyWhitelisted","type":"bool"},{"internalType":"bool","name":"_limitPerOrder","type":"bool"},{"internalType":"bool","name":"_saleIsActive","type":"bool"}],"name":"setSaleStates","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"newAddresses","type":"address[]"},{"internalType":"bool","name":"_state","type":"bool"}],"name":"setWhitelistStatus","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address payable","name":"givenWithdrawalAddress","type":"address"}],"name":"setWithdrawalAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenOfOwnerByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"}],"name":"tokensOfOwner","outputs":[{"internalType":"uint256[]","name":"","type":"uint256[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"whitelistedAddresses","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"withdrawalAddress","outputs":[{"internalType":"address payable","name":"","type":"address"}],"stateMutability":"view","type":"function"}]

608060405260405180602001604052806000815250600c90805190602001906200002b929190620003ea565b5060405180602001604052806000815250600d908051906020019062000053929190620003ea565b506023600e556001600f55670b1a2bc2ec5000006010556000601160006101000a81548160ff0219169083151502179055506000601160016101000a81548160ff0219169083151502179055506000601160026101000a81548160ff0219169083151502179055506001601160036101000a81548160ff021916908315150217905550348015620000e357600080fd5b5060405162005e9438038062005e948339818101604052810190620001099190620004a7565b6040518060400160405280600881526020017f4d6f6e61726368730000000000000000000000000000000000000000000000008152506040518060400160405280600781526020017f4d4f4e41524348000000000000000000000000000000000000000000000000008152506200018d6301ffc9a760e01b6200030a60201b60201c565b8160069080519060200190620001a5929190620003ea565b508060079080519060200190620001be929190620003ea565b50620001d76380ac58cd60e01b6200030a60201b60201c565b620001ef635b5e139f60e01b6200030a60201b60201c565b6200020763780e9d6360e01b6200030a60201b60201c565b50506001600a81905550600062000223620003e260201b60201c565b905080600b60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35080601160046101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505062000596565b63ffffffff60e01b817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916141562000376576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200036d9062000515565b60405180910390fd5b6001600080837bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916815260200190815260200160002060006101000a81548160ff02191690831515021790555050565b600033905090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106200042d57805160ff19168380011785556200045e565b828001600101855582156200045e579182015b828111156200045d57825182559160200191906001019062000440565b5b5090506200046d919062000471565b5090565b5b808211156200048c57600081600090555060010162000472565b5090565b600081519050620004a1816200057c565b92915050565b600060208284031215620004ba57600080fd5b6000620004ca8482850162000490565b91505092915050565b6000620004e2601c8362000537565b91507f4552433136353a20696e76616c696420696e74657266616365206964000000006000830152602082019050919050565b600060208201905081810360008301526200053081620004d3565b9050919050565b600082825260208201905092915050565b600062000555826200055c565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b620005878162000548565b81146200059357600080fd5b50565b6158ee80620005a66000396000f3fe6080604052600436106102ae5760003560e01c806367ca8ef3116101755780639c70b512116100dc578063e985e9c511610095578063ee7ffc641161006f578063ee7ffc6414610ad6578063f1f9710214610aff578063f2bcd02214610b1b578063f2fde38b14610b46576102ae565b8063e985e9c514610a57578063ea7523ee14610a94578063eb8d244414610aab576102ae565b80639c70b51214610935578063a006326b14610960578063a22cb4651461098b578063b88d4fde146109b4578063ba4e5c49146109dd578063c87b56dd14610a1a576102ae565b80637bfdb0741161012e5780637bfdb074146108235780638462151c1461084e5780638da5cb5b1461088b5780639233c4f5146108b657806395d89b41146108df5780639c3e72bd1461090a576102ae565b806367ca8ef3146107135780636b24099a146107505780636c0360eb1461077957806370a08231146107a4578063715018a6146107e15780637b8ef4c2146107f8576102ae565b80632f745c59116102195780634d4c4e99116101d25780634d4c4e99146105f35780634f6ccce71461061e57806355700f591461065b57806355f804b31461068457806360d7e61f146106ad5780636352211e146106d6576102ae565b80632f745c59146104f75780633c952764146105345780633ccfd60b1461055d5780633de787921461057457806342842e0e1461059f578063437dec0a146105c8576102ae565b806318160ddd1161026b57806318160ddd146103d557806318cae2691461040057806321b8092e1461043d57806323b872dd1461046657806326cb7f171461048f5780632a2f2fee146104cc576102ae565b806301ffc9a7146102b357806306fdde03146102f057806307e9646e1461031b578063081812fc14610346578063095ea7b31461038357806310969523146103ac575b600080fd5b3480156102bf57600080fd5b506102da60048036038101906102d59190614188565b610b6f565b6040516102e7919061512c565b60405180910390f35b3480156102fc57600080fd5b50610305610bd6565b6040516103129190615147565b60405180910390f35b34801561032757600080fd5b50610330610c78565b60405161033d919061512c565b60405180910390f35b34801561035257600080fd5b5061036d6004803603810190610368919061421b565b610c8b565b60405161037a9190615066565b60405180910390f35b34801561038f57600080fd5b506103aa60048036038101906103a5919061407c565b610d10565b005b3480156103b857600080fd5b506103d360048036038101906103ce91906141da565b610e28565b005b3480156103e157600080fd5b506103ea610ebe565b6040516103f7919061558b565b60405180910390f35b34801561040c57600080fd5b5061042760048036038101906104229190613ee8565b610ecf565b604051610434919061558b565b60405180910390f35b34801561044957600080fd5b50610464600480360381019061045f9190613f11565b610ee7565b005b34801561047257600080fd5b5061048d60048036038101906104889190613f76565b610fa7565b005b34801561049b57600080fd5b506104b660048036038101906104b19190613ee8565b611007565b6040516104c391906150e8565b60405180910390f35b3480156104d857600080fd5b506104e16111b4565b6040516104ee919061558b565b60405180910390f35b34801561050357600080fd5b5061051e6004803603810190610519919061407c565b6111ba565b60405161052b919061558b565b60405180910390f35b34801561054057600080fd5b5061055b60048036038101906105569190614110565b611215565b005b34801561056957600080fd5b506105726112ae565b005b34801561058057600080fd5b50610589611401565b604051610596919061558b565b60405180910390f35b3480156105ab57600080fd5b506105c660048036038101906105c19190613f76565b611407565b005b3480156105d457600080fd5b506105dd611427565b6040516105ea9190615147565b60405180910390f35b3480156105ff57600080fd5b506106086114c5565b604051610615919061558b565b60405180910390f35b34801561062a57600080fd5b506106456004803603810190610640919061421b565b6114cb565b604051610652919061558b565b60405180910390f35b34801561066757600080fd5b50610682600480360381019061067d91906140b8565b6114ee565b005b34801561069057600080fd5b506106ab60048036038101906106a691906141da565b611602565b005b3480156106b957600080fd5b506106d460048036038101906106cf919061407c565b61168a565b005b3480156106e257600080fd5b506106fd60048036038101906106f8919061421b565b6117a8565b60405161070a9190615066565b60405180910390f35b34801561071f57600080fd5b5061073a6004803603810190610735919061421b565b6117df565b6040516107479190615147565b60405180910390f35b34801561075c57600080fd5b5061077760048036038101906107729190614139565b61188f565b005b34801561078557600080fd5b5061078e61195e565b60405161079b9190615147565b60405180910390f35b3480156107b057600080fd5b506107cb60048036038101906107c69190613ee8565b611a00565b6040516107d8919061558b565b60405180910390f35b3480156107ed57600080fd5b506107f6611abf565b005b34801561080457600080fd5b5061080d611bfc565b60405161081a919061558b565b60405180910390f35b34801561082f57600080fd5b50610838611c01565b604051610845919061558b565b60405180910390f35b34801561085a57600080fd5b5061087560048036038101906108709190613ee8565b611c07565b604051610882919061510a565b60405180910390f35b34801561089757600080fd5b506108a0611d00565b6040516108ad9190615066565b60405180910390f35b3480156108c257600080fd5b506108dd60048036038101906108d8919061421b565b611d2a565b005b3480156108eb57600080fd5b506108f4611db0565b6040516109019190615147565b60405180910390f35b34801561091657600080fd5b5061091f611e52565b60405161092c9190615147565b60405180910390f35b34801561094157600080fd5b5061094a611ef0565b604051610957919061512c565b60405180910390f35b34801561096c57600080fd5b50610975611f03565b604051610982919061558b565b60405180910390f35b34801561099757600080fd5b506109b260048036038101906109ad9190614040565b611f09565b005b3480156109c057600080fd5b506109db60048036038101906109d69190613fc5565b61208a565b005b3480156109e957600080fd5b50610a0460048036038101906109ff919061421b565b6120ec565b604051610a119190615066565b60405180910390f35b348015610a2657600080fd5b50610a416004803603810190610a3c919061421b565b612128565b604051610a4e9190615147565b60405180910390f35b348015610a6357600080fd5b50610a7e6004803603810190610a799190613f3a565b6122ab565b604051610a8b919061512c565b60405180910390f35b348015610aa057600080fd5b50610aa961233f565b005b348015610ab757600080fd5b50610ac0612410565b604051610acd919061512c565b60405180910390f35b348015610ae257600080fd5b50610afd6004803603810190610af89190614110565b612423565b005b610b196004803603810190610b14919061421b565b6124bc565b005b348015610b2757600080fd5b50610b30612a1e565b604051610b3d9190615081565b60405180910390f35b348015610b5257600080fd5b50610b6d6004803603810190610b689190613ee8565b612a44565b005b6000806000837bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916815260200190815260200160002060009054906101000a900460ff169050919050565b606060068054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610c6e5780601f10610c4357610100808354040283529160200191610c6e565b820191906000526020600020905b815481529060010190602001808311610c5157829003601f168201915b5050505050905090565b601160029054906101000a900460ff1681565b6000610c9682612bf0565b610cd5576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ccc906153eb565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610d1b826117a8565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610d8c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d839061548b565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610dab612c0d565b73ffffffffffffffffffffffffffffffffffffffff161480610dda5750610dd981610dd4612c0d565b6122ab565b5b610e19576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e109061532b565b60405180910390fd5b610e238383612c15565b505050565b610e30612c0d565b73ffffffffffffffffffffffffffffffffffffffff16610e4e611d00565b73ffffffffffffffffffffffffffffffffffffffff1614610ea4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e9b9061540b565b60405180910390fd5b80600c9080519060200190610eba929190613cdb565b5050565b6000610eca6002612cce565b905090565b60136020528060005260406000206000915090505481565b610eef612c0d565b73ffffffffffffffffffffffffffffffffffffffff16610f0d611d00565b73ffffffffffffffffffffffffffffffffffffffff1614610f63576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f5a9061540b565b60405180910390fd5b80601160046101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b610fb8610fb2612c0d565b82612ce3565b610ff7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fee906154cb565b60405180910390fd5b611002838383612dc1565b505050565b6060600061101483611a00565b9050600081141561107457600067ffffffffffffffff8111801561103757600080fd5b5060405190808252806020026020018201604052801561106b57816020015b60608152602001906001900390816110565790505b509150506111af565b60608167ffffffffffffffff8111801561108d57600080fd5b506040519080825280602002602001820160405280156110c157816020015b60608152602001906001900390816110ac5790505b50905060005b828110156111a857601460006110dd87846111ba565b81526020019081526020016000208054600181600116156101000203166002900480601f01602080910402602001604051908101604052809291908181526020018280546001816001161561010002031660029004801561117f5780601f106111545761010080835404028352916020019161117f565b820191906000526020600020905b81548152906001019060200180831161116257829003601f168201915b505050505082828151811061119057fe5b602002602001018190525080806001019150506110c7565b8193505050505b919050565b61037881565b600061120d82600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020612fd890919063ffffffff16565b905092915050565b61121d612c0d565b73ffffffffffffffffffffffffffffffffffffffff1661123b611d00565b73ffffffffffffffffffffffffffffffffffffffff1614611291576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112889061540b565b60405180910390fd5b80601160036101000a81548160ff02191690831515021790555050565b6112b6612c0d565b73ffffffffffffffffffffffffffffffffffffffff166112d4611d00565b73ffffffffffffffffffffffffffffffffffffffff161461132a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113219061540b565b60405180910390fd5b60004790506000601160049054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168260405161137790615051565b60006040518083038185875af1925050503d80600081146113b4576040519150601f19603f3d011682016040523d82523d6000602084013e6113b9565b606091505b50509050806113fd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113f4906154ab565b60405180910390fd5b5050565b60105481565b6114228383836040518060200160405280600081525061208a565b505050565b600c8054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156114bd5780601f10611492576101008083540402835291602001916114bd565b820191906000526020600020905b8154815290600101906020018083116114a057829003601f168201915b505050505081565b6101bc81565b6000806114e2836002612ff290919063ffffffff16565b50905080915050919050565b6114f6612c0d565b73ffffffffffffffffffffffffffffffffffffffff16611514611d00565b73ffffffffffffffffffffffffffffffffffffffff161461156a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115619061540b565b60405180910390fd5b60005b838390508110156115fc57816015600086868581811061158957fe5b905060200201602081019061159e9190613ee8565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550808060010191505061156d565b50505050565b61160a612c0d565b73ffffffffffffffffffffffffffffffffffffffff16611628611d00565b73ffffffffffffffffffffffffffffffffffffffff161461167e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116759061540b565b60405180910390fd5b6116878161301e565b50565b611692612c0d565b73ffffffffffffffffffffffffffffffffffffffff166116b0611d00565b73ffffffffffffffffffffffffffffffffffffffff1614611706576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116fd9061540b565b60405180910390fd5b6000611710610ebe565b90506000821180156117245750600e548211155b611763576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161175a9061522b565b60405180910390fd5b60005b828110156117875761177a84828401613038565b8080600101915050611766565b5061179d82600e5461305690919063ffffffff16565b600e81905550505050565b60006117d8826040518060600160405280602981526020016158906029913960026130a69092919063ffffffff16565b9050919050565b60146020528060005260406000206000915090508054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156118875780601f1061185c57610100808354040283529160200191611887565b820191906000526020600020905b81548152906001019060200180831161186a57829003601f168201915b505050505081565b611897612c0d565b73ffffffffffffffffffffffffffffffffffffffff166118b5611d00565b73ffffffffffffffffffffffffffffffffffffffff161461190b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119029061540b565b60405180910390fd5b82601160036101000a81548160ff02191690831515021790555081601160026101000a81548160ff02191690831515021790555080601160016101000a81548160ff021916908315150217905550505050565b606060098054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156119f65780601f106119cb576101008083540402835291602001916119f6565b820191906000526020600020905b8154815290600101906020018083116119d957829003601f168201915b5050505050905090565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611a71576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a689061536b565b60405180910390fd5b611ab8600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206130c5565b9050919050565b611ac7612c0d565b73ffffffffffffffffffffffffffffffffffffffff16611ae5611d00565b73ffffffffffffffffffffffffffffffffffffffff1614611b3b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b329061540b565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff16600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a36000600b60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b600a81565b600e5481565b60606000611c1483611a00565b90506000811415611c6f57600067ffffffffffffffff81118015611c3757600080fd5b50604051908082528060200260200182016040528015611c665781602001602082028036833780820191505090505b50915050611cfb565b60608167ffffffffffffffff81118015611c8857600080fd5b50604051908082528060200260200182016040528015611cb75781602001602082028036833780820191505090505b50905060005b82811015611cf457611ccf85826111ba565b828281518110611cdb57fe5b6020026020010181815250508080600101915050611cbd565b8193505050505b919050565b6000600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b611d32612c0d565b73ffffffffffffffffffffffffffffffffffffffff16611d50611d00565b73ffffffffffffffffffffffffffffffffffffffff1614611da6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d9d9061540b565b60405180910390fd5b80600f8190555050565b606060078054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015611e485780601f10611e1d57610100808354040283529160200191611e48565b820191906000526020600020905b815481529060010190602001808311611e2b57829003601f168201915b5050505050905090565b600d8054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015611ee85780601f10611ebd57610100808354040283529160200191611ee8565b820191906000526020600020905b815481529060010190602001808311611ecb57829003601f168201915b505050505081565b601160039054906101000a900460ff1681565b600f5481565b611f11612c0d565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611f7f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f769061526b565b60405180910390fd5b8060056000611f8c612c0d565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff16612039612c0d565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c318360405161207e919061512c565b60405180910390a35050565b61209b612095612c0d565b83612ce3565b6120da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120d1906154cb565b60405180910390fd5b6120e6848484846130da565b50505050565b601281815481106120f957fe5b906000526020600020016000915054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b606061213382612bf0565b612172576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016121699061544b565b60405180910390fd5b6060600860008481526020019081526020016000208054600181600116156101000203166002900480601f01602080910402602001604051908101604052809291908181526020018280546001816001161561010002031660029004801561221b5780601f106121f05761010080835404028352916020019161221b565b820191906000526020600020905b8154815290600101906020018083116121fe57829003601f168201915b50505050509050606061222c61195e565b90506000815114156122425781925050506122a6565b60008251111561227757808260405160200161225f92919061502d565b604051602081830303815290604052925050506122a6565b8061228185613136565b60405160200161229292919061502d565b604051602081830303815290604052925050505b919050565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b612347612c0d565b73ffffffffffffffffffffffffffffffffffffffff16612365611d00565b73ffffffffffffffffffffffffffffffffffffffff16146123bb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123b29061540b565b60405180910390fd5b6001601160006101000a81548160ff0219169083151502179055507f9783266630af5dc104633929b28d95db71a98f3fadb3ba4c78d039c1fb30f9dd600c6040516124069190615169565b60405180910390a1565b601160019054906101000a900460ff1681565b61242b612c0d565b73ffffffffffffffffffffffffffffffffffffffff16612449611d00565b73ffffffffffffffffffffffffffffffffffffffff161461249f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124969061540b565b60405180910390fd5b80601160026101000a81548160ff02191690831515021790555050565b6002600a541415612502576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124f99061554b565b60405180910390fd5b6002600a81905550601160019054906101000a900460ff16612559576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125509061552b565b60405180910390fd5b60008111801561256a5750600a8111155b6125a9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125a09061556b565b60405180910390fd5b6000601360003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905060011515601160029054906101000a900460ff161515141561265157600f548282011115612650576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126479061546b565b60405180910390fd5b5b60011515601160039054906101000a900460ff161515141561275c57601560003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff166126f9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126f09061530b565b60405180910390fd5b6101bc61271683612708610ebe565b61327d90919063ffffffff16565b1115612757576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161274e9061550b565b60405180910390fd5b6127bb565b6103786127798361276b610ebe565b61327d90919063ffffffff16565b11156127ba576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127b19061534b565b60405180910390fd5b5b600a82141561282f57670853a0d2313c0000601081905550346127e9836010546132d290919063ffffffff16565b111561282a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016128219061528b565b60405180910390fd5b61297e565b600582106128a2576709b6e64a8ec600006010819055503461285c836010546132d290919063ffffffff16565b111561289d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016128949061528b565b60405180910390fd5b61297d565b6003821061291557670a688906bd8b0000601081905550346128cf836010546132d290919063ffffffff16565b1115612910576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016129079061528b565b60405180910390fd5b61297c565b670b1a2bc2ec5000006010819055503461293a836010546132d290919063ffffffff16565b111561297b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016129729061528b565b60405180910390fd5b5b5b5b6000600190505b828111612a11576000612996610ebe565b90506103786129a3610ebe565b1015612a0357601360003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008154809291906001019190505550612a023382613038565b5b508080600101915050612985565b50506001600a8190555050565b601160049054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b612a4c612c0d565b73ffffffffffffffffffffffffffffffffffffffff16612a6a611d00565b73ffffffffffffffffffffffffffffffffffffffff1614612ac0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612ab79061540b565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415612b30576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612b27906151cb565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a380600b60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6000612c0682600261334290919063ffffffff16565b9050919050565b600033905090565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16612c88836117a8565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000612cdc8260000161335c565b9050919050565b6000612cee82612bf0565b612d2d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612d24906152eb565b60405180910390fd5b6000612d38836117a8565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480612da757508373ffffffffffffffffffffffffffffffffffffffff16612d8f84610c8b565b73ffffffffffffffffffffffffffffffffffffffff16145b80612db85750612db781856122ab565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff16612de1826117a8565b73ffffffffffffffffffffffffffffffffffffffff1614612e37576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612e2e9061542b565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612ea7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612e9e9061524b565b60405180910390fd5b612eb283838361336d565b612ebd600082612c15565b612f0e81600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002061337290919063ffffffff16565b50612f6081600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002061338c90919063ffffffff16565b50612f77818360026133a69092919063ffffffff16565b50808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b6000612fe783600001836133db565b60001c905092915050565b6000806000806130058660000186613448565b915091508160001c8160001c9350935050509250929050565b8060099080519060200190613034929190613cdb565b5050565b6130528282604051806020016040528060008152506134cb565b5050565b60008282111561309b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613092906152ab565b60405180910390fd5b818303905092915050565b60006130b9846000018460001b84613526565b60001c90509392505050565b60006130d3826000016135b7565b9050919050565b6130e5848484612dc1565b6130f1848484846135c8565b613130576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613127906151ab565b60405180910390fd5b50505050565b6060600082141561317e576040518060400160405280600181526020017f30000000000000000000000000000000000000000000000000000000000000008152509050613278565b600082905060005b600082146131a8578080600101915050600a82816131a057fe5b049150613186565b60608167ffffffffffffffff811180156131c157600080fd5b506040519080825280601f01601f1916602001820160405280156131f45781602001600182028036833780820191505090505b50905060006001830390508593505b6000841461327057600a848161321557fe5b0660300160f81b8282806001900393508151811061322f57fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a848161326857fe5b049350613203565b819450505050505b919050565b6000808284019050838110156132c8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016132bf9061520b565b60405180910390fd5b8091505092915050565b6000808314156132e5576000905061333c565b60008284029050828482816132f657fe5b0414613337576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161332e906153cb565b60405180910390fd5b809150505b92915050565b6000613354836000018360001b61372c565b905092915050565b600081600001805490509050919050565b505050565b6000613384836000018360001b61374f565b905092915050565b600061339e836000018360001b613837565b905092915050565b60006133d2846000018460001b8473ffffffffffffffffffffffffffffffffffffffff1660001b6138a7565b90509392505050565b600081836000018054905011613426576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161341d9061518b565b60405180910390fd5b82600001828154811061343557fe5b9060005260206000200154905092915050565b60008082846000018054905011613494576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161348b9061538b565b60405180910390fd5b60008460000184815481106134a557fe5b906000526020600020906002020190508060000154816001015492509250509250929050565b6134d58383613983565b6134e260008484846135c8565b613521576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613518906151ab565b60405180910390fd5b505050565b60008084600101600085815260200190815260200160002054905060008114158390613588576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161357f9190615147565b60405180910390fd5b5084600001600182038154811061359b57fe5b9060005260206000209060020201600101549150509392505050565b600081600001805490509050919050565b60006135e98473ffffffffffffffffffffffffffffffffffffffff16613b11565b6135f65760019050613724565b60606136bd63150b7a0260e01b61360b612c0d565b888787604051602401613621949392919061509c565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff838183161783525050505060405180606001604052806032815260200161585e603291398773ffffffffffffffffffffffffffffffffffffffff16613b249092919063ffffffff16565b90506000818060200190518101906136d591906141b1565b905063150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614925050505b949350505050565b600080836001016000848152602001908152602001600020541415905092915050565b6000808360010160008481526020019081526020016000205490506000811461382b576000600182039050600060018660000180549050039050600086600001828154811061379a57fe5b90600052602060002001549050808760000184815481106137b757fe5b90600052602060002001819055506001830187600101600083815260200190815260200160002081905550866000018054806137ef57fe5b60019003818190600052602060002001600090559055866001016000878152602001908152602001600020600090556001945050505050613831565b60009150505b92915050565b60006138438383613b3c565b61389c5782600001829080600181540180825580915050600190039060005260206000200160009091909190915055826000018054905083600101600084815260200190815260200160002081905550600190506138a1565b600090505b92915050565b600080846001016000858152602001908152602001600020549050600081141561394e5784600001604051806040016040528086815260200185815250908060018154018082558091505060019003906000526020600020906002020160009091909190915060008201518160000155602082015181600101555050846000018054905085600101600086815260200190815260200160002081905550600191505061397c565b8285600001600183038154811061396157fe5b90600052602060002090600202016001018190555060009150505b9392505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156139f3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016139ea906153ab565b60405180910390fd5b6139fc81612bf0565b15613a3c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613a33906151eb565b60405180910390fd5b613a486000838361336d565b613a9981600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002061338c90919063ffffffff16565b50613ab0818360026133a69092919063ffffffff16565b50808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b600080823b905060008111915050919050565b6060613b338484600085613b5f565b90509392505050565b600080836001016000848152602001908152602001600020541415905092915050565b606082471015613ba4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613b9b906152cb565b60405180910390fd5b613bad85613b11565b613bec576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613be3906154eb565b60405180910390fd5b600060608673ffffffffffffffffffffffffffffffffffffffff168587604051613c169190615016565b60006040518083038185875af1925050503d8060008114613c53576040519150601f19603f3d011682016040523d82523d6000602084013e613c58565b606091505b5091509150613c68828286613c74565b92505050949350505050565b60608315613c8457829050613cd4565b600083511115613c975782518084602001fd5b816040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613ccb9190615147565b60405180910390fd5b9392505050565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10613d1c57805160ff1916838001178555613d4a565b82800160010185558215613d4a579182015b82811115613d49578251825591602001919060010190613d2e565b5b509050613d579190613d5b565b5090565b5b80821115613d74576000816000905550600101613d5c565b5090565b600081359050613d87816157ea565b92915050565b600081359050613d9c81615801565b92915050565b60008083601f840112613db457600080fd5b8235905067ffffffffffffffff811115613dcd57600080fd5b602083019150836020820283011115613de557600080fd5b9250929050565b600081359050613dfb81615818565b92915050565b600081359050613e108161582f565b92915050565b600081519050613e258161582f565b92915050565b600082601f830112613e3c57600080fd5b8135613e4f613e4a826155d3565b6155a6565b91508082526020830160208301858383011115613e6b57600080fd5b613e76838284615797565b50505092915050565b600082601f830112613e9057600080fd5b8135613ea3613e9e826155ff565b6155a6565b91508082526020830160208301858383011115613ebf57600080fd5b613eca838284615797565b50505092915050565b600081359050613ee281615846565b92915050565b600060208284031215613efa57600080fd5b6000613f0884828501613d78565b91505092915050565b600060208284031215613f2357600080fd5b6000613f3184828501613d8d565b91505092915050565b60008060408385031215613f4d57600080fd5b6000613f5b85828601613d78565b9250506020613f6c85828601613d78565b9150509250929050565b600080600060608486031215613f8b57600080fd5b6000613f9986828701613d78565b9350506020613faa86828701613d78565b9250506040613fbb86828701613ed3565b9150509250925092565b60008060008060808587031215613fdb57600080fd5b6000613fe987828801613d78565b9450506020613ffa87828801613d78565b935050604061400b87828801613ed3565b925050606085013567ffffffffffffffff81111561402857600080fd5b61403487828801613e2b565b91505092959194509250565b6000806040838503121561405357600080fd5b600061406185828601613d78565b925050602061407285828601613dec565b9150509250929050565b6000806040838503121561408f57600080fd5b600061409d85828601613d78565b92505060206140ae85828601613ed3565b9150509250929050565b6000806000604084860312156140cd57600080fd5b600084013567ffffffffffffffff8111156140e757600080fd5b6140f386828701613da2565b9350935050602061410686828701613dec565b9150509250925092565b60006020828403121561412257600080fd5b600061413084828501613dec565b91505092915050565b60008060006060848603121561414e57600080fd5b600061415c86828701613dec565b935050602061416d86828701613dec565b925050604061417e86828701613dec565b9150509250925092565b60006020828403121561419a57600080fd5b60006141a884828501613e01565b91505092915050565b6000602082840312156141c357600080fd5b60006141d184828501613e16565b91505092915050565b6000602082840312156141ec57600080fd5b600082013567ffffffffffffffff81111561420657600080fd5b61421284828501613e7f565b91505092915050565b60006020828403121561422d57600080fd5b600061423b84828501613ed3565b91505092915050565b600061425083836143da565b905092915050565b60006142648383614ff8565b60208301905092915050565b61427981615723565b82525050565b61428881615711565b82525050565b600061429982615660565b6142a381856156a6565b9350836020820285016142b58561562b565b8060005b858110156142f157848403895281516142d28582614244565b94506142dd8361568c565b925060208a019950506001810190506142b9565b50829750879550505050505092915050565b600061430e8261566b565b61431881856156b7565b93506143238361563b565b8060005b8381101561435457815161433b8882614258565b975061434683615699565b925050600181019050614327565b5085935050505092915050565b61436a81615735565b82525050565b600061437b82615676565b61438581856156c8565b93506143958185602086016157a6565b61439e816157d9565b840191505092915050565b60006143b482615676565b6143be81856156d9565b93506143ce8185602086016157a6565b80840191505092915050565b60006143e582615681565b6143ef81856156e4565b93506143ff8185602086016157a6565b614408816157d9565b840191505092915050565b600061441e82615681565b61442881856156f5565b93506144388185602086016157a6565b614441816157d9565b840191505092915050565b600061445782615681565b6144618185615706565b93506144718185602086016157a6565b80840191505092915050565b60008154600181166000811461449a57600181146144c057614504565b607f60028304166144ab81876156f5565b955060ff198316865260208601935050614504565b600282046144ce81876156f5565b95506144d98561564b565b60005b828110156144fb578154818901526001820191506020810190506144dc565b80880195505050505b505092915050565b60006145196022836156f5565b91507f456e756d657261626c655365743a20696e646578206f7574206f6620626f756e60008301527f64730000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061457f6032836156f5565b91507f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008301527f63656976657220696d706c656d656e74657200000000000000000000000000006020830152604082019050919050565b60006145e56026836156f5565b91507f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008301527f64647265737300000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061464b601c836156f5565b91507f4552433732313a20746f6b656e20616c7265616479206d696e746564000000006000830152602082019050919050565b600061468b601b836156f5565b91507f536166654d6174683a206164646974696f6e206f766572666c6f7700000000006000830152602082019050919050565b60006146cb6020836156f5565b91507f4e6f7420656e6f7567682072657365727665206c65667420666f72207465616d6000830152602082019050919050565b600061470b6024836156f5565b91507f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008301527f72657373000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006147716019836156f5565b91507f4552433732313a20617070726f766520746f2063616c6c6572000000000000006000830152602082019050919050565b60006147b1601f836156f5565b91507f45746865722076616c75652073656e74206973206e6f7420636f7272656374006000830152602082019050919050565b60006147f1601e836156f5565b91507f536166654d6174683a207375627472616374696f6e206f766572666c6f7700006000830152602082019050919050565b60006148316026836156f5565b91507f416464726573733a20696e73756666696369656e742062616c616e636520666f60008301527f722063616c6c00000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614897602c836156f5565b91507f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008301527f697374656e7420746f6b656e00000000000000000000000000000000000000006020830152604082019050919050565b60006148fd6010836156f5565b91507f6e6f74206f6e2077686974656c697374000000000000000000000000000000006000830152602082019050919050565b600061493d6038836156f5565b91507f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008301527f6e6572206e6f7220617070726f76656420666f7220616c6c00000000000000006020830152604082019050919050565b60006149a3602c836156f5565b91507f507572636861736520776f756c6420657863656564206d617820737570706c7960008301527f206f66204d6f6e617263687300000000000000000000000000000000000000006020830152604082019050919050565b6000614a09602a836156f5565b91507f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008301527f726f2061646472657373000000000000000000000000000000000000000000006020830152604082019050919050565b6000614a6f6022836156f5565b91507f456e756d657261626c654d61703a20696e646578206f7574206f6620626f756e60008301527f64730000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614ad56020836156f5565b91507f4552433732313a206d696e7420746f20746865207a65726f20616464726573736000830152602082019050919050565b6000614b156021836156f5565b91507f536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f60008301527f77000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614b7b602c836156f5565b91507f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008301527f697374656e7420746f6b656e00000000000000000000000000000000000000006020830152604082019050919050565b6000614be16020836156f5565b91507f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726000830152602082019050919050565b6000614c216029836156f5565b91507f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960008301527f73206e6f74206f776e00000000000000000000000000000000000000000000006020830152604082019050919050565b6000614c87602f836156f5565b91507f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008301527f6e6578697374656e7420746f6b656e00000000000000000000000000000000006020830152604082019050919050565b6000614ced601c836156f5565b91507f4d6178204e4654207065722061646472657373206578636565646564000000006000830152602082019050919050565b6000614d2d6021836156f5565b91507f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008301527f72000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614d936000836156d9565b9150600082019050919050565b6000614dad6010836156f5565b91507f5472616e73666572206661696c65642e000000000000000000000000000000006000830152602082019050919050565b6000614ded6031836156f5565b91507f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008301527f776e6572206e6f7220617070726f7665640000000000000000000000000000006020830152604082019050919050565b6000614e53601d836156f5565b91507f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006000830152602082019050919050565b6000614e936034836156f5565b91507f507572636861736520776f756c6420657863656564206d617820737570706c7960008301527f206f662050726573616c65204d6f6e61726368730000000000000000000000006020830152604082019050919050565b6000614ef96024836156f5565b91507f53616c65206d7573742062652061637469766520746f206d696e74204d6f6e6160008301527f72636873000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614f5f601f836156f5565b91507f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006000830152602082019050919050565b6000614f9f6021836156f5565b91507f43616e206f6e6c79206d696e7420313020746f6b656e7320617420612074696d60008301527f65000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6150018161578d565b82525050565b6150108161578d565b82525050565b600061502282846143a9565b915081905092915050565b6000615039828561444c565b9150615045828461444c565b91508190509392505050565b600061505c82614d86565b9150819050919050565b600060208201905061507b600083018461427f565b92915050565b60006020820190506150966000830184614270565b92915050565b60006080820190506150b16000830187614270565b6150be602083018661427f565b6150cb6040830185615007565b81810360608301526150dd8184614370565b905095945050505050565b60006020820190508181036000830152615102818461428e565b905092915050565b600060208201905081810360008301526151248184614303565b905092915050565b60006020820190506151416000830184614361565b92915050565b600060208201905081810360008301526151618184614413565b905092915050565b60006020820190508181036000830152615183818461447d565b905092915050565b600060208201905081810360008301526151a48161450c565b9050919050565b600060208201905081810360008301526151c481614572565b9050919050565b600060208201905081810360008301526151e4816145d8565b9050919050565b600060208201905081810360008301526152048161463e565b9050919050565b600060208201905081810360008301526152248161467e565b9050919050565b60006020820190508181036000830152615244816146be565b9050919050565b60006020820190508181036000830152615264816146fe565b9050919050565b6000602082019050818103600083015261528481614764565b9050919050565b600060208201905081810360008301526152a4816147a4565b9050919050565b600060208201905081810360008301526152c4816147e4565b9050919050565b600060208201905081810360008301526152e481614824565b9050919050565b600060208201905081810360008301526153048161488a565b9050919050565b60006020820190508181036000830152615324816148f0565b9050919050565b6000602082019050818103600083015261534481614930565b9050919050565b6000602082019050818103600083015261536481614996565b9050919050565b60006020820190508181036000830152615384816149fc565b9050919050565b600060208201905081810360008301526153a481614a62565b9050919050565b600060208201905081810360008301526153c481614ac8565b9050919050565b600060208201905081810360008301526153e481614b08565b9050919050565b6000602082019050818103600083015261540481614b6e565b9050919050565b6000602082019050818103600083015261542481614bd4565b9050919050565b6000602082019050818103600083015261544481614c14565b9050919050565b6000602082019050818103600083015261546481614c7a565b9050919050565b6000602082019050818103600083015261548481614ce0565b9050919050565b600060208201905081810360008301526154a481614d20565b9050919050565b600060208201905081810360008301526154c481614da0565b9050919050565b600060208201905081810360008301526154e481614de0565b9050919050565b6000602082019050818103600083015261550481614e46565b9050919050565b6000602082019050818103600083015261552481614e86565b9050919050565b6000602082019050818103600083015261554481614eec565b9050919050565b6000602082019050818103600083015261556481614f52565b9050919050565b6000602082019050818103600083015261558481614f92565b9050919050565b60006020820190506155a06000830184615007565b92915050565b6000604051905081810181811067ffffffffffffffff821117156155c957600080fd5b8060405250919050565b600067ffffffffffffffff8211156155ea57600080fd5b601f19601f8301169050602081019050919050565b600067ffffffffffffffff82111561561657600080fd5b601f19601f8301169050602081019050919050565b6000819050602082019050919050565b6000819050602082019050919050565b60008190508160005260206000209050919050565b600081519050919050565b600081519050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600061571c8261576d565b9050919050565b600061572e8261576d565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b838110156157c45780820151818401526020810190506157a9565b838111156157d3576000848401525b50505050565b6000601f19601f8301169050919050565b6157f381615711565b81146157fe57600080fd5b50565b61580a81615723565b811461581557600080fd5b50565b61582181615735565b811461582c57600080fd5b50565b61583881615741565b811461584357600080fd5b50565b61584f8161578d565b811461585a57600080fd5b5056fe4552433732313a207472616e7366657220746f206e6f6e20455243373231526563656976657220696d706c656d656e7465724552433732313a206f776e657220717565727920666f72206e6f6e6578697374656e7420746f6b656ea26469706673582212201a9ccb2399be5643f44753a30f3f63414076de789027a76f6ecd5bc36e68576564736f6c6343000700003300000000000000000000000083847c0905d2c1f38cf67276397f8679c48e2bd7

Deployed Bytecode

0x6080604052600436106102ae5760003560e01c806367ca8ef3116101755780639c70b512116100dc578063e985e9c511610095578063ee7ffc641161006f578063ee7ffc6414610ad6578063f1f9710214610aff578063f2bcd02214610b1b578063f2fde38b14610b46576102ae565b8063e985e9c514610a57578063ea7523ee14610a94578063eb8d244414610aab576102ae565b80639c70b51214610935578063a006326b14610960578063a22cb4651461098b578063b88d4fde146109b4578063ba4e5c49146109dd578063c87b56dd14610a1a576102ae565b80637bfdb0741161012e5780637bfdb074146108235780638462151c1461084e5780638da5cb5b1461088b5780639233c4f5146108b657806395d89b41146108df5780639c3e72bd1461090a576102ae565b806367ca8ef3146107135780636b24099a146107505780636c0360eb1461077957806370a08231146107a4578063715018a6146107e15780637b8ef4c2146107f8576102ae565b80632f745c59116102195780634d4c4e99116101d25780634d4c4e99146105f35780634f6ccce71461061e57806355700f591461065b57806355f804b31461068457806360d7e61f146106ad5780636352211e146106d6576102ae565b80632f745c59146104f75780633c952764146105345780633ccfd60b1461055d5780633de787921461057457806342842e0e1461059f578063437dec0a146105c8576102ae565b806318160ddd1161026b57806318160ddd146103d557806318cae2691461040057806321b8092e1461043d57806323b872dd1461046657806326cb7f171461048f5780632a2f2fee146104cc576102ae565b806301ffc9a7146102b357806306fdde03146102f057806307e9646e1461031b578063081812fc14610346578063095ea7b31461038357806310969523146103ac575b600080fd5b3480156102bf57600080fd5b506102da60048036038101906102d59190614188565b610b6f565b6040516102e7919061512c565b60405180910390f35b3480156102fc57600080fd5b50610305610bd6565b6040516103129190615147565b60405180910390f35b34801561032757600080fd5b50610330610c78565b60405161033d919061512c565b60405180910390f35b34801561035257600080fd5b5061036d6004803603810190610368919061421b565b610c8b565b60405161037a9190615066565b60405180910390f35b34801561038f57600080fd5b506103aa60048036038101906103a5919061407c565b610d10565b005b3480156103b857600080fd5b506103d360048036038101906103ce91906141da565b610e28565b005b3480156103e157600080fd5b506103ea610ebe565b6040516103f7919061558b565b60405180910390f35b34801561040c57600080fd5b5061042760048036038101906104229190613ee8565b610ecf565b604051610434919061558b565b60405180910390f35b34801561044957600080fd5b50610464600480360381019061045f9190613f11565b610ee7565b005b34801561047257600080fd5b5061048d60048036038101906104889190613f76565b610fa7565b005b34801561049b57600080fd5b506104b660048036038101906104b19190613ee8565b611007565b6040516104c391906150e8565b60405180910390f35b3480156104d857600080fd5b506104e16111b4565b6040516104ee919061558b565b60405180910390f35b34801561050357600080fd5b5061051e6004803603810190610519919061407c565b6111ba565b60405161052b919061558b565b60405180910390f35b34801561054057600080fd5b5061055b60048036038101906105569190614110565b611215565b005b34801561056957600080fd5b506105726112ae565b005b34801561058057600080fd5b50610589611401565b604051610596919061558b565b60405180910390f35b3480156105ab57600080fd5b506105c660048036038101906105c19190613f76565b611407565b005b3480156105d457600080fd5b506105dd611427565b6040516105ea9190615147565b60405180910390f35b3480156105ff57600080fd5b506106086114c5565b604051610615919061558b565b60405180910390f35b34801561062a57600080fd5b506106456004803603810190610640919061421b565b6114cb565b604051610652919061558b565b60405180910390f35b34801561066757600080fd5b50610682600480360381019061067d91906140b8565b6114ee565b005b34801561069057600080fd5b506106ab60048036038101906106a691906141da565b611602565b005b3480156106b957600080fd5b506106d460048036038101906106cf919061407c565b61168a565b005b3480156106e257600080fd5b506106fd60048036038101906106f8919061421b565b6117a8565b60405161070a9190615066565b60405180910390f35b34801561071f57600080fd5b5061073a6004803603810190610735919061421b565b6117df565b6040516107479190615147565b60405180910390f35b34801561075c57600080fd5b5061077760048036038101906107729190614139565b61188f565b005b34801561078557600080fd5b5061078e61195e565b60405161079b9190615147565b60405180910390f35b3480156107b057600080fd5b506107cb60048036038101906107c69190613ee8565b611a00565b6040516107d8919061558b565b60405180910390f35b3480156107ed57600080fd5b506107f6611abf565b005b34801561080457600080fd5b5061080d611bfc565b60405161081a919061558b565b60405180910390f35b34801561082f57600080fd5b50610838611c01565b604051610845919061558b565b60405180910390f35b34801561085a57600080fd5b5061087560048036038101906108709190613ee8565b611c07565b604051610882919061510a565b60405180910390f35b34801561089757600080fd5b506108a0611d00565b6040516108ad9190615066565b60405180910390f35b3480156108c257600080fd5b506108dd60048036038101906108d8919061421b565b611d2a565b005b3480156108eb57600080fd5b506108f4611db0565b6040516109019190615147565b60405180910390f35b34801561091657600080fd5b5061091f611e52565b60405161092c9190615147565b60405180910390f35b34801561094157600080fd5b5061094a611ef0565b604051610957919061512c565b60405180910390f35b34801561096c57600080fd5b50610975611f03565b604051610982919061558b565b60405180910390f35b34801561099757600080fd5b506109b260048036038101906109ad9190614040565b611f09565b005b3480156109c057600080fd5b506109db60048036038101906109d69190613fc5565b61208a565b005b3480156109e957600080fd5b50610a0460048036038101906109ff919061421b565b6120ec565b604051610a119190615066565b60405180910390f35b348015610a2657600080fd5b50610a416004803603810190610a3c919061421b565b612128565b604051610a4e9190615147565b60405180910390f35b348015610a6357600080fd5b50610a7e6004803603810190610a799190613f3a565b6122ab565b604051610a8b919061512c565b60405180910390f35b348015610aa057600080fd5b50610aa961233f565b005b348015610ab757600080fd5b50610ac0612410565b604051610acd919061512c565b60405180910390f35b348015610ae257600080fd5b50610afd6004803603810190610af89190614110565b612423565b005b610b196004803603810190610b14919061421b565b6124bc565b005b348015610b2757600080fd5b50610b30612a1e565b604051610b3d9190615081565b60405180910390f35b348015610b5257600080fd5b50610b6d6004803603810190610b689190613ee8565b612a44565b005b6000806000837bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916815260200190815260200160002060009054906101000a900460ff169050919050565b606060068054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610c6e5780601f10610c4357610100808354040283529160200191610c6e565b820191906000526020600020905b815481529060010190602001808311610c5157829003601f168201915b5050505050905090565b601160029054906101000a900460ff1681565b6000610c9682612bf0565b610cd5576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ccc906153eb565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610d1b826117a8565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610d8c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d839061548b565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610dab612c0d565b73ffffffffffffffffffffffffffffffffffffffff161480610dda5750610dd981610dd4612c0d565b6122ab565b5b610e19576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e109061532b565b60405180910390fd5b610e238383612c15565b505050565b610e30612c0d565b73ffffffffffffffffffffffffffffffffffffffff16610e4e611d00565b73ffffffffffffffffffffffffffffffffffffffff1614610ea4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e9b9061540b565b60405180910390fd5b80600c9080519060200190610eba929190613cdb565b5050565b6000610eca6002612cce565b905090565b60136020528060005260406000206000915090505481565b610eef612c0d565b73ffffffffffffffffffffffffffffffffffffffff16610f0d611d00565b73ffffffffffffffffffffffffffffffffffffffff1614610f63576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f5a9061540b565b60405180910390fd5b80601160046101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b610fb8610fb2612c0d565b82612ce3565b610ff7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fee906154cb565b60405180910390fd5b611002838383612dc1565b505050565b6060600061101483611a00565b9050600081141561107457600067ffffffffffffffff8111801561103757600080fd5b5060405190808252806020026020018201604052801561106b57816020015b60608152602001906001900390816110565790505b509150506111af565b60608167ffffffffffffffff8111801561108d57600080fd5b506040519080825280602002602001820160405280156110c157816020015b60608152602001906001900390816110ac5790505b50905060005b828110156111a857601460006110dd87846111ba565b81526020019081526020016000208054600181600116156101000203166002900480601f01602080910402602001604051908101604052809291908181526020018280546001816001161561010002031660029004801561117f5780601f106111545761010080835404028352916020019161117f565b820191906000526020600020905b81548152906001019060200180831161116257829003601f168201915b505050505082828151811061119057fe5b602002602001018190525080806001019150506110c7565b8193505050505b919050565b61037881565b600061120d82600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020612fd890919063ffffffff16565b905092915050565b61121d612c0d565b73ffffffffffffffffffffffffffffffffffffffff1661123b611d00565b73ffffffffffffffffffffffffffffffffffffffff1614611291576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112889061540b565b60405180910390fd5b80601160036101000a81548160ff02191690831515021790555050565b6112b6612c0d565b73ffffffffffffffffffffffffffffffffffffffff166112d4611d00565b73ffffffffffffffffffffffffffffffffffffffff161461132a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113219061540b565b60405180910390fd5b60004790506000601160049054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168260405161137790615051565b60006040518083038185875af1925050503d80600081146113b4576040519150601f19603f3d011682016040523d82523d6000602084013e6113b9565b606091505b50509050806113fd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113f4906154ab565b60405180910390fd5b5050565b60105481565b6114228383836040518060200160405280600081525061208a565b505050565b600c8054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156114bd5780601f10611492576101008083540402835291602001916114bd565b820191906000526020600020905b8154815290600101906020018083116114a057829003601f168201915b505050505081565b6101bc81565b6000806114e2836002612ff290919063ffffffff16565b50905080915050919050565b6114f6612c0d565b73ffffffffffffffffffffffffffffffffffffffff16611514611d00565b73ffffffffffffffffffffffffffffffffffffffff161461156a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115619061540b565b60405180910390fd5b60005b838390508110156115fc57816015600086868581811061158957fe5b905060200201602081019061159e9190613ee8565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550808060010191505061156d565b50505050565b61160a612c0d565b73ffffffffffffffffffffffffffffffffffffffff16611628611d00565b73ffffffffffffffffffffffffffffffffffffffff161461167e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116759061540b565b60405180910390fd5b6116878161301e565b50565b611692612c0d565b73ffffffffffffffffffffffffffffffffffffffff166116b0611d00565b73ffffffffffffffffffffffffffffffffffffffff1614611706576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116fd9061540b565b60405180910390fd5b6000611710610ebe565b90506000821180156117245750600e548211155b611763576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161175a9061522b565b60405180910390fd5b60005b828110156117875761177a84828401613038565b8080600101915050611766565b5061179d82600e5461305690919063ffffffff16565b600e81905550505050565b60006117d8826040518060600160405280602981526020016158906029913960026130a69092919063ffffffff16565b9050919050565b60146020528060005260406000206000915090508054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156118875780601f1061185c57610100808354040283529160200191611887565b820191906000526020600020905b81548152906001019060200180831161186a57829003601f168201915b505050505081565b611897612c0d565b73ffffffffffffffffffffffffffffffffffffffff166118b5611d00565b73ffffffffffffffffffffffffffffffffffffffff161461190b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119029061540b565b60405180910390fd5b82601160036101000a81548160ff02191690831515021790555081601160026101000a81548160ff02191690831515021790555080601160016101000a81548160ff021916908315150217905550505050565b606060098054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156119f65780601f106119cb576101008083540402835291602001916119f6565b820191906000526020600020905b8154815290600101906020018083116119d957829003601f168201915b5050505050905090565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611a71576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a689061536b565b60405180910390fd5b611ab8600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206130c5565b9050919050565b611ac7612c0d565b73ffffffffffffffffffffffffffffffffffffffff16611ae5611d00565b73ffffffffffffffffffffffffffffffffffffffff1614611b3b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b329061540b565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff16600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a36000600b60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b600a81565b600e5481565b60606000611c1483611a00565b90506000811415611c6f57600067ffffffffffffffff81118015611c3757600080fd5b50604051908082528060200260200182016040528015611c665781602001602082028036833780820191505090505b50915050611cfb565b60608167ffffffffffffffff81118015611c8857600080fd5b50604051908082528060200260200182016040528015611cb75781602001602082028036833780820191505090505b50905060005b82811015611cf457611ccf85826111ba565b828281518110611cdb57fe5b6020026020010181815250508080600101915050611cbd565b8193505050505b919050565b6000600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b611d32612c0d565b73ffffffffffffffffffffffffffffffffffffffff16611d50611d00565b73ffffffffffffffffffffffffffffffffffffffff1614611da6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d9d9061540b565b60405180910390fd5b80600f8190555050565b606060078054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015611e485780601f10611e1d57610100808354040283529160200191611e48565b820191906000526020600020905b815481529060010190602001808311611e2b57829003601f168201915b5050505050905090565b600d8054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015611ee85780601f10611ebd57610100808354040283529160200191611ee8565b820191906000526020600020905b815481529060010190602001808311611ecb57829003601f168201915b505050505081565b601160039054906101000a900460ff1681565b600f5481565b611f11612c0d565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611f7f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f769061526b565b60405180910390fd5b8060056000611f8c612c0d565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff16612039612c0d565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c318360405161207e919061512c565b60405180910390a35050565b61209b612095612c0d565b83612ce3565b6120da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120d1906154cb565b60405180910390fd5b6120e6848484846130da565b50505050565b601281815481106120f957fe5b906000526020600020016000915054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b606061213382612bf0565b612172576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016121699061544b565b60405180910390fd5b6060600860008481526020019081526020016000208054600181600116156101000203166002900480601f01602080910402602001604051908101604052809291908181526020018280546001816001161561010002031660029004801561221b5780601f106121f05761010080835404028352916020019161221b565b820191906000526020600020905b8154815290600101906020018083116121fe57829003601f168201915b50505050509050606061222c61195e565b90506000815114156122425781925050506122a6565b60008251111561227757808260405160200161225f92919061502d565b604051602081830303815290604052925050506122a6565b8061228185613136565b60405160200161229292919061502d565b604051602081830303815290604052925050505b919050565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b612347612c0d565b73ffffffffffffffffffffffffffffffffffffffff16612365611d00565b73ffffffffffffffffffffffffffffffffffffffff16146123bb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123b29061540b565b60405180910390fd5b6001601160006101000a81548160ff0219169083151502179055507f9783266630af5dc104633929b28d95db71a98f3fadb3ba4c78d039c1fb30f9dd600c6040516124069190615169565b60405180910390a1565b601160019054906101000a900460ff1681565b61242b612c0d565b73ffffffffffffffffffffffffffffffffffffffff16612449611d00565b73ffffffffffffffffffffffffffffffffffffffff161461249f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124969061540b565b60405180910390fd5b80601160026101000a81548160ff02191690831515021790555050565b6002600a541415612502576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124f99061554b565b60405180910390fd5b6002600a81905550601160019054906101000a900460ff16612559576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125509061552b565b60405180910390fd5b60008111801561256a5750600a8111155b6125a9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125a09061556b565b60405180910390fd5b6000601360003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905060011515601160029054906101000a900460ff161515141561265157600f548282011115612650576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126479061546b565b60405180910390fd5b5b60011515601160039054906101000a900460ff161515141561275c57601560003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff166126f9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126f09061530b565b60405180910390fd5b6101bc61271683612708610ebe565b61327d90919063ffffffff16565b1115612757576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161274e9061550b565b60405180910390fd5b6127bb565b6103786127798361276b610ebe565b61327d90919063ffffffff16565b11156127ba576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127b19061534b565b60405180910390fd5b5b600a82141561282f57670853a0d2313c0000601081905550346127e9836010546132d290919063ffffffff16565b111561282a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016128219061528b565b60405180910390fd5b61297e565b600582106128a2576709b6e64a8ec600006010819055503461285c836010546132d290919063ffffffff16565b111561289d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016128949061528b565b60405180910390fd5b61297d565b6003821061291557670a688906bd8b0000601081905550346128cf836010546132d290919063ffffffff16565b1115612910576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016129079061528b565b60405180910390fd5b61297c565b670b1a2bc2ec5000006010819055503461293a836010546132d290919063ffffffff16565b111561297b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016129729061528b565b60405180910390fd5b5b5b5b6000600190505b828111612a11576000612996610ebe565b90506103786129a3610ebe565b1015612a0357601360003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008154809291906001019190505550612a023382613038565b5b508080600101915050612985565b50506001600a8190555050565b601160049054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b612a4c612c0d565b73ffffffffffffffffffffffffffffffffffffffff16612a6a611d00565b73ffffffffffffffffffffffffffffffffffffffff1614612ac0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612ab79061540b565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415612b30576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612b27906151cb565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a380600b60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6000612c0682600261334290919063ffffffff16565b9050919050565b600033905090565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16612c88836117a8565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000612cdc8260000161335c565b9050919050565b6000612cee82612bf0565b612d2d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612d24906152eb565b60405180910390fd5b6000612d38836117a8565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480612da757508373ffffffffffffffffffffffffffffffffffffffff16612d8f84610c8b565b73ffffffffffffffffffffffffffffffffffffffff16145b80612db85750612db781856122ab565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff16612de1826117a8565b73ffffffffffffffffffffffffffffffffffffffff1614612e37576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612e2e9061542b565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612ea7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612e9e9061524b565b60405180910390fd5b612eb283838361336d565b612ebd600082612c15565b612f0e81600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002061337290919063ffffffff16565b50612f6081600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002061338c90919063ffffffff16565b50612f77818360026133a69092919063ffffffff16565b50808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b6000612fe783600001836133db565b60001c905092915050565b6000806000806130058660000186613448565b915091508160001c8160001c9350935050509250929050565b8060099080519060200190613034929190613cdb565b5050565b6130528282604051806020016040528060008152506134cb565b5050565b60008282111561309b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613092906152ab565b60405180910390fd5b818303905092915050565b60006130b9846000018460001b84613526565b60001c90509392505050565b60006130d3826000016135b7565b9050919050565b6130e5848484612dc1565b6130f1848484846135c8565b613130576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613127906151ab565b60405180910390fd5b50505050565b6060600082141561317e576040518060400160405280600181526020017f30000000000000000000000000000000000000000000000000000000000000008152509050613278565b600082905060005b600082146131a8578080600101915050600a82816131a057fe5b049150613186565b60608167ffffffffffffffff811180156131c157600080fd5b506040519080825280601f01601f1916602001820160405280156131f45781602001600182028036833780820191505090505b50905060006001830390508593505b6000841461327057600a848161321557fe5b0660300160f81b8282806001900393508151811061322f57fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a848161326857fe5b049350613203565b819450505050505b919050565b6000808284019050838110156132c8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016132bf9061520b565b60405180910390fd5b8091505092915050565b6000808314156132e5576000905061333c565b60008284029050828482816132f657fe5b0414613337576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161332e906153cb565b60405180910390fd5b809150505b92915050565b6000613354836000018360001b61372c565b905092915050565b600081600001805490509050919050565b505050565b6000613384836000018360001b61374f565b905092915050565b600061339e836000018360001b613837565b905092915050565b60006133d2846000018460001b8473ffffffffffffffffffffffffffffffffffffffff1660001b6138a7565b90509392505050565b600081836000018054905011613426576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161341d9061518b565b60405180910390fd5b82600001828154811061343557fe5b9060005260206000200154905092915050565b60008082846000018054905011613494576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161348b9061538b565b60405180910390fd5b60008460000184815481106134a557fe5b906000526020600020906002020190508060000154816001015492509250509250929050565b6134d58383613983565b6134e260008484846135c8565b613521576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613518906151ab565b60405180910390fd5b505050565b60008084600101600085815260200190815260200160002054905060008114158390613588576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161357f9190615147565b60405180910390fd5b5084600001600182038154811061359b57fe5b9060005260206000209060020201600101549150509392505050565b600081600001805490509050919050565b60006135e98473ffffffffffffffffffffffffffffffffffffffff16613b11565b6135f65760019050613724565b60606136bd63150b7a0260e01b61360b612c0d565b888787604051602401613621949392919061509c565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff838183161783525050505060405180606001604052806032815260200161585e603291398773ffffffffffffffffffffffffffffffffffffffff16613b249092919063ffffffff16565b90506000818060200190518101906136d591906141b1565b905063150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614925050505b949350505050565b600080836001016000848152602001908152602001600020541415905092915050565b6000808360010160008481526020019081526020016000205490506000811461382b576000600182039050600060018660000180549050039050600086600001828154811061379a57fe5b90600052602060002001549050808760000184815481106137b757fe5b90600052602060002001819055506001830187600101600083815260200190815260200160002081905550866000018054806137ef57fe5b60019003818190600052602060002001600090559055866001016000878152602001908152602001600020600090556001945050505050613831565b60009150505b92915050565b60006138438383613b3c565b61389c5782600001829080600181540180825580915050600190039060005260206000200160009091909190915055826000018054905083600101600084815260200190815260200160002081905550600190506138a1565b600090505b92915050565b600080846001016000858152602001908152602001600020549050600081141561394e5784600001604051806040016040528086815260200185815250908060018154018082558091505060019003906000526020600020906002020160009091909190915060008201518160000155602082015181600101555050846000018054905085600101600086815260200190815260200160002081905550600191505061397c565b8285600001600183038154811061396157fe5b90600052602060002090600202016001018190555060009150505b9392505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156139f3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016139ea906153ab565b60405180910390fd5b6139fc81612bf0565b15613a3c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613a33906151eb565b60405180910390fd5b613a486000838361336d565b613a9981600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002061338c90919063ffffffff16565b50613ab0818360026133a69092919063ffffffff16565b50808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b600080823b905060008111915050919050565b6060613b338484600085613b5f565b90509392505050565b600080836001016000848152602001908152602001600020541415905092915050565b606082471015613ba4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613b9b906152cb565b60405180910390fd5b613bad85613b11565b613bec576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613be3906154eb565b60405180910390fd5b600060608673ffffffffffffffffffffffffffffffffffffffff168587604051613c169190615016565b60006040518083038185875af1925050503d8060008114613c53576040519150601f19603f3d011682016040523d82523d6000602084013e613c58565b606091505b5091509150613c68828286613c74565b92505050949350505050565b60608315613c8457829050613cd4565b600083511115613c975782518084602001fd5b816040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613ccb9190615147565b60405180910390fd5b9392505050565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10613d1c57805160ff1916838001178555613d4a565b82800160010185558215613d4a579182015b82811115613d49578251825591602001919060010190613d2e565b5b509050613d579190613d5b565b5090565b5b80821115613d74576000816000905550600101613d5c565b5090565b600081359050613d87816157ea565b92915050565b600081359050613d9c81615801565b92915050565b60008083601f840112613db457600080fd5b8235905067ffffffffffffffff811115613dcd57600080fd5b602083019150836020820283011115613de557600080fd5b9250929050565b600081359050613dfb81615818565b92915050565b600081359050613e108161582f565b92915050565b600081519050613e258161582f565b92915050565b600082601f830112613e3c57600080fd5b8135613e4f613e4a826155d3565b6155a6565b91508082526020830160208301858383011115613e6b57600080fd5b613e76838284615797565b50505092915050565b600082601f830112613e9057600080fd5b8135613ea3613e9e826155ff565b6155a6565b91508082526020830160208301858383011115613ebf57600080fd5b613eca838284615797565b50505092915050565b600081359050613ee281615846565b92915050565b600060208284031215613efa57600080fd5b6000613f0884828501613d78565b91505092915050565b600060208284031215613f2357600080fd5b6000613f3184828501613d8d565b91505092915050565b60008060408385031215613f4d57600080fd5b6000613f5b85828601613d78565b9250506020613f6c85828601613d78565b9150509250929050565b600080600060608486031215613f8b57600080fd5b6000613f9986828701613d78565b9350506020613faa86828701613d78565b9250506040613fbb86828701613ed3565b9150509250925092565b60008060008060808587031215613fdb57600080fd5b6000613fe987828801613d78565b9450506020613ffa87828801613d78565b935050604061400b87828801613ed3565b925050606085013567ffffffffffffffff81111561402857600080fd5b61403487828801613e2b565b91505092959194509250565b6000806040838503121561405357600080fd5b600061406185828601613d78565b925050602061407285828601613dec565b9150509250929050565b6000806040838503121561408f57600080fd5b600061409d85828601613d78565b92505060206140ae85828601613ed3565b9150509250929050565b6000806000604084860312156140cd57600080fd5b600084013567ffffffffffffffff8111156140e757600080fd5b6140f386828701613da2565b9350935050602061410686828701613dec565b9150509250925092565b60006020828403121561412257600080fd5b600061413084828501613dec565b91505092915050565b60008060006060848603121561414e57600080fd5b600061415c86828701613dec565b935050602061416d86828701613dec565b925050604061417e86828701613dec565b9150509250925092565b60006020828403121561419a57600080fd5b60006141a884828501613e01565b91505092915050565b6000602082840312156141c357600080fd5b60006141d184828501613e16565b91505092915050565b6000602082840312156141ec57600080fd5b600082013567ffffffffffffffff81111561420657600080fd5b61421284828501613e7f565b91505092915050565b60006020828403121561422d57600080fd5b600061423b84828501613ed3565b91505092915050565b600061425083836143da565b905092915050565b60006142648383614ff8565b60208301905092915050565b61427981615723565b82525050565b61428881615711565b82525050565b600061429982615660565b6142a381856156a6565b9350836020820285016142b58561562b565b8060005b858110156142f157848403895281516142d28582614244565b94506142dd8361568c565b925060208a019950506001810190506142b9565b50829750879550505050505092915050565b600061430e8261566b565b61431881856156b7565b93506143238361563b565b8060005b8381101561435457815161433b8882614258565b975061434683615699565b925050600181019050614327565b5085935050505092915050565b61436a81615735565b82525050565b600061437b82615676565b61438581856156c8565b93506143958185602086016157a6565b61439e816157d9565b840191505092915050565b60006143b482615676565b6143be81856156d9565b93506143ce8185602086016157a6565b80840191505092915050565b60006143e582615681565b6143ef81856156e4565b93506143ff8185602086016157a6565b614408816157d9565b840191505092915050565b600061441e82615681565b61442881856156f5565b93506144388185602086016157a6565b614441816157d9565b840191505092915050565b600061445782615681565b6144618185615706565b93506144718185602086016157a6565b80840191505092915050565b60008154600181166000811461449a57600181146144c057614504565b607f60028304166144ab81876156f5565b955060ff198316865260208601935050614504565b600282046144ce81876156f5565b95506144d98561564b565b60005b828110156144fb578154818901526001820191506020810190506144dc565b80880195505050505b505092915050565b60006145196022836156f5565b91507f456e756d657261626c655365743a20696e646578206f7574206f6620626f756e60008301527f64730000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061457f6032836156f5565b91507f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008301527f63656976657220696d706c656d656e74657200000000000000000000000000006020830152604082019050919050565b60006145e56026836156f5565b91507f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008301527f64647265737300000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061464b601c836156f5565b91507f4552433732313a20746f6b656e20616c7265616479206d696e746564000000006000830152602082019050919050565b600061468b601b836156f5565b91507f536166654d6174683a206164646974696f6e206f766572666c6f7700000000006000830152602082019050919050565b60006146cb6020836156f5565b91507f4e6f7420656e6f7567682072657365727665206c65667420666f72207465616d6000830152602082019050919050565b600061470b6024836156f5565b91507f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008301527f72657373000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006147716019836156f5565b91507f4552433732313a20617070726f766520746f2063616c6c6572000000000000006000830152602082019050919050565b60006147b1601f836156f5565b91507f45746865722076616c75652073656e74206973206e6f7420636f7272656374006000830152602082019050919050565b60006147f1601e836156f5565b91507f536166654d6174683a207375627472616374696f6e206f766572666c6f7700006000830152602082019050919050565b60006148316026836156f5565b91507f416464726573733a20696e73756666696369656e742062616c616e636520666f60008301527f722063616c6c00000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614897602c836156f5565b91507f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008301527f697374656e7420746f6b656e00000000000000000000000000000000000000006020830152604082019050919050565b60006148fd6010836156f5565b91507f6e6f74206f6e2077686974656c697374000000000000000000000000000000006000830152602082019050919050565b600061493d6038836156f5565b91507f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008301527f6e6572206e6f7220617070726f76656420666f7220616c6c00000000000000006020830152604082019050919050565b60006149a3602c836156f5565b91507f507572636861736520776f756c6420657863656564206d617820737570706c7960008301527f206f66204d6f6e617263687300000000000000000000000000000000000000006020830152604082019050919050565b6000614a09602a836156f5565b91507f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008301527f726f2061646472657373000000000000000000000000000000000000000000006020830152604082019050919050565b6000614a6f6022836156f5565b91507f456e756d657261626c654d61703a20696e646578206f7574206f6620626f756e60008301527f64730000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614ad56020836156f5565b91507f4552433732313a206d696e7420746f20746865207a65726f20616464726573736000830152602082019050919050565b6000614b156021836156f5565b91507f536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f60008301527f77000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614b7b602c836156f5565b91507f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008301527f697374656e7420746f6b656e00000000000000000000000000000000000000006020830152604082019050919050565b6000614be16020836156f5565b91507f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726000830152602082019050919050565b6000614c216029836156f5565b91507f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960008301527f73206e6f74206f776e00000000000000000000000000000000000000000000006020830152604082019050919050565b6000614c87602f836156f5565b91507f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008301527f6e6578697374656e7420746f6b656e00000000000000000000000000000000006020830152604082019050919050565b6000614ced601c836156f5565b91507f4d6178204e4654207065722061646472657373206578636565646564000000006000830152602082019050919050565b6000614d2d6021836156f5565b91507f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008301527f72000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614d936000836156d9565b9150600082019050919050565b6000614dad6010836156f5565b91507f5472616e73666572206661696c65642e000000000000000000000000000000006000830152602082019050919050565b6000614ded6031836156f5565b91507f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008301527f776e6572206e6f7220617070726f7665640000000000000000000000000000006020830152604082019050919050565b6000614e53601d836156f5565b91507f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006000830152602082019050919050565b6000614e936034836156f5565b91507f507572636861736520776f756c6420657863656564206d617820737570706c7960008301527f206f662050726573616c65204d6f6e61726368730000000000000000000000006020830152604082019050919050565b6000614ef96024836156f5565b91507f53616c65206d7573742062652061637469766520746f206d696e74204d6f6e6160008301527f72636873000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614f5f601f836156f5565b91507f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006000830152602082019050919050565b6000614f9f6021836156f5565b91507f43616e206f6e6c79206d696e7420313020746f6b656e7320617420612074696d60008301527f65000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6150018161578d565b82525050565b6150108161578d565b82525050565b600061502282846143a9565b915081905092915050565b6000615039828561444c565b9150615045828461444c565b91508190509392505050565b600061505c82614d86565b9150819050919050565b600060208201905061507b600083018461427f565b92915050565b60006020820190506150966000830184614270565b92915050565b60006080820190506150b16000830187614270565b6150be602083018661427f565b6150cb6040830185615007565b81810360608301526150dd8184614370565b905095945050505050565b60006020820190508181036000830152615102818461428e565b905092915050565b600060208201905081810360008301526151248184614303565b905092915050565b60006020820190506151416000830184614361565b92915050565b600060208201905081810360008301526151618184614413565b905092915050565b60006020820190508181036000830152615183818461447d565b905092915050565b600060208201905081810360008301526151a48161450c565b9050919050565b600060208201905081810360008301526151c481614572565b9050919050565b600060208201905081810360008301526151e4816145d8565b9050919050565b600060208201905081810360008301526152048161463e565b9050919050565b600060208201905081810360008301526152248161467e565b9050919050565b60006020820190508181036000830152615244816146be565b9050919050565b60006020820190508181036000830152615264816146fe565b9050919050565b6000602082019050818103600083015261528481614764565b9050919050565b600060208201905081810360008301526152a4816147a4565b9050919050565b600060208201905081810360008301526152c4816147e4565b9050919050565b600060208201905081810360008301526152e481614824565b9050919050565b600060208201905081810360008301526153048161488a565b9050919050565b60006020820190508181036000830152615324816148f0565b9050919050565b6000602082019050818103600083015261534481614930565b9050919050565b6000602082019050818103600083015261536481614996565b9050919050565b60006020820190508181036000830152615384816149fc565b9050919050565b600060208201905081810360008301526153a481614a62565b9050919050565b600060208201905081810360008301526153c481614ac8565b9050919050565b600060208201905081810360008301526153e481614b08565b9050919050565b6000602082019050818103600083015261540481614b6e565b9050919050565b6000602082019050818103600083015261542481614bd4565b9050919050565b6000602082019050818103600083015261544481614c14565b9050919050565b6000602082019050818103600083015261546481614c7a565b9050919050565b6000602082019050818103600083015261548481614ce0565b9050919050565b600060208201905081810360008301526154a481614d20565b9050919050565b600060208201905081810360008301526154c481614da0565b9050919050565b600060208201905081810360008301526154e481614de0565b9050919050565b6000602082019050818103600083015261550481614e46565b9050919050565b6000602082019050818103600083015261552481614e86565b9050919050565b6000602082019050818103600083015261554481614eec565b9050919050565b6000602082019050818103600083015261556481614f52565b9050919050565b6000602082019050818103600083015261558481614f92565b9050919050565b60006020820190506155a06000830184615007565b92915050565b6000604051905081810181811067ffffffffffffffff821117156155c957600080fd5b8060405250919050565b600067ffffffffffffffff8211156155ea57600080fd5b601f19601f8301169050602081019050919050565b600067ffffffffffffffff82111561561657600080fd5b601f19601f8301169050602081019050919050565b6000819050602082019050919050565b6000819050602082019050919050565b60008190508160005260206000209050919050565b600081519050919050565b600081519050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600061571c8261576d565b9050919050565b600061572e8261576d565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b838110156157c45780820151818401526020810190506157a9565b838111156157d3576000848401525b50505050565b6000601f19601f8301169050919050565b6157f381615711565b81146157fe57600080fd5b50565b61580a81615723565b811461581557600080fd5b50565b61582181615735565b811461582c57600080fd5b50565b61583881615741565b811461584357600080fd5b50565b61584f8161578d565b811461585a57600080fd5b5056fe4552433732313a207472616e7366657220746f206e6f6e20455243373231526563656976657220696d706c656d656e7465724552433732313a206f776e657220717565727920666f72206e6f6e6578697374656e7420746f6b656ea26469706673582212201a9ccb2399be5643f44753a30f3f63414076de789027a76f6ecd5bc36e68576564736f6c63430007000033

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

00000000000000000000000083847c0905d2c1f38cf67276397f8679c48e2bd7

-----Decoded View---------------
Arg [0] : givenWithdrawalAddress (address): 0x83847C0905D2c1f38CF67276397F8679C48e2BD7

-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 00000000000000000000000083847c0905d2c1f38cf67276397f8679c48e2bd7


Deployed Bytecode Sourcemap

71717:6713:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13249:150;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;54534:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;72426:33;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;57320:221;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;56850:404;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;73891:128;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;56328:211;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;72642:55;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;74647:148;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;58210:305;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;77516:559;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;72200:42;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;56090:162;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;78079:93;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;73120:210;;;;;;;;;;;;;:::i;:::-;;72134:48;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;58586:151;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;71818:37;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;72249:41;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;56616:172;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;78178:241;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;74284:99;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;73469:410;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;54290:177;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;72706:43;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;74393:245;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;55909:97;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;54007:221;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;69245:148;;;;;;;;;;;;;:::i;:::-;;71991:44;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;72042:31;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;74809:540;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;68594:87;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;73338:119;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;54703:104;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;71925:31;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;72466:34;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;72086:41;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;57613:295;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;58808:285;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;72598:37;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;54878:792;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;57979:164;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;74132:140;;;;;;;;;;;;;:::i;:::-;;72387:32;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;74027:97;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;75361:2011;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;72551:40;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;69548:244;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;13249:150;13334:4;13358:20;:33;13379:11;13358:33;;;;;;;;;;;;;;;;;;;;;;;;;;;13351:40;;13249:150;;;:::o;54534:100::-;54588:13;54621:5;54614:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;54534:100;:::o;72426:33::-;;;;;;;;;;;;;:::o;57320:221::-;57396:7;57424:16;57432:7;57424;:16::i;:::-;57416:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;57509:15;:24;57525:7;57509:24;;;;;;;;;;;;;;;;;;;;;57502:31;;57320:221;;;:::o;56850:404::-;56931:13;56947:23;56962:7;56947:14;:23::i;:::-;56931:39;;56995:5;56989:11;;:2;:11;;;;56981:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;57075:5;57059:21;;:12;:10;:12::i;:::-;:21;;;:69;;;;57084:44;57108:5;57115:12;:10;:12::i;:::-;57084:23;:44::i;:::-;57059:69;57051:161;;;;;;;;;;;;:::i;:::-;;;;;;;;;57225:21;57234:2;57238:7;57225:8;:21::i;:::-;56850:404;;;:::o;73891:128::-;68825:12;:10;:12::i;:::-;68814:23;;:7;:5;:7::i;:::-;:23;;;68806:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;73997:14:::1;73976:18;:35;;;;;;;;;;;;:::i;:::-;;73891:128:::0;:::o;56328:211::-;56389:7;56510:21;:12;:19;:21::i;:::-;56503:28;;56328:211;:::o;72642:55::-;;;;;;;;;;;;;;;;;:::o;74647:148::-;68825:12;:10;:12::i;:::-;68814:23;;:7;:5;:7::i;:::-;:23;;;68806:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;74765:22:::1;74745:17;;:42;;;;;;;;;;;;;;;;;;74647:148:::0;:::o;58210:305::-;58371:41;58390:12;:10;:12::i;:::-;58404:7;58371:18;:41::i;:::-;58363:103;;;;;;;;;;;;:::i;:::-;;;;;;;;;58479:28;58489:4;58495:2;58499:7;58479:9;:28::i;:::-;58210:305;;;:::o;77516:559::-;77583:15;77612:18;77633:17;77643:6;77633:9;:17::i;:::-;77612:38;;77679:1;77665:10;:15;77661:407;;;77755:1;77742:15;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;77735:22;;;;;77661:407;77790:22;77828:10;77815:24;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;77790:49;;77854:13;77882:147;77906:10;77898:5;:18;77882:147;;;77962:12;:50;77976:34;77996:6;78004:5;77976:19;:34::i;:::-;77962:50;;;;;;;;;;;77946:66;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:6;77953:5;77946:13;;;;;;;;;;;;;:66;;;;77918:7;;;;;;;77882:147;;;78050:6;78043:13;;;;;77516:559;;;;:::o;72200:42::-;72239:3;72200:42;:::o;56090:162::-;56187:7;56214:30;56238:5;56214:13;:20;56228:5;56214:20;;;;;;;;;;;;;;;:23;;:30;;;;:::i;:::-;56207:37;;56090:162;;;;:::o;78079:93::-;68825:12;:10;:12::i;:::-;68814:23;;:7;:5;:7::i;:::-;:23;;;68806:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;78162:6:::1;78144:15;;:24;;;;;;;;;;;;;;;;;;78079:93:::0;:::o;73120:210::-;68825:12;:10;:12::i;:::-;68814:23;;:7;:5;:7::i;:::-;:23;;;68806:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;73168:12:::1;73183:21;73168:36;;73216:12;73234:17;;;;;;;;;;;:22;;73263:7;73234:41;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;73215:60;;;73294:7;73286:36;;;;;;;;;;;;:::i;:::-;;;;;;;;;68885:1;;73120:210::o:0;72134:48::-;;;;:::o;58586:151::-;58690:39;58707:4;58713:2;58717:7;58690:39;;;;;;;;;;;;:16;:39::i;:::-;58586:151;;;:::o;71818:37::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;72249:41::-;72287:3;72249:41;:::o;56616:172::-;56691:7;56712:15;56733:22;56749:5;56733:12;:15;;:22;;;;:::i;:::-;56711:44;;;56773:7;56766:14;;;56616:172;;;:::o;78178:241::-;68825:12;:10;:12::i;:::-;68814:23;;:7;:5;:7::i;:::-;:23;;;68806:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;78281:17:::1;78276:138;78316:12;;:19;;78304:9;:31;78276:138;;;78400:6;78359:13;:38;78373:12;;78386:9;78373:23;;;;;;;;;;;;;;;;;;;;:::i;:::-;78359:38;;;;;;;;;;;;;;;;:47;;;;;;;;;;;;;;;;;;78337:11;;;;;;;78276:138;;;;78178:241:::0;;;:::o;74284:99::-;68825:12;:10;:12::i;:::-;68814:23;;:7;:5;:7::i;:::-;:23;;;68806:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;74355:20:::1;74367:7;74355:11;:20::i;:::-;74284:99:::0;:::o;73469:410::-;68825:12;:10;:12::i;:::-;68814:23;;:7;:5;:7::i;:::-;:23;;;68806:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;73567:11:::1;73581:13;:11;:13::i;:::-;73567:27;;73630:1;73613:14;:18;:54;;;;;73653:14;;73635;:32;;73613:54;73605:99;;;;;;;;;;;;:::i;:::-;;;;;;;;;73720:6;73715:95;73736:14;73732:1;:18;73715:95;;;73772:26;73782:3;73796:1;73787:6;:10;73772:9;:26::i;:::-;73752:3;;;;;;;73715:95;;;;73837:34;73856:14;73837;;:18;;:34;;;;:::i;:::-;73820:14;:51;;;;68885:1;73469:410:::0;;:::o;54290:177::-;54362:7;54389:70;54406:7;54389:70;;;;;;;;;;;;;;;;;:12;:16;;:70;;;;;:::i;:::-;54382:77;;54290:177;;;:::o;72706:43::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;74393:245::-;68825:12;:10;:12::i;:::-;68814:23;;:7;:5;:7::i;:::-;:23;;;68806:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;74527:16:::1;74509:15;;:34;;;;;;;;;;;;;;;;;;74570:14;74554:13;;:30;;;;;;;;;;;;;;;;;;74610:13;74595:12;;:28;;;;;;;;;;;;;;;;;;74393:245:::0;;;:::o;55909:97::-;55957:13;55990:8;55983:15;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;55909:97;:::o;54007:221::-;54079:7;54124:1;54107:19;;:5;:19;;;;54099:74;;;;;;;;;;;;:::i;:::-;;;;;;;;;54191:29;:13;:20;54205:5;54191:20;;;;;;;;;;;;;;;:27;:29::i;:::-;54184:36;;54007:221;;;:::o;69245:148::-;68825:12;:10;:12::i;:::-;68814:23;;:7;:5;:7::i;:::-;:23;;;68806:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;69352:1:::1;69315:40;;69336:6;;;;;;;;;;;69315:40;;;;;;;;;;;;69383:1;69366:6;;:19;;;;;;;;;;;;;;;;;;69245:148::o:0;71991:44::-;72033:2;71991:44;:::o;72042:31::-;;;;:::o;74809:540::-;74870:16;74900:18;74921:17;74931:6;74921:9;:17::i;:::-;74900:38;;74967:1;74953:10;:15;74949:393;;;75044:1;75030:16;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;75023:23;;;;;74949:393;75079:23;75119:10;75105:25;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;75079:51;;75145:13;75173:130;75197:10;75189:5;:18;75173:130;;;75253:34;75273:6;75281:5;75253:19;:34::i;:::-;75237:6;75244:5;75237:13;;;;;;;;;;;;;:50;;;;;75209:7;;;;;;;75173:130;;;75324:6;75317:13;;;;;74809:540;;;;:::o;68594:87::-;68640:7;68667:6;;;;;;;;;;;68660:13;;68594:87;:::o;73338:119::-;68825:12;:10;:12::i;:::-;68814:23;;:7;:5;:7::i;:::-;:23;;;68806:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;73443:6:::1;73418:22;:31;;;;73338:119:::0;:::o;54703:104::-;54759:13;54792:7;54785:14;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;54703:104;:::o;71925:31::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;72466:34::-;;;;;;;;;;;;;:::o;72086:41::-;;;;:::o;57613:295::-;57728:12;:10;:12::i;:::-;57716:24;;:8;:24;;;;57708:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;57828:8;57783:18;:32;57802:12;:10;:12::i;:::-;57783:32;;;;;;;;;;;;;;;:42;57816:8;57783:42;;;;;;;;;;;;;;;;:53;;;;;;;;;;;;;;;;;;57881:8;57852:48;;57867:12;:10;:12::i;:::-;57852:48;;;57891:8;57852:48;;;;;;:::i;:::-;;;;;;;;57613:295;;:::o;58808:285::-;58940:41;58959:12;:10;:12::i;:::-;58973:7;58940:18;:41::i;:::-;58932:103;;;;;;;;;;;;:::i;:::-;;;;;;;;;59046:39;59060:4;59066:2;59070:7;59079:5;59046:13;:39::i;:::-;58808:285;;;;:::o;72598:37::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;54878:792::-;54951:13;54985:16;54993:7;54985;:16::i;:::-;54977:76;;;;;;;;;;;;:::i;:::-;;;;;;;;;55066:23;55092:10;:19;55103:7;55092:19;;;;;;;;;;;55066:45;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;55122:18;55143:9;:7;:9::i;:::-;55122:30;;55250:1;55234:4;55228:18;:23;55224:72;;;55275:9;55268:16;;;;;;55224:72;55426:1;55406:9;55400:23;:27;55396:108;;;55475:4;55481:9;55458:33;;;;;;;;;:::i;:::-;;;;;;;;;;;;;55444:48;;;;;;55396:108;55636:4;55642:18;:7;:16;:18::i;:::-;55619:42;;;;;;;;;:::i;:::-;;;;;;;;;;;;;55605:57;;;;54878:792;;;;:::o;57979:164::-;58076:4;58100:18;:25;58119:5;58100:25;;;;;;;;;;;;;;;:35;58126:8;58100:35;;;;;;;;;;;;;;;;;;;;;;;;;58093:42;;57979:164;;;;:::o;74132:140::-;68825:12;:10;:12::i;:::-;68814:23;;:7;:5;:7::i;:::-;:23;;;68806:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;74206:4:::1;74186:16;;:24;;;;;;;;;;;;;;;;;;74226:38;74245:18;74226:38;;;;;;:::i;:::-;;;;;;;;74132:140::o:0;72387:32::-;;;;;;;;;;;;;:::o;74027:97::-;68825:12;:10;:12::i;:::-;68814:23;;:7;:5;:7::i;:::-;:23;;;68806:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;74110:6:::1;74094:13;;:22;;;;;;;;;;;;;;;;;;74027:97:::0;:::o;75361:2011::-;70708:1;71306:7;;:19;;71298:63;;;;;;;;;;;;:::i;:::-;;;;;;;;;70708:1;71439:7;:18;;;;75450:12:::1;;;;;;;;;;;75442:61;;;;;;;;;;;;:::i;:::-;;;;;;;;;75539:1;75522:14;:18;:58;;;;;72033:2;75544:14;:36;;75522:58;75514:104;;;;;;;;;;;;:::i;:::-;;;;;;;;;75629:24;75656:20;:32;75677:10;75656:32;;;;;;;;;;;;;;;;75629:59;;75732:4;75715:21;;:13;;;;;;;;;;;:21;;;75711:154;;;75798:22;;75780:14;75761:16;:33;:59;;75753:100;;;;;;;;;;;;:::i;:::-;;;;;;;;;75711:154;75900:4;75881:23;;:15;;;;;;;;;;;:23;;;75878:389;;;75929:13;:25;75943:10;75929:25;;;;;;;;;;;;;;;;;;;;;;;;;75921:54;;;;;;;;;;;;:::i;:::-;;;;;;;;;72287:3;76010:33;76028:14;76010:13;:11;:13::i;:::-;:17;;:33;;;;:::i;:::-;:48;;76002:113;;;;;;;;;;;;:::i;:::-;;;;;;;;;75878:389;;;72239:3;76157:33;76175:14;76157:13;:11;:13::i;:::-;:17;;:33;;;;:::i;:::-;:49;;76149:106;;;;;;;;;;;;:::i;:::-;;;;;;;;;75878:389;76301:2;76283:14;:20;76279:795;;;76335:18;76320:12;:33;;;;76423:9;76387:32;76404:14;76387:12;;:16;;:32;;;;:::i;:::-;:45;;76379:89;;;;;;;;;;;;:::i;:::-;;;;;;;;;76279:795;;;76508:1;76490:14;:19;76486:588;;76541:18;76526:12;:33;;;;76629:9;76593:32;76610:14;76593:12;;:16;;:32;;;;:::i;:::-;:45;;76585:89;;;;;;;;;;;;:::i;:::-;;;;;;;;;76486:588;;;76714:1;76696:14;:19;76692:382;;76747:18;76732:12;:33;;;;76836:9;76800:32;76817:14;76800:12;;:16;;:32;;;;:::i;:::-;:45;;76792:89;;;;;;;;;;;;:::i;:::-;;;;;;;;;76692:382;;;76929:18;76914:12;:33;;;;77017:9;76981:32;76998:14;76981:12;;:16;;:32;;;;:::i;:::-;:45;;76973:89;;;;;;;;;;;;:::i;:::-;;;;;;;;;76692:382;76486:588;76279:795;77100:6;77109:1;77100:10;;77096:267;77117:14;77112:1;:19;77096:267;;77153:14;77170:13;:11;:13::i;:::-;77153:30;;72239:3;77202:13;:11;:13::i;:::-;:28;77198:154;;;77251:20;:32;77272:10;77251:32;;;;;;;;;;;;;;;;:34;;;;;;;;;;;;;77304:32;77314:10;77326:9;77304;:32::i;:::-;77198:154;77096:267;77133:3;;;;;;;77096:267;;;;71470:1;70664::::0;71618:7;:22;;;;75361:2011;:::o;72551:40::-;;;;;;;;;;;;;:::o;69548:244::-;68825:12;:10;:12::i;:::-;68814:23;;:7;:5;:7::i;:::-;:23;;;68806:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;69657:1:::1;69637:22;;:8;:22;;;;69629:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;69747:8;69718:38;;69739:6;;;;;;;;;;;69718:38;;;;;;;;;;;;69776:8;69767:6;;:17;;;;;;;;;;;;;;;;;;69548:244:::0;:::o;60560:127::-;60625:4;60649:30;60671:7;60649:12;:21;;:30;;;;:::i;:::-;60642:37;;60560:127;;;:::o;3681:106::-;3734:15;3769:10;3762:17;;3681:106;:::o;66578:192::-;66680:2;66653:15;:24;66669:7;66653:24;;;;;;;;;;;;:29;;;;;;;;;;;;;;;;;;66736:7;66732:2;66698:46;;66707:23;66722:7;66707:14;:23::i;:::-;66698:46;;;;;;;;;;;;66578:192;;:::o;47292:123::-;47361:7;47388:19;47396:3;:10;;47388:7;:19::i;:::-;47381:26;;47292:123;;;:::o;60854:355::-;60947:4;60972:16;60980:7;60972;:16::i;:::-;60964:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;61048:13;61064:23;61079:7;61064:14;:23::i;:::-;61048:39;;61117:5;61106:16;;:7;:16;;;:51;;;;61150:7;61126:31;;:20;61138:7;61126:11;:20::i;:::-;:31;;;61106:51;:94;;;;61161:39;61185:5;61192:7;61161:23;:39::i;:::-;61106:94;61098:103;;;60854:355;;;;:::o;63990:599::-;64115:4;64088:31;;:23;64103:7;64088:14;:23::i;:::-;:31;;;64080:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;64216:1;64202:16;;:2;:16;;;;64194:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;64272:39;64293:4;64299:2;64303:7;64272:20;:39::i;:::-;64376:29;64393:1;64397:7;64376:8;:29::i;:::-;64418:35;64445:7;64418:13;:19;64432:4;64418:19;;;;;;;;;;;;;;;:26;;:35;;;;:::i;:::-;;64464:30;64486:7;64464:13;:17;64478:2;64464:17;;;;;;;;;;;;;;;:21;;:30;;;;:::i;:::-;;64507:29;64524:7;64533:2;64507:12;:16;;:29;;;;;:::i;:::-;;64573:7;64569:2;64554:27;;64563:4;64554:27;;;;;;;;;;;;63990:599;;;:::o;39083:137::-;39154:7;39189:22;39193:3;:10;;39205:5;39189:3;:22::i;:::-;39181:31;;39174:38;;39083:137;;;;:::o;47754:236::-;47834:7;47843;47864:11;47877:13;47894:22;47898:3;:10;;47910:5;47894:3;:22::i;:::-;47863:53;;;;47943:3;47935:12;;47973:5;47965:14;;47927:55;;;;;;47754:236;;;;;:::o;65190:100::-;65274:8;65263;:19;;;;;;;;;;;;:::i;:::-;;65190:100;:::o;61552:110::-;61628:26;61638:2;61642:7;61628:26;;;;;;;;;;;;:9;:26::i;:::-;61552:110;;:::o;17273:158::-;17331:7;17364:1;17359;:6;;17351:49;;;;;;;;;;;;:::i;:::-;;;;;;;;;17422:1;17418;:5;17411:12;;17273:158;;;;:::o;49040:213::-;49147:7;49198:44;49203:3;:10;;49223:3;49215:12;;49229;49198:4;:44::i;:::-;49190:53;;49167:78;;49040:213;;;;;:::o;38625:114::-;38685:7;38712:19;38720:3;:10;;38712:7;:19::i;:::-;38705:26;;38625:114;;;:::o;59975:272::-;60089:28;60099:4;60105:2;60109:7;60089:9;:28::i;:::-;60136:48;60159:4;60165:2;60169:7;60178:5;60136:22;:48::i;:::-;60128:111;;;;;;;;;;;;:::i;:::-;;;;;;;;;59975:272;;;;:::o;49504:746::-;49560:13;49790:1;49781:5;:10;49777:53;;;49808:10;;;;;;;;;;;;;;;;;;;;;49777:53;49840:12;49855:5;49840:20;;49871:14;49896:78;49911:1;49903:4;:9;49896:78;;49929:8;;;;;;;49960:2;49952:10;;;;;;;;;49896:78;;;49984:19;50016:6;50006:17;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;49984:39;;50034:13;50059:1;50050:6;:10;50034:26;;50078:5;50071:12;;50094:117;50109:1;50101:4;:9;50094:117;;50170:2;50163:4;:9;;;;;;50158:2;:14;50145:29;;50127:6;50134:7;;;;;;;50127:15;;;;;;;;;;;:47;;;;;;;;;;;50197:2;50189:10;;;;;;;;;50094:117;;;50235:6;50221:21;;;;;;49504:746;;;;:::o;16811:179::-;16869:7;16889:9;16905:1;16901;:5;16889:17;;16930:1;16925;:6;;16917:46;;;;;;;;;;;;:::i;:::-;;;;;;;;;16981:1;16974:8;;;16811:179;;;;:::o;17690:220::-;17748:7;17777:1;17772;:6;17768:20;;;17787:1;17780:8;;;;17768:20;17799:9;17815:1;17811;:5;17799:17;;17844:1;17839;17835;:5;;;;;;:10;17827:56;;;;;;;;;;;;:::i;:::-;;;;;;;;;17901:1;17894:8;;;17690:220;;;;;:::o;47053:151::-;47137:4;47161:35;47171:3;:10;;47191:3;47183:12;;47161:9;:35::i;:::-;47154:42;;47053:151;;;;:::o;43871:110::-;43927:7;43954:3;:12;;:19;;;;43947:26;;43871:110;;;:::o;67383:93::-;;;;:::o;38170:137::-;38240:4;38264:35;38272:3;:10;;38292:5;38284:14;;38264:7;:35::i;:::-;38257:42;;38170:137;;;;:::o;37863:131::-;37930:4;37954:32;37959:3;:10;;37979:5;37971:14;;37954:4;:32::i;:::-;37947:39;;37863:131;;;;:::o;46476:185::-;46565:4;46589:64;46594:3;:10;;46614:3;46606:12;;46644:5;46628:23;;46620:32;;46589:4;:64::i;:::-;46582:71;;46476:185;;;;;:::o;34121:204::-;34188:7;34237:5;34216:3;:11;;:18;;;;:26;34208:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;34299:3;:11;;34311:5;34299:18;;;;;;;;;;;;;;;;34292:25;;34121:204;;;;:::o;44336:279::-;44403:7;44412;44462:5;44440:3;:12;;:19;;;;:27;44432:74;;;;;;;;;;;;:::i;:::-;;;;;;;;;44519:22;44544:3;:12;;44557:5;44544:19;;;;;;;;;;;;;;;;;;44519:44;;44582:5;:10;;;44594:5;:12;;;44574:33;;;;;44336:279;;;;;:::o;61889:250::-;61985:18;61991:2;61995:7;61985:5;:18::i;:::-;62022:54;62053:1;62057:2;62061:7;62070:5;62022:22;:54::i;:::-;62014:117;;;;;;;;;;;;:::i;:::-;;;;;;;;;61889:250;;;:::o;45833:319::-;45927:7;45947:16;45966:3;:12;;:17;45979:3;45966:17;;;;;;;;;;;;45947:36;;46014:1;46002:8;:13;;46017:12;45994:36;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;46084:3;:12;;46108:1;46097:8;:12;46084:26;;;;;;;;;;;;;;;;;;:33;;;46077:40;;;45833:319;;;;;:::o;33668:109::-;33724:7;33751:3;:11;;:18;;;;33744:25;;33668:109;;;:::o;65855:604::-;65976:4;66003:15;:2;:13;;;:15::i;:::-;65998:60;;66042:4;66035:11;;;;65998:60;66068:23;66094:252;66147:45;;;66207:12;:10;:12::i;:::-;66234:4;66253:7;66275:5;66110:181;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;66094:252;;;;;;;;;;;;;;;;;:2;:15;;;;:252;;;;;:::i;:::-;66068:278;;66357:13;66384:10;66373:32;;;;;;;;;;;;:::i;:::-;66357:48;;51004:10;66434:16;;66424:26;;;:6;:26;;;;66416:35;;;;65855:604;;;;;;;:::o;43651:125::-;43722:4;43767:1;43746:3;:12;;:17;43759:3;43746:17;;;;;;;;;;;;:22;;43739:29;;43651:125;;;;:::o;31823:1544::-;31889:4;32007:18;32028:3;:12;;:19;32041:5;32028:19;;;;;;;;;;;;32007:40;;32078:1;32064:10;:15;32060:1300;;32426:21;32463:1;32450:10;:14;32426:38;;32479:17;32520:1;32499:3;:11;;:18;;;;:22;32479:42;;32766:17;32786:3;:11;;32798:9;32786:22;;;;;;;;;;;;;;;;32766:42;;32932:9;32903:3;:11;;32915:13;32903:26;;;;;;;;;;;;;;;:38;;;;33051:1;33035:13;:17;33009:3;:12;;:23;33022:9;33009:23;;;;;;;;;;;:43;;;;33161:3;:11;;:17;;;;;;;;;;;;;;;;;;;;;;;;33256:3;:12;;:19;33269:5;33256:19;;;;;;;;;;;33249:26;;;33299:4;33292:11;;;;;;;;32060:1300;33343:5;33336:12;;;31823:1544;;;;;:::o;31233:414::-;31296:4;31318:21;31328:3;31333:5;31318:9;:21::i;:::-;31313:327;;31356:3;:11;;31373:5;31356:23;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31539:3;:11;;:18;;;;31517:3;:12;;:19;31530:5;31517:19;;;;;;;;;;;:40;;;;31579:4;31572:11;;;;31313:327;31623:5;31616:12;;31233:414;;;;;:::o;41151:692::-;41227:4;41343:16;41362:3;:12;;:17;41375:3;41362:17;;;;;;;;;;;;41343:36;;41408:1;41396:8;:13;41392:444;;;41463:3;:12;;41481:38;;;;;;;;41498:3;41481:38;;;;41511:5;41481:38;;;41463:57;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;41678:3;:12;;:19;;;;41658:3;:12;;:17;41671:3;41658:17;;;;;;;;;;;:39;;;;41719:4;41712:11;;;;;41392:444;41792:5;41756:3;:12;;41780:1;41769:8;:12;41756:26;;;;;;;;;;;;;;;;;;:33;;:41;;;;41819:5;41812:12;;;41151:692;;;;;;:::o;62475:404::-;62569:1;62555:16;;:2;:16;;;;62547:61;;;;;;;;;;;;:::i;:::-;;;;;;;;;62628:16;62636:7;62628;:16::i;:::-;62627:17;62619:58;;;;;;;;;;;;:::i;:::-;;;;;;;;;62690:45;62719:1;62723:2;62727:7;62690:20;:45::i;:::-;62748:30;62770:7;62748:13;:17;62762:2;62748:17;;;;;;;;;;;;;;;:21;;:30;;;;:::i;:::-;;62791:29;62808:7;62817:2;62791:12;:16;;:29;;;;;:::i;:::-;;62863:7;62859:2;62838:33;;62855:1;62838:33;;;;;;;;;;;;62475:404;;:::o;22252:422::-;22312:4;22520:12;22631:7;22619:20;22611:28;;22665:1;22658:4;:8;22651:15;;;22252:422;;;:::o;25170:195::-;25273:12;25305:52;25327:6;25335:4;25341:1;25344:12;25305:21;:52::i;:::-;25298:59;;25170:195;;;;;:::o;33453:129::-;33526:4;33573:1;33550:3;:12;;:19;33563:5;33550:19;;;;;;;;;;;;:24;;33543:31;;33453:129;;;;:::o;26222:530::-;26349:12;26407:5;26382:21;:30;;26374:81;;;;;;;;;;;;:::i;:::-;;;;;;;;;26474:18;26485:6;26474:10;:18::i;:::-;26466:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;26600:12;26614:23;26641:6;:11;;26661:5;26669:4;26641:33;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;26599:75;;;;26692:52;26710:7;26719:10;26731:12;26692:17;:52::i;:::-;26685:59;;;;26222:530;;;;;;:::o;28762:742::-;28877:12;28906:7;28902:595;;;28937:10;28930:17;;;;28902:595;29071:1;29051:10;:17;:21;29047:439;;;29314:10;29308:17;29375:15;29362:10;29358:2;29354:19;29347:44;29262:148;29457:12;29450:20;;;;;;;;;;;:::i;:::-;;;;;;;;28762:742;;;;;;:::o;-1:-1:-1:-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;:::o;5:130::-;;85:6;72:20;63:29;;97:33;124:5;97:33;:::i;:::-;57:78;;;;:::o;142:146::-;;230:6;217:20;208:29;;242:41;277:5;242:41;:::i;:::-;202:86;;;;:::o;313:352::-;;;443:3;436:4;428:6;424:17;420:27;410:2;;461:1;458;451:12;410:2;494:6;481:20;471:30;;521:18;513:6;510:30;507:2;;;553:1;550;543:12;507:2;587:4;579:6;575:17;563:29;;638:3;630:4;622:6;618:17;608:8;604:32;601:41;598:2;;;655:1;652;645:12;598:2;403:262;;;;;:::o;673:124::-;;750:6;737:20;728:29;;762:30;786:5;762:30;:::i;:::-;722:75;;;;:::o;804:128::-;;883:6;870:20;861:29;;895:32;921:5;895:32;:::i;:::-;855:77;;;;:::o;939:132::-;;1022:6;1016:13;1007:22;;1034:32;1060:5;1034:32;:::i;:::-;1001:70;;;;:::o;1079:440::-;;1180:3;1173:4;1165:6;1161:17;1157:27;1147:2;;1198:1;1195;1188:12;1147:2;1235:6;1222:20;1257:64;1272:48;1313:6;1272:48;:::i;:::-;1257:64;:::i;:::-;1248:73;;1341:6;1334:5;1327:21;1377:4;1369:6;1365:17;1410:4;1403:5;1399:16;1445:3;1436:6;1431:3;1427:16;1424:25;1421:2;;;1462:1;1459;1452:12;1421:2;1472:41;1506:6;1501:3;1496;1472:41;:::i;:::-;1140:379;;;;;;;:::o;1528:442::-;;1630:3;1623:4;1615:6;1611:17;1607:27;1597:2;;1648:1;1645;1638:12;1597:2;1685:6;1672:20;1707:65;1722:49;1764:6;1722:49;:::i;:::-;1707:65;:::i;:::-;1698:74;;1792:6;1785:5;1778:21;1828:4;1820:6;1816:17;1861:4;1854:5;1850:16;1896:3;1887:6;1882:3;1878:16;1875:25;1872:2;;;1913:1;1910;1903:12;1872:2;1923:41;1957:6;1952:3;1947;1923:41;:::i;:::-;1590:380;;;;;;;:::o;1978:130::-;;2058:6;2045:20;2036:29;;2070:33;2097:5;2070:33;:::i;:::-;2030:78;;;;:::o;2115:241::-;;2219:2;2207:9;2198:7;2194:23;2190:32;2187:2;;;2235:1;2232;2225:12;2187:2;2270:1;2287:53;2332:7;2323:6;2312:9;2308:22;2287:53;:::i;:::-;2277:63;;2249:97;2181:175;;;;:::o;2363:257::-;;2475:2;2463:9;2454:7;2450:23;2446:32;2443:2;;;2491:1;2488;2481:12;2443:2;2526:1;2543:61;2596:7;2587:6;2576:9;2572:22;2543:61;:::i;:::-;2533:71;;2505:105;2437:183;;;;:::o;2627:366::-;;;2748:2;2736:9;2727:7;2723:23;2719:32;2716:2;;;2764:1;2761;2754:12;2716:2;2799:1;2816:53;2861:7;2852:6;2841:9;2837:22;2816:53;:::i;:::-;2806:63;;2778:97;2906:2;2924:53;2969:7;2960:6;2949:9;2945:22;2924:53;:::i;:::-;2914:63;;2885:98;2710:283;;;;;:::o;3000:491::-;;;;3138:2;3126:9;3117:7;3113:23;3109:32;3106:2;;;3154:1;3151;3144:12;3106:2;3189:1;3206:53;3251:7;3242:6;3231:9;3227:22;3206:53;:::i;:::-;3196:63;;3168:97;3296:2;3314:53;3359:7;3350:6;3339:9;3335:22;3314:53;:::i;:::-;3304:63;;3275:98;3404:2;3422:53;3467:7;3458:6;3447:9;3443:22;3422:53;:::i;:::-;3412:63;;3383:98;3100:391;;;;;:::o;3498:721::-;;;;;3662:3;3650:9;3641:7;3637:23;3633:33;3630:2;;;3679:1;3676;3669:12;3630:2;3714:1;3731:53;3776:7;3767:6;3756:9;3752:22;3731:53;:::i;:::-;3721:63;;3693:97;3821:2;3839:53;3884:7;3875:6;3864:9;3860:22;3839:53;:::i;:::-;3829:63;;3800:98;3929:2;3947:53;3992:7;3983:6;3972:9;3968:22;3947:53;:::i;:::-;3937:63;;3908:98;4065:2;4054:9;4050:18;4037:32;4089:18;4081:6;4078:30;4075:2;;;4121:1;4118;4111:12;4075:2;4141:62;4195:7;4186:6;4175:9;4171:22;4141:62;:::i;:::-;4131:72;;4016:193;3624:595;;;;;;;:::o;4226:360::-;;;4344:2;4332:9;4323:7;4319:23;4315:32;4312:2;;;4360:1;4357;4350:12;4312:2;4395:1;4412:53;4457:7;4448:6;4437:9;4433:22;4412:53;:::i;:::-;4402:63;;4374:97;4502:2;4520:50;4562:7;4553:6;4542:9;4538:22;4520:50;:::i;:::-;4510:60;;4481:95;4306:280;;;;;:::o;4593:366::-;;;4714:2;4702:9;4693:7;4689:23;4685:32;4682:2;;;4730:1;4727;4720:12;4682:2;4765:1;4782:53;4827:7;4818:6;4807:9;4803:22;4782:53;:::i;:::-;4772:63;;4744:97;4872:2;4890:53;4935:7;4926:6;4915:9;4911:22;4890:53;:::i;:::-;4880:63;;4851:98;4676:283;;;;;:::o;4966:516::-;;;;5119:2;5107:9;5098:7;5094:23;5090:32;5087:2;;;5135:1;5132;5125:12;5087:2;5198:1;5187:9;5183:17;5170:31;5221:18;5213:6;5210:30;5207:2;;;5253:1;5250;5243:12;5207:2;5281:80;5353:7;5344:6;5333:9;5329:22;5281:80;:::i;:::-;5263:98;;;;5149:218;5398:2;5416:50;5458:7;5449:6;5438:9;5434:22;5416:50;:::i;:::-;5406:60;;5377:95;5081:401;;;;;:::o;5489:235::-;;5590:2;5578:9;5569:7;5565:23;5561:32;5558:2;;;5606:1;5603;5596:12;5558:2;5641:1;5658:50;5700:7;5691:6;5680:9;5676:22;5658:50;:::i;:::-;5648:60;;5620:94;5552:172;;;;:::o;5731:473::-;;;;5860:2;5848:9;5839:7;5835:23;5831:32;5828:2;;;5876:1;5873;5866:12;5828:2;5911:1;5928:50;5970:7;5961:6;5950:9;5946:22;5928:50;:::i;:::-;5918:60;;5890:94;6015:2;6033:50;6075:7;6066:6;6055:9;6051:22;6033:50;:::i;:::-;6023:60;;5994:95;6120:2;6138:50;6180:7;6171:6;6160:9;6156:22;6138:50;:::i;:::-;6128:60;;6099:95;5822:382;;;;;:::o;6211:239::-;;6314:2;6302:9;6293:7;6289:23;6285:32;6282:2;;;6330:1;6327;6320:12;6282:2;6365:1;6382:52;6426:7;6417:6;6406:9;6402:22;6382:52;:::i;:::-;6372:62;;6344:96;6276:174;;;;:::o;6457:261::-;;6571:2;6559:9;6550:7;6546:23;6542:32;6539:2;;;6587:1;6584;6577:12;6539:2;6622:1;6639:63;6694:7;6685:6;6674:9;6670:22;6639:63;:::i;:::-;6629:73;;6601:107;6533:185;;;;:::o;6725:347::-;;6839:2;6827:9;6818:7;6814:23;6810:32;6807:2;;;6855:1;6852;6845:12;6807:2;6918:1;6907:9;6903:17;6890:31;6941:18;6933:6;6930:30;6927:2;;;6973:1;6970;6963:12;6927:2;6993:63;7048:7;7039:6;7028:9;7024:22;6993:63;:::i;:::-;6983:73;;6869:193;6801:271;;;;:::o;7079:241::-;;7183:2;7171:9;7162:7;7158:23;7154:32;7151:2;;;7199:1;7196;7189:12;7151:2;7234:1;7251:53;7296:7;7287:6;7276:9;7272:22;7251:53;:::i;:::-;7241:63;;7213:97;7145:175;;;;:::o;7328:193::-;;7449:66;7511:3;7503:6;7449:66;:::i;:::-;7435:80;;7428:93;;;;:::o;7530:173::-;;7617:46;7659:3;7651:6;7617:46;:::i;:::-;7692:4;7687:3;7683:14;7669:28;;7610:93;;;;:::o;7711:137::-;7810:32;7836:5;7810:32;:::i;:::-;7805:3;7798:45;7792:56;;:::o;7855:113::-;7938:24;7956:5;7938:24;:::i;:::-;7933:3;7926:37;7920:48;;:::o;8004:928::-;;8169:64;8227:5;8169:64;:::i;:::-;8246:96;8335:6;8330:3;8246:96;:::i;:::-;8239:103;;8365:3;8407:4;8399:6;8395:17;8390:3;8386:27;8434:66;8494:5;8434:66;:::i;:::-;8520:7;8548:1;8533:360;8558:6;8555:1;8552:13;8533:360;;;8620:9;8614:4;8610:20;8605:3;8598:33;8665:6;8659:13;8687:84;8766:4;8751:13;8687:84;:::i;:::-;8679:92;;8788:70;8851:6;8788:70;:::i;:::-;8778:80;;8881:4;8876:3;8872:14;8865:21;;8590:303;8580:1;8577;8573:9;8568:14;;8533:360;;;8537:14;8906:4;8899:11;;8923:3;8916:10;;8148:784;;;;;;;;;:::o;8971:690::-;;9116:54;9164:5;9116:54;:::i;:::-;9183:86;9262:6;9257:3;9183:86;:::i;:::-;9176:93;;9290:56;9340:5;9290:56;:::i;:::-;9366:7;9394:1;9379:260;9404:6;9401:1;9398:13;9379:260;;;9471:6;9465:13;9492:63;9551:3;9536:13;9492:63;:::i;:::-;9485:70;;9572:60;9625:6;9572:60;:::i;:::-;9562:70;;9436:203;9426:1;9423;9419:9;9414:14;;9379:260;;;9383:14;9652:3;9645:10;;9095:566;;;;;;;:::o;9669:104::-;9746:21;9761:5;9746:21;:::i;:::-;9741:3;9734:34;9728:45;;:::o;9780:343::-;;9890:38;9922:5;9890:38;:::i;:::-;9940:70;10003:6;9998:3;9940:70;:::i;:::-;9933:77;;10015:52;10060:6;10055:3;10048:4;10041:5;10037:16;10015:52;:::i;:::-;10088:29;10110:6;10088:29;:::i;:::-;10083:3;10079:39;10072:46;;9870:253;;;;;:::o;10130:356::-;;10258:38;10290:5;10258:38;:::i;:::-;10308:88;10389:6;10384:3;10308:88;:::i;:::-;10301:95;;10401:52;10446:6;10441:3;10434:4;10427:5;10423:16;10401:52;:::i;:::-;10474:6;10469:3;10465:16;10458:23;;10238:248;;;;;:::o;10493:327::-;;10595:39;10628:5;10595:39;:::i;:::-;10646:61;10700:6;10695:3;10646:61;:::i;:::-;10639:68;;10712:52;10757:6;10752:3;10745:4;10738:5;10734:16;10712:52;:::i;:::-;10785:29;10807:6;10785:29;:::i;:::-;10780:3;10776:39;10769:46;;10575:245;;;;;:::o;10827:347::-;;10939:39;10972:5;10939:39;:::i;:::-;10990:71;11054:6;11049:3;10990:71;:::i;:::-;10983:78;;11066:52;11111:6;11106:3;11099:4;11092:5;11088:16;11066:52;:::i;:::-;11139:29;11161:6;11139:29;:::i;:::-;11134:3;11130:39;11123:46;;10919:255;;;;;:::o;11181:360::-;;11311:39;11344:5;11311:39;:::i;:::-;11362:89;11444:6;11439:3;11362:89;:::i;:::-;11355:96;;11456:52;11501:6;11496:3;11489:4;11482:5;11478:16;11456:52;:::i;:::-;11529:6;11524:3;11520:16;11513:23;;11291:250;;;;;:::o;11573:823::-;;11692:5;11686:12;11726:1;11715:9;11711:17;11739:1;11734:248;;;;11993:1;11988:402;;;;11704:686;;11734:248;11812:4;11808:1;11797:9;11793:17;11789:28;11831:71;11895:6;11890:3;11831:71;:::i;:::-;11824:78;;11940:4;11936:9;11925;11921:25;11916:3;11909:38;11970:4;11965:3;11961:14;11954:21;;11741:241;11734:248;;11988:402;12057:1;12046:9;12042:17;12073:71;12137:6;12132:3;12073:71;:::i;:::-;12066:78;;12166:38;12198:5;12166:38;:::i;:::-;12220:1;12228:130;12242:6;12239:1;12236:13;12228:130;;;12307:7;12301:14;12297:1;12292:3;12288:11;12281:35;12348:1;12339:7;12335:15;12324:26;;12264:4;12261:1;12257:12;12252:17;;12228:130;;;12381:1;12376:3;12372:11;12365:18;;11995:395;;;11704:686;;11662:734;;;;;:::o;12405:371::-;;12565:67;12629:2;12624:3;12565:67;:::i;:::-;12558:74;;12665:34;12661:1;12656:3;12652:11;12645:55;12734:4;12729:2;12724:3;12720:12;12713:26;12767:2;12762:3;12758:12;12751:19;;12551:225;;;:::o;12785:387::-;;12945:67;13009:2;13004:3;12945:67;:::i;:::-;12938:74;;13045:34;13041:1;13036:3;13032:11;13025:55;13114:20;13109:2;13104:3;13100:12;13093:42;13163:2;13158:3;13154:12;13147:19;;12931:241;;;:::o;13181:375::-;;13341:67;13405:2;13400:3;13341:67;:::i;:::-;13334:74;;13441:34;13437:1;13432:3;13428:11;13421:55;13510:8;13505:2;13500:3;13496:12;13489:30;13547:2;13542:3;13538:12;13531:19;;13327:229;;;:::o;13565:328::-;;13725:67;13789:2;13784:3;13725:67;:::i;:::-;13718:74;;13825:30;13821:1;13816:3;13812:11;13805:51;13884:2;13879:3;13875:12;13868:19;;13711:182;;;:::o;13902:327::-;;14062:67;14126:2;14121:3;14062:67;:::i;:::-;14055:74;;14162:29;14158:1;14153:3;14149:11;14142:50;14220:2;14215:3;14211:12;14204:19;;14048:181;;;:::o;14238:332::-;;14398:67;14462:2;14457:3;14398:67;:::i;:::-;14391:74;;14498:34;14494:1;14489:3;14485:11;14478:55;14561:2;14556:3;14552:12;14545:19;;14384:186;;;:::o;14579:373::-;;14739:67;14803:2;14798:3;14739:67;:::i;:::-;14732:74;;14839:34;14835:1;14830:3;14826:11;14819:55;14908:6;14903:2;14898:3;14894:12;14887:28;14943:2;14938:3;14934:12;14927:19;;14725:227;;;:::o;14961:325::-;;15121:67;15185:2;15180:3;15121:67;:::i;:::-;15114:74;;15221:27;15217:1;15212:3;15208:11;15201:48;15277:2;15272:3;15268:12;15261:19;;15107:179;;;:::o;15295:331::-;;15455:67;15519:2;15514:3;15455:67;:::i;:::-;15448:74;;15555:33;15551:1;15546:3;15542:11;15535:54;15617:2;15612:3;15608:12;15601:19;;15441:185;;;:::o;15635:330::-;;15795:67;15859:2;15854:3;15795:67;:::i;:::-;15788:74;;15895:32;15891:1;15886:3;15882:11;15875:53;15956:2;15951:3;15947:12;15940:19;;15781:184;;;:::o;15974:375::-;;16134:67;16198:2;16193:3;16134:67;:::i;:::-;16127:74;;16234:34;16230:1;16225:3;16221:11;16214:55;16303:8;16298:2;16293:3;16289:12;16282:30;16340:2;16335:3;16331:12;16324:19;;16120:229;;;:::o;16358:381::-;;16518:67;16582:2;16577:3;16518:67;:::i;:::-;16511:74;;16618:34;16614:1;16609:3;16605:11;16598:55;16687:14;16682:2;16677:3;16673:12;16666:36;16730:2;16725:3;16721:12;16714:19;;16504:235;;;:::o;16748:316::-;;16908:67;16972:2;16967:3;16908:67;:::i;:::-;16901:74;;17008:18;17004:1;16999:3;16995:11;16988:39;17055:2;17050:3;17046:12;17039:19;;16894:170;;;:::o;17073:393::-;;17233:67;17297:2;17292:3;17233:67;:::i;:::-;17226:74;;17333:34;17329:1;17324:3;17320:11;17313:55;17402:26;17397:2;17392:3;17388:12;17381:48;17457:2;17452:3;17448:12;17441:19;;17219:247;;;:::o;17475:381::-;;17635:67;17699:2;17694:3;17635:67;:::i;:::-;17628:74;;17735:34;17731:1;17726:3;17722:11;17715:55;17804:14;17799:2;17794:3;17790:12;17783:36;17847:2;17842:3;17838:12;17831:19;;17621:235;;;:::o;17865:379::-;;18025:67;18089:2;18084:3;18025:67;:::i;:::-;18018:74;;18125:34;18121:1;18116:3;18112:11;18105:55;18194:12;18189:2;18184:3;18180:12;18173:34;18235:2;18230:3;18226:12;18219:19;;18011:233;;;:::o;18253:371::-;;18413:67;18477:2;18472:3;18413:67;:::i;:::-;18406:74;;18513:34;18509:1;18504:3;18500:11;18493:55;18582:4;18577:2;18572:3;18568:12;18561:26;18615:2;18610:3;18606:12;18599:19;;18399:225;;;:::o;18633:332::-;;18793:67;18857:2;18852:3;18793:67;:::i;:::-;18786:74;;18893:34;18889:1;18884:3;18880:11;18873:55;18956:2;18951:3;18947:12;18940:19;;18779:186;;;:::o;18974:370::-;;19134:67;19198:2;19193:3;19134:67;:::i;:::-;19127:74;;19234:34;19230:1;19225:3;19221:11;19214:55;19303:3;19298:2;19293:3;19289:12;19282:25;19335:2;19330:3;19326:12;19319:19;;19120:224;;;:::o;19353:381::-;;19513:67;19577:2;19572:3;19513:67;:::i;:::-;19506:74;;19613:34;19609:1;19604:3;19600:11;19593:55;19682:14;19677:2;19672:3;19668:12;19661:36;19725:2;19720:3;19716:12;19709:19;;19499:235;;;:::o;19743:332::-;;19903:67;19967:2;19962:3;19903:67;:::i;:::-;19896:74;;20003:34;19999:1;19994:3;19990:11;19983:55;20066:2;20061:3;20057:12;20050:19;;19889:186;;;:::o;20084:378::-;;20244:67;20308:2;20303:3;20244:67;:::i;:::-;20237:74;;20344:34;20340:1;20335:3;20331:11;20324:55;20413:11;20408:2;20403:3;20399:12;20392:33;20453:2;20448:3;20444:12;20437:19;;20230:232;;;:::o;20471:384::-;;20631:67;20695:2;20690:3;20631:67;:::i;:::-;20624:74;;20731:34;20727:1;20722:3;20718:11;20711:55;20800:17;20795:2;20790:3;20786:12;20779:39;20846:2;20841:3;20837:12;20830:19;;20617:238;;;:::o;20864:328::-;;21024:67;21088:2;21083:3;21024:67;:::i;:::-;21017:74;;21124:30;21120:1;21115:3;21111:11;21104:51;21183:2;21178:3;21174:12;21167:19;;21010:182;;;:::o;21201:370::-;;21361:67;21425:2;21420:3;21361:67;:::i;:::-;21354:74;;21461:34;21457:1;21452:3;21448:11;21441:55;21530:3;21525:2;21520:3;21516:12;21509:25;21562:2;21557:3;21553:12;21546:19;;21347:224;;;:::o;21580:296::-;;21757:83;21838:1;21833:3;21757:83;:::i;:::-;21750:90;;21868:1;21863:3;21859:11;21852:18;;21743:133;;;:::o;21885:316::-;;22045:67;22109:2;22104:3;22045:67;:::i;:::-;22038:74;;22145:18;22141:1;22136:3;22132:11;22125:39;22192:2;22187:3;22183:12;22176:19;;22031:170;;;:::o;22210:386::-;;22370:67;22434:2;22429:3;22370:67;:::i;:::-;22363:74;;22470:34;22466:1;22461:3;22457:11;22450:55;22539:19;22534:2;22529:3;22525:12;22518:41;22587:2;22582:3;22578:12;22571:19;;22356:240;;;:::o;22605:329::-;;22765:67;22829:2;22824:3;22765:67;:::i;:::-;22758:74;;22865:31;22861:1;22856:3;22852:11;22845:52;22925:2;22920:3;22916:12;22909:19;;22751:183;;;:::o;22943:389::-;;23103:67;23167:2;23162:3;23103:67;:::i;:::-;23096:74;;23203:34;23199:1;23194:3;23190:11;23183:55;23272:22;23267:2;23262:3;23258:12;23251:44;23323:2;23318:3;23314:12;23307:19;;23089:243;;;:::o;23341:373::-;;23501:67;23565:2;23560:3;23501:67;:::i;:::-;23494:74;;23601:34;23597:1;23592:3;23588:11;23581:55;23670:6;23665:2;23660:3;23656:12;23649:28;23705:2;23700:3;23696:12;23689:19;;23487:227;;;:::o;23723:331::-;;23883:67;23947:2;23942:3;23883:67;:::i;:::-;23876:74;;23983:33;23979:1;23974:3;23970:11;23963:54;24045:2;24040:3;24036:12;24029:19;;23869:185;;;:::o;24063:370::-;;24223:67;24287:2;24282:3;24223:67;:::i;:::-;24216:74;;24323:34;24319:1;24314:3;24310:11;24303:55;24392:3;24387:2;24382:3;24378:12;24371:25;24424:2;24419:3;24415:12;24408:19;;24209:224;;;:::o;24441:103::-;24514:24;24532:5;24514:24;:::i;:::-;24509:3;24502:37;24496:48;;:::o;24551:113::-;24634:24;24652:5;24634:24;:::i;:::-;24629:3;24622:37;24616:48;;:::o;24671:271::-;;24824:93;24913:3;24904:6;24824:93;:::i;:::-;24817:100;;24934:3;24927:10;;24805:137;;;;:::o;24949:436::-;;25152:95;25243:3;25234:6;25152:95;:::i;:::-;25145:102;;25265:95;25356:3;25347:6;25265:95;:::i;:::-;25258:102;;25377:3;25370:10;;25133:252;;;;;:::o;25392:379::-;;25599:147;25742:3;25599:147;:::i;:::-;25592:154;;25763:3;25756:10;;25580:191;;;:::o;25778:222::-;;25905:2;25894:9;25890:18;25882:26;;25919:71;25987:1;25976:9;25972:17;25963:6;25919:71;:::i;:::-;25876:124;;;;:::o;26007:254::-;;26150:2;26139:9;26135:18;26127:26;;26164:87;26248:1;26237:9;26233:17;26224:6;26164:87;:::i;:::-;26121:140;;;;:::o;26268:672::-;;26513:3;26502:9;26498:19;26490:27;;26528:87;26612:1;26601:9;26597:17;26588:6;26528:87;:::i;:::-;26626:72;26694:2;26683:9;26679:18;26670:6;26626:72;:::i;:::-;26709;26777:2;26766:9;26762:18;26753:6;26709:72;:::i;:::-;26829:9;26823:4;26819:20;26814:2;26803:9;26799:18;26792:48;26854:76;26925:4;26916:6;26854:76;:::i;:::-;26846:84;;26484:456;;;;;;;:::o;26947:410::-;;27144:2;27133:9;27129:18;27121:26;;27194:9;27188:4;27184:20;27180:1;27169:9;27165:17;27158:47;27219:128;27342:4;27333:6;27219:128;:::i;:::-;27211:136;;27115:242;;;;:::o;27364:370::-;;27541:2;27530:9;27526:18;27518:26;;27591:9;27585:4;27581:20;27577:1;27566:9;27562:17;27555:47;27616:108;27719:4;27710:6;27616:108;:::i;:::-;27608:116;;27512:222;;;;:::o;27741:210::-;;27862:2;27851:9;27847:18;27839:26;;27876:65;27938:1;27927:9;27923:17;27914:6;27876:65;:::i;:::-;27833:118;;;;:::o;27958:310::-;;28105:2;28094:9;28090:18;28082:26;;28155:9;28149:4;28145:20;28141:1;28130:9;28126:17;28119:47;28180:78;28253:4;28244:6;28180:78;:::i;:::-;28172:86;;28076:192;;;;:::o;28275:304::-;;28419:2;28408:9;28404:18;28396:26;;28469:9;28463:4;28459:20;28455:1;28444:9;28440:17;28433:47;28494:75;28564:4;28555:6;28494:75;:::i;:::-;28486:83;;28390:189;;;;:::o;28586:416::-;;28786:2;28775:9;28771:18;28763:26;;28836:9;28830:4;28826:20;28822:1;28811:9;28807:17;28800:47;28861:131;28987:4;28861:131;:::i;:::-;28853:139;;28757:245;;;:::o;29009:416::-;;29209:2;29198:9;29194:18;29186:26;;29259:9;29253:4;29249:20;29245:1;29234:9;29230:17;29223:47;29284:131;29410:4;29284:131;:::i;:::-;29276:139;;29180:245;;;:::o;29432:416::-;;29632:2;29621:9;29617:18;29609:26;;29682:9;29676:4;29672:20;29668:1;29657:9;29653:17;29646:47;29707:131;29833:4;29707:131;:::i;:::-;29699:139;;29603:245;;;:::o;29855:416::-;;30055:2;30044:9;30040:18;30032:26;;30105:9;30099:4;30095:20;30091:1;30080:9;30076:17;30069:47;30130:131;30256:4;30130:131;:::i;:::-;30122:139;;30026:245;;;:::o;30278:416::-;;30478:2;30467:9;30463:18;30455:26;;30528:9;30522:4;30518:20;30514:1;30503:9;30499:17;30492:47;30553:131;30679:4;30553:131;:::i;:::-;30545:139;;30449:245;;;:::o;30701:416::-;;30901:2;30890:9;30886:18;30878:26;;30951:9;30945:4;30941:20;30937:1;30926:9;30922:17;30915:47;30976:131;31102:4;30976:131;:::i;:::-;30968:139;;30872:245;;;:::o;31124:416::-;;31324:2;31313:9;31309:18;31301:26;;31374:9;31368:4;31364:20;31360:1;31349:9;31345:17;31338:47;31399:131;31525:4;31399:131;:::i;:::-;31391:139;;31295:245;;;:::o;31547:416::-;;31747:2;31736:9;31732:18;31724:26;;31797:9;31791:4;31787:20;31783:1;31772:9;31768:17;31761:47;31822:131;31948:4;31822:131;:::i;:::-;31814:139;;31718:245;;;:::o;31970:416::-;;32170:2;32159:9;32155:18;32147:26;;32220:9;32214:4;32210:20;32206:1;32195:9;32191:17;32184:47;32245:131;32371:4;32245:131;:::i;:::-;32237:139;;32141:245;;;:::o;32393:416::-;;32593:2;32582:9;32578:18;32570:26;;32643:9;32637:4;32633:20;32629:1;32618:9;32614:17;32607:47;32668:131;32794:4;32668:131;:::i;:::-;32660:139;;32564:245;;;:::o;32816:416::-;;33016:2;33005:9;33001:18;32993:26;;33066:9;33060:4;33056:20;33052:1;33041:9;33037:17;33030:47;33091:131;33217:4;33091:131;:::i;:::-;33083:139;;32987:245;;;:::o;33239:416::-;;33439:2;33428:9;33424:18;33416:26;;33489:9;33483:4;33479:20;33475:1;33464:9;33460:17;33453:47;33514:131;33640:4;33514:131;:::i;:::-;33506:139;;33410:245;;;:::o;33662:416::-;;33862:2;33851:9;33847:18;33839:26;;33912:9;33906:4;33902:20;33898:1;33887:9;33883:17;33876:47;33937:131;34063:4;33937:131;:::i;:::-;33929:139;;33833:245;;;:::o;34085:416::-;;34285:2;34274:9;34270:18;34262:26;;34335:9;34329:4;34325:20;34321:1;34310:9;34306:17;34299:47;34360:131;34486:4;34360:131;:::i;:::-;34352:139;;34256:245;;;:::o;34508:416::-;;34708:2;34697:9;34693:18;34685:26;;34758:9;34752:4;34748:20;34744:1;34733:9;34729:17;34722:47;34783:131;34909:4;34783:131;:::i;:::-;34775:139;;34679:245;;;:::o;34931:416::-;;35131:2;35120:9;35116:18;35108:26;;35181:9;35175:4;35171:20;35167:1;35156:9;35152:17;35145:47;35206:131;35332:4;35206:131;:::i;:::-;35198:139;;35102:245;;;:::o;35354:416::-;;35554:2;35543:9;35539:18;35531:26;;35604:9;35598:4;35594:20;35590:1;35579:9;35575:17;35568:47;35629:131;35755:4;35629:131;:::i;:::-;35621:139;;35525:245;;;:::o;35777:416::-;;35977:2;35966:9;35962:18;35954:26;;36027:9;36021:4;36017:20;36013:1;36002:9;35998:17;35991:47;36052:131;36178:4;36052:131;:::i;:::-;36044:139;;35948:245;;;:::o;36200:416::-;;36400:2;36389:9;36385:18;36377:26;;36450:9;36444:4;36440:20;36436:1;36425:9;36421:17;36414:47;36475:131;36601:4;36475:131;:::i;:::-;36467:139;;36371:245;;;:::o;36623:416::-;;36823:2;36812:9;36808:18;36800:26;;36873:9;36867:4;36863:20;36859:1;36848:9;36844:17;36837:47;36898:131;37024:4;36898:131;:::i;:::-;36890:139;;36794:245;;;:::o;37046:416::-;;37246:2;37235:9;37231:18;37223:26;;37296:9;37290:4;37286:20;37282:1;37271:9;37267:17;37260:47;37321:131;37447:4;37321:131;:::i;:::-;37313:139;;37217:245;;;:::o;37469:416::-;;37669:2;37658:9;37654:18;37646:26;;37719:9;37713:4;37709:20;37705:1;37694:9;37690:17;37683:47;37744:131;37870:4;37744:131;:::i;:::-;37736:139;;37640:245;;;:::o;37892:416::-;;38092:2;38081:9;38077:18;38069:26;;38142:9;38136:4;38132:20;38128:1;38117:9;38113:17;38106:47;38167:131;38293:4;38167:131;:::i;:::-;38159:139;;38063:245;;;:::o;38315:416::-;;38515:2;38504:9;38500:18;38492:26;;38565:9;38559:4;38555:20;38551:1;38540:9;38536:17;38529:47;38590:131;38716:4;38590:131;:::i;:::-;38582:139;;38486:245;;;:::o;38738:416::-;;38938:2;38927:9;38923:18;38915:26;;38988:9;38982:4;38978:20;38974:1;38963:9;38959:17;38952:47;39013:131;39139:4;39013:131;:::i;:::-;39005:139;;38909:245;;;:::o;39161:416::-;;39361:2;39350:9;39346:18;39338:26;;39411:9;39405:4;39401:20;39397:1;39386:9;39382:17;39375:47;39436:131;39562:4;39436:131;:::i;:::-;39428:139;;39332:245;;;:::o;39584:416::-;;39784:2;39773:9;39769:18;39761:26;;39834:9;39828:4;39824:20;39820:1;39809:9;39805:17;39798:47;39859:131;39985:4;39859:131;:::i;:::-;39851:139;;39755:245;;;:::o;40007:416::-;;40207:2;40196:9;40192:18;40184:26;;40257:9;40251:4;40247:20;40243:1;40232:9;40228:17;40221:47;40282:131;40408:4;40282:131;:::i;:::-;40274:139;;40178:245;;;:::o;40430:416::-;;40630:2;40619:9;40615:18;40607:26;;40680:9;40674:4;40670:20;40666:1;40655:9;40651:17;40644:47;40705:131;40831:4;40705:131;:::i;:::-;40697:139;;40601:245;;;:::o;40853:416::-;;41053:2;41042:9;41038:18;41030:26;;41103:9;41097:4;41093:20;41089:1;41078:9;41074:17;41067:47;41128:131;41254:4;41128:131;:::i;:::-;41120:139;;41024:245;;;:::o;41276:416::-;;41476:2;41465:9;41461:18;41453:26;;41526:9;41520:4;41516:20;41512:1;41501:9;41497:17;41490:47;41551:131;41677:4;41551:131;:::i;:::-;41543:139;;41447:245;;;:::o;41699:416::-;;41899:2;41888:9;41884:18;41876:26;;41949:9;41943:4;41939:20;41935:1;41924:9;41920:17;41913:47;41974:131;42100:4;41974:131;:::i;:::-;41966:139;;41870:245;;;:::o;42122:222::-;;42249:2;42238:9;42234:18;42226:26;;42263:71;42331:1;42320:9;42316:17;42307:6;42263:71;:::i;:::-;42220:124;;;;:::o;42351:256::-;;42413:2;42407:9;42397:19;;42451:4;42443:6;42439:17;42550:6;42538:10;42535:22;42514:18;42502:10;42499:34;42496:62;42493:2;;;42571:1;42568;42561:12;42493:2;42591:10;42587:2;42580:22;42391:216;;;;:::o;42614:321::-;;42757:18;42749:6;42746:30;42743:2;;;42789:1;42786;42779:12;42743:2;42856:4;42852:9;42845:4;42837:6;42833:17;42829:33;42821:41;;42920:4;42914;42910:15;42902:23;;42680:255;;;:::o;42942:322::-;;43086:18;43078:6;43075:30;43072:2;;;43118:1;43115;43108:12;43072:2;43185:4;43181:9;43174:4;43166:6;43162:17;43158:33;43150:41;;43249:4;43243;43239:15;43231:23;;43009:255;;;:::o;43271:161::-;;43367:3;43359:11;;43405:4;43400:3;43396:14;43388:22;;43353:79;;;:::o;43439:151::-;;43525:3;43517:11;;43563:4;43558:3;43554:14;43546:22;;43511:79;;;:::o;43597:158::-;;43665:3;43657:11;;43702:3;43699:1;43692:14;43734:4;43731:1;43721:18;43713:26;;43651:104;;;:::o;43762:147::-;;43881:5;43875:12;43865:22;;43846:63;;;:::o;43916:137::-;;44025:5;44019:12;44009:22;;43990:63;;;:::o;44060:121::-;;44153:5;44147:12;44137:22;;44118:63;;;:::o;44188:122::-;;44282:5;44276:12;44266:22;;44247:63;;;:::o;44317:118::-;;44425:4;44420:3;44416:14;44408:22;;44402:33;;;:::o;44442:108::-;;44540:4;44535:3;44531:14;44523:22;;44517:33;;;:::o;44558:188::-;;44698:6;44693:3;44686:19;44735:4;44730:3;44726:14;44711:29;;44679:67;;;;:::o;44755:178::-;;44885:6;44880:3;44873:19;44922:4;44917:3;44913:14;44898:29;;44866:67;;;;:::o;44942:162::-;;45056:6;45051:3;45044:19;45093:4;45088:3;45084:14;45069:29;;45037:67;;;;:::o;45113:144::-;;45248:3;45233:18;;45226:31;;;;:::o;45266:153::-;;45371:6;45366:3;45359:19;45408:4;45403:3;45399:14;45384:29;;45352:67;;;;:::o;45428:163::-;;45543:6;45538:3;45531:19;45580:4;45575:3;45571:14;45556:29;;45524:67;;;;:::o;45600:145::-;;45736:3;45721:18;;45714:31;;;;:::o;45753:91::-;;45815:24;45833:5;45815:24;:::i;:::-;45804:35;;45798:46;;;:::o;45851:99::-;;45921:24;45939:5;45921:24;:::i;:::-;45910:35;;45904:46;;;:::o;45957:85::-;;46030:5;46023:13;46016:21;46005:32;;45999:43;;;:::o;46049:144::-;;46121:66;46114:5;46110:78;46099:89;;46093:100;;;:::o;46200:121::-;;46273:42;46266:5;46262:54;46251:65;;46245:76;;;:::o;46328:72::-;;46390:5;46379:16;;46373:27;;;:::o;46408:145::-;46489:6;46484:3;46479;46466:30;46545:1;46536:6;46531:3;46527:16;46520:27;46459:94;;;:::o;46562:268::-;46627:1;46634:101;46648:6;46645:1;46642:13;46634:101;;;46724:1;46719:3;46715:11;46709:18;46705:1;46700:3;46696:11;46689:39;46670:2;46667:1;46663:10;46658:15;;46634:101;;;46750:6;46747:1;46744:13;46741:2;;;46815:1;46806:6;46801:3;46797:16;46790:27;46741:2;46611:219;;;;:::o;46838:97::-;;46926:2;46922:7;46917:2;46910:5;46906:14;46902:28;46892:38;;46886:49;;;:::o;46943:117::-;47012:24;47030:5;47012:24;:::i;:::-;47005:5;47002:35;46992:2;;47051:1;47048;47041:12;46992:2;46986:74;:::o;47067:133::-;47144:32;47170:5;47144:32;:::i;:::-;47137:5;47134:43;47124:2;;47191:1;47188;47181:12;47124:2;47118:82;:::o;47207:111::-;47273:21;47288:5;47273:21;:::i;:::-;47266:5;47263:32;47253:2;;47309:1;47306;47299:12;47253:2;47247:71;:::o;47325:115::-;47393:23;47410:5;47393:23;:::i;:::-;47386:5;47383:34;47373:2;;47431:1;47428;47421:12;47373:2;47367:73;:::o;47447:117::-;47516:24;47534:5;47516:24;:::i;:::-;47509:5;47506:35;47496:2;;47555:1;47552;47545:12;47496:2;47490:74;:::o

Swarm Source

ipfs://1a9ccb2399be5643f44753a30f3f63414076de789027a76f6ecd5bc36e685765
Loading...
Loading
Loading...
Loading
[ Download: CSV Export  ]
[ Download: CSV Export  ]

A token is a representation of an on-chain or off-chain asset. The token page shows information such as price, total supply, holders, transfers and social links. Learn more about this page in our Knowledge Base.