ETH Price: $3,176.81 (-8.19%)
Gas: 2 Gwei

Token

ASTROKID DF (ASKD)
 

Overview

Max Total Supply

100 ASKD

Holders

67

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A
Balance
3 ASKD
0xa18edff84cafd153d590cdaae4e2f0d0519b5a13
Loading...
Loading
Loading...
Loading
Loading...
Loading

Click here to update the token information / general information
# Exchange Pair Price  24H Volume % Volume
This contract may be a proxy contract. Click on More Options and select Is this a proxy? to confirm and enable the "Read as Proxy" & "Write as Proxy" tabs.

Contract Source Code Verified (Exact Match)

Contract Name:
ASTROKIDDF

Compiler Version
v0.8.10+commit.fc410830

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2022-12-29
*/

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.10;

/*
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣄⠀⠀⠀⠀⣠⣆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⢸⣄⡀⠀⠀⠀⣿⣿⣧⠀⠀⣼⣿⣿⠀⠀⠀⢀⣠⡇⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠈⣿⠛⠶⣄⡀⠻⣿⣿⣇⣸⣿⣿⠟⢀⣠⠶⠛⣿⠁⠀⠀⠀⠀⠀
⠀⠀⠀⠀⢀⡾⠁⢠⠀⢤⣁⡀⢸⣟⣿⣿⣻⡇⢀⣈⡤⠀⡄⠈⢷⡀⠀⠀⠀⠀
⠀⠀⠀⠀⡾⠁⠀⣸⣇⠘⣿⣧⠈⠻⡿⢿⠟⠁⣼⣿⠃⣸⣇⠀⠈⢷⠀⠀⠀⠀
⠀⠀⠀⣰⠁⣼⠀⣿⣿⠀⣿⡇⢠⣤⣀⣀⣤⡄⢹⣿⠀⣿⣿⠀⣧⠈⣆⠀⠀⠀
⠀⠀⢠⡇⢰⡇⢠⣿⣿⡄⢸⡇⢸⣿⣿⣿⣿⡇⢸⡇⢠⣿⣿⡄⢸⡆⢸⡄⠀⠀
⠀⠀⣾⠀⣿⡇⢸⣿⣿⡇⢸⣇⠘⣿⣿⣿⣿⠃⣸⡇⢸⣿⣿⡇⢸⣿⠀⣷⠀⠀
⠀⢰⡏⠠⠟⠃⠘⠛⠛⠀⠘⣿⡀⢻⣿⣿⡟⢀⡿⠃⠀⠛⠛⠃⠘⠻⠄⢹⡆⠀
⠀⣼⠇⠀⠀⠀⠀⠀⠀⠀⠒⣿⡷⠀⠙⠋⠀⢾⣿⠒⠀⠀⠀⠀⠀⠀⠀⠸⣧⠀
⠀⠋⠀⠀⠀⠀⠀⠀⠀⠀⠈⠀⠀⠀⠙⠋⠀⠀⠀⠁⠀⠀⠀⠀⠀⠀⠀⠀⠙⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
              xDRACx

/**
 * @dev Interface of ERC721A.
 */
interface IERC721A {
    /**
     * The caller must own the token or be an approved operator.
     */
    error ApprovalCallerNotOwnerNorApproved();

    /**
     * The token does not exist.
     */
    error ApprovalQueryForNonexistentToken();

    /**
     * The caller cannot approve to their own address.
     */
    error ApproveToCaller();

    /**
     * Cannot query the balance for the zero address.
     */
    error BalanceQueryForZeroAddress();

    /**
     * Cannot mint to the zero address.
     */
    error MintToZeroAddress();

    /**
     * The quantity of tokens minted must be more than zero.
     */
    error MintZeroQuantity();

    /**
     * The token does not exist.
     */
    error OwnerQueryForNonexistentToken();

    /**
     * The caller must own the token or be an approved operator.
     */
    error TransferCallerNotOwnerNorApproved();

    /**
     * The token must be owned by `from`.
     */
    error TransferFromIncorrectOwner();

    /**
     * Cannot safely transfer to a contract that does not implement the
     * ERC721Receiver interface.
     */
    error TransferToNonERC721ReceiverImplementer();

    /**
     * Cannot transfer to the zero address.
     */
    error TransferToZeroAddress();

    /**
     * The token does not exist.
     */
    error URIQueryForNonexistentToken();

    /**
     * The `quantity` minted with ERC2309 exceeds the safety limit.
     */
    error MintERC2309QuantityExceedsLimit();

    /**
     * The `extraData` cannot be set on an unintialized ownership slot.
     */
    error OwnershipNotInitializedForExtraData();

    // =============================================================
    //                            STRUCTS
    // =============================================================

    struct TokenOwnership {
        // The address of the owner.
        address addr;
        // Stores the start time of ownership with minimal overhead for tokenomics.
        uint64 startTimestamp;
        // Whether the token has been burned.
        bool burned;
        // Arbitrary data similar to `startTimestamp` that can be set via {_extraData}.
        uint24 extraData;
    }

    // =============================================================
    //                         TOKEN COUNTERS
    // =============================================================

    /**
     * @dev Returns the total number of tokens in existence.
     * Burned tokens will reduce the count.
     * To get the total number of tokens minted, please see {_totalMinted}.
     */
    function totalSupply() external view returns (uint256);

    // =============================================================
    //                            IERC165
    // =============================================================

    /**
     * @dev Returns true if this contract implements the interface defined by
     * `interfaceId`. See the corresponding
     * [EIP section](https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified)
     * to learn more about how these ids are created.
     *
     * This function call must use less than 30000 gas.
     */
    function supportsInterface(bytes4 interfaceId) external view returns (bool);

    // =============================================================
    //                            IERC721
    // =============================================================

    /**
     * @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,
        bytes calldata data
    ) external;

    /**
     * @dev Equivalent to `safeTransferFrom(from, to, tokenId, '')`.
     */
    function safeTransferFrom(
        address from,
        address to,
        uint256 tokenId
    ) external;

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

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

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

    // =============================================================
    //                        IERC721Metadata
    // =============================================================

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

    // =============================================================
    //                           IERC2309
    // =============================================================

    /**
     * @dev Emitted when tokens in `fromTokenId` to `toTokenId`
     * (inclusive) is transferred from `from` to `to`, as defined in the
     * [ERC2309](https://eips.ethereum.org/EIPS/eip-2309) standard.
     *
     * See {_mintERC2309} for more details.
     */
    event ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to);
}


pragma solidity ^0.8.10;

/**
 * @dev Interface of ERC721 token receiver.
 */
interface ERC721A__IERC721Receiver {
    function onERC721Received(
        address operator,
        address from,
        uint256 tokenId,
        bytes calldata data
    ) external returns (bytes4);
}

/**
 * @title ERC721A
 *
 * @dev Implementation of the [ERC721](https://eips.ethereum.org/EIPS/eip-721)
 * Non-Fungible Token Standard, including the Metadata extension.
 * Optimized for lower gas during batch mints.
 *
 * Token IDs are minted in sequential order (e.g. 0, 1, 2, 3, ...)
 * starting from `_startTokenId()`.
 *
 * Assumptions:
 *
 * - An owner cannot have more than 2**64 - 1 (max value of uint64) of supply.
 * - The maximum token ID cannot exceed 2**256 - 1 (max value of uint256).
 */
contract ERC721A is IERC721A {
    // Reference type for token approval.
    struct TokenApprovalRef {
        address value;
    }

    // =============================================================
    //                           CONSTANTS
    // =============================================================

    // Mask of an entry in packed address data.
    uint256 private constant _BITMASK_ADDRESS_DATA_ENTRY = (1 << 64) - 1;

    // The bit position of `numberMinted` in packed address data.
    uint256 private constant _BITPOS_NUMBER_MINTED = 64;

    // The bit position of `numberBurned` in packed address data.
    uint256 private constant _BITPOS_NUMBER_BURNED = 128;

    // The bit position of `aux` in packed address data.
    uint256 private constant _BITPOS_AUX = 192;

    // Mask of all 256 bits in packed address data except the 64 bits for `aux`.
    uint256 private constant _BITMASK_AUX_COMPLEMENT = (1 << 192) - 1;

    // The bit position of `startTimestamp` in packed ownership.
    uint256 private constant _BITPOS_START_TIMESTAMP = 160;

    // The bit mask of the `burned` bit in packed ownership.
    uint256 private constant _BITMASK_BURNED = 1 << 224;

    // The bit position of the `nextInitialized` bit in packed ownership.
    uint256 private constant _BITPOS_NEXT_INITIALIZED = 225;

    // The bit mask of the `nextInitialized` bit in packed ownership.
    uint256 private constant _BITMASK_NEXT_INITIALIZED = 1 << 225;

    // The bit position of `extraData` in packed ownership.
    uint256 private constant _BITPOS_EXTRA_DATA = 232;

    // Mask of all 256 bits in a packed ownership except the 24 bits for `extraData`.
    uint256 private constant _BITMASK_EXTRA_DATA_COMPLEMENT = (1 << 232) - 1;

    // The mask of the lower 160 bits for addresses.
    uint256 private constant _BITMASK_ADDRESS = (1 << 160) - 1;

    // The maximum `quantity` that can be minted with {_mintERC2309}.
    // This limit is to prevent overflows on the address data entries.
    // For a limit of 5000, a total of 3.689e15 calls to {_mintERC2309}
    // is required to cause an overflow, which is unrealistic.
    uint256 private constant _MAX_MINT_ERC2309_QUANTITY_LIMIT = 5000;

    // The `Transfer` event signature is given by:
    // `keccak256(bytes("Transfer(address,address,uint256)"))`.
    bytes32 private constant _TRANSFER_EVENT_SIGNATURE =
        0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef;

    // =============================================================
    //                            STORAGE
    // =============================================================

    // The next token ID to be minted.
    uint256 private _currentIndex;

    // The number of tokens burned.
    uint256 private _burnCounter;

    // Token name
    string private _name;

    // Token symbol
    string private _symbol;

    // Mapping from token ID to ownership details
    // An empty struct value does not necessarily mean the token is unowned.
    // See {_packedOwnershipOf} implementation for details.
    //
    // Bits Layout:
    // - [0..159]   `addr`
    // - [160..223] `startTimestamp`
    // - [224]      `burned`
    // - [225]      `nextInitialized`
    // - [232..255] `extraData`
    mapping(uint256 => uint256) private _packedOwnerships;

    // Mapping owner address to address data.
    //
    // Bits Layout:
    // - [0..63]    `balance`
    // - [64..127]  `numberMinted`
    // - [128..191] `numberBurned`
    // - [192..255] `aux`
    mapping(address => uint256) private _packedAddressData;

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

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

    // =============================================================
    //                          CONSTRUCTOR
    // =============================================================

    constructor(string memory name_, string memory symbol_) {
        _name = name_;
        _symbol = symbol_;
        _currentIndex = _startTokenId();
    }

    // =============================================================
    //                   TOKEN COUNTING OPERATIONS
    // =============================================================

    /**
     * @dev Returns the starting token ID.
     * To change the starting token ID, please override this function.
     */
    function _startTokenId() internal view virtual returns (uint256) {
        return 0;
    }

    /**
     * @dev Returns the next token ID to be minted.
     */
    function _nextTokenId() internal view virtual returns (uint256) {
        return _currentIndex;
    }

    /**
     * @dev Returns the total number of tokens in existence.
     * Burned tokens will reduce the count.
     * To get the total number of tokens minted, please see {_totalMinted}.
     */
    function totalSupply() public view virtual override returns (uint256) {
        // Counter underflow is impossible as _burnCounter cannot be incremented
        // more than `_currentIndex - _startTokenId()` times.
        unchecked {
            return _currentIndex - _burnCounter - _startTokenId();
        }
    }

    /**
     * @dev Returns the total amount of tokens minted in the contract.
     */
    function _totalMinted() internal view virtual returns (uint256) {
        // Counter underflow is impossible as `_currentIndex` does not decrement,
        // and it is initialized to `_startTokenId()`.
        unchecked {
            return _currentIndex - _startTokenId();
        }
    }

    /**
     * @dev Returns the total number of tokens burned.
     */
    function _totalBurned() internal view virtual returns (uint256) {
        return _burnCounter;
    }

    // =============================================================
    //                    ADDRESS DATA OPERATIONS
    // =============================================================

    /**
     * @dev Returns the number of tokens in `owner`'s account.
     */
    function balanceOf(address owner) public view virtual override returns (uint256) {
        if (owner == address(0)) revert BalanceQueryForZeroAddress();
        return _packedAddressData[owner] & _BITMASK_ADDRESS_DATA_ENTRY;
    }

    /**
     * Returns the number of tokens minted by `owner`.
     */
    function _numberMinted(address owner) internal view returns (uint256) {
        return (_packedAddressData[owner] >> _BITPOS_NUMBER_MINTED) & _BITMASK_ADDRESS_DATA_ENTRY;
    }

    /**
     * Returns the number of tokens burned by or on behalf of `owner`.
     */
    function _numberBurned(address owner) internal view returns (uint256) {
        return (_packedAddressData[owner] >> _BITPOS_NUMBER_BURNED) & _BITMASK_ADDRESS_DATA_ENTRY;
    }

    /**
     * Returns the auxiliary data for `owner`. (e.g. number of whitelist mint slots used).
     */
    function _getAux(address owner) internal view returns (uint64) {
        return uint64(_packedAddressData[owner] >> _BITPOS_AUX);
    }

    /**
     * Sets the auxiliary data for `owner`. (e.g. number of whitelist mint slots used).
     * If there are multiple variables, please pack them into a uint64.
     */
    function _setAux(address owner, uint64 aux) internal virtual {
        uint256 packed = _packedAddressData[owner];
        uint256 auxCasted;
        // Cast `aux` with assembly to avoid redundant masking.
        assembly {
            auxCasted := aux
        }
        packed = (packed & _BITMASK_AUX_COMPLEMENT) | (auxCasted << _BITPOS_AUX);
        _packedAddressData[owner] = packed;
    }

    // =============================================================
    //                            IERC165
    // =============================================================

    /**
     * @dev Returns true if this contract implements the interface defined by
     * `interfaceId`. See the corresponding
     * [EIP section](https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified)
     * to learn more about how these ids are created.
     *
     * This function call must use less than 30000 gas.
     */
    function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
        // The interface IDs are constants representing the first 4 bytes
        // of the XOR of all function selectors in the interface.
        // See: [ERC165](https://eips.ethereum.org/EIPS/eip-165)
        // (e.g. `bytes4(i.functionA.selector ^ i.functionB.selector ^ ...)`)
        return
            interfaceId == 0x01ffc9a7 || // ERC165 interface ID for ERC165.
            interfaceId == 0x80ac58cd || // ERC165 interface ID for ERC721.
            interfaceId == 0x5b5e139f; // ERC165 interface ID for ERC721Metadata.
    }

    // =============================================================
    //                        IERC721Metadata
    // =============================================================

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

    /**
     * @dev Returns the token collection symbol.
     */
    function symbol() public view virtual override returns (string memory) {
        return _symbol;
    }

    /**
     * @dev Returns the Uniform Resource Identifier (URI) for `tokenId` token.
     */
    function tokenURI(uint256 tokenId) public view virtual override returns (string memory) {
        if (!_exists(tokenId)) revert URIQueryForNonexistentToken();

        string memory baseURI = _baseURI();
        return bytes(baseURI).length != 0 ? string(abi.encodePacked(baseURI, _toString(tokenId))) : '';
    }

    /**
     * @dev Base URI for computing {tokenURI}. If set, the resulting URI for each
     * token will be the concatenation of the `baseURI` and the `tokenId`. Empty
     * by default, it can be overridden in child contracts.
     */
    function _baseURI() internal view virtual returns (string memory) {
        return '';
    }

    // =============================================================
    //                     OWNERSHIPS OPERATIONS
    // =============================================================

    /**
     * @dev Returns the owner of the `tokenId` token.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function ownerOf(uint256 tokenId) public view virtual override returns (address) {
        return address(uint160(_packedOwnershipOf(tokenId)));
    }

    /**
     * @dev Gas spent here starts off proportional to the maximum mint batch size.
     * It gradually moves to O(1) as tokens get transferred around over time.
     */
    function _ownershipOf(uint256 tokenId) internal view virtual returns (TokenOwnership memory) {
        return _unpackedOwnership(_packedOwnershipOf(tokenId));
    }

    /**
     * @dev Returns the unpacked `TokenOwnership` struct at `index`.
     */
    function _ownershipAt(uint256 index) internal view virtual returns (TokenOwnership memory) {
        return _unpackedOwnership(_packedOwnerships[index]);
    }

    /**
     * @dev Initializes the ownership slot minted at `index` for efficiency purposes.
     */
    function _initializeOwnershipAt(uint256 index) internal virtual {
        if (_packedOwnerships[index] == 0) {
            _packedOwnerships[index] = _packedOwnershipOf(index);
        }
    }

    /**
     * Returns the packed ownership data of `tokenId`.
     */
    function _packedOwnershipOf(uint256 tokenId) private view returns (uint256) {
        uint256 curr = tokenId;

        unchecked {
            if (_startTokenId() <= curr)
                if (curr < _currentIndex) {
                    uint256 packed = _packedOwnerships[curr];
                    // If not burned.
                    if (packed & _BITMASK_BURNED == 0) {
                        // Invariant:
                        // There will always be an initialized ownership slot
                        // (i.e. `ownership.addr != address(0) && ownership.burned == false`)
                        // before an unintialized ownership slot
                        // (i.e. `ownership.addr == address(0) && ownership.burned == false`)
                        // Hence, `curr` will not underflow.
                        //
                        // We can directly compare the packed value.
                        // If the address is zero, packed will be zero.
                        while (packed == 0) {
                            packed = _packedOwnerships[--curr];
                        }
                        return packed;
                    }
                }
        }
        revert OwnerQueryForNonexistentToken();
    }

    /**
     * @dev Returns the unpacked `TokenOwnership` struct from `packed`.
     */
    function _unpackedOwnership(uint256 packed) private pure returns (TokenOwnership memory ownership) {
        ownership.addr = address(uint160(packed));
        ownership.startTimestamp = uint64(packed >> _BITPOS_START_TIMESTAMP);
        ownership.burned = packed & _BITMASK_BURNED != 0;
        ownership.extraData = uint24(packed >> _BITPOS_EXTRA_DATA);
    }

    /**
     * @dev Packs ownership data into a single uint256.
     */
    function _packOwnershipData(address owner, uint256 flags) private view returns (uint256 result) {
        assembly {
            // Mask `owner` to the lower 160 bits, in case the upper bits somehow aren't clean.
            owner := and(owner, _BITMASK_ADDRESS)
            // `owner | (block.timestamp << _BITPOS_START_TIMESTAMP) | flags`.
            result := or(owner, or(shl(_BITPOS_START_TIMESTAMP, timestamp()), flags))
        }
    }

    /**
     * @dev Returns the `nextInitialized` flag set if `quantity` equals 1.
     */
    function _nextInitializedFlag(uint256 quantity) private pure returns (uint256 result) {
        // For branchless setting of the `nextInitialized` flag.
        assembly {
            // `(quantity == 1) << _BITPOS_NEXT_INITIALIZED`.
            result := shl(_BITPOS_NEXT_INITIALIZED, eq(quantity, 1))
        }
    }

    // =============================================================
    //                      APPROVAL OPERATIONS
    // =============================================================

    /**
     * @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) public virtual override {
        address owner = ownerOf(tokenId);

        if (_msgSenderERC721A() != owner)
            if (!isApprovedForAll(owner, _msgSenderERC721A())) {
                revert ApprovalCallerNotOwnerNorApproved();
            }

        _tokenApprovals[tokenId].value = to;
        emit Approval(owner, to, tokenId);
    }

    /**
     * @dev Returns the account approved for `tokenId` token.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function getApproved(uint256 tokenId) public view virtual override returns (address) {
        if (!_exists(tokenId)) revert ApprovalQueryForNonexistentToken();

        return _tokenApprovals[tokenId].value;
    }

    /**
     * @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) public virtual override {
        if (operator == _msgSenderERC721A()) revert ApproveToCaller();

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

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

    /**
     * @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. See {_mint}.
     */
    function _exists(uint256 tokenId) internal view virtual returns (bool) {
        return
            _startTokenId() <= tokenId &&
            tokenId < _currentIndex && // If within bounds,
            _packedOwnerships[tokenId] & _BITMASK_BURNED == 0; // and not burned.
    }

    /**
     * @dev Returns whether `msgSender` is equal to `approvedAddress` or `owner`.
     */
    function _isSenderApprovedOrOwner(
        address approvedAddress,
        address owner,
        address msgSender
    ) private pure returns (bool result) {
        assembly {
            // Mask `owner` to the lower 160 bits, in case the upper bits somehow aren't clean.
            owner := and(owner, _BITMASK_ADDRESS)
            // Mask `msgSender` to the lower 160 bits, in case the upper bits somehow aren't clean.
            msgSender := and(msgSender, _BITMASK_ADDRESS)
            // `msgSender == owner || msgSender == approvedAddress`.
            result := or(eq(msgSender, owner), eq(msgSender, approvedAddress))
        }
    }

    /**
     * @dev Returns the storage slot and value for the approved address of `tokenId`.
     */
    function _getApprovedSlotAndAddress(uint256 tokenId)
        private
        view
        returns (uint256 approvedAddressSlot, address approvedAddress)
    {
        TokenApprovalRef storage tokenApproval = _tokenApprovals[tokenId];
        // The following is equivalent to `approvedAddress = _tokenApprovals[tokenId]`.
        assembly {
            approvedAddressSlot := tokenApproval.slot
            approvedAddress := sload(approvedAddressSlot)
        }
    }

    // =============================================================
    //                      TRANSFER OPERATIONS
    // =============================================================

    /**
     * @dev Transfers `tokenId` from `from` to `to`.
     *
     * 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
    ) public virtual override {
        uint256 prevOwnershipPacked = _packedOwnershipOf(tokenId);

        if (address(uint160(prevOwnershipPacked)) != from) revert TransferFromIncorrectOwner();

        (uint256 approvedAddressSlot, address approvedAddress) = _getApprovedSlotAndAddress(tokenId);

        // The nested ifs save around 20+ gas over a compound boolean condition.
        if (!_isSenderApprovedOrOwner(approvedAddress, from, _msgSenderERC721A()))
            if (!isApprovedForAll(from, _msgSenderERC721A())) revert TransferCallerNotOwnerNorApproved();

        if (to == address(0)) revert TransferToZeroAddress();

        _beforeTokenTransfers(from, to, tokenId, 1);

        // Clear approvals from the previous owner.
        assembly {
            if approvedAddress {
                // This is equivalent to `delete _tokenApprovals[tokenId]`.
                sstore(approvedAddressSlot, 0)
            }
        }

        // Underflow of the sender's balance is impossible because we check for
        // ownership above and the recipient's balance can't realistically overflow.
        // Counter overflow is incredibly unrealistic as `tokenId` would have to be 2**256.
        unchecked {
            // We can directly increment and decrement the balances.
            --_packedAddressData[from]; // Updates: `balance -= 1`.
            ++_packedAddressData[to]; // Updates: `balance += 1`.

            // Updates:
            // - `address` to the next owner.
            // - `startTimestamp` to the timestamp of transfering.
            // - `burned` to `false`.
            // - `nextInitialized` to `true`.
            _packedOwnerships[tokenId] = _packOwnershipData(
                to,
                _BITMASK_NEXT_INITIALIZED | _nextExtraData(from, to, prevOwnershipPacked)
            );

            // If the next slot may not have been initialized (i.e. `nextInitialized == false`) .
            if (prevOwnershipPacked & _BITMASK_NEXT_INITIALIZED == 0) {
                uint256 nextTokenId = tokenId + 1;
                // If the next slot's address is zero and not burned (i.e. packed value is zero).
                if (_packedOwnerships[nextTokenId] == 0) {
                    // If the next slot is within bounds.
                    if (nextTokenId != _currentIndex) {
                        // Initialize the next slot to maintain correctness for `ownerOf(tokenId + 1)`.
                        _packedOwnerships[nextTokenId] = prevOwnershipPacked;
                    }
                }
            }
        }

        emit Transfer(from, to, tokenId);
        _afterTokenTransfers(from, to, tokenId, 1);
    }

    /**
     * @dev Equivalent to `safeTransferFrom(from, to, tokenId, '')`.
     */
    function safeTransferFrom(
        address from,
        address to,
        uint256 tokenId
    ) public virtual override {
        safeTransferFrom(from, to, tokenId, '');
    }

    /**
     * @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 memory _data
    ) public virtual override {
        transferFrom(from, to, tokenId);
        if (to.code.length != 0)
            if (!_checkContractOnERC721Received(from, to, tokenId, _data)) {
                revert TransferToNonERC721ReceiverImplementer();
            }
    }

    /**
     * @dev Hook that is called before a set of serially-ordered token IDs
     * are about to be transferred. This includes minting.
     * And also called before burning one token.
     *
     * `startTokenId` - the first token ID to be transferred.
     * `quantity` - the amount to be transferred.
     *
     * 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, `tokenId` will be burned by `from`.
     * - `from` and `to` are never both zero.
     */
    function _beforeTokenTransfers(
        address from,
        address to,
        uint256 startTokenId,
        uint256 quantity
    ) internal virtual {}

    /**
     * @dev Hook that is called after a set of serially-ordered token IDs
     * have been transferred. This includes minting.
     * And also called after one token has been burned.
     *
     * `startTokenId` - the first token ID to be transferred.
     * `quantity` - the amount to be transferred.
     *
     * Calling conditions:
     *
     * - When `from` and `to` are both non-zero, `from`'s `tokenId` has been
     * transferred to `to`.
     * - When `from` is zero, `tokenId` has been minted for `to`.
     * - When `to` is zero, `tokenId` has been burned by `from`.
     * - `from` and `to` are never both zero.
     */
    function _afterTokenTransfers(
        address from,
        address to,
        uint256 startTokenId,
        uint256 quantity
    ) internal virtual {}

    /**
     * @dev Private function to invoke {IERC721Receiver-onERC721Received} on a target contract.
     *
     * `from` - Previous owner of the given token ID.
     * `to` - Target address that will receive the token.
     * `tokenId` - Token ID to be transferred.
     * `_data` - Optional data to send along with the call.
     *
     * Returns whether the call correctly returned the expected magic value.
     */
    function _checkContractOnERC721Received(
        address from,
        address to,
        uint256 tokenId,
        bytes memory _data
    ) private returns (bool) {
        try ERC721A__IERC721Receiver(to).onERC721Received(_msgSenderERC721A(), from, tokenId, _data) returns (
            bytes4 retval
        ) {
            return retval == ERC721A__IERC721Receiver(to).onERC721Received.selector;
        } catch (bytes memory reason) {
            if (reason.length == 0) {
                revert TransferToNonERC721ReceiverImplementer();
            } else {
                assembly {
                    revert(add(32, reason), mload(reason))
                }
            }
        }
    }

    // =============================================================
    //                        MINT OPERATIONS
    // =============================================================

    /**
     * @dev Mints `quantity` tokens and transfers them to `to`.
     *
     * Requirements:
     *
     * - `to` cannot be the zero address.
     * - `quantity` must be greater than 0.
     *
     * Emits a {Transfer} event for each mint.
     */
    function _mint(address to, uint256 quantity) internal virtual {
        uint256 startTokenId = _currentIndex;
        if (quantity == 0) revert MintZeroQuantity();

        _beforeTokenTransfers(address(0), to, startTokenId, quantity);

        // Overflows are incredibly unrealistic.
        // `balance` and `numberMinted` have a maximum limit of 2**64.
        // `tokenId` has a maximum limit of 2**256.
        unchecked {
            // Updates:
            // - `balance += quantity`.
            // - `numberMinted += quantity`.
            //
            // We can directly add to the `balance` and `numberMinted`.
            _packedAddressData[to] += quantity * ((1 << _BITPOS_NUMBER_MINTED) | 1);

            // Updates:
            // - `address` to the owner.
            // - `startTimestamp` to the timestamp of minting.
            // - `burned` to `false`.
            // - `nextInitialized` to `quantity == 1`.
            _packedOwnerships[startTokenId] = _packOwnershipData(
                to,
                _nextInitializedFlag(quantity) | _nextExtraData(address(0), to, 0)
            );

            uint256 toMasked;
            uint256 end = startTokenId + quantity;

            // Use assembly to loop and emit the `Transfer` event for gas savings.
            assembly {
                // Mask `to` to the lower 160 bits, in case the upper bits somehow aren't clean.
                toMasked := and(to, _BITMASK_ADDRESS)
                // Emit the `Transfer` event.
                log4(
                    0, // Start of data (0, since no data).
                    0, // End of data (0, since no data).
                    _TRANSFER_EVENT_SIGNATURE, // Signature.
                    0, // `address(0)`.
                    toMasked, // `to`.
                    startTokenId // `tokenId`.
                )

                for {
                    let tokenId := add(startTokenId, 1)
                } iszero(eq(tokenId, end)) {
                    tokenId := add(tokenId, 1)
                } {
                    // Emit the `Transfer` event. Similar to above.
                    log4(0, 0, _TRANSFER_EVENT_SIGNATURE, 0, toMasked, tokenId)
                }
            }
            if (toMasked == 0) revert MintToZeroAddress();

            _currentIndex = end;
        }
        _afterTokenTransfers(address(0), to, startTokenId, quantity);
    }

    /**
     * @dev Mints `quantity` tokens and transfers them to `to`.
     *
     * This function is intended for efficient minting only during contract creation.
     *
     * It emits only one {ConsecutiveTransfer} as defined in
     * [ERC2309](https://eips.ethereum.org/EIPS/eip-2309),
     * instead of a sequence of {Transfer} event(s).
     *
     * Calling this function outside of contract creation WILL make your contract
     * non-compliant with the ERC721 standard.
     * For full ERC721 compliance, substituting ERC721 {Transfer} event(s) with the ERC2309
     * {ConsecutiveTransfer} event is only permissible during contract creation.
     *
     * Requirements:
     *
     * - `to` cannot be the zero address.
     * - `quantity` must be greater than 0.
     *
     * Emits a {ConsecutiveTransfer} event.
     */
    function _mintERC2309(address to, uint256 quantity) internal virtual {
        uint256 startTokenId = _currentIndex;
        if (to == address(0)) revert MintToZeroAddress();
        if (quantity == 0) revert MintZeroQuantity();
        if (quantity > _MAX_MINT_ERC2309_QUANTITY_LIMIT) revert MintERC2309QuantityExceedsLimit();

        _beforeTokenTransfers(address(0), to, startTokenId, quantity);

        // Overflows are unrealistic due to the above check for `quantity` to be below the limit.
        unchecked {
            // Updates:
            // - `balance += quantity`.
            // - `numberMinted += quantity`.
            //
            // We can directly add to the `balance` and `numberMinted`.
            _packedAddressData[to] += quantity * ((1 << _BITPOS_NUMBER_MINTED) | 1);

            // Updates:
            // - `address` to the owner.
            // - `startTimestamp` to the timestamp of minting.
            // - `burned` to `false`.
            // - `nextInitialized` to `quantity == 1`.
            _packedOwnerships[startTokenId] = _packOwnershipData(
                to,
                _nextInitializedFlag(quantity) | _nextExtraData(address(0), to, 0)
            );

            emit ConsecutiveTransfer(startTokenId, startTokenId + quantity - 1, address(0), to);

            _currentIndex = startTokenId + quantity;
        }
        _afterTokenTransfers(address(0), to, startTokenId, quantity);
    }

    /**
     * @dev Safely mints `quantity` tokens and transfers them to `to`.
     *
     * Requirements:
     *
     * - If `to` refers to a smart contract, it must implement
     * {IERC721Receiver-onERC721Received}, which is called for each safe transfer.
     * - `quantity` must be greater than 0.
     *
     * See {_mint}.
     *
     * Emits a {Transfer} event for each mint.
     */
    function _safeMint(
        address to,
        uint256 quantity,
        bytes memory _data
    ) internal virtual {
        _mint(to, quantity);

        unchecked {
            if (to.code.length != 0) {
                uint256 end = _currentIndex;
                uint256 index = end - quantity;
                do {
                    if (!_checkContractOnERC721Received(address(0), to, index++, _data)) {
                        revert TransferToNonERC721ReceiverImplementer();
                    }
                } while (index < end);
                // Reentrancy protection.
                if (_currentIndex != end) revert();
            }
        }
    }

    /**
     * @dev Equivalent to `_safeMint(to, quantity, '')`.
     */
    function _safeMint(address to, uint256 quantity) internal virtual {
        _safeMint(to, quantity, '');
    }

    // =============================================================
    //                        BURN OPERATIONS
    // =============================================================

    /**
     * @dev Equivalent to `_burn(tokenId, false)`.
     */
    function _burn(uint256 tokenId) internal virtual {
        _burn(tokenId, false);
    }

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

        address from = address(uint160(prevOwnershipPacked));

        (uint256 approvedAddressSlot, address approvedAddress) = _getApprovedSlotAndAddress(tokenId);

        if (approvalCheck) {
            // The nested ifs save around 20+ gas over a compound boolean condition.
            if (!_isSenderApprovedOrOwner(approvedAddress, from, _msgSenderERC721A()))
                if (!isApprovedForAll(from, _msgSenderERC721A())) revert TransferCallerNotOwnerNorApproved();
        }

        _beforeTokenTransfers(from, address(0), tokenId, 1);

        // Clear approvals from the previous owner.
        assembly {
            if approvedAddress {
                // This is equivalent to `delete _tokenApprovals[tokenId]`.
                sstore(approvedAddressSlot, 0)
            }
        }

        // Underflow of the sender's balance is impossible because we check for
        // ownership above and the recipient's balance can't realistically overflow.
        // Counter overflow is incredibly unrealistic as `tokenId` would have to be 2**256.
        unchecked {
            // Updates:
            // - `balance -= 1`.
            // - `numberBurned += 1`.
            //
            // We can directly decrement the balance, and increment the number burned.
            // This is equivalent to `packed -= 1; packed += 1 << _BITPOS_NUMBER_BURNED;`.
            _packedAddressData[from] += (1 << _BITPOS_NUMBER_BURNED) - 1;

            // Updates:
            // - `address` to the last owner.
            // - `startTimestamp` to the timestamp of burning.
            // - `burned` to `true`.
            // - `nextInitialized` to `true`.
            _packedOwnerships[tokenId] = _packOwnershipData(
                from,
                (_BITMASK_BURNED | _BITMASK_NEXT_INITIALIZED) | _nextExtraData(from, address(0), prevOwnershipPacked)
            );

            // If the next slot may not have been initialized (i.e. `nextInitialized == false`) .
            if (prevOwnershipPacked & _BITMASK_NEXT_INITIALIZED == 0) {
                uint256 nextTokenId = tokenId + 1;
                // If the next slot's address is zero and not burned (i.e. packed value is zero).
                if (_packedOwnerships[nextTokenId] == 0) {
                    // If the next slot is within bounds.
                    if (nextTokenId != _currentIndex) {
                        // Initialize the next slot to maintain correctness for `ownerOf(tokenId + 1)`.
                        _packedOwnerships[nextTokenId] = prevOwnershipPacked;
                    }
                }
            }
        }

        emit Transfer(from, address(0), tokenId);
        _afterTokenTransfers(from, address(0), tokenId, 1);

        // Overflow not possible, as _burnCounter cannot be exceed _currentIndex times.
        unchecked {
            _burnCounter++;
        }
    }

    // =============================================================
    //                     EXTRA DATA OPERATIONS
    // =============================================================

    /**
     * @dev Directly sets the extra data for the ownership data `index`.
     */
    function _setExtraDataAt(uint256 index, uint24 extraData) internal virtual {
        uint256 packed = _packedOwnerships[index];
        if (packed == 0) revert OwnershipNotInitializedForExtraData();
        uint256 extraDataCasted;
        // Cast `extraData` with assembly to avoid redundant masking.
        assembly {
            extraDataCasted := extraData
        }
        packed = (packed & _BITMASK_EXTRA_DATA_COMPLEMENT) | (extraDataCasted << _BITPOS_EXTRA_DATA);
        _packedOwnerships[index] = packed;
    }

    /**
     * @dev Called during each token transfer to set the 24bit `extraData` field.
     * Intended to be overridden by the cosumer contract.
     *
     * `previousExtraData` - the value of `extraData` before transfer.
     *
     * 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, `tokenId` will be burned by `from`.
     * - `from` and `to` are never both zero.
     */
    function _extraData(
        address from,
        address to,
        uint24 previousExtraData
    ) internal view virtual returns (uint24) {}

    /**
     * @dev Returns the next extra data for the packed ownership data.
     * The returned result is shifted into position.
     */
    function _nextExtraData(
        address from,
        address to,
        uint256 prevOwnershipPacked
    ) private view returns (uint256) {
        uint24 extraData = uint24(prevOwnershipPacked >> _BITPOS_EXTRA_DATA);
        return uint256(_extraData(from, to, extraData)) << _BITPOS_EXTRA_DATA;
    }

    // =============================================================
    //                       OTHER OPERATIONS
    // =============================================================

    /**
     * @dev Returns the message sender (defaults to `msg.sender`).
     *
     * If you are writing GSN compatible contracts, you need to override this function.
     */
    function _msgSenderERC721A() internal view virtual returns (address) {
        return msg.sender;
    }

    /**
     * @dev Converts a uint256 to its ASCII string decimal representation.
     */
    function _toString(uint256 value) internal pure virtual returns (string memory ptr) {
        assembly {
            // The maximum value of a uint256 contains 78 digits (1 byte per digit),
            // but we allocate 128 bytes to keep the free memory pointer 32-byte word aliged.
            // We will need 1 32-byte word to store the length,
            // and 3 32-byte words to store a maximum of 78 digits. Total: 32 + 3 * 32 = 128.
            ptr := add(mload(0x40), 128)
            // Update the free memory pointer to allocate.
            mstore(0x40, ptr)

            // Cache the end of the memory to calculate the length later.
            let end := ptr

            // We write the string from the rightmost digit to the leftmost digit.
            // The following is essentially a do-while loop that also handles the zero case.
            // Costs a bit more than early returning for the zero case,
            // but cheaper in terms of deployment and overall runtime costs.
            for {
                // Initialize and perform the first pass without check.
                let temp := value
                // Move the pointer 1 byte leftwards to point to an empty character slot.
                ptr := sub(ptr, 1)
                // Write the character to the pointer.
                // The ASCII index of the '0' character is 48.
                mstore8(ptr, add(48, mod(temp, 10)))
                temp := div(temp, 10)
            } temp {
                // Keep dividing `temp` until zero.
                temp := div(temp, 10)
            } {
                // Body of the for loop.
                ptr := sub(ptr, 1)
                mstore8(ptr, add(48, mod(temp, 10)))
            }

            let length := sub(end, ptr)
            // Move the pointer 32 bytes leftwards to make room for the length.
            ptr := sub(ptr, 32)
            // Store the length.
            mstore(ptr, length)
        }
    }
}



pragma solidity ^0.8.10;

/**
 * @dev Interface of ERC721AQueryable.
 */
interface IERC721AQueryable is IERC721A {
    /**
     * Invalid query range (`start` >= `stop`).
     */
    error InvalidQueryRange();

    /**
     * @dev Returns the `TokenOwnership` struct at `tokenId` without reverting.
     *
     * If the `tokenId` is out of bounds:
     *
     * - `addr = address(0)`
     * - `startTimestamp = 0`
     * - `burned = false`
     * - `extraData = 0`
     *
     * If the `tokenId` is burned:
     *
     * - `addr = <Address of owner before token was burned>`
     * - `startTimestamp = <Timestamp when token was burned>`
     * - `burned = true`
     * - `extraData = <Extra data when token was burned>`
     *
     * Otherwise:
     *
     * - `addr = <Address of owner>`
     * - `startTimestamp = <Timestamp of start of ownership>`
     * - `burned = false`
     * - `extraData = <Extra data at start of ownership>`
     */
    function explicitOwnershipOf(uint256 tokenId) external view returns (TokenOwnership memory);

    /**
     * @dev Returns an array of `TokenOwnership` structs at `tokenIds` in order.
     * See {ERC721AQueryable-explicitOwnershipOf}
     */
    function explicitOwnershipsOf(uint256[] memory tokenIds) external view returns (TokenOwnership[] memory);

    /**
     * @dev Returns an array of token IDs owned by `owner`,
     * in the range [`start`, `stop`)
     * (i.e. `start <= tokenId < stop`).
     *
     * This function allows for tokens to be queried if the collection
     * grows too big for a single call of {ERC721AQueryable-tokensOfOwner}.
     *
     * Requirements:
     *
     * - `start < stop`
     */
    function tokensOfOwnerIn(
        address owner,
        uint256 start,
        uint256 stop
    ) external view returns (uint256[] memory);

    /**
     * @dev Returns an array of token IDs owned by `owner`.
     *
     * This function scans the ownership mapping and is O(`totalSupply`) in complexity.
     * It is meant to be called off-chain.
     *
     * See {ERC721AQueryable-tokensOfOwnerIn} for splitting the scan into
     * multiple smaller scans if the collection is large enough to cause
     * an out-of-gas error (10K collections should be fine).
     */
    function tokensOfOwner(address owner) external view returns (uint256[] memory);
}



pragma solidity ^0.8.10;


/**
 * @dev Interface of ERC721ABurnable.
 */
interface IERC721ABurnable is IERC721A {
    /**
     * @dev Burns `tokenId`. See {ERC721A-_burn}.
     *
     * Requirements:
     *
     * - The caller must own `tokenId` or be an approved operator.
     */
    function burn(uint256 tokenId) external;
}


pragma solidity ^0.8.10;

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

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


pragma solidity ^0.8.10;

/**
 * @dev Interface of the ERC20 standard as defined in the EIP.
 */
interface IERC20 {
    /**
     * @dev Returns the amount of tokens in existence.
     */
    function totalSupply() external view returns (uint256);

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

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

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

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

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

    /**
     * @dev Emitted when `value` tokens are moved from one account (`from`) to
     * another (`to`).
     *
     * Note that `value` may be zero.
     */
    event Transfer(address indexed from, address indexed to, uint256 value);

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


pragma solidity ^0.8.10;

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

pragma solidity ^0.8.10;


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



pragma solidity ^0.8.10;

/**
 * @dev Interface for the NFT Royalty Standard.
 *
 * A standardized way to retrieve royalty payment information for non-fungible tokens (NFTs) to enable universal
 * support for royalty payments across all NFT marketplaces and ecosystem participants.
 *
 * _Available since v4.5._
 */
interface IERC2981 is IERC165 {
    /**
     * @dev Returns how much royalty is owed and to whom, based on a sale price that may be denominated in any unit of
     * exchange. The royalty amount is denominated and should be payed in that same unit of exchange.
     */
    function royaltyInfo(uint256 tokenId, uint256 salePrice)
        external
        view
        returns (address receiver, uint256 royaltyAmount);
}


pragma solidity ^0.8.10;

/**
 * @title ERC721AQueryable.
 *
 * @dev ERC721A subclass with convenience query functions.
 */
abstract contract ERC721AQueryable is ERC721A, IERC721AQueryable {
    /**
     * @dev Returns the `TokenOwnership` struct at `tokenId` without reverting.
     *
     * If the `tokenId` is out of bounds:
     *
     * - `addr = address(0)`
     * - `startTimestamp = 0`
     * - `burned = false`
     * - `extraData = 0`
     *
     * If the `tokenId` is burned:
     *
     * - `addr = <Address of owner before token was burned>`
     * - `startTimestamp = <Timestamp when token was burned>`
     * - `burned = true`
     * - `extraData = <Extra data when token was burned>`
     *
     * Otherwise:
     *
     * - `addr = <Address of owner>`
     * - `startTimestamp = <Timestamp of start of ownership>`
     * - `burned = false`
     * - `extraData = <Extra data at start of ownership>`
     */
    function explicitOwnershipOf(uint256 tokenId) public view virtual override returns (TokenOwnership memory) {
        TokenOwnership memory ownership;
        if (tokenId < _startTokenId() || tokenId >= _nextTokenId()) {
            return ownership;
        }
        ownership = _ownershipAt(tokenId);
        if (ownership.burned) {
            return ownership;
        }
        return _ownershipOf(tokenId);
    }

    /**
     * @dev Returns an array of `TokenOwnership` structs at `tokenIds` in order.
     * See {ERC721AQueryable-explicitOwnershipOf}
     */
    function explicitOwnershipsOf(uint256[] calldata tokenIds)
        external
        view
        virtual
        override
        returns (TokenOwnership[] memory)
    {
        unchecked {
            uint256 tokenIdsLength = tokenIds.length;
            TokenOwnership[] memory ownerships = new TokenOwnership[](tokenIdsLength);
            for (uint256 i; i != tokenIdsLength; ++i) {
                ownerships[i] = explicitOwnershipOf(tokenIds[i]);
            }
            return ownerships;
        }
    }

    /**
     * @dev Returns an array of token IDs owned by `owner`,
     * in the range [`start`, `stop`)
     * (i.e. `start <= tokenId < stop`).
     *
     * This function allows for tokens to be queried if the collection
     * grows too big for a single call of {ERC721AQueryable-tokensOfOwner}.
     *
     * Requirements:
     *
     * - `start < stop`
     */
    function tokensOfOwnerIn(
        address owner,
        uint256 start,
        uint256 stop
    ) external view virtual override returns (uint256[] memory) {
        unchecked {
            if (start >= stop) revert InvalidQueryRange();
            uint256 tokenIdsIdx;
            uint256 stopLimit = _nextTokenId();
            // Set `start = max(start, _startTokenId())`.
            if (start < _startTokenId()) {
                start = _startTokenId();
            }
            // Set `stop = min(stop, stopLimit)`.
            if (stop > stopLimit) {
                stop = stopLimit;
            }
            uint256 tokenIdsMaxLength = balanceOf(owner);
            // Set `tokenIdsMaxLength = min(balanceOf(owner), stop - start)`,
            // to cater for cases where `balanceOf(owner)` is too big.
            if (start < stop) {
                uint256 rangeLength = stop - start;
                if (rangeLength < tokenIdsMaxLength) {
                    tokenIdsMaxLength = rangeLength;
                }
            } else {
                tokenIdsMaxLength = 0;
            }
            uint256[] memory tokenIds = new uint256[](tokenIdsMaxLength);
            if (tokenIdsMaxLength == 0) {
                return tokenIds;
            }
            // We need to call `explicitOwnershipOf(start)`,
            // because the slot at `start` may not be initialized.
            TokenOwnership memory ownership = explicitOwnershipOf(start);
            address currOwnershipAddr;
            // If the starting slot exists (i.e. not burned), initialize `currOwnershipAddr`.
            // `ownership.address` will not be zero, as `start` is clamped to the valid token ID range.
            if (!ownership.burned) {
                currOwnershipAddr = ownership.addr;
            }
            for (uint256 i = start; i != stop && tokenIdsIdx != tokenIdsMaxLength; ++i) {
                ownership = _ownershipAt(i);
                if (ownership.burned) {
                    continue;
                }
                if (ownership.addr != address(0)) {
                    currOwnershipAddr = ownership.addr;
                }
                if (currOwnershipAddr == owner) {
                    tokenIds[tokenIdsIdx++] = i;
                }
            }
            // Downsize the array to fit.
            assembly {
                mstore(tokenIds, tokenIdsIdx)
            }
            return tokenIds;
        }
    }

    /**
     * @dev Returns an array of token IDs owned by `owner`.
     *
     * This function scans the ownership mapping and is O(`totalSupply`) in complexity.
     * It is meant to be called off-chain.
     *
     * See {ERC721AQueryable-tokensOfOwnerIn} for splitting the scan into
     * multiple smaller scans if the collection is large enough to cause
     * an out-of-gas error (10K collections should be fine).
     */
    function tokensOfOwner(address owner) external view virtual override returns (uint256[] memory) {
        unchecked {
            uint256 tokenIdsIdx;
            address currOwnershipAddr;
            uint256 tokenIdsLength = balanceOf(owner);
            uint256[] memory tokenIds = new uint256[](tokenIdsLength);
            TokenOwnership memory ownership;
            for (uint256 i = _startTokenId(); tokenIdsIdx != tokenIdsLength; ++i) {
                ownership = _ownershipAt(i);
                if (ownership.burned) {
                    continue;
                }
                if (ownership.addr != address(0)) {
                    currOwnershipAddr = ownership.addr;
                }
                if (currOwnershipAddr == owner) {
                    tokenIds[tokenIdsIdx++] = i;
                }
            }
            return tokenIds;
        }
    }
}


pragma solidity ^0.8.10;

/**
 * @title ERC721ABurnable.
 *
 * @dev ERC721A token that can be irreversibly burned (destroyed).
 */
abstract contract ERC721ABurnable is ERC721A, IERC721ABurnable {
    /**
     * @dev Burns `tokenId`. See {ERC721A-_burn}.
     *
     * Requirements:
     *
     * - The caller must own `tokenId` or be an approved operator.
     */
    function burn(uint256 tokenId) public virtual override {
        _burn(tokenId, true);
    }
}



pragma solidity ^0.8.10;

/**
 * @dev Contract module that helps prevent reentrant calls to a function.
 *
 * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier
 * available, which can be applied to functions to make sure there are no nested
 * (reentrant) calls to them.
 *
 * Note that because there is a single `nonReentrant` guard, functions marked as
 * `nonReentrant` may not call one another. This can be worked around by making
 * those functions `private`, and then adding `external` `nonReentrant` entry
 * points to them.
 *
 * TIP: If you would like to learn more about reentrancy and alternative ways
 * to protect against it, check out our blog post
 * https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].
 */
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.8.10;

/**
 * @dev Collection of functions related to the address type
 */
library Address {
    /**
     * @dev Returns true if `account` is a contract.
     *
     * [////IMPORTANT]
     * ====
     * It is unsafe to assume that an address for which this function returns
     * false is an externally-owned account (EOA) and not a contract.
     *
     * Among others, `isContract` will return false for the following
     * types of addresses:
     *
     *  - an externally-owned account
     *  - a contract in construction
     *  - an address where a contract will be created
     *  - an address where a contract lived, but was destroyed
     * ====
     *
     * [IMPORTANT]
     * ====
     * You shouldn't rely on `isContract` to protect against flash loan attacks!
     *
     * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets
     * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract
     * constructor.
     * ====
     */
    function isContract(address account) internal view returns (bool) {
        // This method relies on extcodesize/address.code.length, which returns 0
        // for contracts in construction, since the code is only stored at the end
        // of the constructor execution.

        return account.code.length > 0;
    }

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

        (bool success, ) = recipient.call{value: amount}("");
        require(success, "Address: unable to send value, recipient may have reverted");
    }

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

        (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");

        (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");

        (bool success, bytes memory returndata) = target.delegatecall(data);
        return verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Tool to verifies that a low level call was successful, and revert if it wasn't, either by bubbling the
     * revert reason using the provided one.
     *
     * _Available since v4.3._
     */
    function verifyCallResult(
        bool success,
        bytes memory returndata,
        string memory errorMessage
    ) internal pure returns (bytes memory) {
        if (success) {
            return returndata;
        } else {
            // 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

                assembly {
                    let returndata_size := mload(returndata)
                    revert(add(32, returndata), returndata_size)
                }
            } else {
                revert(errorMessage);
            }
        }
    }
}



pragma solidity ^0.8.10;

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

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

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

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

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


pragma solidity ^0.8.10;


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

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

    bool private _paused;

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

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

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

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

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

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



pragma solidity ^0.8.10;


/**
 * @dev Implementation of the NFT Royalty Standard, a standardized way to retrieve royalty payment information.
 *
 * Royalty information can be specified globally for all token ids via {_setDefaultRoyalty}, and/or individually for
 * specific token ids via {_setTokenRoyalty}. The latter takes precedence over the first.
 *
 * Royalty is specified as a fraction of sale price. {_feeDenominator} is overridable but defaults to 10000, meaning the
 * fee is specified in basis points by default.
 *
 * ////IMPORTANT: ERC-2981 only specifies a way to signal royalty information and does not enforce its payment. See
 * https://eips.ethereum.org/EIPS/eip-2981#optional-royalty-payments[Rationale] in the EIP. Marketplaces are expected to
 * voluntarily pay royalties together with sales, but note that this standard is not yet widely supported.
 *
 * _Available since v4.5._
 */
abstract contract ERC2981 is IERC2981, ERC165 {
    struct RoyaltyInfo {
        address receiver;
        uint96 royaltyFraction;
    }

    RoyaltyInfo private _defaultRoyaltyInfo;
    mapping(uint256 => RoyaltyInfo) private _tokenRoyaltyInfo;

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

    /**
     * @inheritdoc IERC2981
     */
    function royaltyInfo(uint256 _tokenId, uint256 _salePrice)
        external
        view
        virtual
        override
        returns (address, uint256)
    {
        RoyaltyInfo memory royalty = _tokenRoyaltyInfo[_tokenId];

        if (royalty.receiver == address(0)) {
            royalty = _defaultRoyaltyInfo;
        }

        uint256 royaltyAmount = (_salePrice * royalty.royaltyFraction) / _feeDenominator();

        return (royalty.receiver, royaltyAmount);
    }

    /**
     * @dev The denominator with which to interpret the fee set in {_setTokenRoyalty} and {_setDefaultRoyalty} as a
     * fraction of the sale price. Defaults to 10000 so fees are expressed in basis points, but may be customized by an
     * override.
     */
    function _feeDenominator() internal pure virtual returns (uint96) {
        return 10000;
    }

    /**
     * @dev Sets the royalty information that all ids in this contract will default to.
     *
     * Requirements:
     *
     * - `receiver` cannot be the zero address.
     * - `feeNumerator` cannot be greater than the fee denominator.
     */
    function _setDefaultRoyalty(address receiver, uint96 feeNumerator) internal virtual {
        require(feeNumerator <= _feeDenominator(), "ERC2981: royalty fee will exceed salePrice");
        require(receiver != address(0), "ERC2981: invalid receiver");

        _defaultRoyaltyInfo = RoyaltyInfo(receiver, feeNumerator);
    }

    /**
     * @dev Removes default royalty information.
     */
    function _deleteDefaultRoyalty() internal virtual {
        delete _defaultRoyaltyInfo;
    }

    /**
     * @dev Sets the royalty information for a specific token id, overriding the global default.
     *
     * Requirements:
     *
     * - `tokenId` must be already minted.
     * - `receiver` cannot be the zero address.
     * - `feeNumerator` cannot be greater than the fee denominator.
     */
    function _setTokenRoyalty(
        uint256 tokenId,
        address receiver,
        uint96 feeNumerator
    ) internal virtual {
        require(feeNumerator <= _feeDenominator(), "ERC2981: royalty fee will exceed salePrice");
        require(receiver != address(0), "ERC2981: Invalid parameters");

        _tokenRoyaltyInfo[tokenId] = RoyaltyInfo(receiver, feeNumerator);
    }

    /**
     * @dev Resets royalty information for the token id back to the global default.
     */
    function _resetTokenRoyalty(uint256 tokenId) internal virtual {
        delete _tokenRoyaltyInfo[tokenId];
    }
}



pragma solidity ^0.8.10;

// CAUTION
// This version of SafeMath should only be used with Solidity 0.8 or later,
// because it relies on the compiler's built in overflow checks.

/**
 * @dev Wrappers over Solidity's arithmetic operations.
 *
 * NOTE: `SafeMath` is generally not needed starting with Solidity 0.8, since the compiler
 * now has built in overflow checking.
 */
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) {
        unchecked {
            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) {
        unchecked {
            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) {
        unchecked {
            // 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) {
        unchecked {
            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) {
        unchecked {
            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) {
        return a + b;
    }

    /**
     * @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) {
        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) {
        return a * b;
    }

    /**
     * @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.
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(uint256 a, uint256 b) internal pure returns (uint256) {
        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) {
        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) {
        unchecked {
            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.
     *
     * 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) {
        unchecked {
            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) {
        unchecked {
            require(b > 0, errorMessage);
            return a % b;
        }
    }
}


pragma solidity ^0.8.10;


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

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

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

    /**
     * @dev 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 {
        _transferOwnership(address(0));
    }

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

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



pragma solidity ^0.8.10;

contract ASTROKIDDF is ERC721A, ERC721ABurnable,ERC721AQueryable, ERC2981, ReentrancyGuard, Pausable, Ownable {
    
    using SafeMath for uint;
    using Address for address;

    // MODIFIERS
    modifier onlyDevs() {
        require(devFees[msg.sender].percent > 0, "Dev Only: caller is not the developer");
        _;
    }

    // STRUCTS
    struct DevFee {
        uint percent;
        uint amount;
    }

    struct WhiteListedUser {
        uint64 spots;
        bool isWhitelisted;
    }

    //EVENTS
    event WithdrawFees(address indexed devAddress, uint amount);
    event WithdrawWrongTokens(address indexed devAddress, address tokenAddress, uint amount);
    event WithdrawWrongNfts(address indexed devAddress, address tokenAddress, uint tokenId);

    // CONSTANTS
    uint private constant MAX_SUPPLY = 100;

    string public baseURI;
    // VARIABLES
    uint public maxSupply = MAX_SUPPLY;
    uint public maxPerTx = 10;
    uint public maxPerPerson = 100;
    uint public price = 150000000000000000;
    bool public whitelistedOnly;
    address public royaltyAddress = 0xa18eDfF84Cafd153D590CDAaE4E2f0D0519B5A13;
    uint public royalty = 750;
    uint private gasForDestinationLzReceive = 350000;
    address[] private devList;
    

    // MAPPINGS
    mapping(address => WhiteListedUser) public whiteListed;
    mapping(address => DevFee) public devFees;

    constructor(
        address[] memory _devList,
        uint[] memory _fees
    ) ERC721A("ASTROKID DF", "ASKD") {
        require(_devList.length == _fees.length, "Error: invalid data");
        uint totalFee = 0;
        for (uint8 i = 0; i < _devList.length; i++) {
            devList.push(_devList[i]);
            devFees[_devList[i]] = DevFee(_fees[i], 0);
            totalFee += _fees[i];
        }
        require(totalFee == 10000, "Error: invalid total fee");
        whitelistedOnly = true;
        _pause();
    }

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

    function splitFees(uint sentAmount) internal {
        for (uint8 i = 0; i < devList.length; i++) {
            address devAddress = devList[i];
            uint devFee = devFees[devAddress].percent;
            uint devFeeAmount = sentAmount.mul(devFee).div(10000);
            devFees[devAddress].amount += devFeeAmount;
        }
    }


    function mint(uint amount) public payable whenNotPaused nonReentrant {
        uint supply = _totalMinted();
        require(supply + amount - 1 < maxSupply, "Error: cannot mint more than total supply");
        require(amount <= maxPerTx, "Error: max par tx limit");
        require(balanceOf(msg.sender) + 1 <= maxPerPerson, "Error: max per address limit");
        if(whiteListed[msg.sender].spots > 0) {
            _safeMint(msg.sender, whiteListed[msg.sender].spots);
            whiteListed[msg.sender].spots = 0;
            return;
        }
        if(whitelistedOnly) {
            require(whiteListed[msg.sender].isWhitelisted,"You are not whitelisted");
        }
        if (price > 0) require(msg.value == price * amount, "Error: invalid price");
        _safeMint(msg.sender,amount);
        if (price > 0 && msg.value > 0) splitFees(msg.value);
    }

    function tokenURI(uint tokenId) public view override(ERC721A) returns (string memory) {
        return super.tokenURI(tokenId);
    }

    function tokenExists(uint _id) external view returns (bool) {
        return (_exists(_id));
    }

    function royaltyInfo(uint, uint _salePrice) external view override returns (address receiver, uint royaltyAmount) {
        return (royaltyAddress, (_salePrice * royalty) / 10000);
    }

    //dev

    function whiteList(address[] calldata _addressList,uint64[] calldata countList) external onlyOwner {
        require(_addressList.length > 0, "Error: list is empty");
        require(countList.length == _addressList.length, "Error: invalid list");
        for (uint i = 0; i < _addressList.length; ++i) {
            whiteListed[_addressList[i]] = WhiteListedUser({
                spots: countList[i],
                isWhitelisted: true
            });
        }
    }

    function removeWhiteList(address[] calldata addressList) external onlyOwner {
        require(addressList.length > 0, "Error: list is empty");
        for (uint i = 0; i < addressList.length; ++i) delete whiteListed[addressList[i]];
    }

    function updatePausedStatus() external onlyOwner {
        paused() ? _unpause() : _pause();
    }

    function updateWhitelistedStatus() external onlyOwner {
        whitelistedOnly = !whitelistedOnly;
    }

    function setMaxPerPerson(uint newMaxBuy) external onlyOwner {
        maxPerPerson = newMaxBuy;
    }

    function setMaxPerTx(uint newMaxBuy) external onlyOwner {
        maxPerTx = newMaxBuy;
    }

    function setBaseURI(string memory newBaseURI) external onlyOwner {
        baseURI = newBaseURI;
    }

    function setPrice(uint newPrice) external onlyOwner {
        price = newPrice;
    }

    function setRoyalty(uint16 _royalty) external onlyOwner {
        require(_royalty <= 750, "Royalty must be lower than or equal to 7,5%");
        royalty = _royalty;
    }

    function setRoyaltyAddress(address _royaltyAddress) external onlyOwner {
        royaltyAddress = _royaltyAddress;
    }

    //Overrides

    function _startTokenId() internal view virtual override returns (uint256) {
        return 0;
    }

    function safeMint(address to,uint256 count) public onlyOwner {
        _safeMint(to,count);
    }

    function supportsInterface(
    bytes4 interfaceId
    ) public view virtual override(ERC721A,ERC2981) returns (bool) {
    return 
        ERC721A.supportsInterface(interfaceId) || 
        ERC2981.supportsInterface(interfaceId);
    }

    /// @dev withdraw fees
    function withdraw() external onlyDevs {
        uint amount = devFees[msg.sender].amount;
        require(amount > 0, "Error: no fees :(");
        devFees[msg.sender].amount = 0;
        payable(msg.sender).transfer(amount);
        emit WithdrawFees(msg.sender, amount);
    }

    /// @dev emergency withdraw contract balance to the contract owner
    function emergencyWithdraw() external onlyOwner {
        uint amount = address(this).balance;
        require(amount > 0, "Error: no fees :(");
        for (uint8 i = 0; i < devList.length; i++) {
            address devAddress = devList[i];
            devFees[devAddress].amount = 0;
        }
        payable(msg.sender).transfer(amount);
        emit WithdrawFees(msg.sender, amount);
    }

    function airdropsToken(address[] memory _addr, uint256 amount) public onlyOwner {
        for (uint256 i = 0; i < _addr.length; i++) {
            _safeMint(_addr[i],amount);
        }
    }

    /// @dev withdraw ERC20 tokens
    function withdrawTokens(address _tokenContract) external onlyOwner {
        IERC20 tokenContract = IERC20(_tokenContract);
        uint _amount = tokenContract.balanceOf(address(this));
        tokenContract.transfer(owner(), _amount);
        emit WithdrawWrongTokens(msg.sender, _tokenContract, _amount);
    }

    /// @dev withdraw ERC721 tokens to the contract owner
    function withdrawNFT(address _tokenContract, uint[] memory _id) external onlyOwner {
        ERC721A tokenContract = ERC721A(_tokenContract);
        for (uint i = 0; i < _id.length; i++) {
            tokenContract.safeTransferFrom(address(this), owner(), _id[i]);
            emit WithdrawWrongNfts(msg.sender, _tokenContract, _id[i]);
        }
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address[]","name":"_devList","type":"address[]"},{"internalType":"uint256[]","name":"_fees","type":"uint256[]"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"ApprovalCallerNotOwnerNorApproved","type":"error"},{"inputs":[],"name":"ApprovalQueryForNonexistentToken","type":"error"},{"inputs":[],"name":"ApproveToCaller","type":"error"},{"inputs":[],"name":"BalanceQueryForZeroAddress","type":"error"},{"inputs":[],"name":"InvalidQueryRange","type":"error"},{"inputs":[],"name":"MintERC2309QuantityExceedsLimit","type":"error"},{"inputs":[],"name":"MintToZeroAddress","type":"error"},{"inputs":[],"name":"MintZeroQuantity","type":"error"},{"inputs":[],"name":"OwnerQueryForNonexistentToken","type":"error"},{"inputs":[],"name":"OwnershipNotInitializedForExtraData","type":"error"},{"inputs":[],"name":"TransferCallerNotOwnerNorApproved","type":"error"},{"inputs":[],"name":"TransferFromIncorrectOwner","type":"error"},{"inputs":[],"name":"TransferToNonERC721ReceiverImplementer","type":"error"},{"inputs":[],"name":"TransferToZeroAddress","type":"error"},{"inputs":[],"name":"URIQueryForNonexistentToken","type":"error"},{"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":"uint256","name":"fromTokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"toTokenId","type":"uint256"},{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"}],"name":"ConsecutiveTransfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Paused","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"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":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"devAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"WithdrawFees","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"devAddress","type":"address"},{"indexed":false,"internalType":"address","name":"tokenAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"WithdrawWrongNfts","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"devAddress","type":"address"},{"indexed":false,"internalType":"address","name":"tokenAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"WithdrawWrongTokens","type":"event"},{"inputs":[{"internalType":"address[]","name":"_addr","type":"address[]"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"airdropsToken","outputs":[],"stateMutability":"nonpayable","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":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"devFees","outputs":[{"internalType":"uint256","name":"percent","type":"uint256"},{"internalType":"uint256","name":"amount","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"emergencyWithdraw","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"explicitOwnershipOf","outputs":[{"components":[{"internalType":"address","name":"addr","type":"address"},{"internalType":"uint64","name":"startTimestamp","type":"uint64"},{"internalType":"bool","name":"burned","type":"bool"},{"internalType":"uint24","name":"extraData","type":"uint24"}],"internalType":"struct IERC721A.TokenOwnership","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"tokenIds","type":"uint256[]"}],"name":"explicitOwnershipsOf","outputs":[{"components":[{"internalType":"address","name":"addr","type":"address"},{"internalType":"uint64","name":"startTimestamp","type":"uint64"},{"internalType":"bool","name":"burned","type":"bool"},{"internalType":"uint24","name":"extraData","type":"uint24"}],"internalType":"struct IERC721A.TokenOwnership[]","name":"","type":"tuple[]"}],"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":"maxPerPerson","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxPerTx","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"mint","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"price","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address[]","name":"addressList","type":"address[]"}],"name":"removeWhiteList","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"royalty","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"royaltyAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"_salePrice","type":"uint256"}],"name":"royaltyInfo","outputs":[{"internalType":"address","name":"receiver","type":"address"},{"internalType":"uint256","name":"royaltyAmount","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"count","type":"uint256"}],"name":"safeMint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"newBaseURI","type":"string"}],"name":"setBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"newMaxBuy","type":"uint256"}],"name":"setMaxPerPerson","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"newMaxBuy","type":"uint256"}],"name":"setMaxPerTx","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"newPrice","type":"uint256"}],"name":"setPrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_royalty","type":"uint16"}],"name":"setRoyalty","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_royaltyAddress","type":"address"}],"name":"setRoyaltyAddress","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":"_id","type":"uint256"}],"name":"tokenExists","outputs":[{"internalType":"bool","name":"","type":"bool"}],"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":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"start","type":"uint256"},{"internalType":"uint256","name":"stop","type":"uint256"}],"name":"tokensOfOwnerIn","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":[],"name":"updatePausedStatus","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"updateWhitelistedStatus","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"_addressList","type":"address[]"},{"internalType":"uint64[]","name":"countList","type":"uint64[]"}],"name":"whiteList","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"whiteListed","outputs":[{"internalType":"uint64","name":"spots","type":"uint64"},{"internalType":"bool","name":"isWhitelisted","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"whitelistedOnly","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_tokenContract","type":"address"},{"internalType":"uint256[]","name":"_id","type":"uint256[]"}],"name":"withdrawNFT","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_tokenContract","type":"address"}],"name":"withdrawTokens","outputs":[],"stateMutability":"nonpayable","type":"function"}]

60806040526064600d55600a600e556064600f55670214e8348c4f000060105573a18edff84cafd153d590cdaae4e2f0d0519b5a13601160016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506102ee601255620557306013553480156200008e57600080fd5b5060405162006c7838038062006c788339818101604052810190620000b4919062000947565b6040518060400160405280600b81526020017f415354524f4b49442044460000000000000000000000000000000000000000008152506040518060400160405280600481526020017f41534b440000000000000000000000000000000000000000000000000000000081525081600290805190602001906200013892919062000598565b5080600390805190602001906200015192919062000598565b5062000162620003f660201b60201c565b60008190555050506001600a819055506000600b60006101000a81548160ff021916908315150217905550620001ad620001a1620003fb60201b60201c565b6200040360201b60201c565b8051825114620001f4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620001eb9062000a2d565b60405180910390fd5b6000805b83518160ff1610156200037a576014848260ff168151811062000220576200021f62000a4f565b5b60200260200101519080600181540180825580915050600190039060005260206000200160009091909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506040518060400160405280848360ff1681518110620002ac57620002ab62000a4f565b5b60200260200101518152602001600081525060166000868460ff1681518110620002db57620002da62000a4f565b5b602002602001015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000820151816000015560208201518160010155905050828160ff16815181106200034d576200034c62000a4f565b5b60200260200101518262000362919062000aad565b91508080620003719062000b17565b915050620001f8565b506127108114620003c2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620003b99062000b96565b60405180910390fd5b6001601160006101000a81548160ff021916908315150217905550620003ed620004c960201b60201c565b50505062000cbd565b600090565b600033905090565b6000600b60019054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600b60016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b620004d96200058160201b60201c565b156200051c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620005139062000c08565b60405180910390fd5b6001600b60006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a25862000568620003fb60201b60201c565b60405162000577919062000c3b565b60405180910390a1565b6000600b60009054906101000a900460ff16905090565b828054620005a69062000c87565b90600052602060002090601f016020900481019282620005ca576000855562000616565b82601f10620005e557805160ff191683800117855562000616565b8280016001018555821562000616579182015b8281111562000615578251825591602001919060010190620005f8565b5b50905062000625919062000629565b5090565b5b80821115620006445760008160009055506001016200062a565b5090565b6000604051905090565b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b620006ac8262000661565b810181811067ffffffffffffffff82111715620006ce57620006cd62000672565b5b80604052505050565b6000620006e362000648565b9050620006f18282620006a1565b919050565b600067ffffffffffffffff82111562000714576200071362000672565b5b602082029050602081019050919050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600062000757826200072a565b9050919050565b62000769816200074a565b81146200077557600080fd5b50565b60008151905062000789816200075e565b92915050565b6000620007a6620007a084620006f6565b620006d7565b90508083825260208201905060208402830185811115620007cc57620007cb62000725565b5b835b81811015620007f95780620007e4888262000778565b845260208401935050602081019050620007ce565b5050509392505050565b600082601f8301126200081b576200081a6200065c565b5b81516200082d8482602086016200078f565b91505092915050565b600067ffffffffffffffff82111562000854576200085362000672565b5b602082029050602081019050919050565b6000819050919050565b6200087a8162000865565b81146200088657600080fd5b50565b6000815190506200089a816200086f565b92915050565b6000620008b7620008b18462000836565b620006d7565b90508083825260208201905060208402830185811115620008dd57620008dc62000725565b5b835b818110156200090a5780620008f5888262000889565b845260208401935050602081019050620008df565b5050509392505050565b600082601f8301126200092c576200092b6200065c565b5b81516200093e848260208601620008a0565b91505092915050565b6000806040838503121562000961576200096062000652565b5b600083015167ffffffffffffffff81111562000982576200098162000657565b5b620009908582860162000803565b925050602083015167ffffffffffffffff811115620009b457620009b362000657565b5b620009c28582860162000914565b9150509250929050565b600082825260208201905092915050565b7f4572726f723a20696e76616c6964206461746100000000000000000000000000600082015250565b600062000a15601383620009cc565b915062000a2282620009dd565b602082019050919050565b6000602082019050818103600083015262000a488162000a06565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600062000aba8262000865565b915062000ac78362000865565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0382111562000aff5762000afe62000a7e565b5b828201905092915050565b600060ff82169050919050565b600062000b248262000b0a565b915060ff82141562000b3b5762000b3a62000a7e565b5b600182019050919050565b7f4572726f723a20696e76616c696420746f74616c206665650000000000000000600082015250565b600062000b7e601883620009cc565b915062000b8b8262000b46565b602082019050919050565b6000602082019050818103600083015262000bb18162000b6f565b9050919050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b600062000bf0601083620009cc565b915062000bfd8262000bb8565b602082019050919050565b6000602082019050818103600083015262000c238162000be1565b9050919050565b62000c35816200074a565b82525050565b600060208201905062000c52600083018462000c2a565b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168062000ca057607f821691505b6020821081141562000cb75762000cb662000c58565b5b50919050565b615fab8062000ccd6000396000f3fe6080604052600436106102fe5760003560e01c8063715018a611610190578063ad2f852a116100dc578063d5abeb0111610095578063f147efeb1161006f578063f147efeb14610b55578063f2fde38b14610b93578063f968adbe14610bbc578063fa0fca8414610be7576102fe565b8063d5abeb0114610ad6578063db2e21bc14610b01578063e985e9c514610b18576102fe565b8063ad2f852a146109b6578063b6325866146109e1578063b88d4fde14610a0a578063c23dc68f14610a33578063c6f6f21614610a70578063c87b56dd14610a99576102fe565b806395d89b4111610149578063a035b1fe11610123578063a035b1fe1461091d578063a0712d6814610948578063a144819414610964578063a22cb4651461098d576102fe565b806395d89b411461088c57806399a2557a146108b75780639bdedea5146108f4576102fe565b8063715018a61461078e578063768d7138146107a55780638462151c146107d05780638da5cb5b1461080d5780639186b4251461083857806391b7f5ed14610863576102fe565b80633ccfd60b1161024f5780635693dd38116102085780636352211e116101e25780636352211e146106d257806367dded4d1461070f5780636c0360eb1461072657806370a0823114610751576102fe565b80635693dd38146106535780635bbb21771461066a5780635c975abb146106a7576102fe565b80633ccfd60b1461056f57806342842e0e1461058657806342966c68146105af578063483efda2146105d857806349df728c1461060157806355f804b31461062a576102fe565b806318160ddd116102bc57806329ee566c1161029657806329ee566c146104b45780632a55205a146104df57806336e79a5a1461051d5780633974579114610546576102fe565b806318160ddd1461043757806323b872dd1461046257806329413b121461048b576102fe565b8062923f9e1461030357806301ffc9a71461034057806306d254da1461037d57806306fdde03146103a6578063081812fc146103d1578063095ea7b31461040e575b600080fd5b34801561030f57600080fd5b5061032a6004803603810190610325919061448e565b610c25565b60405161033791906144d6565b60405180910390f35b34801561034c57600080fd5b5061036760048036038101906103629190614549565b610c37565b60405161037491906144d6565b60405180910390f35b34801561038957600080fd5b506103a4600480360381019061039f91906145d4565b610c59565b005b3480156103b257600080fd5b506103bb610d19565b6040516103c8919061469a565b60405180910390f35b3480156103dd57600080fd5b506103f860048036038101906103f3919061448e565b610dab565b60405161040591906146cb565b60405180910390f35b34801561041a57600080fd5b50610435600480360381019061043091906146e6565b610e2a565b005b34801561044357600080fd5b5061044c610f6e565b6040516104599190614735565b60405180910390f35b34801561046e57600080fd5b5061048960048036038101906104849190614750565b610f85565b005b34801561049757600080fd5b506104b260048036038101906104ad91906148eb565b6112aa565b005b3480156104c057600080fd5b506104c961136e565b6040516104d69190614735565b60405180910390f35b3480156104eb57600080fd5b5061050660048036038101906105019190614947565b611374565b604051610514929190614987565b60405180910390f35b34801561052957600080fd5b50610544600480360381019061053f91906149ea565b6113c0565b005b34801561055257600080fd5b5061056d60048036038101906105689190614a72565b611493565b005b34801561057b57600080fd5b50610584611611565b005b34801561059257600080fd5b506105ad60048036038101906105a89190614750565b611800565b005b3480156105bb57600080fd5b506105d660048036038101906105d1919061448e565b611820565b005b3480156105e457600080fd5b506105ff60048036038101906105fa919061448e565b61182e565b005b34801561060d57600080fd5b50610628600480360381019061062391906145d4565b6118b4565b005b34801561063657600080fd5b50610651600480360381019061064c9190614b74565b611a8e565b005b34801561065f57600080fd5b50610668611b24565b005b34801561067657600080fd5b50610691600480360381019061068c9190614c13565b611bcc565b60405161069e9190614dc3565b60405180910390f35b3480156106b357600080fd5b506106bc611c8f565b6040516106c991906144d6565b60405180910390f35b3480156106de57600080fd5b506106f960048036038101906106f4919061448e565b611ca6565b60405161070691906146cb565b60405180910390f35b34801561071b57600080fd5b50610724611cb8565b005b34801561073257600080fd5b5061073b611d58565b604051610748919061469a565b60405180910390f35b34801561075d57600080fd5b50610778600480360381019061077391906145d4565b611de6565b6040516107859190614735565b60405180910390f35b34801561079a57600080fd5b506107a3611e9f565b005b3480156107b157600080fd5b506107ba611f27565b6040516107c79190614735565b60405180910390f35b3480156107dc57600080fd5b506107f760048036038101906107f291906145d4565b611f2d565b6040516108049190614ea3565b60405180910390f35b34801561081957600080fd5b50610822612077565b60405161082f91906146cb565b60405180910390f35b34801561084457600080fd5b5061084d6120a1565b60405161085a91906144d6565b60405180910390f35b34801561086f57600080fd5b5061088a6004803603810190610885919061448e565b6120b4565b005b34801561089857600080fd5b506108a161213a565b6040516108ae919061469a565b60405180910390f35b3480156108c357600080fd5b506108de60048036038101906108d99190614ec5565b6121cc565b6040516108eb9190614ea3565b60405180910390f35b34801561090057600080fd5b5061091b60048036038101906109169190614fdb565b6123e0565b005b34801561092957600080fd5b50610932612580565b60405161093f9190614735565b60405180910390f35b610962600480360381019061095d919061448e565b612586565b005b34801561097057600080fd5b5061098b600480360381019061098691906146e6565b61299c565b005b34801561099957600080fd5b506109b460048036038101906109af9190615063565b612a26565b005b3480156109c257600080fd5b506109cb612b9e565b6040516109d891906146cb565b60405180910390f35b3480156109ed57600080fd5b50610a086004803603810190610a0391906150f9565b612bc4565b005b348015610a1657600080fd5b50610a316004803603810190610a2c919061521b565b612df5565b005b348015610a3f57600080fd5b50610a5a6004803603810190610a55919061448e565b612e68565b604051610a6791906152f3565b60405180910390f35b348015610a7c57600080fd5b50610a976004803603810190610a92919061448e565b612ed2565b005b348015610aa557600080fd5b50610ac06004803603810190610abb919061448e565b612f58565b604051610acd919061469a565b60405180910390f35b348015610ae257600080fd5b50610aeb612f6a565b604051610af89190614735565b60405180910390f35b348015610b0d57600080fd5b50610b16612f70565b005b348015610b2457600080fd5b50610b3f6004803603810190610b3a919061530e565b613182565b604051610b4c91906144d6565b60405180910390f35b348015610b6157600080fd5b50610b7c6004803603810190610b7791906145d4565b613216565b604051610b8a92919061534e565b60405180910390f35b348015610b9f57600080fd5b50610bba6004803603810190610bb591906145d4565b61323a565b005b348015610bc857600080fd5b50610bd1613332565b604051610bde9190614735565b60405180910390f35b348015610bf357600080fd5b50610c0e6004803603810190610c0991906145d4565b613338565b604051610c1c929190615386565b60405180910390f35b6000610c308261337d565b9050919050565b6000610c42826133dc565b80610c525750610c518261346e565b5b9050919050565b610c616134e8565b73ffffffffffffffffffffffffffffffffffffffff16610c7f612077565b73ffffffffffffffffffffffffffffffffffffffff1614610cd5576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ccc906153fb565b60405180910390fd5b80601160016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b606060028054610d289061544a565b80601f0160208091040260200160405190810160405280929190818152602001828054610d549061544a565b8015610da15780601f10610d7657610100808354040283529160200191610da1565b820191906000526020600020905b815481529060010190602001808311610d8457829003601f168201915b5050505050905090565b6000610db68261337d565b610dec576040517fcf4700e400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6006600083815260200190815260200160002060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610e3582611ca6565b90508073ffffffffffffffffffffffffffffffffffffffff16610e566134f0565b73ffffffffffffffffffffffffffffffffffffffff1614610eb957610e8281610e7d6134f0565b613182565b610eb8576040517fcfb3b94200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b826006600084815260200190815260200160002060000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550818373ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a4505050565b6000610f786134f8565b6001546000540303905090565b6000610f90826134fd565b90508373ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614610ff7576040517fa114810000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600080611003846135cb565b9150915061101981876110146134f0565b6135f2565b6110655761102e866110296134f0565b613182565b611064576040517f59c896be00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b600073ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1614156110cc576040517fea553b3400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6110d98686866001613636565b80156110e457600082555b600560008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081546001900391905081905550600560008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008154600101919050819055506111b28561118e88888761363c565b7c020000000000000000000000000000000000000000000000000000000017613664565b600460008681526020019081526020016000208190555060007c02000000000000000000000000000000000000000000000000000000008416141561123a576000600185019050600060046000838152602001908152602001600020541415611238576000548114611237578360046000838152602001908152602001600020819055505b5b505b838573ffffffffffffffffffffffffffffffffffffffff168773ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46112a2868686600161368f565b505050505050565b6112b26134e8565b73ffffffffffffffffffffffffffffffffffffffff166112d0612077565b73ffffffffffffffffffffffffffffffffffffffff1614611326576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161131d906153fb565b60405180910390fd5b60005b8251811015611369576113568382815181106113485761134761547c565b5b602002602001015183613695565b8080611361906154da565b915050611329565b505050565b60125481565b600080601160019054906101000a900473ffffffffffffffffffffffffffffffffffffffff16612710601254856113ab9190615523565b6113b591906155ac565b915091509250929050565b6113c86134e8565b73ffffffffffffffffffffffffffffffffffffffff166113e6612077565b73ffffffffffffffffffffffffffffffffffffffff161461143c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611433906153fb565b60405180910390fd5b6102ee8161ffff161115611485576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161147c9061564f565b60405180910390fd5b8061ffff1660128190555050565b61149b6134e8565b73ffffffffffffffffffffffffffffffffffffffff166114b9612077565b73ffffffffffffffffffffffffffffffffffffffff161461150f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611506906153fb565b60405180910390fd5b60008282905011611555576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161154c906156bb565b60405180910390fd5b60005b8282905081101561160c576015600084848481811061157a5761157961547c565b5b905060200201602081019061158f91906145d4565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600080820160006101000a81549067ffffffffffffffff02191690556000820160086101000a81549060ff0219169055505080611605906154da565b9050611558565b505050565b6000601660003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000015411611696576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161168d9061574d565b60405180910390fd5b6000601660003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060010154905060008111611720576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611717906157b9565b60405180910390fd5b6000601660003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600101819055503373ffffffffffffffffffffffffffffffffffffffff166108fc829081150290604051600060405180830381858888f193505050501580156117ae573d6000803e3d6000fd5b503373ffffffffffffffffffffffffffffffffffffffff167f9bba815921f12cb7b1408e14b5ade745234397d39623ae5e7c82d693cb45815f826040516117f59190614735565b60405180910390a250565b61181b83838360405180602001604052806000815250612df5565b505050565b61182b8160016136b3565b50565b6118366134e8565b73ffffffffffffffffffffffffffffffffffffffff16611854612077565b73ffffffffffffffffffffffffffffffffffffffff16146118aa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118a1906153fb565b60405180910390fd5b80600f8190555050565b6118bc6134e8565b73ffffffffffffffffffffffffffffffffffffffff166118da612077565b73ffffffffffffffffffffffffffffffffffffffff1614611930576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611927906153fb565b60405180910390fd5b600081905060008173ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b815260040161197091906146cb565b602060405180830381865afa15801561198d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119b191906157ee565b90508173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb6119d7612077565b836040518363ffffffff1660e01b81526004016119f5929190614987565b6020604051808303816000875af1158015611a14573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a389190615830565b503373ffffffffffffffffffffffffffffffffffffffff167f5aa586896a67fb05c3b86276f66eecee7da00719d0e7299c403596fa2ec58ca48483604051611a81929190614987565b60405180910390a2505050565b611a966134e8565b73ffffffffffffffffffffffffffffffffffffffff16611ab4612077565b73ffffffffffffffffffffffffffffffffffffffff1614611b0a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b01906153fb565b60405180910390fd5b80600c9080519060200190611b20929190614352565b5050565b611b2c6134e8565b73ffffffffffffffffffffffffffffffffffffffff16611b4a612077565b73ffffffffffffffffffffffffffffffffffffffff1614611ba0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b97906153fb565b60405180910390fd5b601160009054906101000a900460ff1615601160006101000a81548160ff021916908315150217905550565b6060600083839050905060008167ffffffffffffffff811115611bf257611bf16147a8565b5b604051908082528060200260200182016040528015611c2b57816020015b611c186143d8565b815260200190600190039081611c105790505b50905060005b828114611c8357611c5a868683818110611c4e57611c4d61547c565b5b90506020020135612e68565b828281518110611c6d57611c6c61547c565b5b6020026020010181905250806001019050611c31565b50809250505092915050565b6000600b60009054906101000a900460ff16905090565b6000611cb1826134fd565b9050919050565b611cc06134e8565b73ffffffffffffffffffffffffffffffffffffffff16611cde612077565b73ffffffffffffffffffffffffffffffffffffffff1614611d34576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d2b906153fb565b60405180910390fd5b611d3c611c8f565b611d4d57611d48613907565b611d56565b611d556139aa565b5b565b600c8054611d659061544a565b80601f0160208091040260200160405190810160405280929190818152602001828054611d919061544a565b8015611dde5780601f10611db357610100808354040283529160200191611dde565b820191906000526020600020905b815481529060010190602001808311611dc157829003601f168201915b505050505081565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611e4e576040517f8f4eb60400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b67ffffffffffffffff600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054169050919050565b611ea76134e8565b73ffffffffffffffffffffffffffffffffffffffff16611ec5612077565b73ffffffffffffffffffffffffffffffffffffffff1614611f1b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f12906153fb565b60405180910390fd5b611f256000613a4c565b565b600f5481565b60606000806000611f3d85611de6565b905060008167ffffffffffffffff811115611f5b57611f5a6147a8565b5b604051908082528060200260200182016040528015611f895781602001602082028036833780820191505090505b509050611f946143d8565b6000611f9e6134f8565b90505b83861461206957611fb181613b12565b9150816040015115611fc25761205e565b600073ffffffffffffffffffffffffffffffffffffffff16826000015173ffffffffffffffffffffffffffffffffffffffff161461200257816000015194505b8773ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff16141561205d57808387806001019850815181106120505761204f61547c565b5b6020026020010181815250505b5b806001019050611fa1565b508195505050505050919050565b6000600b60019054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b601160009054906101000a900460ff1681565b6120bc6134e8565b73ffffffffffffffffffffffffffffffffffffffff166120da612077565b73ffffffffffffffffffffffffffffffffffffffff1614612130576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612127906153fb565b60405180910390fd5b8060108190555050565b6060600380546121499061544a565b80601f01602080910402602001604051908101604052809291908181526020018280546121759061544a565b80156121c25780601f10612197576101008083540402835291602001916121c2565b820191906000526020600020905b8154815290600101906020018083116121a557829003601f168201915b5050505050905090565b6060818310612207576040517f32c1995a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600080612212613b3d565b905061221c6134f8565b85101561222e5761222b6134f8565b94505b8084111561223a578093505b600061224587611de6565b905084861015612268576000868603905081811015612262578091505b5061226d565b600090505b60008167ffffffffffffffff811115612289576122886147a8565b5b6040519080825280602002602001820160405280156122b75781602001602082028036833780820191505090505b50905060008214156122cf57809450505050506123d9565b60006122da88612e68565b9050600081604001516122ef57816000015190505b60008990505b8881141580156123055750848714155b156123cb5761231381613b12565b9250826040015115612324576123c0565b600073ffffffffffffffffffffffffffffffffffffffff16836000015173ffffffffffffffffffffffffffffffffffffffff161461236457826000015191505b8a73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156123bf57808488806001019950815181106123b2576123b161547c565b5b6020026020010181815250505b5b8060010190506122f5565b508583528296505050505050505b9392505050565b6123e86134e8565b73ffffffffffffffffffffffffffffffffffffffff16612406612077565b73ffffffffffffffffffffffffffffffffffffffff161461245c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612453906153fb565b60405180910390fd5b600082905060005b825181101561257a578173ffffffffffffffffffffffffffffffffffffffff166342842e0e30612492612077565b8685815181106124a5576124a461547c565b5b60200260200101516040518463ffffffff1660e01b81526004016124cb9392919061585d565b600060405180830381600087803b1580156124e557600080fd5b505af11580156124f9573d6000803e3d6000fd5b505050503373ffffffffffffffffffffffffffffffffffffffff167fb8dbf4ce06446b88ef02ffd28a948c2637ac80fb0bd4d3a31c70878c1046eb7f858584815181106125495761254861547c565b5b602002602001015160405161255f929190614987565b60405180910390a28080612572906154da565b915050612464565b50505050565b60105481565b61258e611c8f565b156125ce576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125c5906158e0565b60405180910390fd5b6002600a541415612614576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161260b9061594c565b60405180910390fd5b6002600a819055506000612626613b46565b9050600d5460018383612639919061596c565b61264391906159c2565b10612683576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161267a90615a68565b60405180910390fd5b600e548211156126c8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126bf90615ad4565b60405180910390fd5b600f5460016126d633611de6565b6126e0919061596c565b1115612721576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161271890615b40565b60405180910390fd5b6000601560003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160009054906101000a900467ffffffffffffffff1667ffffffffffffffff161115612864576127f433601560003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160009054906101000a900467ffffffffffffffff1667ffffffffffffffff16613695565b6000601560003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160006101000a81548167ffffffffffffffff021916908367ffffffffffffffff16021790555050612991565b601160009054906101000a900460ff161561290957601560003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160089054906101000a900460ff16612908576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016128ff90615bac565b60405180910390fd5b5b6000601054111561296457816010546129229190615523565b3414612963576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161295a90615c18565b60405180910390fd5b5b61296e3383613695565b60006010541180156129805750600034115b1561298f5761298e34613b59565b5b505b6001600a8190555050565b6129a46134e8565b73ffffffffffffffffffffffffffffffffffffffff166129c2612077565b73ffffffffffffffffffffffffffffffffffffffff1614612a18576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a0f906153fb565b60405180910390fd5b612a228282613695565b5050565b612a2e6134f0565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612a93576040517fb06307db00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8060076000612aa06134f0565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff16612b4d6134f0565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051612b9291906144d6565b60405180910390a35050565b601160019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b612bcc6134e8565b73ffffffffffffffffffffffffffffffffffffffff16612bea612077565b73ffffffffffffffffffffffffffffffffffffffff1614612c40576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612c37906153fb565b60405180910390fd5b60008484905011612c86576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612c7d906156bb565b60405180910390fd5b838390508282905014612cce576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612cc590615c84565b60405180910390fd5b60005b84849050811015612dee576040518060400160405280848484818110612cfa57612cf961547c565b5b9050602002016020810190612d0f9190615cd0565b67ffffffffffffffff1681526020016001151581525060156000878785818110612d3c57612d3b61547c565b5b9050602002016020810190612d5191906145d4565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008201518160000160006101000a81548167ffffffffffffffff021916908367ffffffffffffffff16021790555060208201518160000160086101000a81548160ff02191690831515021790555090505080612de7906154da565b9050612cd1565b5050505050565b612e00848484610f85565b60008373ffffffffffffffffffffffffffffffffffffffff163b14612e6257612e2b84848484613c97565b612e61576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b50505050565b612e706143d8565b612e786143d8565b612e806134f8565b831080612e945750612e90613b3d565b8310155b15612ea25780915050612ecd565b612eab83613b12565b9050806040015115612ec05780915050612ecd565b612ec983613de8565b9150505b919050565b612eda6134e8565b73ffffffffffffffffffffffffffffffffffffffff16612ef8612077565b73ffffffffffffffffffffffffffffffffffffffff1614612f4e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612f45906153fb565b60405180910390fd5b80600e8190555050565b6060612f6382613e08565b9050919050565b600d5481565b612f786134e8565b73ffffffffffffffffffffffffffffffffffffffff16612f96612077565b73ffffffffffffffffffffffffffffffffffffffff1614612fec576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612fe3906153fb565b60405180910390fd5b600047905060008111613034576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161302b906157b9565b60405180910390fd5b60005b6014805490508160ff1610156130e957600060148260ff16815481106130605761305f61547c565b5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690506000601660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600101819055505080806130e190615d0a565b915050613037565b503373ffffffffffffffffffffffffffffffffffffffff166108fc829081150290604051600060405180830381858888f19350505050158015613130573d6000803e3d6000fd5b503373ffffffffffffffffffffffffffffffffffffffff167f9bba815921f12cb7b1408e14b5ade745234397d39623ae5e7c82d693cb45815f826040516131779190614735565b60405180910390a250565b6000600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b60166020528060005260406000206000915090508060000154908060010154905082565b6132426134e8565b73ffffffffffffffffffffffffffffffffffffffff16613260612077565b73ffffffffffffffffffffffffffffffffffffffff16146132b6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016132ad906153fb565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415613326576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161331d90615da6565b60405180910390fd5b61332f81613a4c565b50565b600e5481565b60156020528060005260406000206000915090508060000160009054906101000a900467ffffffffffffffff16908060000160089054906101000a900460ff16905082565b6000816133886134f8565b11158015613397575060005482105b80156133d5575060007c0100000000000000000000000000000000000000000000000000000000600460008581526020019081526020016000205416145b9050919050565b60006301ffc9a760e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061343757506380ac58cd60e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806134675750635b5e139f60e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b9050919050565b60007f2a55205a000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614806134e157506134e082613ea7565b5b9050919050565b600033905090565b600033905090565b600090565b6000808290508061350c6134f8565b11613594576000548110156135935760006004600083815260200190815260200160002054905060007c010000000000000000000000000000000000000000000000000000000082161415613591575b600081141561358757600460008360019003935083815260200190815260200160002054905061355c565b80925050506135c6565b505b5b6040517fdf2d9b4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b919050565b60008060006006600085815260200190815260200160002090508092508254915050915091565b600073ffffffffffffffffffffffffffffffffffffffff8316925073ffffffffffffffffffffffffffffffffffffffff821691508382148383141790509392505050565b50505050565b60008060e883901c905060e8613653868684613f11565b62ffffff16901b9150509392505050565b600073ffffffffffffffffffffffffffffffffffffffff83169250814260a01b178317905092915050565b50505050565b6136af828260405180602001604052806000815250613f1a565b5050565b60006136be836134fd565b905060008190506000806136d1866135cb565b91509150841561373a576136ed81846136e86134f0565b6135f2565b61373957613702836136fd6134f0565b613182565b613738576040517f59c896be00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b5b613748836000886001613636565b801561375357600082555b600160806001901b03600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055506137fb836137b88560008861363c565b7c02000000000000000000000000000000000000000000000000000000007c01000000000000000000000000000000000000000000000000000000001717613664565b600460008881526020019081526020016000208190555060007c020000000000000000000000000000000000000000000000000000000085161415613883576000600187019050600060046000838152602001908152602001600020541415613881576000548114613880578460046000838152602001908152602001600020819055505b5b505b85600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46138ed83600088600161368f565b600160008154809291906001019190505550505050505050565b61390f611c8f565b1561394f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613946906158e0565b60405180910390fd5b6001600b60006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586139936134e8565b6040516139a091906146cb565b60405180910390a1565b6139b2611c8f565b6139f1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016139e890615e12565b60405180910390fd5b6000600b60006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa613a356134e8565b604051613a4291906146cb565b60405180910390a1565b6000600b60019054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600b60016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b613b1a6143d8565b613b366004600084815260200190815260200160002054613fb7565b9050919050565b60008054905090565b6000613b506134f8565b60005403905090565b60005b6014805490508160ff161015613c9357600060148260ff1681548110613b8557613b8461547c565b5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690506000601660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000015490506000613c22612710613c14848861406d90919063ffffffff16565b61408390919063ffffffff16565b905080601660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206001016000828254613c76919061596c565b925050819055505050508080613c8b90615d0a565b915050613b5c565b5050565b60008373ffffffffffffffffffffffffffffffffffffffff1663150b7a02613cbd6134f0565b8786866040518563ffffffff1660e01b8152600401613cdf9493929190615e87565b6020604051808303816000875af1925050508015613d1b57506040513d601f19601f82011682018060405250810190613d189190615ee8565b60015b613d95573d8060008114613d4b576040519150601f19603f3d011682016040523d82523d6000602084013e613d50565b606091505b50600081511415613d8d576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050949350505050565b613df06143d8565b613e01613dfc836134fd565b613fb7565b9050919050565b6060613e138261337d565b613e49576040517fa14c4b5000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000613e53614099565b9050600081511415613e745760405180602001604052806000815250613e9f565b80613e7e8461412b565b604051602001613e8f929190615f51565b6040516020818303038152906040525b915050919050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b60009392505050565b613f248383614185565b60008373ffffffffffffffffffffffffffffffffffffffff163b14613fb257600080549050600083820390505b613f646000868380600101945086613c97565b613f9a576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b818110613f51578160005414613faf57600080fd5b50505b505050565b613fbf6143d8565b81816000019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff168152505060a082901c816020019067ffffffffffffffff16908167ffffffffffffffff168152505060007c01000000000000000000000000000000000000000000000000000000008316141581604001901515908115158152505060e882901c816060019062ffffff16908162ffffff1681525050919050565b6000818361407b9190615523565b905092915050565b6000818361409191906155ac565b905092915050565b6060600c80546140a89061544a565b80601f01602080910402602001604051908101604052809291908181526020018280546140d49061544a565b80156141215780601f106140f657610100808354040283529160200191614121565b820191906000526020600020905b81548152906001019060200180831161410457829003601f168201915b5050505050905090565b60606080604051019050806040528082600183039250600a81066030018353600a810490505b801561417157600183039250600a81066030018353600a81049050614151565b508181036020830392508083525050919050565b60008054905060008214156141c6576040517fb562e8dd00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6141d36000848385613636565b600160406001901b178202600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254019250508190555061424a8361423b600086600061363c565b61424485614342565b17613664565b6004600083815260200190815260200160002081905550600080838301905073ffffffffffffffffffffffffffffffffffffffff85169150828260007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef600080a4600183015b8181146142eb57808360007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef600080a46001810190506142b0565b506000821415614327576040517f2e07630000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b80600081905550505061433d600084838561368f565b505050565b60006001821460e11b9050919050565b82805461435e9061544a565b90600052602060002090601f01602090048101928261438057600085556143c7565b82601f1061439957805160ff19168380011785556143c7565b828001600101855582156143c7579182015b828111156143c65782518255916020019190600101906143ab565b5b5090506143d49190614427565b5090565b6040518060800160405280600073ffffffffffffffffffffffffffffffffffffffff168152602001600067ffffffffffffffff168152602001600015158152602001600062ffffff1681525090565b5b80821115614440576000816000905550600101614428565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b61446b81614458565b811461447657600080fd5b50565b60008135905061448881614462565b92915050565b6000602082840312156144a4576144a361444e565b5b60006144b284828501614479565b91505092915050565b60008115159050919050565b6144d0816144bb565b82525050565b60006020820190506144eb60008301846144c7565b92915050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b614526816144f1565b811461453157600080fd5b50565b6000813590506145438161451d565b92915050565b60006020828403121561455f5761455e61444e565b5b600061456d84828501614534565b91505092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006145a182614576565b9050919050565b6145b181614596565b81146145bc57600080fd5b50565b6000813590506145ce816145a8565b92915050565b6000602082840312156145ea576145e961444e565b5b60006145f8848285016145bf565b91505092915050565b600081519050919050565b600082825260208201905092915050565b60005b8381101561463b578082015181840152602081019050614620565b8381111561464a576000848401525b50505050565b6000601f19601f8301169050919050565b600061466c82614601565b614676818561460c565b935061468681856020860161461d565b61468f81614650565b840191505092915050565b600060208201905081810360008301526146b48184614661565b905092915050565b6146c581614596565b82525050565b60006020820190506146e060008301846146bc565b92915050565b600080604083850312156146fd576146fc61444e565b5b600061470b858286016145bf565b925050602061471c85828601614479565b9150509250929050565b61472f81614458565b82525050565b600060208201905061474a6000830184614726565b92915050565b6000806000606084860312156147695761476861444e565b5b6000614777868287016145bf565b9350506020614788868287016145bf565b925050604061479986828701614479565b9150509250925092565b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6147e082614650565b810181811067ffffffffffffffff821117156147ff576147fe6147a8565b5b80604052505050565b6000614812614444565b905061481e82826147d7565b919050565b600067ffffffffffffffff82111561483e5761483d6147a8565b5b602082029050602081019050919050565b600080fd5b600061486761486284614823565b614808565b9050808382526020820190506020840283018581111561488a5761488961484f565b5b835b818110156148b3578061489f88826145bf565b84526020840193505060208101905061488c565b5050509392505050565b600082601f8301126148d2576148d16147a3565b5b81356148e2848260208601614854565b91505092915050565b600080604083850312156149025761490161444e565b5b600083013567ffffffffffffffff8111156149205761491f614453565b5b61492c858286016148bd565b925050602061493d85828601614479565b9150509250929050565b6000806040838503121561495e5761495d61444e565b5b600061496c85828601614479565b925050602061497d85828601614479565b9150509250929050565b600060408201905061499c60008301856146bc565b6149a96020830184614726565b9392505050565b600061ffff82169050919050565b6149c7816149b0565b81146149d257600080fd5b50565b6000813590506149e4816149be565b92915050565b600060208284031215614a00576149ff61444e565b5b6000614a0e848285016149d5565b91505092915050565b600080fd5b60008083601f840112614a3257614a316147a3565b5b8235905067ffffffffffffffff811115614a4f57614a4e614a17565b5b602083019150836020820283011115614a6b57614a6a61484f565b5b9250929050565b60008060208385031215614a8957614a8861444e565b5b600083013567ffffffffffffffff811115614aa757614aa6614453565b5b614ab385828601614a1c565b92509250509250929050565b600080fd5b600067ffffffffffffffff821115614adf57614ade6147a8565b5b614ae882614650565b9050602081019050919050565b82818337600083830152505050565b6000614b17614b1284614ac4565b614808565b905082815260208101848484011115614b3357614b32614abf565b5b614b3e848285614af5565b509392505050565b600082601f830112614b5b57614b5a6147a3565b5b8135614b6b848260208601614b04565b91505092915050565b600060208284031215614b8a57614b8961444e565b5b600082013567ffffffffffffffff811115614ba857614ba7614453565b5b614bb484828501614b46565b91505092915050565b60008083601f840112614bd357614bd26147a3565b5b8235905067ffffffffffffffff811115614bf057614bef614a17565b5b602083019150836020820283011115614c0c57614c0b61484f565b5b9250929050565b60008060208385031215614c2a57614c2961444e565b5b600083013567ffffffffffffffff811115614c4857614c47614453565b5b614c5485828601614bbd565b92509250509250929050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b614c9581614596565b82525050565b600067ffffffffffffffff82169050919050565b614cb881614c9b565b82525050565b614cc7816144bb565b82525050565b600062ffffff82169050919050565b614ce581614ccd565b82525050565b608082016000820151614d016000850182614c8c565b506020820151614d146020850182614caf565b506040820151614d276040850182614cbe565b506060820151614d3a6060850182614cdc565b50505050565b6000614d4c8383614ceb565b60808301905092915050565b6000602082019050919050565b6000614d7082614c60565b614d7a8185614c6b565b9350614d8583614c7c565b8060005b83811015614db6578151614d9d8882614d40565b9750614da883614d58565b925050600181019050614d89565b5085935050505092915050565b60006020820190508181036000830152614ddd8184614d65565b905092915050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b614e1a81614458565b82525050565b6000614e2c8383614e11565b60208301905092915050565b6000602082019050919050565b6000614e5082614de5565b614e5a8185614df0565b9350614e6583614e01565b8060005b83811015614e96578151614e7d8882614e20565b9750614e8883614e38565b925050600181019050614e69565b5085935050505092915050565b60006020820190508181036000830152614ebd8184614e45565b905092915050565b600080600060608486031215614ede57614edd61444e565b5b6000614eec868287016145bf565b9350506020614efd86828701614479565b9250506040614f0e86828701614479565b9150509250925092565b600067ffffffffffffffff821115614f3357614f326147a8565b5b602082029050602081019050919050565b6000614f57614f5284614f18565b614808565b90508083825260208201905060208402830185811115614f7a57614f7961484f565b5b835b81811015614fa35780614f8f8882614479565b845260208401935050602081019050614f7c565b5050509392505050565b600082601f830112614fc257614fc16147a3565b5b8135614fd2848260208601614f44565b91505092915050565b60008060408385031215614ff257614ff161444e565b5b6000615000858286016145bf565b925050602083013567ffffffffffffffff81111561502157615020614453565b5b61502d85828601614fad565b9150509250929050565b615040816144bb565b811461504b57600080fd5b50565b60008135905061505d81615037565b92915050565b6000806040838503121561507a5761507961444e565b5b6000615088858286016145bf565b92505060206150998582860161504e565b9150509250929050565b60008083601f8401126150b9576150b86147a3565b5b8235905067ffffffffffffffff8111156150d6576150d5614a17565b5b6020830191508360208202830111156150f2576150f161484f565b5b9250929050565b600080600080604085870312156151135761511261444e565b5b600085013567ffffffffffffffff81111561513157615130614453565b5b61513d87828801614a1c565b9450945050602085013567ffffffffffffffff8111156151605761515f614453565b5b61516c878288016150a3565b925092505092959194509250565b600067ffffffffffffffff821115615195576151946147a8565b5b61519e82614650565b9050602081019050919050565b60006151be6151b98461517a565b614808565b9050828152602081018484840111156151da576151d9614abf565b5b6151e5848285614af5565b509392505050565b600082601f830112615202576152016147a3565b5b81356152128482602086016151ab565b91505092915050565b600080600080608085870312156152355761523461444e565b5b6000615243878288016145bf565b9450506020615254878288016145bf565b935050604061526587828801614479565b925050606085013567ffffffffffffffff81111561528657615285614453565b5b615292878288016151ed565b91505092959194509250565b6080820160008201516152b46000850182614c8c565b5060208201516152c76020850182614caf565b5060408201516152da6040850182614cbe565b5060608201516152ed6060850182614cdc565b50505050565b6000608082019050615308600083018461529e565b92915050565b600080604083850312156153255761532461444e565b5b6000615333858286016145bf565b9250506020615344858286016145bf565b9150509250929050565b60006040820190506153636000830185614726565b6153706020830184614726565b9392505050565b61538081614c9b565b82525050565b600060408201905061539b6000830185615377565b6153a860208301846144c7565b9392505050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006153e560208361460c565b91506153f0826153af565b602082019050919050565b60006020820190508181036000830152615414816153d8565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061546257607f821691505b602082108114156154765761547561541b565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006154e582614458565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821415615518576155176154ab565b5b600182019050919050565b600061552e82614458565b915061553983614458565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615615572576155716154ab565b5b828202905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b60006155b782614458565b91506155c283614458565b9250826155d2576155d161557d565b5b828204905092915050565b7f526f79616c7479206d757374206265206c6f776572207468616e206f7220657160008201527f75616c20746f20372c3525000000000000000000000000000000000000000000602082015250565b6000615639602b8361460c565b9150615644826155dd565b604082019050919050565b600060208201905081810360008301526156688161562c565b9050919050565b7f4572726f723a206c69737420697320656d707479000000000000000000000000600082015250565b60006156a560148361460c565b91506156b08261566f565b602082019050919050565b600060208201905081810360008301526156d481615698565b9050919050565b7f446576204f6e6c793a2063616c6c6572206973206e6f7420746865206465766560008201527f6c6f706572000000000000000000000000000000000000000000000000000000602082015250565b600061573760258361460c565b9150615742826156db565b604082019050919050565b600060208201905081810360008301526157668161572a565b9050919050565b7f4572726f723a206e6f2066656573203a28000000000000000000000000000000600082015250565b60006157a360118361460c565b91506157ae8261576d565b602082019050919050565b600060208201905081810360008301526157d281615796565b9050919050565b6000815190506157e881614462565b92915050565b6000602082840312156158045761580361444e565b5b6000615812848285016157d9565b91505092915050565b60008151905061582a81615037565b92915050565b6000602082840312156158465761584561444e565b5b60006158548482850161581b565b91505092915050565b600060608201905061587260008301866146bc565b61587f60208301856146bc565b61588c6040830184614726565b949350505050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b60006158ca60108361460c565b91506158d582615894565b602082019050919050565b600060208201905081810360008301526158f9816158bd565b9050919050565b7f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00600082015250565b6000615936601f8361460c565b915061594182615900565b602082019050919050565b6000602082019050818103600083015261596581615929565b9050919050565b600061597782614458565b915061598283614458565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff038211156159b7576159b66154ab565b5b828201905092915050565b60006159cd82614458565b91506159d883614458565b9250828210156159eb576159ea6154ab565b5b828203905092915050565b7f4572726f723a2063616e6e6f74206d696e74206d6f7265207468616e20746f7460008201527f616c20737570706c790000000000000000000000000000000000000000000000602082015250565b6000615a5260298361460c565b9150615a5d826159f6565b604082019050919050565b60006020820190508181036000830152615a8181615a45565b9050919050565b7f4572726f723a206d617820706172207478206c696d6974000000000000000000600082015250565b6000615abe60178361460c565b9150615ac982615a88565b602082019050919050565b60006020820190508181036000830152615aed81615ab1565b9050919050565b7f4572726f723a206d6178207065722061646472657373206c696d697400000000600082015250565b6000615b2a601c8361460c565b9150615b3582615af4565b602082019050919050565b60006020820190508181036000830152615b5981615b1d565b9050919050565b7f596f7520617265206e6f742077686974656c6973746564000000000000000000600082015250565b6000615b9660178361460c565b9150615ba182615b60565b602082019050919050565b60006020820190508181036000830152615bc581615b89565b9050919050565b7f4572726f723a20696e76616c6964207072696365000000000000000000000000600082015250565b6000615c0260148361460c565b9150615c0d82615bcc565b602082019050919050565b60006020820190508181036000830152615c3181615bf5565b9050919050565b7f4572726f723a20696e76616c6964206c69737400000000000000000000000000600082015250565b6000615c6e60138361460c565b9150615c7982615c38565b602082019050919050565b60006020820190508181036000830152615c9d81615c61565b9050919050565b615cad81614c9b565b8114615cb857600080fd5b50565b600081359050615cca81615ca4565b92915050565b600060208284031215615ce657615ce561444e565b5b6000615cf484828501615cbb565b91505092915050565b600060ff82169050919050565b6000615d1582615cfd565b915060ff821415615d2957615d286154ab565b5b600182019050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000615d9060268361460c565b9150615d9b82615d34565b604082019050919050565b60006020820190508181036000830152615dbf81615d83565b9050919050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b6000615dfc60148361460c565b9150615e0782615dc6565b602082019050919050565b60006020820190508181036000830152615e2b81615def565b9050919050565b600081519050919050565b600082825260208201905092915050565b6000615e5982615e32565b615e638185615e3d565b9350615e7381856020860161461d565b615e7c81614650565b840191505092915050565b6000608082019050615e9c60008301876146bc565b615ea960208301866146bc565b615eb66040830185614726565b8181036060830152615ec88184615e4e565b905095945050505050565b600081519050615ee28161451d565b92915050565b600060208284031215615efe57615efd61444e565b5b6000615f0c84828501615ed3565b91505092915050565b600081905092915050565b6000615f2b82614601565b615f358185615f15565b9350615f4581856020860161461d565b80840191505092915050565b6000615f5d8285615f20565b9150615f698284615f20565b9150819050939250505056fea2646970667358221220fcf3662690b9a32c70deb94fdb555d0928bfbc43a2a908ee795abc495d8b251064736f6c634300080a0033000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000001000000000000000000000000a18edff84cafd153d590cdaae4e2f0d0519b5a1300000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000002710

Deployed Bytecode

0x6080604052600436106102fe5760003560e01c8063715018a611610190578063ad2f852a116100dc578063d5abeb0111610095578063f147efeb1161006f578063f147efeb14610b55578063f2fde38b14610b93578063f968adbe14610bbc578063fa0fca8414610be7576102fe565b8063d5abeb0114610ad6578063db2e21bc14610b01578063e985e9c514610b18576102fe565b8063ad2f852a146109b6578063b6325866146109e1578063b88d4fde14610a0a578063c23dc68f14610a33578063c6f6f21614610a70578063c87b56dd14610a99576102fe565b806395d89b4111610149578063a035b1fe11610123578063a035b1fe1461091d578063a0712d6814610948578063a144819414610964578063a22cb4651461098d576102fe565b806395d89b411461088c57806399a2557a146108b75780639bdedea5146108f4576102fe565b8063715018a61461078e578063768d7138146107a55780638462151c146107d05780638da5cb5b1461080d5780639186b4251461083857806391b7f5ed14610863576102fe565b80633ccfd60b1161024f5780635693dd38116102085780636352211e116101e25780636352211e146106d257806367dded4d1461070f5780636c0360eb1461072657806370a0823114610751576102fe565b80635693dd38146106535780635bbb21771461066a5780635c975abb146106a7576102fe565b80633ccfd60b1461056f57806342842e0e1461058657806342966c68146105af578063483efda2146105d857806349df728c1461060157806355f804b31461062a576102fe565b806318160ddd116102bc57806329ee566c1161029657806329ee566c146104b45780632a55205a146104df57806336e79a5a1461051d5780633974579114610546576102fe565b806318160ddd1461043757806323b872dd1461046257806329413b121461048b576102fe565b8062923f9e1461030357806301ffc9a71461034057806306d254da1461037d57806306fdde03146103a6578063081812fc146103d1578063095ea7b31461040e575b600080fd5b34801561030f57600080fd5b5061032a6004803603810190610325919061448e565b610c25565b60405161033791906144d6565b60405180910390f35b34801561034c57600080fd5b5061036760048036038101906103629190614549565b610c37565b60405161037491906144d6565b60405180910390f35b34801561038957600080fd5b506103a4600480360381019061039f91906145d4565b610c59565b005b3480156103b257600080fd5b506103bb610d19565b6040516103c8919061469a565b60405180910390f35b3480156103dd57600080fd5b506103f860048036038101906103f3919061448e565b610dab565b60405161040591906146cb565b60405180910390f35b34801561041a57600080fd5b50610435600480360381019061043091906146e6565b610e2a565b005b34801561044357600080fd5b5061044c610f6e565b6040516104599190614735565b60405180910390f35b34801561046e57600080fd5b5061048960048036038101906104849190614750565b610f85565b005b34801561049757600080fd5b506104b260048036038101906104ad91906148eb565b6112aa565b005b3480156104c057600080fd5b506104c961136e565b6040516104d69190614735565b60405180910390f35b3480156104eb57600080fd5b5061050660048036038101906105019190614947565b611374565b604051610514929190614987565b60405180910390f35b34801561052957600080fd5b50610544600480360381019061053f91906149ea565b6113c0565b005b34801561055257600080fd5b5061056d60048036038101906105689190614a72565b611493565b005b34801561057b57600080fd5b50610584611611565b005b34801561059257600080fd5b506105ad60048036038101906105a89190614750565b611800565b005b3480156105bb57600080fd5b506105d660048036038101906105d1919061448e565b611820565b005b3480156105e457600080fd5b506105ff60048036038101906105fa919061448e565b61182e565b005b34801561060d57600080fd5b50610628600480360381019061062391906145d4565b6118b4565b005b34801561063657600080fd5b50610651600480360381019061064c9190614b74565b611a8e565b005b34801561065f57600080fd5b50610668611b24565b005b34801561067657600080fd5b50610691600480360381019061068c9190614c13565b611bcc565b60405161069e9190614dc3565b60405180910390f35b3480156106b357600080fd5b506106bc611c8f565b6040516106c991906144d6565b60405180910390f35b3480156106de57600080fd5b506106f960048036038101906106f4919061448e565b611ca6565b60405161070691906146cb565b60405180910390f35b34801561071b57600080fd5b50610724611cb8565b005b34801561073257600080fd5b5061073b611d58565b604051610748919061469a565b60405180910390f35b34801561075d57600080fd5b50610778600480360381019061077391906145d4565b611de6565b6040516107859190614735565b60405180910390f35b34801561079a57600080fd5b506107a3611e9f565b005b3480156107b157600080fd5b506107ba611f27565b6040516107c79190614735565b60405180910390f35b3480156107dc57600080fd5b506107f760048036038101906107f291906145d4565b611f2d565b6040516108049190614ea3565b60405180910390f35b34801561081957600080fd5b50610822612077565b60405161082f91906146cb565b60405180910390f35b34801561084457600080fd5b5061084d6120a1565b60405161085a91906144d6565b60405180910390f35b34801561086f57600080fd5b5061088a6004803603810190610885919061448e565b6120b4565b005b34801561089857600080fd5b506108a161213a565b6040516108ae919061469a565b60405180910390f35b3480156108c357600080fd5b506108de60048036038101906108d99190614ec5565b6121cc565b6040516108eb9190614ea3565b60405180910390f35b34801561090057600080fd5b5061091b60048036038101906109169190614fdb565b6123e0565b005b34801561092957600080fd5b50610932612580565b60405161093f9190614735565b60405180910390f35b610962600480360381019061095d919061448e565b612586565b005b34801561097057600080fd5b5061098b600480360381019061098691906146e6565b61299c565b005b34801561099957600080fd5b506109b460048036038101906109af9190615063565b612a26565b005b3480156109c257600080fd5b506109cb612b9e565b6040516109d891906146cb565b60405180910390f35b3480156109ed57600080fd5b50610a086004803603810190610a0391906150f9565b612bc4565b005b348015610a1657600080fd5b50610a316004803603810190610a2c919061521b565b612df5565b005b348015610a3f57600080fd5b50610a5a6004803603810190610a55919061448e565b612e68565b604051610a6791906152f3565b60405180910390f35b348015610a7c57600080fd5b50610a976004803603810190610a92919061448e565b612ed2565b005b348015610aa557600080fd5b50610ac06004803603810190610abb919061448e565b612f58565b604051610acd919061469a565b60405180910390f35b348015610ae257600080fd5b50610aeb612f6a565b604051610af89190614735565b60405180910390f35b348015610b0d57600080fd5b50610b16612f70565b005b348015610b2457600080fd5b50610b3f6004803603810190610b3a919061530e565b613182565b604051610b4c91906144d6565b60405180910390f35b348015610b6157600080fd5b50610b7c6004803603810190610b7791906145d4565b613216565b604051610b8a92919061534e565b60405180910390f35b348015610b9f57600080fd5b50610bba6004803603810190610bb591906145d4565b61323a565b005b348015610bc857600080fd5b50610bd1613332565b604051610bde9190614735565b60405180910390f35b348015610bf357600080fd5b50610c0e6004803603810190610c0991906145d4565b613338565b604051610c1c929190615386565b60405180910390f35b6000610c308261337d565b9050919050565b6000610c42826133dc565b80610c525750610c518261346e565b5b9050919050565b610c616134e8565b73ffffffffffffffffffffffffffffffffffffffff16610c7f612077565b73ffffffffffffffffffffffffffffffffffffffff1614610cd5576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ccc906153fb565b60405180910390fd5b80601160016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b606060028054610d289061544a565b80601f0160208091040260200160405190810160405280929190818152602001828054610d549061544a565b8015610da15780601f10610d7657610100808354040283529160200191610da1565b820191906000526020600020905b815481529060010190602001808311610d8457829003601f168201915b5050505050905090565b6000610db68261337d565b610dec576040517fcf4700e400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6006600083815260200190815260200160002060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610e3582611ca6565b90508073ffffffffffffffffffffffffffffffffffffffff16610e566134f0565b73ffffffffffffffffffffffffffffffffffffffff1614610eb957610e8281610e7d6134f0565b613182565b610eb8576040517fcfb3b94200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b826006600084815260200190815260200160002060000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550818373ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a4505050565b6000610f786134f8565b6001546000540303905090565b6000610f90826134fd565b90508373ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614610ff7576040517fa114810000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600080611003846135cb565b9150915061101981876110146134f0565b6135f2565b6110655761102e866110296134f0565b613182565b611064576040517f59c896be00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b600073ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1614156110cc576040517fea553b3400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6110d98686866001613636565b80156110e457600082555b600560008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081546001900391905081905550600560008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008154600101919050819055506111b28561118e88888761363c565b7c020000000000000000000000000000000000000000000000000000000017613664565b600460008681526020019081526020016000208190555060007c02000000000000000000000000000000000000000000000000000000008416141561123a576000600185019050600060046000838152602001908152602001600020541415611238576000548114611237578360046000838152602001908152602001600020819055505b5b505b838573ffffffffffffffffffffffffffffffffffffffff168773ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46112a2868686600161368f565b505050505050565b6112b26134e8565b73ffffffffffffffffffffffffffffffffffffffff166112d0612077565b73ffffffffffffffffffffffffffffffffffffffff1614611326576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161131d906153fb565b60405180910390fd5b60005b8251811015611369576113568382815181106113485761134761547c565b5b602002602001015183613695565b8080611361906154da565b915050611329565b505050565b60125481565b600080601160019054906101000a900473ffffffffffffffffffffffffffffffffffffffff16612710601254856113ab9190615523565b6113b591906155ac565b915091509250929050565b6113c86134e8565b73ffffffffffffffffffffffffffffffffffffffff166113e6612077565b73ffffffffffffffffffffffffffffffffffffffff161461143c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611433906153fb565b60405180910390fd5b6102ee8161ffff161115611485576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161147c9061564f565b60405180910390fd5b8061ffff1660128190555050565b61149b6134e8565b73ffffffffffffffffffffffffffffffffffffffff166114b9612077565b73ffffffffffffffffffffffffffffffffffffffff161461150f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611506906153fb565b60405180910390fd5b60008282905011611555576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161154c906156bb565b60405180910390fd5b60005b8282905081101561160c576015600084848481811061157a5761157961547c565b5b905060200201602081019061158f91906145d4565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600080820160006101000a81549067ffffffffffffffff02191690556000820160086101000a81549060ff0219169055505080611605906154da565b9050611558565b505050565b6000601660003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000015411611696576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161168d9061574d565b60405180910390fd5b6000601660003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060010154905060008111611720576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611717906157b9565b60405180910390fd5b6000601660003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600101819055503373ffffffffffffffffffffffffffffffffffffffff166108fc829081150290604051600060405180830381858888f193505050501580156117ae573d6000803e3d6000fd5b503373ffffffffffffffffffffffffffffffffffffffff167f9bba815921f12cb7b1408e14b5ade745234397d39623ae5e7c82d693cb45815f826040516117f59190614735565b60405180910390a250565b61181b83838360405180602001604052806000815250612df5565b505050565b61182b8160016136b3565b50565b6118366134e8565b73ffffffffffffffffffffffffffffffffffffffff16611854612077565b73ffffffffffffffffffffffffffffffffffffffff16146118aa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118a1906153fb565b60405180910390fd5b80600f8190555050565b6118bc6134e8565b73ffffffffffffffffffffffffffffffffffffffff166118da612077565b73ffffffffffffffffffffffffffffffffffffffff1614611930576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611927906153fb565b60405180910390fd5b600081905060008173ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b815260040161197091906146cb565b602060405180830381865afa15801561198d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119b191906157ee565b90508173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb6119d7612077565b836040518363ffffffff1660e01b81526004016119f5929190614987565b6020604051808303816000875af1158015611a14573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a389190615830565b503373ffffffffffffffffffffffffffffffffffffffff167f5aa586896a67fb05c3b86276f66eecee7da00719d0e7299c403596fa2ec58ca48483604051611a81929190614987565b60405180910390a2505050565b611a966134e8565b73ffffffffffffffffffffffffffffffffffffffff16611ab4612077565b73ffffffffffffffffffffffffffffffffffffffff1614611b0a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b01906153fb565b60405180910390fd5b80600c9080519060200190611b20929190614352565b5050565b611b2c6134e8565b73ffffffffffffffffffffffffffffffffffffffff16611b4a612077565b73ffffffffffffffffffffffffffffffffffffffff1614611ba0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b97906153fb565b60405180910390fd5b601160009054906101000a900460ff1615601160006101000a81548160ff021916908315150217905550565b6060600083839050905060008167ffffffffffffffff811115611bf257611bf16147a8565b5b604051908082528060200260200182016040528015611c2b57816020015b611c186143d8565b815260200190600190039081611c105790505b50905060005b828114611c8357611c5a868683818110611c4e57611c4d61547c565b5b90506020020135612e68565b828281518110611c6d57611c6c61547c565b5b6020026020010181905250806001019050611c31565b50809250505092915050565b6000600b60009054906101000a900460ff16905090565b6000611cb1826134fd565b9050919050565b611cc06134e8565b73ffffffffffffffffffffffffffffffffffffffff16611cde612077565b73ffffffffffffffffffffffffffffffffffffffff1614611d34576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d2b906153fb565b60405180910390fd5b611d3c611c8f565b611d4d57611d48613907565b611d56565b611d556139aa565b5b565b600c8054611d659061544a565b80601f0160208091040260200160405190810160405280929190818152602001828054611d919061544a565b8015611dde5780601f10611db357610100808354040283529160200191611dde565b820191906000526020600020905b815481529060010190602001808311611dc157829003601f168201915b505050505081565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611e4e576040517f8f4eb60400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b67ffffffffffffffff600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054169050919050565b611ea76134e8565b73ffffffffffffffffffffffffffffffffffffffff16611ec5612077565b73ffffffffffffffffffffffffffffffffffffffff1614611f1b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f12906153fb565b60405180910390fd5b611f256000613a4c565b565b600f5481565b60606000806000611f3d85611de6565b905060008167ffffffffffffffff811115611f5b57611f5a6147a8565b5b604051908082528060200260200182016040528015611f895781602001602082028036833780820191505090505b509050611f946143d8565b6000611f9e6134f8565b90505b83861461206957611fb181613b12565b9150816040015115611fc25761205e565b600073ffffffffffffffffffffffffffffffffffffffff16826000015173ffffffffffffffffffffffffffffffffffffffff161461200257816000015194505b8773ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff16141561205d57808387806001019850815181106120505761204f61547c565b5b6020026020010181815250505b5b806001019050611fa1565b508195505050505050919050565b6000600b60019054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b601160009054906101000a900460ff1681565b6120bc6134e8565b73ffffffffffffffffffffffffffffffffffffffff166120da612077565b73ffffffffffffffffffffffffffffffffffffffff1614612130576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612127906153fb565b60405180910390fd5b8060108190555050565b6060600380546121499061544a565b80601f01602080910402602001604051908101604052809291908181526020018280546121759061544a565b80156121c25780601f10612197576101008083540402835291602001916121c2565b820191906000526020600020905b8154815290600101906020018083116121a557829003601f168201915b5050505050905090565b6060818310612207576040517f32c1995a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600080612212613b3d565b905061221c6134f8565b85101561222e5761222b6134f8565b94505b8084111561223a578093505b600061224587611de6565b905084861015612268576000868603905081811015612262578091505b5061226d565b600090505b60008167ffffffffffffffff811115612289576122886147a8565b5b6040519080825280602002602001820160405280156122b75781602001602082028036833780820191505090505b50905060008214156122cf57809450505050506123d9565b60006122da88612e68565b9050600081604001516122ef57816000015190505b60008990505b8881141580156123055750848714155b156123cb5761231381613b12565b9250826040015115612324576123c0565b600073ffffffffffffffffffffffffffffffffffffffff16836000015173ffffffffffffffffffffffffffffffffffffffff161461236457826000015191505b8a73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156123bf57808488806001019950815181106123b2576123b161547c565b5b6020026020010181815250505b5b8060010190506122f5565b508583528296505050505050505b9392505050565b6123e86134e8565b73ffffffffffffffffffffffffffffffffffffffff16612406612077565b73ffffffffffffffffffffffffffffffffffffffff161461245c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612453906153fb565b60405180910390fd5b600082905060005b825181101561257a578173ffffffffffffffffffffffffffffffffffffffff166342842e0e30612492612077565b8685815181106124a5576124a461547c565b5b60200260200101516040518463ffffffff1660e01b81526004016124cb9392919061585d565b600060405180830381600087803b1580156124e557600080fd5b505af11580156124f9573d6000803e3d6000fd5b505050503373ffffffffffffffffffffffffffffffffffffffff167fb8dbf4ce06446b88ef02ffd28a948c2637ac80fb0bd4d3a31c70878c1046eb7f858584815181106125495761254861547c565b5b602002602001015160405161255f929190614987565b60405180910390a28080612572906154da565b915050612464565b50505050565b60105481565b61258e611c8f565b156125ce576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125c5906158e0565b60405180910390fd5b6002600a541415612614576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161260b9061594c565b60405180910390fd5b6002600a819055506000612626613b46565b9050600d5460018383612639919061596c565b61264391906159c2565b10612683576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161267a90615a68565b60405180910390fd5b600e548211156126c8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126bf90615ad4565b60405180910390fd5b600f5460016126d633611de6565b6126e0919061596c565b1115612721576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161271890615b40565b60405180910390fd5b6000601560003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160009054906101000a900467ffffffffffffffff1667ffffffffffffffff161115612864576127f433601560003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160009054906101000a900467ffffffffffffffff1667ffffffffffffffff16613695565b6000601560003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160006101000a81548167ffffffffffffffff021916908367ffffffffffffffff16021790555050612991565b601160009054906101000a900460ff161561290957601560003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160089054906101000a900460ff16612908576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016128ff90615bac565b60405180910390fd5b5b6000601054111561296457816010546129229190615523565b3414612963576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161295a90615c18565b60405180910390fd5b5b61296e3383613695565b60006010541180156129805750600034115b1561298f5761298e34613b59565b5b505b6001600a8190555050565b6129a46134e8565b73ffffffffffffffffffffffffffffffffffffffff166129c2612077565b73ffffffffffffffffffffffffffffffffffffffff1614612a18576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a0f906153fb565b60405180910390fd5b612a228282613695565b5050565b612a2e6134f0565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612a93576040517fb06307db00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8060076000612aa06134f0565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff16612b4d6134f0565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051612b9291906144d6565b60405180910390a35050565b601160019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b612bcc6134e8565b73ffffffffffffffffffffffffffffffffffffffff16612bea612077565b73ffffffffffffffffffffffffffffffffffffffff1614612c40576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612c37906153fb565b60405180910390fd5b60008484905011612c86576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612c7d906156bb565b60405180910390fd5b838390508282905014612cce576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612cc590615c84565b60405180910390fd5b60005b84849050811015612dee576040518060400160405280848484818110612cfa57612cf961547c565b5b9050602002016020810190612d0f9190615cd0565b67ffffffffffffffff1681526020016001151581525060156000878785818110612d3c57612d3b61547c565b5b9050602002016020810190612d5191906145d4565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008201518160000160006101000a81548167ffffffffffffffff021916908367ffffffffffffffff16021790555060208201518160000160086101000a81548160ff02191690831515021790555090505080612de7906154da565b9050612cd1565b5050505050565b612e00848484610f85565b60008373ffffffffffffffffffffffffffffffffffffffff163b14612e6257612e2b84848484613c97565b612e61576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b50505050565b612e706143d8565b612e786143d8565b612e806134f8565b831080612e945750612e90613b3d565b8310155b15612ea25780915050612ecd565b612eab83613b12565b9050806040015115612ec05780915050612ecd565b612ec983613de8565b9150505b919050565b612eda6134e8565b73ffffffffffffffffffffffffffffffffffffffff16612ef8612077565b73ffffffffffffffffffffffffffffffffffffffff1614612f4e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612f45906153fb565b60405180910390fd5b80600e8190555050565b6060612f6382613e08565b9050919050565b600d5481565b612f786134e8565b73ffffffffffffffffffffffffffffffffffffffff16612f96612077565b73ffffffffffffffffffffffffffffffffffffffff1614612fec576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612fe3906153fb565b60405180910390fd5b600047905060008111613034576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161302b906157b9565b60405180910390fd5b60005b6014805490508160ff1610156130e957600060148260ff16815481106130605761305f61547c565b5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690506000601660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600101819055505080806130e190615d0a565b915050613037565b503373ffffffffffffffffffffffffffffffffffffffff166108fc829081150290604051600060405180830381858888f19350505050158015613130573d6000803e3d6000fd5b503373ffffffffffffffffffffffffffffffffffffffff167f9bba815921f12cb7b1408e14b5ade745234397d39623ae5e7c82d693cb45815f826040516131779190614735565b60405180910390a250565b6000600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b60166020528060005260406000206000915090508060000154908060010154905082565b6132426134e8565b73ffffffffffffffffffffffffffffffffffffffff16613260612077565b73ffffffffffffffffffffffffffffffffffffffff16146132b6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016132ad906153fb565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415613326576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161331d90615da6565b60405180910390fd5b61332f81613a4c565b50565b600e5481565b60156020528060005260406000206000915090508060000160009054906101000a900467ffffffffffffffff16908060000160089054906101000a900460ff16905082565b6000816133886134f8565b11158015613397575060005482105b80156133d5575060007c0100000000000000000000000000000000000000000000000000000000600460008581526020019081526020016000205416145b9050919050565b60006301ffc9a760e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061343757506380ac58cd60e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806134675750635b5e139f60e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b9050919050565b60007f2a55205a000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614806134e157506134e082613ea7565b5b9050919050565b600033905090565b600033905090565b600090565b6000808290508061350c6134f8565b11613594576000548110156135935760006004600083815260200190815260200160002054905060007c010000000000000000000000000000000000000000000000000000000082161415613591575b600081141561358757600460008360019003935083815260200190815260200160002054905061355c565b80925050506135c6565b505b5b6040517fdf2d9b4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b919050565b60008060006006600085815260200190815260200160002090508092508254915050915091565b600073ffffffffffffffffffffffffffffffffffffffff8316925073ffffffffffffffffffffffffffffffffffffffff821691508382148383141790509392505050565b50505050565b60008060e883901c905060e8613653868684613f11565b62ffffff16901b9150509392505050565b600073ffffffffffffffffffffffffffffffffffffffff83169250814260a01b178317905092915050565b50505050565b6136af828260405180602001604052806000815250613f1a565b5050565b60006136be836134fd565b905060008190506000806136d1866135cb565b91509150841561373a576136ed81846136e86134f0565b6135f2565b61373957613702836136fd6134f0565b613182565b613738576040517f59c896be00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b5b613748836000886001613636565b801561375357600082555b600160806001901b03600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055506137fb836137b88560008861363c565b7c02000000000000000000000000000000000000000000000000000000007c01000000000000000000000000000000000000000000000000000000001717613664565b600460008881526020019081526020016000208190555060007c020000000000000000000000000000000000000000000000000000000085161415613883576000600187019050600060046000838152602001908152602001600020541415613881576000548114613880578460046000838152602001908152602001600020819055505b5b505b85600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46138ed83600088600161368f565b600160008154809291906001019190505550505050505050565b61390f611c8f565b1561394f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613946906158e0565b60405180910390fd5b6001600b60006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586139936134e8565b6040516139a091906146cb565b60405180910390a1565b6139b2611c8f565b6139f1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016139e890615e12565b60405180910390fd5b6000600b60006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa613a356134e8565b604051613a4291906146cb565b60405180910390a1565b6000600b60019054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600b60016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b613b1a6143d8565b613b366004600084815260200190815260200160002054613fb7565b9050919050565b60008054905090565b6000613b506134f8565b60005403905090565b60005b6014805490508160ff161015613c9357600060148260ff1681548110613b8557613b8461547c565b5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690506000601660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000015490506000613c22612710613c14848861406d90919063ffffffff16565b61408390919063ffffffff16565b905080601660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206001016000828254613c76919061596c565b925050819055505050508080613c8b90615d0a565b915050613b5c565b5050565b60008373ffffffffffffffffffffffffffffffffffffffff1663150b7a02613cbd6134f0565b8786866040518563ffffffff1660e01b8152600401613cdf9493929190615e87565b6020604051808303816000875af1925050508015613d1b57506040513d601f19601f82011682018060405250810190613d189190615ee8565b60015b613d95573d8060008114613d4b576040519150601f19603f3d011682016040523d82523d6000602084013e613d50565b606091505b50600081511415613d8d576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050949350505050565b613df06143d8565b613e01613dfc836134fd565b613fb7565b9050919050565b6060613e138261337d565b613e49576040517fa14c4b5000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000613e53614099565b9050600081511415613e745760405180602001604052806000815250613e9f565b80613e7e8461412b565b604051602001613e8f929190615f51565b6040516020818303038152906040525b915050919050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b60009392505050565b613f248383614185565b60008373ffffffffffffffffffffffffffffffffffffffff163b14613fb257600080549050600083820390505b613f646000868380600101945086613c97565b613f9a576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b818110613f51578160005414613faf57600080fd5b50505b505050565b613fbf6143d8565b81816000019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff168152505060a082901c816020019067ffffffffffffffff16908167ffffffffffffffff168152505060007c01000000000000000000000000000000000000000000000000000000008316141581604001901515908115158152505060e882901c816060019062ffffff16908162ffffff1681525050919050565b6000818361407b9190615523565b905092915050565b6000818361409191906155ac565b905092915050565b6060600c80546140a89061544a565b80601f01602080910402602001604051908101604052809291908181526020018280546140d49061544a565b80156141215780601f106140f657610100808354040283529160200191614121565b820191906000526020600020905b81548152906001019060200180831161410457829003601f168201915b5050505050905090565b60606080604051019050806040528082600183039250600a81066030018353600a810490505b801561417157600183039250600a81066030018353600a81049050614151565b508181036020830392508083525050919050565b60008054905060008214156141c6576040517fb562e8dd00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6141d36000848385613636565b600160406001901b178202600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254019250508190555061424a8361423b600086600061363c565b61424485614342565b17613664565b6004600083815260200190815260200160002081905550600080838301905073ffffffffffffffffffffffffffffffffffffffff85169150828260007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef600080a4600183015b8181146142eb57808360007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef600080a46001810190506142b0565b506000821415614327576040517f2e07630000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b80600081905550505061433d600084838561368f565b505050565b60006001821460e11b9050919050565b82805461435e9061544a565b90600052602060002090601f01602090048101928261438057600085556143c7565b82601f1061439957805160ff19168380011785556143c7565b828001600101855582156143c7579182015b828111156143c65782518255916020019190600101906143ab565b5b5090506143d49190614427565b5090565b6040518060800160405280600073ffffffffffffffffffffffffffffffffffffffff168152602001600067ffffffffffffffff168152602001600015158152602001600062ffffff1681525090565b5b80821115614440576000816000905550600101614428565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b61446b81614458565b811461447657600080fd5b50565b60008135905061448881614462565b92915050565b6000602082840312156144a4576144a361444e565b5b60006144b284828501614479565b91505092915050565b60008115159050919050565b6144d0816144bb565b82525050565b60006020820190506144eb60008301846144c7565b92915050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b614526816144f1565b811461453157600080fd5b50565b6000813590506145438161451d565b92915050565b60006020828403121561455f5761455e61444e565b5b600061456d84828501614534565b91505092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006145a182614576565b9050919050565b6145b181614596565b81146145bc57600080fd5b50565b6000813590506145ce816145a8565b92915050565b6000602082840312156145ea576145e961444e565b5b60006145f8848285016145bf565b91505092915050565b600081519050919050565b600082825260208201905092915050565b60005b8381101561463b578082015181840152602081019050614620565b8381111561464a576000848401525b50505050565b6000601f19601f8301169050919050565b600061466c82614601565b614676818561460c565b935061468681856020860161461d565b61468f81614650565b840191505092915050565b600060208201905081810360008301526146b48184614661565b905092915050565b6146c581614596565b82525050565b60006020820190506146e060008301846146bc565b92915050565b600080604083850312156146fd576146fc61444e565b5b600061470b858286016145bf565b925050602061471c85828601614479565b9150509250929050565b61472f81614458565b82525050565b600060208201905061474a6000830184614726565b92915050565b6000806000606084860312156147695761476861444e565b5b6000614777868287016145bf565b9350506020614788868287016145bf565b925050604061479986828701614479565b9150509250925092565b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6147e082614650565b810181811067ffffffffffffffff821117156147ff576147fe6147a8565b5b80604052505050565b6000614812614444565b905061481e82826147d7565b919050565b600067ffffffffffffffff82111561483e5761483d6147a8565b5b602082029050602081019050919050565b600080fd5b600061486761486284614823565b614808565b9050808382526020820190506020840283018581111561488a5761488961484f565b5b835b818110156148b3578061489f88826145bf565b84526020840193505060208101905061488c565b5050509392505050565b600082601f8301126148d2576148d16147a3565b5b81356148e2848260208601614854565b91505092915050565b600080604083850312156149025761490161444e565b5b600083013567ffffffffffffffff8111156149205761491f614453565b5b61492c858286016148bd565b925050602061493d85828601614479565b9150509250929050565b6000806040838503121561495e5761495d61444e565b5b600061496c85828601614479565b925050602061497d85828601614479565b9150509250929050565b600060408201905061499c60008301856146bc565b6149a96020830184614726565b9392505050565b600061ffff82169050919050565b6149c7816149b0565b81146149d257600080fd5b50565b6000813590506149e4816149be565b92915050565b600060208284031215614a00576149ff61444e565b5b6000614a0e848285016149d5565b91505092915050565b600080fd5b60008083601f840112614a3257614a316147a3565b5b8235905067ffffffffffffffff811115614a4f57614a4e614a17565b5b602083019150836020820283011115614a6b57614a6a61484f565b5b9250929050565b60008060208385031215614a8957614a8861444e565b5b600083013567ffffffffffffffff811115614aa757614aa6614453565b5b614ab385828601614a1c565b92509250509250929050565b600080fd5b600067ffffffffffffffff821115614adf57614ade6147a8565b5b614ae882614650565b9050602081019050919050565b82818337600083830152505050565b6000614b17614b1284614ac4565b614808565b905082815260208101848484011115614b3357614b32614abf565b5b614b3e848285614af5565b509392505050565b600082601f830112614b5b57614b5a6147a3565b5b8135614b6b848260208601614b04565b91505092915050565b600060208284031215614b8a57614b8961444e565b5b600082013567ffffffffffffffff811115614ba857614ba7614453565b5b614bb484828501614b46565b91505092915050565b60008083601f840112614bd357614bd26147a3565b5b8235905067ffffffffffffffff811115614bf057614bef614a17565b5b602083019150836020820283011115614c0c57614c0b61484f565b5b9250929050565b60008060208385031215614c2a57614c2961444e565b5b600083013567ffffffffffffffff811115614c4857614c47614453565b5b614c5485828601614bbd565b92509250509250929050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b614c9581614596565b82525050565b600067ffffffffffffffff82169050919050565b614cb881614c9b565b82525050565b614cc7816144bb565b82525050565b600062ffffff82169050919050565b614ce581614ccd565b82525050565b608082016000820151614d016000850182614c8c565b506020820151614d146020850182614caf565b506040820151614d276040850182614cbe565b506060820151614d3a6060850182614cdc565b50505050565b6000614d4c8383614ceb565b60808301905092915050565b6000602082019050919050565b6000614d7082614c60565b614d7a8185614c6b565b9350614d8583614c7c565b8060005b83811015614db6578151614d9d8882614d40565b9750614da883614d58565b925050600181019050614d89565b5085935050505092915050565b60006020820190508181036000830152614ddd8184614d65565b905092915050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b614e1a81614458565b82525050565b6000614e2c8383614e11565b60208301905092915050565b6000602082019050919050565b6000614e5082614de5565b614e5a8185614df0565b9350614e6583614e01565b8060005b83811015614e96578151614e7d8882614e20565b9750614e8883614e38565b925050600181019050614e69565b5085935050505092915050565b60006020820190508181036000830152614ebd8184614e45565b905092915050565b600080600060608486031215614ede57614edd61444e565b5b6000614eec868287016145bf565b9350506020614efd86828701614479565b9250506040614f0e86828701614479565b9150509250925092565b600067ffffffffffffffff821115614f3357614f326147a8565b5b602082029050602081019050919050565b6000614f57614f5284614f18565b614808565b90508083825260208201905060208402830185811115614f7a57614f7961484f565b5b835b81811015614fa35780614f8f8882614479565b845260208401935050602081019050614f7c565b5050509392505050565b600082601f830112614fc257614fc16147a3565b5b8135614fd2848260208601614f44565b91505092915050565b60008060408385031215614ff257614ff161444e565b5b6000615000858286016145bf565b925050602083013567ffffffffffffffff81111561502157615020614453565b5b61502d85828601614fad565b9150509250929050565b615040816144bb565b811461504b57600080fd5b50565b60008135905061505d81615037565b92915050565b6000806040838503121561507a5761507961444e565b5b6000615088858286016145bf565b92505060206150998582860161504e565b9150509250929050565b60008083601f8401126150b9576150b86147a3565b5b8235905067ffffffffffffffff8111156150d6576150d5614a17565b5b6020830191508360208202830111156150f2576150f161484f565b5b9250929050565b600080600080604085870312156151135761511261444e565b5b600085013567ffffffffffffffff81111561513157615130614453565b5b61513d87828801614a1c565b9450945050602085013567ffffffffffffffff8111156151605761515f614453565b5b61516c878288016150a3565b925092505092959194509250565b600067ffffffffffffffff821115615195576151946147a8565b5b61519e82614650565b9050602081019050919050565b60006151be6151b98461517a565b614808565b9050828152602081018484840111156151da576151d9614abf565b5b6151e5848285614af5565b509392505050565b600082601f830112615202576152016147a3565b5b81356152128482602086016151ab565b91505092915050565b600080600080608085870312156152355761523461444e565b5b6000615243878288016145bf565b9450506020615254878288016145bf565b935050604061526587828801614479565b925050606085013567ffffffffffffffff81111561528657615285614453565b5b615292878288016151ed565b91505092959194509250565b6080820160008201516152b46000850182614c8c565b5060208201516152c76020850182614caf565b5060408201516152da6040850182614cbe565b5060608201516152ed6060850182614cdc565b50505050565b6000608082019050615308600083018461529e565b92915050565b600080604083850312156153255761532461444e565b5b6000615333858286016145bf565b9250506020615344858286016145bf565b9150509250929050565b60006040820190506153636000830185614726565b6153706020830184614726565b9392505050565b61538081614c9b565b82525050565b600060408201905061539b6000830185615377565b6153a860208301846144c7565b9392505050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006153e560208361460c565b91506153f0826153af565b602082019050919050565b60006020820190508181036000830152615414816153d8565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061546257607f821691505b602082108114156154765761547561541b565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006154e582614458565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821415615518576155176154ab565b5b600182019050919050565b600061552e82614458565b915061553983614458565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615615572576155716154ab565b5b828202905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b60006155b782614458565b91506155c283614458565b9250826155d2576155d161557d565b5b828204905092915050565b7f526f79616c7479206d757374206265206c6f776572207468616e206f7220657160008201527f75616c20746f20372c3525000000000000000000000000000000000000000000602082015250565b6000615639602b8361460c565b9150615644826155dd565b604082019050919050565b600060208201905081810360008301526156688161562c565b9050919050565b7f4572726f723a206c69737420697320656d707479000000000000000000000000600082015250565b60006156a560148361460c565b91506156b08261566f565b602082019050919050565b600060208201905081810360008301526156d481615698565b9050919050565b7f446576204f6e6c793a2063616c6c6572206973206e6f7420746865206465766560008201527f6c6f706572000000000000000000000000000000000000000000000000000000602082015250565b600061573760258361460c565b9150615742826156db565b604082019050919050565b600060208201905081810360008301526157668161572a565b9050919050565b7f4572726f723a206e6f2066656573203a28000000000000000000000000000000600082015250565b60006157a360118361460c565b91506157ae8261576d565b602082019050919050565b600060208201905081810360008301526157d281615796565b9050919050565b6000815190506157e881614462565b92915050565b6000602082840312156158045761580361444e565b5b6000615812848285016157d9565b91505092915050565b60008151905061582a81615037565b92915050565b6000602082840312156158465761584561444e565b5b60006158548482850161581b565b91505092915050565b600060608201905061587260008301866146bc565b61587f60208301856146bc565b61588c6040830184614726565b949350505050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b60006158ca60108361460c565b91506158d582615894565b602082019050919050565b600060208201905081810360008301526158f9816158bd565b9050919050565b7f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00600082015250565b6000615936601f8361460c565b915061594182615900565b602082019050919050565b6000602082019050818103600083015261596581615929565b9050919050565b600061597782614458565b915061598283614458565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff038211156159b7576159b66154ab565b5b828201905092915050565b60006159cd82614458565b91506159d883614458565b9250828210156159eb576159ea6154ab565b5b828203905092915050565b7f4572726f723a2063616e6e6f74206d696e74206d6f7265207468616e20746f7460008201527f616c20737570706c790000000000000000000000000000000000000000000000602082015250565b6000615a5260298361460c565b9150615a5d826159f6565b604082019050919050565b60006020820190508181036000830152615a8181615a45565b9050919050565b7f4572726f723a206d617820706172207478206c696d6974000000000000000000600082015250565b6000615abe60178361460c565b9150615ac982615a88565b602082019050919050565b60006020820190508181036000830152615aed81615ab1565b9050919050565b7f4572726f723a206d6178207065722061646472657373206c696d697400000000600082015250565b6000615b2a601c8361460c565b9150615b3582615af4565b602082019050919050565b60006020820190508181036000830152615b5981615b1d565b9050919050565b7f596f7520617265206e6f742077686974656c6973746564000000000000000000600082015250565b6000615b9660178361460c565b9150615ba182615b60565b602082019050919050565b60006020820190508181036000830152615bc581615b89565b9050919050565b7f4572726f723a20696e76616c6964207072696365000000000000000000000000600082015250565b6000615c0260148361460c565b9150615c0d82615bcc565b602082019050919050565b60006020820190508181036000830152615c3181615bf5565b9050919050565b7f4572726f723a20696e76616c6964206c69737400000000000000000000000000600082015250565b6000615c6e60138361460c565b9150615c7982615c38565b602082019050919050565b60006020820190508181036000830152615c9d81615c61565b9050919050565b615cad81614c9b565b8114615cb857600080fd5b50565b600081359050615cca81615ca4565b92915050565b600060208284031215615ce657615ce561444e565b5b6000615cf484828501615cbb565b91505092915050565b600060ff82169050919050565b6000615d1582615cfd565b915060ff821415615d2957615d286154ab565b5b600182019050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000615d9060268361460c565b9150615d9b82615d34565b604082019050919050565b60006020820190508181036000830152615dbf81615d83565b9050919050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b6000615dfc60148361460c565b9150615e0782615dc6565b602082019050919050565b60006020820190508181036000830152615e2b81615def565b9050919050565b600081519050919050565b600082825260208201905092915050565b6000615e5982615e32565b615e638185615e3d565b9350615e7381856020860161461d565b615e7c81614650565b840191505092915050565b6000608082019050615e9c60008301876146bc565b615ea960208301866146bc565b615eb66040830185614726565b8181036060830152615ec88184615e4e565b905095945050505050565b600081519050615ee28161451d565b92915050565b600060208284031215615efe57615efd61444e565b5b6000615f0c84828501615ed3565b91505092915050565b600081905092915050565b6000615f2b82614601565b615f358185615f15565b9350615f4581856020860161461d565b80840191505092915050565b6000615f5d8285615f20565b9150615f698284615f20565b9150819050939250505056fea2646970667358221220fcf3662690b9a32c70deb94fdb555d0928bfbc43a2a908ee795abc495d8b251064736f6c634300080a0033

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

000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000001000000000000000000000000a18edff84cafd153d590cdaae4e2f0d0519b5a1300000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000002710

-----Decoded View---------------
Arg [0] : _devList (address[]): 0xa18eDfF84Cafd153D590CDAaE4E2f0D0519B5A13
Arg [1] : _fees (uint256[]): 10000

-----Encoded View---------------
6 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [1] : 0000000000000000000000000000000000000000000000000000000000000080
Arg [2] : 0000000000000000000000000000000000000000000000000000000000000001
Arg [3] : 000000000000000000000000a18edff84cafd153d590cdaae4e2f0d0519b5a13
Arg [4] : 0000000000000000000000000000000000000000000000000000000000000001
Arg [5] : 0000000000000000000000000000000000000000000000000000000000002710


Deployed Bytecode Sourcemap

95990:7764:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;99470:100;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;101715:242;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;101350:122;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;20489:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;26972:218;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;26413:400;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;16240:323;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;30679:2817;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;102769:194;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;97169:25;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;99578:188;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;101167:175;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;100274:241;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;101993:284;;;;;;;;;;;;;:::i;:::-;;33592:185;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;67841:94;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;100746:103;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;103007:318;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;100960:104;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;100631:107;;;;;;;;;;;;;:::i;:::-;;62673:528;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;81330:86;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21882:152;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;100523:100;;;;;;;;;;;;;:::i;:::-;;96853:21;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;17424:233;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;95141:103;;;;;;;;;;;;;:::i;:::-;;96972:30;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;66549:900;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;94490:87;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;97054:27;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;101072:87;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;20665:104;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;63589:2513;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;103392:359;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;97009:38;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;98436:883;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;101608:99;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;27530:308;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;97088:74;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;99787:479;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;34375:399;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;62086:428;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;100857:95;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;99327:135;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;96899:34;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;102357:404;;;;;;;;;;;;;:::i;:::-;;27995:164;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;97374:41;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;95399:201;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;96940:25;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;97313:54;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;99470:100;99524:4;99549:12;99557:3;99549:7;:12::i;:::-;99541:21;;99470:100;;;:::o;101715:242::-;101829:4;101859:38;101885:11;101859:25;:38::i;:::-;:90;;;;101911:38;101937:11;101911:25;:38::i;:::-;101859:90;101842:107;;101715:242;;;:::o;101350:122::-;94721:12;:10;:12::i;:::-;94710:23;;:7;:5;:7::i;:::-;:23;;;94702:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;101449:15:::1;101432:14;;:32;;;;;;;;;;;;;;;;;;101350:122:::0;:::o;20489:100::-;20543:13;20576:5;20569:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20489:100;:::o;26972:218::-;27048:7;27073:16;27081:7;27073;:16::i;:::-;27068:64;;27098:34;;;;;;;;;;;;;;27068:64;27152:15;:24;27168:7;27152:24;;;;;;;;;;;:30;;;;;;;;;;;;27145:37;;26972:218;;;:::o;26413:400::-;26494:13;26510:16;26518:7;26510;:16::i;:::-;26494:32;;26566:5;26543:28;;:19;:17;:19::i;:::-;:28;;;26539:175;;26591:44;26608:5;26615:19;:17;:19::i;:::-;26591:16;:44::i;:::-;26586:128;;26663:35;;;;;;;;;;;;;;26586:128;26539:175;26759:2;26726:15;:24;26742:7;26726:24;;;;;;;;;;;:30;;;:35;;;;;;;;;;;;;;;;;;26797:7;26793:2;26777:28;;26786:5;26777:28;;;;;;;;;;;;26483:330;26413:400;;:::o;16240:323::-;16301:7;16529:15;:13;:15::i;:::-;16514:12;;16498:13;;:28;:46;16491:53;;16240:323;:::o;30679:2817::-;30813:27;30843;30862:7;30843:18;:27::i;:::-;30813:57;;30928:4;30887:45;;30903:19;30887:45;;;30883:86;;30941:28;;;;;;;;;;;;;;30883:86;30983:27;31012:23;31039:35;31066:7;31039:26;:35::i;:::-;30982:92;;;;31174:68;31199:15;31216:4;31222:19;:17;:19::i;:::-;31174:24;:68::i;:::-;31169:180;;31262:43;31279:4;31285:19;:17;:19::i;:::-;31262:16;:43::i;:::-;31257:92;;31314:35;;;;;;;;;;;;;;31257:92;31169:180;31380:1;31366:16;;:2;:16;;;31362:52;;;31391:23;;;;;;;;;;;;;;31362:52;31427:43;31449:4;31455:2;31459:7;31468:1;31427:21;:43::i;:::-;31563:15;31560:160;;;31703:1;31682:19;31675:30;31560:160;32100:18;:24;32119:4;32100:24;;;;;;;;;;;;;;;;32098:26;;;;;;;;;;;;32169:18;:22;32188:2;32169:22;;;;;;;;;;;;;;;;32167:24;;;;;;;;;;;32491:146;32528:2;32577:45;32592:4;32598:2;32602:19;32577:14;:45::i;:::-;12639:8;32549:73;32491:18;:146::i;:::-;32462:17;:26;32480:7;32462:26;;;;;;;;;;;:175;;;;32808:1;12639:8;32757:19;:47;:52;32753:627;;;32830:19;32862:1;32852:7;:11;32830:33;;33019:1;32985:17;:30;33003:11;32985:30;;;;;;;;;;;;:35;32981:384;;;33123:13;;33108:11;:28;33104:242;;33303:19;33270:17;:30;33288:11;33270:30;;;;;;;;;;;:52;;;;33104:242;32981:384;32811:569;32753:627;33427:7;33423:2;33408:27;;33417:4;33408:27;;;;;;;;;;;;33446:42;33467:4;33473:2;33477:7;33486:1;33446:20;:42::i;:::-;30802:2694;;;30679:2817;;;:::o;102769:194::-;94721:12;:10;:12::i;:::-;94710:23;;:7;:5;:7::i;:::-;:23;;;94702:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;102865:9:::1;102860:96;102884:5;:12;102880:1;:16;102860:96;;;102918:26;102928:5;102934:1;102928:8;;;;;;;;:::i;:::-;;;;;;;;102937:6;102918:9;:26::i;:::-;102898:3;;;;;:::i;:::-;;;;102860:96;;;;102769:194:::0;;:::o;97169:25::-;;;;:::o;99578:188::-;99654:16;99672:18;99711:14;;;;;;;;;;;99752:5;99741:7;;99728:10;:20;;;;:::i;:::-;99727:30;;;;:::i;:::-;99703:55;;;;99578:188;;;;;:::o;101167:175::-;94721:12;:10;:12::i;:::-;94710:23;;:7;:5;:7::i;:::-;:23;;;94702:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;101254:3:::1;101242:8;:15;;;;101234:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;101326:8;101316:18;;:7;:18;;;;101167:175:::0;:::o;100274:241::-;94721:12;:10;:12::i;:::-;94710:23;;:7;:5;:7::i;:::-;:23;;;94702:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;100390:1:::1;100369:11;;:18;;:22;100361:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;100432:6;100427:80;100448:11;;:18;;100444:1;:22;100427:80;;;100480:11;:27;100492:11;;100504:1;100492:14;;;;;;;:::i;:::-;;;;;;;;;;;;;;;:::i;:::-;100480:27;;;;;;;;;;;;;;;;100473:34:::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;100468:3;;;;:::i;:::-;;;100427:80;;;;100274:241:::0;;:::o;101993:284::-;96264:1;96234:7;:19;96242:10;96234:19;;;;;;;;;;;;;;;:27;;;:31;96226:81;;;;;;;;;;;;:::i;:::-;;;;;;;;;102042:11:::1;102056:7;:19;102064:10;102056:19;;;;;;;;;;;;;;;:26;;;102042:40;;102110:1;102101:6;:10;102093:40;;;;;;;;;;;;:::i;:::-;;;;;;;;;102173:1;102144:7;:19;102152:10;102144:19;;;;;;;;;;;;;;;:26;;:30;;;;102193:10;102185:28;;:36;102214:6;102185:36;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;102250:10;102237:32;;;102262:6;102237:32;;;;;;:::i;:::-;;;;;;;;102031:246;101993:284::o:0;33592:185::-;33730:39;33747:4;33753:2;33757:7;33730:39;;;;;;;;;;;;:16;:39::i;:::-;33592:185;;;:::o;67841:94::-;67907:20;67913:7;67922:4;67907:5;:20::i;:::-;67841:94;:::o;100746:103::-;94721:12;:10;:12::i;:::-;94710:23;;:7;:5;:7::i;:::-;:23;;;94702:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;100832:9:::1;100817:12;:24;;;;100746:103:::0;:::o;103007:318::-;94721:12;:10;:12::i;:::-;94710:23;;:7;:5;:7::i;:::-;:23;;;94702:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;103085:20:::1;103115:14;103085:45;;103141:12;103156:13;:23;;;103188:4;103156:38;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;103141:53;;103205:13;:22;;;103228:7;:5;:7::i;:::-;103237;103205:40;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;103281:10;103261:56;;;103293:14;103309:7;103261:56;;;;;;;:::i;:::-;;;;;;;;103074:251;;103007:318:::0;:::o;100960:104::-;94721:12;:10;:12::i;:::-;94710:23;;:7;:5;:7::i;:::-;:23;;;94702:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;101046:10:::1;101036:7;:20;;;;;;;;;;;;:::i;:::-;;100960:104:::0;:::o;100631:107::-;94721:12;:10;:12::i;:::-;94710:23;;:7;:5;:7::i;:::-;:23;;;94702:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;100715:15:::1;;;;;;;;;;;100714:16;100696:15;;:34;;;;;;;;;;;;;;;;;;100631:107::o:0;62673:528::-;62817:23;62883:22;62908:8;;:15;;62883:40;;62938:34;62996:14;62975:36;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;62938:73;;63031:9;63026:125;63047:14;63042:1;:19;63026:125;;63103:32;63123:8;;63132:1;63123:11;;;;;;;:::i;:::-;;;;;;;;63103:19;:32::i;:::-;63087:10;63098:1;63087:13;;;;;;;;:::i;:::-;;;;;;;:48;;;;63063:3;;;;;63026:125;;;;63172:10;63165:17;;;;62673:528;;;;:::o;81330:86::-;81377:4;81401:7;;;;;;;;;;;81394:14;;81330:86;:::o;21882:152::-;21954:7;21997:27;22016:7;21997:18;:27::i;:::-;21974:52;;21882:152;;;:::o;100523:100::-;94721:12;:10;:12::i;:::-;94710:23;;:7;:5;:7::i;:::-;:23;;;94702:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;100583:8:::1;:6;:8::i;:::-;:32;;100607:8;:6;:8::i;:::-;100583:32;;;100594:10;:8;:10::i;:::-;100583:32;100523:100::o:0;96853:21::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;17424:233::-;17496:7;17537:1;17520:19;;:5;:19;;;17516:60;;;17548:28;;;;;;;;;;;;;;17516:60;11583:13;17594:18;:25;17613:5;17594:25;;;;;;;;;;;;;;;;:55;17587:62;;17424:233;;;:::o;95141:103::-;94721:12;:10;:12::i;:::-;94710:23;;:7;:5;:7::i;:::-;:23;;;94702:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;95206:30:::1;95233:1;95206:18;:30::i;:::-;95141:103::o:0;96972:30::-;;;;:::o;66549:900::-;66627:16;66681:19;66715:25;66755:22;66780:16;66790:5;66780:9;:16::i;:::-;66755:41;;66811:25;66853:14;66839:29;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;66811:57;;66883:31;;:::i;:::-;66934:9;66946:15;:13;:15::i;:::-;66934:27;;66929:472;66978:14;66963:11;:29;66929:472;;67030:15;67043:1;67030:12;:15::i;:::-;67018:27;;67068:9;:16;;;67064:73;;;67109:8;;67064:73;67185:1;67159:28;;:9;:14;;;:28;;;67155:111;;67232:9;:14;;;67212:34;;67155:111;67309:5;67288:26;;:17;:26;;;67284:102;;;67365:1;67339:8;67348:13;;;;;;67339:23;;;;;;;;:::i;:::-;;;;;;;:27;;;;;67284:102;66929:472;66994:3;;;;;66929:472;;;;67422:8;67415:15;;;;;;;66549:900;;;:::o;94490:87::-;94536:7;94563:6;;;;;;;;;;;94556:13;;94490:87;:::o;97054:27::-;;;;;;;;;;;;;:::o;101072:87::-;94721:12;:10;:12::i;:::-;94710:23;;:7;:5;:7::i;:::-;:23;;;94702:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;101143:8:::1;101135:5;:16;;;;101072:87:::0;:::o;20665:104::-;20721:13;20754:7;20747:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20665:104;:::o;63589:2513::-;63732:16;63799:4;63790:5;:13;63786:45;;63812:19;;;;;;;;;;;;;;63786:45;63846:19;63880:17;63900:14;:12;:14::i;:::-;63880:34;;64000:15;:13;:15::i;:::-;63992:5;:23;63988:87;;;64044:15;:13;:15::i;:::-;64036:23;;63988:87;64151:9;64144:4;:16;64140:73;;;64188:9;64181:16;;64140:73;64227:25;64255:16;64265:5;64255:9;:16::i;:::-;64227:44;;64449:4;64441:5;:12;64437:278;;;64474:19;64503:5;64496:4;:12;64474:34;;64545:17;64531:11;:31;64527:111;;;64607:11;64587:31;;64527:111;64455:198;64437:278;;;64698:1;64678:21;;64437:278;64729:25;64771:17;64757:32;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;64729:60;;64829:1;64808:17;:22;64804:78;;;64858:8;64851:15;;;;;;;;64804:78;65026:31;65060:26;65080:5;65060:19;:26::i;:::-;65026:60;;65101:25;65346:9;:16;;;65341:92;;65403:9;:14;;;65383:34;;65341:92;65452:9;65464:5;65452:17;;65447:478;65476:4;65471:1;:9;;:45;;;;;65499:17;65484:11;:32;;65471:45;65447:478;;;65554:15;65567:1;65554:12;:15::i;:::-;65542:27;;65592:9;:16;;;65588:73;;;65633:8;;65588:73;65709:1;65683:28;;:9;:14;;;:28;;;65679:111;;65756:9;:14;;;65736:34;;65679:111;65833:5;65812:26;;:17;:26;;;65808:102;;;65889:1;65863:8;65872:13;;;;;;65863:23;;;;;;;;:::i;:::-;;;;;;;:27;;;;;65808:102;65447:478;65518:3;;;;;65447:478;;;;66027:11;66017:8;66010:29;66075:8;66068:15;;;;;;;;63589:2513;;;;;;:::o;103392:359::-;94721:12;:10;:12::i;:::-;94710:23;;:7;:5;:7::i;:::-;:23;;;94702:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;103486:21:::1;103518:14;103486:47;;103549:6;103544:200;103565:3;:10;103561:1;:14;103544:200;;;103597:13;:30;;;103636:4;103643:7;:5;:7::i;:::-;103652:3;103656:1;103652:6;;;;;;;;:::i;:::-;;;;;;;;103597:62;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;103697:10;103679:53;;;103709:14;103725:3;103729:1;103725:6;;;;;;;;:::i;:::-;;;;;;;;103679:53;;;;;;;:::i;:::-;;;;;;;;103577:3;;;;;:::i;:::-;;;;103544:200;;;;103475:276;103392:359:::0;;:::o;97009:38::-;;;;:::o;98436:883::-;81656:8;:6;:8::i;:::-;81655:9;81647:38;;;;;;;;;;;;:::i;:::-;;;;;;;;;69625:1:::1;70223:7;;:19;;70215:63;;;;;;;;;;;;:::i;:::-;;;;;;;;;69625:1;70356:7;:18;;;;98516:11:::2;98530:14;:12;:14::i;:::-;98516:28;;98585:9;;98581:1;98572:6;98563;:15;;;;:::i;:::-;:19;;;;:::i;:::-;:31;98555:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;98669:8;;98659:6;:18;;98651:54;;;;;;;;;;;;:::i;:::-;;;;;;;;;98753:12;;98748:1;98724:21;98734:10;98724:9;:21::i;:::-;:25;;;;:::i;:::-;:41;;98716:82;;;;;;;;;;;;:::i;:::-;;;;;;;;;98844:1;98812:11;:23;98824:10;98812:23;;;;;;;;;;;;;;;:29;;;;;;;;;;;;:33;;;98809:186;;;98862:52;98872:10;98884:11;:23;98896:10;98884:23;;;;;;;;;;;;;;;:29;;;;;;;;;;;;98862:52;;:9;:52::i;:::-;98961:1;98929:11;:23;98941:10;98929:23;;;;;;;;;;;;;;;:29;;;:33;;;;;;;;;;;;;;;;;;98977:7;;;98809:186;99008:15;;;;;;;;;;;99005:119;;;99048:11;:23;99060:10;99048:23;;;;;;;;;;;;;;;:37;;;;;;;;;;;;99040:72;;;;;;;;;;;;:::i;:::-;;;;;;;;;99005:119;99146:1;99138:5;;:9;99134:75;;;99178:6;99170:5;;:14;;;;:::i;:::-;99157:9;:27;99149:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;99134:75;99220:28;99230:10;99241:6;99220:9;:28::i;:::-;99271:1;99263:5;;:9;:26;;;;;99288:1;99276:9;:13;99263:26;99259:52;;;99291:20;99301:9;99291;:20::i;:::-;99259:52;98505:814;70387:1;69581::::1;70535:7;:22;;;;98436:883:::0;:::o;101608:99::-;94721:12;:10;:12::i;:::-;94710:23;;:7;:5;:7::i;:::-;:23;;;94702:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;101680:19:::1;101690:2;101693:5;101680:9;:19::i;:::-;101608:99:::0;;:::o;27530:308::-;27641:19;:17;:19::i;:::-;27629:31;;:8;:31;;;27625:61;;;27669:17;;;;;;;;;;;;;;27625:61;27751:8;27699:18;:39;27718:19;:17;:19::i;:::-;27699:39;;;;;;;;;;;;;;;:49;27739:8;27699:49;;;;;;;;;;;;;;;;:60;;;;;;;;;;;;;;;;;;27811:8;27775:55;;27790:19;:17;:19::i;:::-;27775:55;;;27821:8;27775:55;;;;;;:::i;:::-;;;;;;;;27530:308;;:::o;97088:74::-;;;;;;;;;;;;;:::o;99787:479::-;94721:12;:10;:12::i;:::-;94710:23;;:7;:5;:7::i;:::-;:23;;;94702:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;99927:1:::1;99905:12;;:19;;:23;99897:56;;;;;;;;;;;;:::i;:::-;;;;;;;;;99992:12;;:19;;99972:9;;:16;;:39;99964:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;100051:6;100046:213;100067:12;;:19;;100063:1;:23;100046:213;;;100139:108;;;;;;;;100181:9;;100191:1;100181:12;;;;;;;:::i;:::-;;;;;;;;;;;;;;;:::i;:::-;100139:108;;;;;;100227:4;100139:108;;;;::::0;100108:11:::1;:28;100120:12;;100133:1;100120:15;;;;;;;:::i;:::-;;;;;;;;;;;;;;;:::i;:::-;100108:28;;;;;;;;;;;;;;;:139;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;100088:3;;;;:::i;:::-;;;100046:213;;;;99787:479:::0;;;;:::o;34375:399::-;34542:31;34555:4;34561:2;34565:7;34542:12;:31::i;:::-;34606:1;34588:2;:14;;;:19;34584:183;;34627:56;34658:4;34664:2;34668:7;34677:5;34627:30;:56::i;:::-;34622:145;;34711:40;;;;;;;;;;;;;;34622:145;34584:183;34375:399;;;;:::o;62086:428::-;62170:21;;:::i;:::-;62204:31;;:::i;:::-;62260:15;:13;:15::i;:::-;62250:7;:25;:54;;;;62290:14;:12;:14::i;:::-;62279:7;:25;;62250:54;62246:103;;;62328:9;62321:16;;;;;62246:103;62371:21;62384:7;62371:12;:21::i;:::-;62359:33;;62407:9;:16;;;62403:65;;;62447:9;62440:16;;;;;62403:65;62485:21;62498:7;62485:12;:21::i;:::-;62478:28;;;62086:428;;;;:::o;100857:95::-;94721:12;:10;:12::i;:::-;94710:23;;:7;:5;:7::i;:::-;:23;;;94702:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;100935:9:::1;100924:8;:20;;;;100857:95:::0;:::o;99327:135::-;99398:13;99431:23;99446:7;99431:14;:23::i;:::-;99424:30;;99327:135;;;:::o;96899:34::-;;;;:::o;102357:404::-;94721:12;:10;:12::i;:::-;94710:23;;:7;:5;:7::i;:::-;:23;;;94702:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;102416:11:::1;102430:21;102416:35;;102479:1;102470:6;:10;102462:40;;;;;;;;;;;;:::i;:::-;;;;;;;;;102518:7;102513:146;102535:7;:14;;;;102531:1;:18;;;102513:146;;;102571:18;102592:7;102600:1;102592:10;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;102571:31;;102646:1;102617:7;:19;102625:10;102617:19;;;;;;;;;;;;;;;:26;;:30;;;;102556:103;102551:3;;;;;:::i;:::-;;;;102513:146;;;;102677:10;102669:28;;:36;102698:6;102669:36;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;102734:10;102721:32;;;102746:6;102721:32;;;;;;:::i;:::-;;;;;;;;102405:356;102357:404::o:0;27995:164::-;28092:4;28116:18;:25;28135:5;28116:25;;;;;;;;;;;;;;;:35;28142:8;28116:35;;;;;;;;;;;;;;;;;;;;;;;;;28109:42;;27995:164;;;;:::o;97374:41::-;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;95399:201::-;94721:12;:10;:12::i;:::-;94710:23;;:7;:5;:7::i;:::-;:23;;;94702:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;95508:1:::1;95488:22;;:8;:22;;;;95480:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;95564:28;95583:8;95564:18;:28::i;:::-;95399:201:::0;:::o;96940:25::-;;;;:::o;97313:54::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;28417:282::-;28482:4;28538:7;28519:15;:13;:15::i;:::-;:26;;:66;;;;;28572:13;;28562:7;:23;28519:66;:153;;;;;28671:1;12359:8;28623:17;:26;28641:7;28623:26;;;;;;;;;;;;:44;:49;28519:153;28499:173;;28417:282;;;:::o;19587:639::-;19672:4;20011:10;19996:25;;:11;:25;;;;:102;;;;20088:10;20073:25;;:11;:25;;;;19996:102;:179;;;;20165:10;20150:25;;:11;:25;;;;19996:179;19976:199;;19587:639;;;:::o;83768:215::-;83870:4;83909:26;83894:41;;;:11;:41;;;;:81;;;;83939:36;83963:11;83939:23;:36::i;:::-;83894:81;83887:88;;83768:215;;;:::o;55727:98::-;55780:7;55807:10;55800:17;;55727:98;:::o;50183:105::-;50243:7;50270:10;50263:17;;50183:105;:::o;101499:101::-;101564:7;101499:101;:::o;23037:1275::-;23104:7;23124:12;23139:7;23124:22;;23207:4;23188:15;:13;:15::i;:::-;:23;23184:1061;;23241:13;;23234:4;:20;23230:1015;;;23279:14;23296:17;:23;23314:4;23296:23;;;;;;;;;;;;23279:40;;23413:1;12359:8;23385:6;:24;:29;23381:845;;;24050:113;24067:1;24057:6;:11;24050:113;;;24110:17;:25;24128:6;;;;;;;24110:25;;;;;;;;;;;;24101:34;;24050:113;;;24196:6;24189:13;;;;;;23381:845;23256:989;23230:1015;23184:1061;24273:31;;;;;;;;;;;;;;23037:1275;;;;:::o;29580:479::-;29682:27;29711:23;29752:38;29793:15;:24;29809:7;29793:24;;;;;;;;;;;29752:65;;29964:18;29941:41;;30021:19;30015:26;29996:45;;29926:126;29580:479;;;:::o;28808:659::-;28957:11;29122:16;29115:5;29111:28;29102:37;;29282:16;29271:9;29267:32;29254:45;;29432:15;29421:9;29418:30;29410:5;29399:9;29396:20;29393:56;29383:66;;28808:659;;;;;:::o;35436:159::-;;;;;:::o;49492:311::-;49627:7;49647:16;12763:3;49673:19;:41;;49647:68;;12763:3;49741:31;49752:4;49758:2;49762:9;49741:10;:31::i;:::-;49733:40;;:62;;49726:69;;;49492:311;;;;;:::o;24860:450::-;24940:14;25108:16;25101:5;25097:28;25088:37;;25285:5;25271:11;25246:23;25242:41;25239:52;25232:5;25229:63;25219:73;;24860:450;;;;:::o;36260:158::-;;;;;:::o;44015:112::-;44092:27;44102:2;44106:8;44092:27;;;;;;;;;;;;:9;:27::i;:::-;44015:112;;:::o;44712:3081::-;44792:27;44822;44841:7;44822:18;:27::i;:::-;44792:57;;44862:12;44893:19;44862:52;;44928:27;44957:23;44984:35;45011:7;44984:26;:35::i;:::-;44927:92;;;;45036:13;45032:316;;;45157:68;45182:15;45199:4;45205:19;:17;:19::i;:::-;45157:24;:68::i;:::-;45152:184;;45249:43;45266:4;45272:19;:17;:19::i;:::-;45249:16;:43::i;:::-;45244:92;;45301:35;;;;;;;;;;;;;;45244:92;45152:184;45032:316;45360:51;45382:4;45396:1;45400:7;45409:1;45360:21;:51::i;:::-;45504:15;45501:160;;;45644:1;45623:19;45616:30;45501:160;46322:1;11848:3;46292:1;:26;;46291:32;46263:18;:24;46282:4;46263:24;;;;;;;;;;;;;;;;:60;;;;;;;;;;;46590:176;46627:4;46698:53;46713:4;46727:1;46731:19;46698:14;:53::i;:::-;12639:8;12359;46651:43;46650:101;46590:18;:176::i;:::-;46561:17;:26;46579:7;46561:26;;;;;;;;;;;:205;;;;46937:1;12639:8;46886:19;:47;:52;46882:627;;;46959:19;46991:1;46981:7;:11;46959:33;;47148:1;47114:17;:30;47132:11;47114:30;;;;;;;;;;;;:35;47110:384;;;47252:13;;47237:11;:28;47233:242;;47432:19;47399:17;:30;47417:11;47399:30;;;;;;;;;;;:52;;;;47233:242;47110:384;46940:569;46882:627;47564:7;47560:1;47537:35;;47546:4;47537:35;;;;;;;;;;;;47583:50;47604:4;47618:1;47622:7;47631:1;47583:20;:50::i;:::-;47760:12;;:14;;;;;;;;;;;;;44781:3012;;;;44712:3081;;:::o;82130:118::-;81656:8;:6;:8::i;:::-;81655:9;81647:38;;;;;;;;;;;;:::i;:::-;;;;;;;;;82200:4:::1;82190:7;;:14;;;;;;;;;;;;;;;;;;82220:20;82227:12;:10;:12::i;:::-;82220:20;;;;;;:::i;:::-;;;;;;;;82130:118::o:0;82389:120::-;81933:8;:6;:8::i;:::-;81925:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;82458:5:::1;82448:7;;:15;;;;;;;;;;;;;;;;;;82479:22;82488:12;:10;:12::i;:::-;82479:22;;;;;;:::i;:::-;;;;;;;;82389:120::o:0;95760:191::-;95834:16;95853:6;;;;;;;;;;;95834:25;;95879:8;95870:6;;:17;;;;;;;;;;;;;;;;;;95934:8;95903:40;;95924:8;95903:40;;;;;;;;;;;;95823:128;95760:191;:::o;22485:161::-;22553:21;;:::i;:::-;22594:44;22613:17;:24;22631:5;22613:24;;;;;;;;;;;;22594:18;:44::i;:::-;22587:51;;22485:161;;;:::o;15927:103::-;15982:7;16009:13;;16002:20;;15927:103;:::o;16661:296::-;16716:7;16923:15;:13;:15::i;:::-;16907:13;;:31;16900:38;;16661:296;:::o;98081:345::-;98142:7;98137:282;98159:7;:14;;;;98155:1;:18;;;98137:282;;;98195:18;98216:7;98224:1;98216:10;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;98195:31;;98241:11;98255:7;:19;98263:10;98255:19;;;;;;;;;;;;;;;:27;;;98241:41;;98297:17;98317:33;98344:5;98317:22;98332:6;98317:10;:14;;:22;;;;:::i;:::-;:26;;:33;;;;:::i;:::-;98297:53;;98395:12;98365:7;:19;98373:10;98365:19;;;;;;;;;;;;;;;:26;;;:42;;;;;;;:::i;:::-;;;;;;;;98180:239;;;98175:3;;;;;:::i;:::-;;;;98137:282;;;;98081:345;:::o;36858:716::-;37021:4;37067:2;37042:45;;;37088:19;:17;:19::i;:::-;37109:4;37115:7;37124:5;37042:88;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;37038:529;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;37342:1;37325:6;:13;:18;37321:235;;;37371:40;;;;;;;;;;;;;;37321:235;37514:6;37508:13;37499:6;37495:2;37491:15;37484:38;37038:529;37211:54;;;37201:64;;;:6;:64;;;;37194:71;;;36858:716;;;;;;:::o;22223:166::-;22293:21;;:::i;:::-;22334:47;22353:27;22372:7;22353:18;:27::i;:::-;22334:18;:47::i;:::-;22327:54;;22223:166;;;:::o;20875:318::-;20948:13;20979:16;20987:7;20979;:16::i;:::-;20974:59;;21004:29;;;;;;;;;;;;;;20974:59;21046:21;21070:10;:8;:10::i;:::-;21046:34;;21123:1;21104:7;21098:21;:26;;:87;;;;;;;;;;;;;;;;;21151:7;21160:18;21170:7;21160:9;:18::i;:::-;21134:45;;;;;;;;;:::i;:::-;;;;;;;;;;;;;21098:87;21091:94;;;20875:318;;;:::o;60198:157::-;60283:4;60322:25;60307:40;;;:11;:40;;;;60300:47;;60198:157;;;:::o;49193:147::-;49330:6;49193:147;;;;;:::o;43242:689::-;43373:19;43379:2;43383:8;43373:5;:19::i;:::-;43452:1;43434:2;:14;;;:19;43430:483;;43474:11;43488:13;;43474:27;;43520:13;43542:8;43536:3;:14;43520:30;;43569:233;43600:62;43639:1;43643:2;43647:7;;;;;;43656:5;43600:30;:62::i;:::-;43595:167;;43698:40;;;;;;;;;;;;;;43595:167;43797:3;43789:5;:11;43569:233;;43884:3;43867:13;;:20;43863:34;;43889:8;;;43863:34;43455:458;;43430:483;43242:689;;;:::o;24411:366::-;24477:31;;:::i;:::-;24554:6;24521:9;:14;;:41;;;;;;;;;;;12242:3;24607:6;:33;;24573:9;:24;;:68;;;;;;;;;;;24699:1;12359:8;24671:6;:24;:29;;24652:9;:16;;:48;;;;;;;;;;;12763:3;24740:6;:28;;24711:9;:19;;:58;;;;;;;;;;;24411:366;;;:::o;90112:98::-;90170:7;90201:1;90197;:5;;;;:::i;:::-;90190:12;;90112:98;;;;:::o;90511:::-;90569:7;90600:1;90596;:5;;;;:::i;:::-;90589:12;;90511:98;;;;:::o;97973:100::-;98025:13;98058:7;98051:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;97973:100;:::o;50390:2002::-;50455:17;50874:3;50867:4;50861:11;50857:21;50850:28;;50965:3;50959:4;50952:17;51071:3;51527:5;51657:1;51652:3;51648:11;51641:18;;51828:2;51822:4;51818:13;51814:2;51810:22;51805:3;51797:36;51869:2;51863:4;51859:13;51851:21;;51419:731;51888:4;51419:731;;;52079:1;52074:3;52070:11;52063:18;;52130:2;52124:4;52120:13;52116:2;52112:22;52107:3;52099:36;51983:2;51977:4;51973:13;51965:21;;51419:731;;;51423:464;52189:3;52184;52180:13;52304:2;52299:3;52295:12;52288:19;;52367:6;52362:3;52355:19;50494:1891;;50390:2002;;;:::o;38036:2454::-;38109:20;38132:13;;38109:36;;38172:1;38160:8;:13;38156:44;;;38182:18;;;;;;;;;;;;;;38156:44;38213:61;38243:1;38247:2;38251:12;38265:8;38213:21;:61::i;:::-;38757:1;11721:2;38727:1;:26;;38726:32;38714:8;:45;38688:18;:22;38707:2;38688:22;;;;;;;;;;;;;;;;:71;;;;;;;;;;;39036:139;39073:2;39127:33;39150:1;39154:2;39158:1;39127:14;:33::i;:::-;39094:30;39115:8;39094:20;:30::i;:::-;:66;39036:18;:139::i;:::-;39002:17;:31;39020:12;39002:31;;;;;;;;;;;:173;;;;39192:16;39223:11;39252:8;39237:12;:23;39223:37;;39507:16;39503:2;39499:25;39487:37;;39879:12;39839:8;39798:1;39736:25;39677:1;39616;39589:335;40004:1;39990:12;39986:20;39944:346;40045:3;40036:7;40033:16;39944:346;;40263:7;40253:8;40250:1;40223:25;40220:1;40217;40212:59;40098:1;40089:7;40085:15;40074:26;;39944:346;;;39948:77;40335:1;40323:8;:13;40319:45;;;40345:19;;;;;;;;;;;;;;40319:45;40397:3;40381:13;:19;;;;38462:1950;;40422:60;40451:1;40455:2;40459:12;40473:8;40422:20;:60::i;:::-;38098:2392;38036:2454;;:::o;25412:324::-;25482:14;25715:1;25705:8;25702:15;25676:24;25672:46;25662:56;;25412:324;;;:::o;-1:-1:-1:-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;:::o;7:75:1:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:77;371:7;400:5;389:16;;334:77;;;:::o;417:122::-;490:24;508:5;490:24;:::i;:::-;483:5;480:35;470:63;;529:1;526;519:12;470:63;417:122;:::o;545:139::-;591:5;629:6;616:20;607:29;;645:33;672:5;645:33;:::i;:::-;545:139;;;;:::o;690:329::-;749:6;798:2;786:9;777:7;773:23;769:32;766:119;;;804:79;;:::i;:::-;766:119;924:1;949:53;994:7;985:6;974:9;970:22;949:53;:::i;:::-;939:63;;895:117;690:329;;;;:::o;1025:90::-;1059:7;1102:5;1095:13;1088:21;1077:32;;1025:90;;;:::o;1121:109::-;1202:21;1217:5;1202:21;:::i;:::-;1197:3;1190:34;1121:109;;:::o;1236:210::-;1323:4;1361:2;1350:9;1346:18;1338:26;;1374:65;1436:1;1425:9;1421:17;1412:6;1374:65;:::i;:::-;1236:210;;;;:::o;1452:149::-;1488:7;1528:66;1521:5;1517:78;1506:89;;1452:149;;;:::o;1607:120::-;1679:23;1696:5;1679:23;:::i;:::-;1672:5;1669:34;1659:62;;1717:1;1714;1707:12;1659:62;1607:120;:::o;1733:137::-;1778:5;1816:6;1803:20;1794:29;;1832:32;1858:5;1832:32;:::i;:::-;1733:137;;;;:::o;1876:327::-;1934:6;1983:2;1971:9;1962:7;1958:23;1954:32;1951:119;;;1989:79;;:::i;:::-;1951:119;2109:1;2134:52;2178:7;2169:6;2158:9;2154:22;2134:52;:::i;:::-;2124:62;;2080:116;1876:327;;;;:::o;2209:126::-;2246:7;2286:42;2279:5;2275:54;2264:65;;2209:126;;;:::o;2341:96::-;2378:7;2407:24;2425:5;2407:24;:::i;:::-;2396:35;;2341:96;;;:::o;2443:122::-;2516:24;2534:5;2516:24;:::i;:::-;2509:5;2506:35;2496:63;;2555:1;2552;2545:12;2496:63;2443:122;:::o;2571:139::-;2617:5;2655:6;2642:20;2633:29;;2671:33;2698:5;2671:33;:::i;:::-;2571:139;;;;:::o;2716:329::-;2775:6;2824:2;2812:9;2803:7;2799:23;2795:32;2792:119;;;2830:79;;:::i;:::-;2792:119;2950:1;2975:53;3020:7;3011:6;3000:9;2996:22;2975:53;:::i;:::-;2965:63;;2921:117;2716:329;;;;:::o;3051:99::-;3103:6;3137:5;3131:12;3121:22;;3051:99;;;:::o;3156:169::-;3240:11;3274:6;3269:3;3262:19;3314:4;3309:3;3305:14;3290:29;;3156:169;;;;:::o;3331:307::-;3399:1;3409:113;3423:6;3420:1;3417:13;3409:113;;;3508:1;3503:3;3499:11;3493:18;3489:1;3484:3;3480:11;3473:39;3445:2;3442:1;3438:10;3433:15;;3409:113;;;3540:6;3537:1;3534:13;3531:101;;;3620:1;3611:6;3606:3;3602:16;3595:27;3531:101;3380:258;3331:307;;;:::o;3644:102::-;3685:6;3736:2;3732:7;3727:2;3720:5;3716:14;3712:28;3702:38;;3644:102;;;:::o;3752:364::-;3840:3;3868:39;3901:5;3868:39;:::i;:::-;3923:71;3987:6;3982:3;3923:71;:::i;:::-;3916:78;;4003:52;4048:6;4043:3;4036:4;4029:5;4025:16;4003:52;:::i;:::-;4080:29;4102:6;4080:29;:::i;:::-;4075:3;4071:39;4064:46;;3844:272;3752:364;;;;:::o;4122:313::-;4235:4;4273:2;4262:9;4258:18;4250:26;;4322:9;4316:4;4312:20;4308:1;4297:9;4293:17;4286:47;4350:78;4423:4;4414:6;4350:78;:::i;:::-;4342:86;;4122:313;;;;:::o;4441:118::-;4528:24;4546:5;4528:24;:::i;:::-;4523:3;4516:37;4441:118;;:::o;4565:222::-;4658:4;4696:2;4685:9;4681:18;4673:26;;4709:71;4777:1;4766:9;4762:17;4753:6;4709:71;:::i;:::-;4565:222;;;;:::o;4793:474::-;4861:6;4869;4918:2;4906:9;4897:7;4893:23;4889:32;4886:119;;;4924:79;;:::i;:::-;4886:119;5044:1;5069:53;5114:7;5105:6;5094:9;5090:22;5069:53;:::i;:::-;5059:63;;5015:117;5171:2;5197:53;5242:7;5233:6;5222:9;5218:22;5197:53;:::i;:::-;5187:63;;5142:118;4793:474;;;;;:::o;5273:118::-;5360:24;5378:5;5360:24;:::i;:::-;5355:3;5348:37;5273:118;;:::o;5397:222::-;5490:4;5528:2;5517:9;5513:18;5505:26;;5541:71;5609:1;5598:9;5594:17;5585:6;5541:71;:::i;:::-;5397:222;;;;:::o;5625:619::-;5702:6;5710;5718;5767:2;5755:9;5746:7;5742:23;5738:32;5735:119;;;5773:79;;:::i;:::-;5735:119;5893:1;5918:53;5963:7;5954:6;5943:9;5939:22;5918:53;:::i;:::-;5908:63;;5864:117;6020:2;6046:53;6091:7;6082:6;6071:9;6067:22;6046:53;:::i;:::-;6036:63;;5991:118;6148:2;6174:53;6219:7;6210:6;6199:9;6195:22;6174:53;:::i;:::-;6164:63;;6119:118;5625:619;;;;;:::o;6250:117::-;6359:1;6356;6349:12;6373:180;6421:77;6418:1;6411:88;6518:4;6515:1;6508:15;6542:4;6539:1;6532:15;6559:281;6642:27;6664:4;6642:27;:::i;:::-;6634:6;6630:40;6772:6;6760:10;6757:22;6736:18;6724:10;6721:34;6718:62;6715:88;;;6783:18;;:::i;:::-;6715:88;6823:10;6819:2;6812:22;6602:238;6559:281;;:::o;6846:129::-;6880:6;6907:20;;:::i;:::-;6897:30;;6936:33;6964:4;6956:6;6936:33;:::i;:::-;6846:129;;;:::o;6981:311::-;7058:4;7148:18;7140:6;7137:30;7134:56;;;7170:18;;:::i;:::-;7134:56;7220:4;7212:6;7208:17;7200:25;;7280:4;7274;7270:15;7262:23;;6981:311;;;:::o;7298:117::-;7407:1;7404;7397:12;7438:710;7534:5;7559:81;7575:64;7632:6;7575:64;:::i;:::-;7559:81;:::i;:::-;7550:90;;7660:5;7689:6;7682:5;7675:21;7723:4;7716:5;7712:16;7705:23;;7776:4;7768:6;7764:17;7756:6;7752:30;7805:3;7797:6;7794:15;7791:122;;;7824:79;;:::i;:::-;7791:122;7939:6;7922:220;7956:6;7951:3;7948:15;7922:220;;;8031:3;8060:37;8093:3;8081:10;8060:37;:::i;:::-;8055:3;8048:50;8127:4;8122:3;8118:14;8111:21;;7998:144;7982:4;7977:3;7973:14;7966:21;;7922:220;;;7926:21;7540:608;;7438:710;;;;;:::o;8171:370::-;8242:5;8291:3;8284:4;8276:6;8272:17;8268:27;8258:122;;8299:79;;:::i;:::-;8258:122;8416:6;8403:20;8441:94;8531:3;8523:6;8516:4;8508:6;8504:17;8441:94;:::i;:::-;8432:103;;8248:293;8171:370;;;;:::o;8547:684::-;8640:6;8648;8697:2;8685:9;8676:7;8672:23;8668:32;8665:119;;;8703:79;;:::i;:::-;8665:119;8851:1;8840:9;8836:17;8823:31;8881:18;8873:6;8870:30;8867:117;;;8903:79;;:::i;:::-;8867:117;9008:78;9078:7;9069:6;9058:9;9054:22;9008:78;:::i;:::-;8998:88;;8794:302;9135:2;9161:53;9206:7;9197:6;9186:9;9182:22;9161:53;:::i;:::-;9151:63;;9106:118;8547:684;;;;;:::o;9237:474::-;9305:6;9313;9362:2;9350:9;9341:7;9337:23;9333:32;9330:119;;;9368:79;;:::i;:::-;9330:119;9488:1;9513:53;9558:7;9549:6;9538:9;9534:22;9513:53;:::i;:::-;9503:63;;9459:117;9615:2;9641:53;9686:7;9677:6;9666:9;9662:22;9641:53;:::i;:::-;9631:63;;9586:118;9237:474;;;;;:::o;9717:332::-;9838:4;9876:2;9865:9;9861:18;9853:26;;9889:71;9957:1;9946:9;9942:17;9933:6;9889:71;:::i;:::-;9970:72;10038:2;10027:9;10023:18;10014:6;9970:72;:::i;:::-;9717:332;;;;;:::o;10055:89::-;10091:7;10131:6;10124:5;10120:18;10109:29;;10055:89;;;:::o;10150:120::-;10222:23;10239:5;10222:23;:::i;:::-;10215:5;10212:34;10202:62;;10260:1;10257;10250:12;10202:62;10150:120;:::o;10276:137::-;10321:5;10359:6;10346:20;10337:29;;10375:32;10401:5;10375:32;:::i;:::-;10276:137;;;;:::o;10419:327::-;10477:6;10526:2;10514:9;10505:7;10501:23;10497:32;10494:119;;;10532:79;;:::i;:::-;10494:119;10652:1;10677:52;10721:7;10712:6;10701:9;10697:22;10677:52;:::i;:::-;10667:62;;10623:116;10419:327;;;;:::o;10752:117::-;10861:1;10858;10851:12;10892:568;10965:8;10975:6;11025:3;11018:4;11010:6;11006:17;11002:27;10992:122;;11033:79;;:::i;:::-;10992:122;11146:6;11133:20;11123:30;;11176:18;11168:6;11165:30;11162:117;;;11198:79;;:::i;:::-;11162:117;11312:4;11304:6;11300:17;11288:29;;11366:3;11358:4;11350:6;11346:17;11336:8;11332:32;11329:41;11326:128;;;11373:79;;:::i;:::-;11326:128;10892:568;;;;;:::o;11466:559::-;11552:6;11560;11609:2;11597:9;11588:7;11584:23;11580:32;11577:119;;;11615:79;;:::i;:::-;11577:119;11763:1;11752:9;11748:17;11735:31;11793:18;11785:6;11782:30;11779:117;;;11815:79;;:::i;:::-;11779:117;11928:80;12000:7;11991:6;11980:9;11976:22;11928:80;:::i;:::-;11910:98;;;;11706:312;11466:559;;;;;:::o;12031:117::-;12140:1;12137;12130:12;12154:308;12216:4;12306:18;12298:6;12295:30;12292:56;;;12328:18;;:::i;:::-;12292:56;12366:29;12388:6;12366:29;:::i;:::-;12358:37;;12450:4;12444;12440:15;12432:23;;12154:308;;;:::o;12468:154::-;12552:6;12547:3;12542;12529:30;12614:1;12605:6;12600:3;12596:16;12589:27;12468:154;;;:::o;12628:412::-;12706:5;12731:66;12747:49;12789:6;12747:49;:::i;:::-;12731:66;:::i;:::-;12722:75;;12820:6;12813:5;12806:21;12858:4;12851:5;12847:16;12896:3;12887:6;12882:3;12878:16;12875:25;12872:112;;;12903:79;;:::i;:::-;12872:112;12993:41;13027:6;13022:3;13017;12993:41;:::i;:::-;12712:328;12628:412;;;;;:::o;13060:340::-;13116:5;13165:3;13158:4;13150:6;13146:17;13142:27;13132:122;;13173:79;;:::i;:::-;13132:122;13290:6;13277:20;13315:79;13390:3;13382:6;13375:4;13367:6;13363:17;13315:79;:::i;:::-;13306:88;;13122:278;13060:340;;;;:::o;13406:509::-;13475:6;13524:2;13512:9;13503:7;13499:23;13495:32;13492:119;;;13530:79;;:::i;:::-;13492:119;13678:1;13667:9;13663:17;13650:31;13708:18;13700:6;13697:30;13694:117;;;13730:79;;:::i;:::-;13694:117;13835:63;13890:7;13881:6;13870:9;13866:22;13835:63;:::i;:::-;13825:73;;13621:287;13406:509;;;;:::o;13938:568::-;14011:8;14021:6;14071:3;14064:4;14056:6;14052:17;14048:27;14038:122;;14079:79;;:::i;:::-;14038:122;14192:6;14179:20;14169:30;;14222:18;14214:6;14211:30;14208:117;;;14244:79;;:::i;:::-;14208:117;14358:4;14350:6;14346:17;14334:29;;14412:3;14404:4;14396:6;14392:17;14382:8;14378:32;14375:41;14372:128;;;14419:79;;:::i;:::-;14372:128;13938:568;;;;;:::o;14512:559::-;14598:6;14606;14655:2;14643:9;14634:7;14630:23;14626:32;14623:119;;;14661:79;;:::i;:::-;14623:119;14809:1;14798:9;14794:17;14781:31;14839:18;14831:6;14828:30;14825:117;;;14861:79;;:::i;:::-;14825:117;14974:80;15046:7;15037:6;15026:9;15022:22;14974:80;:::i;:::-;14956:98;;;;14752:312;14512:559;;;;;:::o;15077:144::-;15174:6;15208:5;15202:12;15192:22;;15077:144;;;:::o;15227:214::-;15356:11;15390:6;15385:3;15378:19;15430:4;15425:3;15421:14;15406:29;;15227:214;;;;:::o;15447:162::-;15544:4;15567:3;15559:11;;15597:4;15592:3;15588:14;15580:22;;15447:162;;;:::o;15615:108::-;15692:24;15710:5;15692:24;:::i;:::-;15687:3;15680:37;15615:108;;:::o;15729:101::-;15765:7;15805:18;15798:5;15794:30;15783:41;;15729:101;;;:::o;15836:105::-;15911:23;15928:5;15911:23;:::i;:::-;15906:3;15899:36;15836:105;;:::o;15947:99::-;16018:21;16033:5;16018:21;:::i;:::-;16013:3;16006:34;15947:99;;:::o;16052:91::-;16088:7;16128:8;16121:5;16117:20;16106:31;;16052:91;;;:::o;16149:105::-;16224:23;16241:5;16224:23;:::i;:::-;16219:3;16212:36;16149:105;;:::o;16332:862::-;16479:4;16474:3;16470:14;16566:4;16559:5;16555:16;16549:23;16585:63;16642:4;16637:3;16633:14;16619:12;16585:63;:::i;:::-;16494:164;16750:4;16743:5;16739:16;16733:23;16769:61;16824:4;16819:3;16815:14;16801:12;16769:61;:::i;:::-;16668:172;16924:4;16917:5;16913:16;16907:23;16943:57;16994:4;16989:3;16985:14;16971:12;16943:57;:::i;:::-;16850:160;17097:4;17090:5;17086:16;17080:23;17116:61;17171:4;17166:3;17162:14;17148:12;17116:61;:::i;:::-;17020:167;16448:746;16332:862;;:::o;17200:299::-;17329:10;17350:106;17452:3;17444:6;17350:106;:::i;:::-;17488:4;17483:3;17479:14;17465:28;;17200:299;;;;:::o;17505:143::-;17605:4;17637;17632:3;17628:14;17620:22;;17505:143;;;:::o;17730:972::-;17909:3;17938:84;18016:5;17938:84;:::i;:::-;18038:116;18147:6;18142:3;18038:116;:::i;:::-;18031:123;;18178:86;18258:5;18178:86;:::i;:::-;18287:7;18318:1;18303:374;18328:6;18325:1;18322:13;18303:374;;;18404:6;18398:13;18431:123;18550:3;18535:13;18431:123;:::i;:::-;18424:130;;18577:90;18660:6;18577:90;:::i;:::-;18567:100;;18363:314;18350:1;18347;18343:9;18338:14;;18303:374;;;18307:14;18693:3;18686:10;;17914:788;;;17730:972;;;;:::o;18708:493::-;18911:4;18949:2;18938:9;18934:18;18926:26;;18998:9;18992:4;18988:20;18984:1;18973:9;18969:17;18962:47;19026:168;19189:4;19180:6;19026:168;:::i;:::-;19018:176;;18708:493;;;;:::o;19207:114::-;19274:6;19308:5;19302:12;19292:22;;19207:114;;;:::o;19327:184::-;19426:11;19460:6;19455:3;19448:19;19500:4;19495:3;19491:14;19476:29;;19327:184;;;;:::o;19517:132::-;19584:4;19607:3;19599:11;;19637:4;19632:3;19628:14;19620:22;;19517:132;;;:::o;19655:108::-;19732:24;19750:5;19732:24;:::i;:::-;19727:3;19720:37;19655:108;;:::o;19769:179::-;19838:10;19859:46;19901:3;19893:6;19859:46;:::i;:::-;19937:4;19932:3;19928:14;19914:28;;19769:179;;;;:::o;19954:113::-;20024:4;20056;20051:3;20047:14;20039:22;;19954:113;;;:::o;20103:732::-;20222:3;20251:54;20299:5;20251:54;:::i;:::-;20321:86;20400:6;20395:3;20321:86;:::i;:::-;20314:93;;20431:56;20481:5;20431:56;:::i;:::-;20510:7;20541:1;20526:284;20551:6;20548:1;20545:13;20526:284;;;20627:6;20621:13;20654:63;20713:3;20698:13;20654:63;:::i;:::-;20647:70;;20740:60;20793:6;20740:60;:::i;:::-;20730:70;;20586:224;20573:1;20570;20566:9;20561:14;;20526:284;;;20530:14;20826:3;20819:10;;20227:608;;;20103:732;;;;:::o;20841:373::-;20984:4;21022:2;21011:9;21007:18;20999:26;;21071:9;21065:4;21061:20;21057:1;21046:9;21042:17;21035:47;21099:108;21202:4;21193:6;21099:108;:::i;:::-;21091:116;;20841:373;;;;:::o;21220:619::-;21297:6;21305;21313;21362:2;21350:9;21341:7;21337:23;21333:32;21330:119;;;21368:79;;:::i;:::-;21330:119;21488:1;21513:53;21558:7;21549:6;21538:9;21534:22;21513:53;:::i;:::-;21503:63;;21459:117;21615:2;21641:53;21686:7;21677:6;21666:9;21662:22;21641:53;:::i;:::-;21631:63;;21586:118;21743:2;21769:53;21814:7;21805:6;21794:9;21790:22;21769:53;:::i;:::-;21759:63;;21714:118;21220:619;;;;;:::o;21845:311::-;21922:4;22012:18;22004:6;22001:30;21998:56;;;22034:18;;:::i;:::-;21998:56;22084:4;22076:6;22072:17;22064:25;;22144:4;22138;22134:15;22126:23;;21845:311;;;:::o;22179:710::-;22275:5;22300:81;22316:64;22373:6;22316:64;:::i;:::-;22300:81;:::i;:::-;22291:90;;22401:5;22430:6;22423:5;22416:21;22464:4;22457:5;22453:16;22446:23;;22517:4;22509:6;22505:17;22497:6;22493:30;22546:3;22538:6;22535:15;22532:122;;;22565:79;;:::i;:::-;22532:122;22680:6;22663:220;22697:6;22692:3;22689:15;22663:220;;;22772:3;22801:37;22834:3;22822:10;22801:37;:::i;:::-;22796:3;22789:50;22868:4;22863:3;22859:14;22852:21;;22739:144;22723:4;22718:3;22714:14;22707:21;;22663:220;;;22667:21;22281:608;;22179:710;;;;;:::o;22912:370::-;22983:5;23032:3;23025:4;23017:6;23013:17;23009:27;22999:122;;23040:79;;:::i;:::-;22999:122;23157:6;23144:20;23182:94;23272:3;23264:6;23257:4;23249:6;23245:17;23182:94;:::i;:::-;23173:103;;22989:293;22912:370;;;;:::o;23288:684::-;23381:6;23389;23438:2;23426:9;23417:7;23413:23;23409:32;23406:119;;;23444:79;;:::i;:::-;23406:119;23564:1;23589:53;23634:7;23625:6;23614:9;23610:22;23589:53;:::i;:::-;23579:63;;23535:117;23719:2;23708:9;23704:18;23691:32;23750:18;23742:6;23739:30;23736:117;;;23772:79;;:::i;:::-;23736:117;23877:78;23947:7;23938:6;23927:9;23923:22;23877:78;:::i;:::-;23867:88;;23662:303;23288:684;;;;;:::o;23978:116::-;24048:21;24063:5;24048:21;:::i;:::-;24041:5;24038:32;24028:60;;24084:1;24081;24074:12;24028:60;23978:116;:::o;24100:133::-;24143:5;24181:6;24168:20;24159:29;;24197:30;24221:5;24197:30;:::i;:::-;24100:133;;;;:::o;24239:468::-;24304:6;24312;24361:2;24349:9;24340:7;24336:23;24332:32;24329:119;;;24367:79;;:::i;:::-;24329:119;24487:1;24512:53;24557:7;24548:6;24537:9;24533:22;24512:53;:::i;:::-;24502:63;;24458:117;24614:2;24640:50;24682:7;24673:6;24662:9;24658:22;24640:50;:::i;:::-;24630:60;;24585:115;24239:468;;;;;:::o;24729:567::-;24801:8;24811:6;24861:3;24854:4;24846:6;24842:17;24838:27;24828:122;;24869:79;;:::i;:::-;24828:122;24982:6;24969:20;24959:30;;25012:18;25004:6;25001:30;24998:117;;;25034:79;;:::i;:::-;24998:117;25148:4;25140:6;25136:17;25124:29;;25202:3;25194:4;25186:6;25182:17;25172:8;25168:32;25165:41;25162:128;;;25209:79;;:::i;:::-;25162:128;24729:567;;;;;:::o;25302:932::-;25423:6;25431;25439;25447;25496:2;25484:9;25475:7;25471:23;25467:32;25464:119;;;25502:79;;:::i;:::-;25464:119;25650:1;25639:9;25635:17;25622:31;25680:18;25672:6;25669:30;25666:117;;;25702:79;;:::i;:::-;25666:117;25815:80;25887:7;25878:6;25867:9;25863:22;25815:80;:::i;:::-;25797:98;;;;25593:312;25972:2;25961:9;25957:18;25944:32;26003:18;25995:6;25992:30;25989:117;;;26025:79;;:::i;:::-;25989:117;26138:79;26209:7;26200:6;26189:9;26185:22;26138:79;:::i;:::-;26120:97;;;;25915:312;25302:932;;;;;;;:::o;26240:307::-;26301:4;26391:18;26383:6;26380:30;26377:56;;;26413:18;;:::i;:::-;26377:56;26451:29;26473:6;26451:29;:::i;:::-;26443:37;;26535:4;26529;26525:15;26517:23;;26240:307;;;:::o;26553:410::-;26630:5;26655:65;26671:48;26712:6;26671:48;:::i;:::-;26655:65;:::i;:::-;26646:74;;26743:6;26736:5;26729:21;26781:4;26774:5;26770:16;26819:3;26810:6;26805:3;26801:16;26798:25;26795:112;;;26826:79;;:::i;:::-;26795:112;26916:41;26950:6;26945:3;26940;26916:41;:::i;:::-;26636:327;26553:410;;;;;:::o;26982:338::-;27037:5;27086:3;27079:4;27071:6;27067:17;27063:27;27053:122;;27094:79;;:::i;:::-;27053:122;27211:6;27198:20;27236:78;27310:3;27302:6;27295:4;27287:6;27283:17;27236:78;:::i;:::-;27227:87;;27043:277;26982:338;;;;:::o;27326:943::-;27421:6;27429;27437;27445;27494:3;27482:9;27473:7;27469:23;27465:33;27462:120;;;27501:79;;:::i;:::-;27462:120;27621:1;27646:53;27691:7;27682:6;27671:9;27667:22;27646:53;:::i;:::-;27636:63;;27592:117;27748:2;27774:53;27819:7;27810:6;27799:9;27795:22;27774:53;:::i;:::-;27764:63;;27719:118;27876:2;27902:53;27947:7;27938:6;27927:9;27923:22;27902:53;:::i;:::-;27892:63;;27847:118;28032:2;28021:9;28017:18;28004:32;28063:18;28055:6;28052:30;28049:117;;;28085:79;;:::i;:::-;28049:117;28190:62;28244:7;28235:6;28224:9;28220:22;28190:62;:::i;:::-;28180:72;;27975:287;27326:943;;;;;;;:::o;28347:872::-;28504:4;28499:3;28495:14;28591:4;28584:5;28580:16;28574:23;28610:63;28667:4;28662:3;28658:14;28644:12;28610:63;:::i;:::-;28519:164;28775:4;28768:5;28764:16;28758:23;28794:61;28849:4;28844:3;28840:14;28826:12;28794:61;:::i;:::-;28693:172;28949:4;28942:5;28938:16;28932:23;28968:57;29019:4;29014:3;29010:14;28996:12;28968:57;:::i;:::-;28875:160;29122:4;29115:5;29111:16;29105:23;29141:61;29196:4;29191:3;29187:14;29173:12;29141:61;:::i;:::-;29045:167;28473:746;28347:872;;:::o;29225:343::-;29378:4;29416:3;29405:9;29401:19;29393:27;;29430:131;29558:1;29547:9;29543:17;29534:6;29430:131;:::i;:::-;29225:343;;;;:::o;29574:474::-;29642:6;29650;29699:2;29687:9;29678:7;29674:23;29670:32;29667:119;;;29705:79;;:::i;:::-;29667:119;29825:1;29850:53;29895:7;29886:6;29875:9;29871:22;29850:53;:::i;:::-;29840:63;;29796:117;29952:2;29978:53;30023:7;30014:6;30003:9;29999:22;29978:53;:::i;:::-;29968:63;;29923:118;29574:474;;;;;:::o;30054:332::-;30175:4;30213:2;30202:9;30198:18;30190:26;;30226:71;30294:1;30283:9;30279:17;30270:6;30226:71;:::i;:::-;30307:72;30375:2;30364:9;30360:18;30351:6;30307:72;:::i;:::-;30054:332;;;;;:::o;30392:115::-;30477:23;30494:5;30477:23;:::i;:::-;30472:3;30465:36;30392:115;;:::o;30513:316::-;30626:4;30664:2;30653:9;30649:18;30641:26;;30677:69;30743:1;30732:9;30728:17;30719:6;30677:69;:::i;:::-;30756:66;30818:2;30807:9;30803:18;30794:6;30756:66;:::i;:::-;30513:316;;;;;:::o;30835:182::-;30975:34;30971:1;30963:6;30959:14;30952:58;30835:182;:::o;31023:366::-;31165:3;31186:67;31250:2;31245:3;31186:67;:::i;:::-;31179:74;;31262:93;31351:3;31262:93;:::i;:::-;31380:2;31375:3;31371:12;31364:19;;31023:366;;;:::o;31395:419::-;31561:4;31599:2;31588:9;31584:18;31576:26;;31648:9;31642:4;31638:20;31634:1;31623:9;31619:17;31612:47;31676:131;31802:4;31676:131;:::i;:::-;31668:139;;31395:419;;;:::o;31820:180::-;31868:77;31865:1;31858:88;31965:4;31962:1;31955:15;31989:4;31986:1;31979:15;32006:320;32050:6;32087:1;32081:4;32077:12;32067:22;;32134:1;32128:4;32124:12;32155:18;32145:81;;32211:4;32203:6;32199:17;32189:27;;32145:81;32273:2;32265:6;32262:14;32242:18;32239:38;32236:84;;;32292:18;;:::i;:::-;32236:84;32057:269;32006:320;;;:::o;32332:180::-;32380:77;32377:1;32370:88;32477:4;32474:1;32467:15;32501:4;32498:1;32491:15;32518:180;32566:77;32563:1;32556:88;32663:4;32660:1;32653:15;32687:4;32684:1;32677:15;32704:233;32743:3;32766:24;32784:5;32766:24;:::i;:::-;32757:33;;32812:66;32805:5;32802:77;32799:103;;;32882:18;;:::i;:::-;32799:103;32929:1;32922:5;32918:13;32911:20;;32704:233;;;:::o;32943:348::-;32983:7;33006:20;33024:1;33006:20;:::i;:::-;33001:25;;33040:20;33058:1;33040:20;:::i;:::-;33035:25;;33228:1;33160:66;33156:74;33153:1;33150:81;33145:1;33138:9;33131:17;33127:105;33124:131;;;33235:18;;:::i;:::-;33124:131;33283:1;33280;33276:9;33265:20;;32943:348;;;;:::o;33297:180::-;33345:77;33342:1;33335:88;33442:4;33439:1;33432:15;33466:4;33463:1;33456:15;33483:185;33523:1;33540:20;33558:1;33540:20;:::i;:::-;33535:25;;33574:20;33592:1;33574:20;:::i;:::-;33569:25;;33613:1;33603:35;;33618:18;;:::i;:::-;33603:35;33660:1;33657;33653:9;33648:14;;33483:185;;;;:::o;33674:230::-;33814:34;33810:1;33802:6;33798:14;33791:58;33883:13;33878:2;33870:6;33866:15;33859:38;33674:230;:::o;33910:366::-;34052:3;34073:67;34137:2;34132:3;34073:67;:::i;:::-;34066:74;;34149:93;34238:3;34149:93;:::i;:::-;34267:2;34262:3;34258:12;34251:19;;33910:366;;;:::o;34282:419::-;34448:4;34486:2;34475:9;34471:18;34463:26;;34535:9;34529:4;34525:20;34521:1;34510:9;34506:17;34499:47;34563:131;34689:4;34563:131;:::i;:::-;34555:139;;34282:419;;;:::o;34707:170::-;34847:22;34843:1;34835:6;34831:14;34824:46;34707:170;:::o;34883:366::-;35025:3;35046:67;35110:2;35105:3;35046:67;:::i;:::-;35039:74;;35122:93;35211:3;35122:93;:::i;:::-;35240:2;35235:3;35231:12;35224:19;;34883:366;;;:::o;35255:419::-;35421:4;35459:2;35448:9;35444:18;35436:26;;35508:9;35502:4;35498:20;35494:1;35483:9;35479:17;35472:47;35536:131;35662:4;35536:131;:::i;:::-;35528:139;;35255:419;;;:::o;35680:224::-;35820:34;35816:1;35808:6;35804:14;35797:58;35889:7;35884:2;35876:6;35872:15;35865:32;35680:224;:::o;35910:366::-;36052:3;36073:67;36137:2;36132:3;36073:67;:::i;:::-;36066:74;;36149:93;36238:3;36149:93;:::i;:::-;36267:2;36262:3;36258:12;36251:19;;35910:366;;;:::o;36282:419::-;36448:4;36486:2;36475:9;36471:18;36463:26;;36535:9;36529:4;36525:20;36521:1;36510:9;36506:17;36499:47;36563:131;36689:4;36563:131;:::i;:::-;36555:139;;36282:419;;;:::o;36707:171::-;36847:19;36843:1;36835:6;36831:14;36824:43;36707:171;:::o;36888:382::-;37030:3;37055:67;37119:2;37114:3;37055:67;:::i;:::-;37048:74;;37135:93;37224:3;37135:93;:::i;:::-;37257:2;37252:3;37248:12;37241:19;;36888:382;;;:::o;37280:435::-;37446:4;37488:2;37477:9;37473:18;37465:26;;37541:9;37535:4;37531:20;37527:1;37516:9;37512:17;37505:47;37573:131;37699:4;37573:131;:::i;:::-;37565:139;;37280:435;;;:::o;37725:155::-;37782:5;37817:6;37811:13;37802:22;;37837:33;37864:5;37837:33;:::i;:::-;37725:155;;;;:::o;37890:375::-;37960:6;38013:2;38001:9;37992:7;37988:23;37984:32;37981:119;;;38019:79;;:::i;:::-;37981:119;38147:1;38176:64;38232:7;38223:6;38212:9;38208:22;38176:64;:::i;:::-;38166:74;;38114:140;37890:375;;;;:::o;38275:149::-;38329:5;38364:6;38358:13;38349:22;;38384:30;38408:5;38384:30;:::i;:::-;38275:149;;;;:::o;38434:369::-;38501:6;38554:2;38542:9;38533:7;38529:23;38525:32;38522:119;;;38560:79;;:::i;:::-;38522:119;38688:1;38717:61;38770:7;38761:6;38750:9;38746:22;38717:61;:::i;:::-;38707:71;;38655:137;38434:369;;;;:::o;38813:462::-;38962:4;39004:2;38993:9;38989:18;38981:26;;39021:71;39089:1;39078:9;39074:17;39065:6;39021:71;:::i;:::-;39106:72;39174:2;39163:9;39159:18;39150:6;39106:72;:::i;:::-;39192;39260:2;39249:9;39245:18;39236:6;39192:72;:::i;:::-;38813:462;;;;;;:::o;39285:174::-;39429:18;39425:1;39417:6;39413:14;39406:42;39285:174;:::o;39469:382::-;39611:3;39636:67;39700:2;39695:3;39636:67;:::i;:::-;39629:74;;39716:93;39805:3;39716:93;:::i;:::-;39838:2;39833:3;39829:12;39822:19;;39469:382;;;:::o;39861:435::-;40027:4;40069:2;40058:9;40054:18;40046:26;;40122:9;40116:4;40112:20;40108:1;40097:9;40093:17;40086:47;40154:131;40280:4;40154:131;:::i;:::-;40146:139;;39861:435;;;:::o;40306:189::-;40450:33;40446:1;40438:6;40434:14;40427:57;40306:189;:::o;40505:382::-;40647:3;40672:67;40736:2;40731:3;40672:67;:::i;:::-;40665:74;;40752:93;40841:3;40752:93;:::i;:::-;40874:2;40869:3;40865:12;40858:19;;40505:382;;;:::o;40897:435::-;41063:4;41105:2;41094:9;41090:18;41082:26;;41158:9;41152:4;41148:20;41144:1;41133:9;41129:17;41122:47;41190:131;41316:4;41190:131;:::i;:::-;41182:139;;40897:435;;;:::o;41342:329::-;41382:3;41405:20;41423:1;41405:20;:::i;:::-;41400:25;;41443:20;41461:1;41443:20;:::i;:::-;41438:25;;41605:1;41537:66;41533:74;41530:1;41527:81;41524:107;;;41611:18;;:::i;:::-;41524:107;41659:1;41656;41652:9;41645:16;;41342:329;;;;:::o;41681:211::-;41721:4;41745:20;41763:1;41745:20;:::i;:::-;41740:25;;41783:20;41801:1;41783:20;:::i;:::-;41778:25;;41826:1;41823;41820:8;41817:34;;;41831:18;;:::i;:::-;41817:34;41880:1;41877;41873:9;41865:17;;41681:211;;;;:::o;41902:240::-;42046:34;42042:1;42034:6;42030:14;42023:58;42119:11;42114:2;42106:6;42102:15;42095:36;41902:240;:::o;42152:382::-;42294:3;42319:67;42383:2;42378:3;42319:67;:::i;:::-;42312:74;;42399:93;42488:3;42399:93;:::i;:::-;42521:2;42516:3;42512:12;42505:19;;42152:382;;;:::o;42544:435::-;42710:4;42752:2;42741:9;42737:18;42729:26;;42805:9;42799:4;42795:20;42791:1;42780:9;42776:17;42769:47;42837:131;42963:4;42837:131;:::i;:::-;42829:139;;42544:435;;;:::o;42989:181::-;43133:25;43129:1;43121:6;43117:14;43110:49;42989:181;:::o;43180:382::-;43322:3;43347:67;43411:2;43406:3;43347:67;:::i;:::-;43340:74;;43427:93;43516:3;43427:93;:::i;:::-;43549:2;43544:3;43540:12;43533:19;;43180:382;;;:::o;43572:435::-;43738:4;43780:2;43769:9;43765:18;43757:26;;43833:9;43827:4;43823:20;43819:1;43808:9;43804:17;43797:47;43865:131;43991:4;43865:131;:::i;:::-;43857:139;;43572:435;;;:::o;44017:186::-;44161:30;44157:1;44149:6;44145:14;44138:54;44017:186;:::o;44213:382::-;44355:3;44380:67;44444:2;44439:3;44380:67;:::i;:::-;44373:74;;44460:93;44549:3;44460:93;:::i;:::-;44582:2;44577:3;44573:12;44566:19;;44213:382;;;:::o;44605:435::-;44771:4;44813:2;44802:9;44798:18;44790:26;;44866:9;44860:4;44856:20;44852:1;44841:9;44837:17;44830:47;44898:131;45024:4;44898:131;:::i;:::-;44890:139;;44605:435;;;:::o;45050:181::-;45194:25;45190:1;45182:6;45178:14;45171:49;45050:181;:::o;45241:382::-;45383:3;45408:67;45472:2;45467:3;45408:67;:::i;:::-;45401:74;;45488:93;45577:3;45488:93;:::i;:::-;45610:2;45605:3;45601:12;45594:19;;45241:382;;;:::o;45633:435::-;45799:4;45841:2;45830:9;45826:18;45818:26;;45894:9;45888:4;45884:20;45880:1;45869:9;45865:17;45858:47;45926:131;46052:4;45926:131;:::i;:::-;45918:139;;45633:435;;;:::o;46078:178::-;46222:22;46218:1;46210:6;46206:14;46199:46;46078:178;:::o;46266:382::-;46408:3;46433:67;46497:2;46492:3;46433:67;:::i;:::-;46426:74;;46513:93;46602:3;46513:93;:::i;:::-;46635:2;46630:3;46626:12;46619:19;;46266:382;;;:::o;46658:435::-;46824:4;46866:2;46855:9;46851:18;46843:26;;46919:9;46913:4;46909:20;46905:1;46894:9;46890:17;46883:47;46951:131;47077:4;46951:131;:::i;:::-;46943:139;;46658:435;;;:::o;47103:177::-;47247:21;47243:1;47235:6;47231:14;47224:45;47103:177;:::o;47290:382::-;47432:3;47457:67;47521:2;47516:3;47457:67;:::i;:::-;47450:74;;47537:93;47626:3;47537:93;:::i;:::-;47659:2;47654:3;47650:12;47643:19;;47290:382;;;:::o;47682:435::-;47848:4;47890:2;47879:9;47875:18;47867:26;;47943:9;47937:4;47933:20;47929:1;47918:9;47914:17;47907:47;47975:131;48101:4;47975:131;:::i;:::-;47967:139;;47682:435;;;:::o;48127:128::-;48203:23;48220:5;48203:23;:::i;:::-;48196:5;48193:34;48183:62;;48241:1;48238;48231:12;48183:62;48127:128;:::o;48265:149::-;48310:5;48352:6;48339:20;48330:29;;48372:32;48398:5;48372:32;:::i;:::-;48265:149;;;;:::o;48424:351::-;48482:6;48535:2;48523:9;48514:7;48510:23;48506:32;48503:119;;;48541:79;;:::i;:::-;48503:119;48669:1;48698:52;48742:7;48733:6;48722:9;48718:22;48698:52;:::i;:::-;48688:62;;48636:128;48424:351;;;;:::o;48785:94::-;48820:7;48864:4;48857:5;48853:16;48842:27;;48785:94;;;:::o;48889:183::-;48926:3;48953:22;48969:5;48953:22;:::i;:::-;48944:31;;49001:4;48994:5;48991:15;48988:41;;;49009:18;;:::i;:::-;48988:41;49060:1;49053:5;49049:13;49042:20;;48889:183;;;:::o;49082:237::-;49226:34;49222:1;49214:6;49210:14;49203:58;49299:8;49294:2;49286:6;49282:15;49275:33;49082:237;:::o;49329:382::-;49471:3;49496:67;49560:2;49555:3;49496:67;:::i;:::-;49489:74;;49576:93;49665:3;49576:93;:::i;:::-;49698:2;49693:3;49689:12;49682:19;;49329:382;;;:::o;49721:435::-;49887:4;49929:2;49918:9;49914:18;49906:26;;49982:9;49976:4;49972:20;49968:1;49957:9;49953:17;49946:47;50014:131;50140:4;50014:131;:::i;:::-;50006:139;;49721:435;;;:::o;50166:178::-;50310:22;50306:1;50298:6;50294:14;50287:46;50166:178;:::o;50354:382::-;50496:3;50521:67;50585:2;50580:3;50521:67;:::i;:::-;50514:74;;50601:93;50690:3;50601:93;:::i;:::-;50723:2;50718:3;50714:12;50707:19;;50354:382;;;:::o;50746:435::-;50912:4;50954:2;50943:9;50939:18;50931:26;;51007:9;51001:4;50997:20;50993:1;50982:9;50978:17;50971:47;51039:131;51165:4;51039:131;:::i;:::-;51031:139;;50746:435;;;:::o;51191:106::-;51242:6;51280:5;51274:12;51264:22;;51191:106;;;:::o;51307:180::-;51390:11;51428:6;51423:3;51416:19;51472:4;51467:3;51463:14;51448:29;;51307:180;;;;:::o;51497:380::-;51583:3;51615:38;51647:5;51615:38;:::i;:::-;51673:70;51736:6;51731:3;51673:70;:::i;:::-;51666:77;;51756:52;51801:6;51796:3;51789:4;51782:5;51778:16;51756:52;:::i;:::-;51837:29;51859:6;51837:29;:::i;:::-;51832:3;51828:39;51821:46;;51587:290;51497:380;;;;:::o;51887:668::-;52082:4;52124:3;52113:9;52109:19;52101:27;;52142:71;52210:1;52199:9;52195:17;52186:6;52142:71;:::i;:::-;52227:72;52295:2;52284:9;52280:18;52271:6;52227:72;:::i;:::-;52313;52381:2;52370:9;52366:18;52357:6;52313:72;:::i;:::-;52436:9;52430:4;52426:20;52421:2;52410:9;52406:18;52399:48;52468:76;52539:4;52530:6;52468:76;:::i;:::-;52460:84;;51887:668;;;;;;;:::o;52565:153::-;52621:5;52656:6;52650:13;52641:22;;52676:32;52702:5;52676:32;:::i;:::-;52565:153;;;;:::o;52728:373::-;52797:6;52850:2;52838:9;52829:7;52825:23;52821:32;52818:119;;;52856:79;;:::i;:::-;52818:119;52984:1;53013:63;53068:7;53059:6;53048:9;53044:22;53013:63;:::i;:::-;53003:73;;52951:139;52728:373;;;;:::o;53111:156::-;53213:11;53254:3;53239:18;;53111:156;;;;:::o;53277:397::-;53383:3;53415:39;53448:5;53415:39;:::i;:::-;53474:89;53556:6;53551:3;53474:89;:::i;:::-;53467:96;;53576:52;53621:6;53616:3;53609:4;53602:5;53598:16;53576:52;:::i;:::-;53657:6;53652:3;53648:16;53641:23;;53387:287;53277:397;;;;:::o;53684:451::-;53864:3;53890:95;53981:3;53972:6;53890:95;:::i;:::-;53883:102;;54006:95;54097:3;54088:6;54006:95;:::i;:::-;53999:102;;54122:3;54115:10;;53684:451;;;;;:::o

Swarm Source

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