ETH Price: $3,392.30 (-0.69%)
Gas: 12 Gwei

Token

shittysheep (STTSHP)
 

Overview

Max Total Supply

10,000 STTSHP

Holders

3,884

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A
Filtered by Token Holder
keroror50502.eth
Balance
2 STTSHP
0xb6827eb7e790126973a297338b71565585d832c8
Loading...
Loading
Loading...
Loading
Loading...
Loading

Click here to update the token information / general information
# Exchange Pair Price  24H Volume % Volume

Contract Source Code Verified (Exact Match)

Contract Name:
shittysheep

Compiler Version
v0.8.12+commit.f00d7308

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2022-06-02
*/

/**
 *Submitted for verification at Etherscan.io on 2022-05-27
*/

/**
 *Submitted for verification at Etherscan.io on 2022-05-27
*/

// SPDX-License-Identifier: MIT

pragma solidity ^0.8.12;

/**
 * @dev String operations.
 */
library Strings {
    bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef";

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

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

    /**
     * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation.
     */
    function toHexString(uint256 value) internal pure returns (string memory) {
        if (value == 0) {
            return "0x00";
        }
        uint256 temp = value;
        uint256 length = 0;
        while (temp != 0) {
            length++;
            temp >>= 8;
        }
        return toHexString(value, length);
    }

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


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

/**
 * @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() {
        _setOwner(_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 {
        _setOwner(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");
        _setOwner(newOwner);
    }

    function _setOwner(address newOwner) private {
        address oldOwner = _owner;
        _owner = newOwner;
        emit OwnershipTransferred(oldOwner, newOwner);
    }
}

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

        uint256 size;
        assembly {
            size := extcodesize(account)
        }
        return size > 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * @title ERC-721 Non-Fungible Token Standard, optional enumeration extension
 * @dev See https://eips.ethereum.org/EIPS/eip-721
 */
interface IERC721Enumerable is IERC721 {
    /**
     * @dev Returns the total amount of tokens stored by the contract.
     */
    function totalSupply() external view returns (uint256);

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

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


/**
 * @title ERC-721 Non-Fungible Token Standard, optional metadata extension
 * @dev See https://eips.ethereum.org/EIPS/eip-721
 */
interface IERC721Metadata is IERC721 {
    /**
     * @dev Returns the token collection name.
     */
    function name() external view returns (string memory);

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

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

/**
 * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including
 * the Metadata and Enumerable extension. Built to optimize for lower gas during batch mints.
 *
 * Assumes serials are sequentially minted starting at 0 (e.g. 0, 1, 2, 3..).
 *
 * Does not support burning tokens to address(0).
 *
 * Assumes that an owner cannot have more than the 2**128 - 1 (max value of uint128) of supply
 */
contract ERC721A is Context, ERC165, IERC721, IERC721Metadata, IERC721Enumerable {
    using Address for address;
    using Strings for uint256;

    struct StakingInfo {
        bool staked;
        bool usedForMint;
        uint duration;
    }

    struct TokenOwnership {
        address addr;
        uint64 startTimestamp;
    }

    struct AddressData {
        uint128 balance;
        uint128 numberMinted;
    }

    uint256 public currentIndex = 1;

    // Token name
    string private _name;

    // Token symbol
    string private _symbol;

    string internal uri;

    // Mapping from token ID to ownership details
    // An empty struct value does not necessarily mean the token is unowned. See ownershipOf implementation for details.
    mapping(uint256 => TokenOwnership) internal _ownerships;

    // Mapping owner address to address data
    mapping(address => AddressData) private _addressData;

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

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

    mapping(uint => StakingInfo) public _stakedTokens;

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

    /**
     * @dev See {IERC721Enumerable-totalSupply}.
     */
    function totalSupply() public view override returns (uint256) {
        return currentIndex - 1;
    }

    /**
     * @dev See {IERC721Enumerable-tokenByIndex}.
     */
    function tokenByIndex(uint256 index) public view override returns (uint256) {
        require(index < totalSupply(), 'ERC721A: global index out of bounds');
        return index;
    }

    /**
     * @dev See {IERC721Enumerable-tokenOfOwnerByIndex}.
     * This read function is O(totalSupply). If calling from a separate contract, be sure to test gas first.
     * It may also degrade with extremely large collection sizes (e.g >> 10000), test for your use case.
     */
    function tokenOfOwnerByIndex(address owner, uint256 index) public view override returns (uint256) {
        require(index < balanceOf(owner), 'ERC721A: owner index out of bounds');
        uint256 numMintedSoFar = totalSupply();
        uint256 tokenIdsIdx;
        address currOwnershipAddr;

        // Counter overflow is impossible as the loop breaks when uint256 i is equal to another uint256 numMintedSoFar.
        unchecked {
            for (uint256 i; i < numMintedSoFar; i++) {
                TokenOwnership memory ownership = _ownerships[i];
                if (ownership.addr != address(0)) {
                    currOwnershipAddr = ownership.addr;
                }
                if (currOwnershipAddr == owner) {
                    if (tokenIdsIdx == index) {
                        return i;
                    }
                    tokenIdsIdx++;
                }
            }
        }

        revert('ERC721A: unable to get token of owner by index');
    }

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

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

    function _numberMinted(address owner) internal view returns (uint256) {
        require(owner != address(0), 'ERC721A: number minted query for the zero address');
        return uint256(_addressData[owner].numberMinted);
    }

    /**
     * Gas spent here starts off proportional to the maximum mint batch size.
     * It gradually moves to O(1) as tokens get transferred around in the collection over time.
     */
    function ownershipOf(uint256 tokenId) internal view returns (TokenOwnership memory) {
        require(_exists(tokenId), 'ERC721A: owner query for nonexistent token');

        unchecked {
            for (uint256 curr = tokenId; curr >= 0; curr--) {
                TokenOwnership memory ownership = _ownerships[curr];
                if (ownership.addr != address(0)) {
                    return ownership;
                }
            }
        }

        revert('ERC721A: unable to determine the owner of token');
    }

    /**
     * @dev See {IERC721-ownerOf}.
     */
    function ownerOf(uint256 tokenId) public view override returns (address) {
        return ownershipOf(tokenId).addr;
    }

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

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

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

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

    /**
     * @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, can be overriden in child contracts.
     */
    function _baseURI() internal view virtual returns (string memory) {
        return uri;
    }

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

        require(
            _msgSender() == owner || isApprovedForAll(owner, _msgSender()),
            'ERC721A: approve caller is not owner nor approved for all'
        );

        _approve(to, tokenId, owner);
    }

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

        return _tokenApprovals[tokenId];
    }

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

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

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

    /**
     * @dev See {IERC721-transferFrom}.
     */
    function transferFrom(
        address from,
        address to,
        uint256 tokenId
    ) public override {
        require(!_stakedTokens[tokenId].staked, "TOKEN_STAKED!");
        _transfer(from, to, tokenId);
    }

    /**
     * @dev See {IERC721-safeTransferFrom}.
     */
    function safeTransferFrom(
        address from,
        address to,
        uint256 tokenId
    ) public override {
        require(!_stakedTokens[tokenId].staked, "TOKEN_STAKED!");
        safeTransferFrom(from, to, tokenId, '');
    }

    /**
     * @dev See {IERC721-safeTransferFrom}.
     */
    function safeTransferFrom(
        address from,
        address to,
        uint256 tokenId,
        bytes memory _data
    ) public override {
        require(!_stakedTokens[tokenId].staked, "TOKEN_STAKED!");
        _transfer(from, to, tokenId);
        require(
            _checkOnERC721Received(from, to, tokenId, _data),
            'ERC721A: transfer to non ERC721Receiver implementer'
        );
    }

    /**
     * @dev Returns whether `tokenId` exists.
     *
     * Tokens can be managed by their owner or approved accounts via {approve} or {setApprovalForAll}.
     *
     * Tokens start existing when they are minted (`_mint`),
     */
    function _exists(uint256 tokenId) internal view returns (bool) {
        return tokenId < currentIndex && tokenId > 0;
    }

    function _safeMint(address to, uint256 quantity) internal {
        _safeMint(to, 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.
     *
     * Emits a {Transfer} event.
     */
    function _safeMint(
        address to,
        uint256 quantity,
        bytes memory _data
    ) internal {
        _mint(to, quantity, _data, true);
    }

    /**
     * @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.
     */
    function _mint(
        address to,
        uint256 quantity,
        bytes memory _data,
        bool safe
    ) internal {
        uint256 startTokenId = currentIndex;
        require(to != address(0), 'ERC721A: mint to the zero address');
        require(quantity != 0, 'ERC721A: quantity must be greater than 0');

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

        // Overflows are incredibly unrealistic.
        // balance or numberMinted overflow if current value of either + quantity > 3.4e38 (2**128) - 1
        // updatedIndex overflows if currentIndex + quantity > 1.56e77 (2**256) - 1
        unchecked {
            _addressData[to].balance += uint128(quantity);
            _addressData[to].numberMinted += uint128(quantity);

            _ownerships[startTokenId].addr = to;
            _ownerships[startTokenId].startTimestamp = uint64(block.timestamp);

            uint256 updatedIndex = startTokenId;

            for (uint256 i; i < quantity; i++) {
                emit Transfer(address(0), to, updatedIndex);
                if (safe) {
                    require(
                        _checkOnERC721Received(address(0), to, updatedIndex, _data),
                        'ERC721A: transfer to non ERC721Receiver implementer'
                    );
                }

                updatedIndex++;
            }

            currentIndex = updatedIndex;
        }

        _afterTokenTransfers(address(0), to, startTokenId, quantity);
    }

    /**
     * @dev Transfers `tokenId` from `from` to `to`.
     *
     * Requirements:
     *
     * - `to` cannot be the zero address.
     * - `tokenId` token must be owned by `from`.
     *
     * Emits a {Transfer} event.
     */
    function _transfer(
        address from,
        address to,
        uint256 tokenId
    ) private {
        TokenOwnership memory prevOwnership = ownershipOf(tokenId);

        bool isApprovedOrOwner = (_msgSender() == prevOwnership.addr ||
            getApproved(tokenId) == _msgSender() ||
            isApprovedForAll(prevOwnership.addr, _msgSender()));

        require(isApprovedOrOwner, 'ERC721A: transfer caller is not owner nor approved');

        require(prevOwnership.addr == from, 'ERC721A: transfer from incorrect owner');
        require(to != address(0), 'ERC721A: transfer to the zero address');

        _beforeTokenTransfers(from, to, tokenId, 1);

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

        // 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 {
            _addressData[from].balance -= 1;
            _addressData[to].balance += 1;

            _ownerships[tokenId].addr = to;
            _ownerships[tokenId].startTimestamp = uint64(block.timestamp);

            // If the ownership slot of tokenId+1 is not explicitly set, that means the transfer initiator owns it.
            // Set the slot of tokenId+1 explicitly in storage to maintain correctness for ownerOf(tokenId+1) calls.
            uint256 nextTokenId = tokenId + 1;
            if (_ownerships[nextTokenId].addr == address(0)) {
                if (_exists(nextTokenId)) {
                    _ownerships[nextTokenId].addr = prevOwnership.addr;
                    _ownerships[nextTokenId].startTimestamp = prevOwnership.startTimestamp;
                }
            }
        }

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

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

    /**
     * @dev Internal function to invoke {IERC721Receiver-onERC721Received} on a target address.
     * The call is not executed if the target address is not a contract.
     *
     * @param from address representing the previous owner of the given token ID
     * @param to target address that will receive the tokens
     * @param tokenId uint256 ID of the token to be transferred
     * @param _data bytes optional data to send along with the call
     * @return bool whether the call correctly returned the expected magic value
     */
    function _checkOnERC721Received(
        address from,
        address to,
        uint256 tokenId,
        bytes memory _data
    ) private returns (bool) {
        if (to.isContract()) {
            try IERC721Receiver(to).onERC721Received(_msgSender(), from, tokenId, _data) returns (bytes4 retval) {
                return retval == IERC721Receiver(to).onERC721Received.selector;
            } catch (bytes memory reason) {
                if (reason.length == 0) {
                    revert('ERC721A: transfer to non ERC721Receiver implementer');
                } else {
                    assembly {
                        revert(add(32, reason), mload(reason))
                    }
                }
            }
        } else {
            return true;
        }
    }

    /**
     * @dev Hook that is called before a set of serially-ordered token ids are about to be transferred. This includes minting.
     *
     * 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`.
     */
    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.
     *
     * 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` and `to` are never both zero.
     */
    function _afterTokenTransfers(
        address from,
        address to,
        uint256 startTokenId,
        uint256 quantity
    ) internal virtual {}
}

contract shittysheep is ERC721A, Ownable {

    constructor() ERC721A("shittysheep", "STTSHP") {}

    uint public maxSupply = 10000;
    bool public saleStatus;
    uint public price;   
    uint public maxPerTx = 5;    
    uint public maxPerWallet = 5;
    uint public freeMintPrice = 0;
    uint public maxFreePerTx = 2;    
    uint public maxFreePerWallet = 2;  

 
    // ---------------------------------------------------------------------------------------------
    // MAPPINGS
    // ---------------------------------------------------------------------------------------------

    mapping(address => uint) public _minted; 

    mapping(address => uint) public _freeminted; 

    // ---------------------------------------------------------------------------------------------
    // OWNER SETTERS
    // ---------------------------------------------------------------------------------------------

    function withdraw() external onlyOwner {
        payable(msg.sender).transfer(address(this).balance);
    }

    function setSaleStatus() external onlyOwner {
        saleStatus = !saleStatus;
    }

    function setMaxSupply(uint supply) external onlyOwner {
        maxSupply = supply;
    }

    function setPrice(uint amount) external onlyOwner {
        price = amount;
    }
    
    function setMaxPerTx(uint amount) external onlyOwner {
        maxPerTx = amount;
    }
    
    function setMaxPerWallet(uint amount) external onlyOwner {
        maxPerWallet = amount;
    }

    function setMaxFreePerTx(uint amount) external onlyOwner {
        maxFreePerTx = amount;
    }
    
    function setMaxFreePerWallet(uint amount) external onlyOwner {
        maxFreePerWallet = amount;
    }
    
    function setBaseURI(string calldata _uri) external onlyOwner {
        uri = _uri;
    }

    function getTotalSupply() public view returns(uint) {
        return currentIndex - 1;
    }

    function getMaxSupply() public view returns(uint) {
        return maxSupply;
    }

    // ---------------------------------------------------------------------------------------------
    // PUBLIC SETTERS
    // ---------------------------------------------------------------------------------------------

    function devmint(uint256 amount) external onlyOwner {
        require(currentIndex <= maxSupply, "NOT_ALLOWED!");
        require(((currentIndex + amount)-1) <= maxSupply, "NOT_ENOUGH_TOKENS");
        _safeMint(msg.sender, amount);
    }

    function poormint(uint256 amount) external payable {
        require(saleStatus, "SALE_NOT_ACTIVE!");
        require(amount * freeMintPrice == msg.value, "NOT_ENOUGH_MONEY!");
        require(amount <= maxFreePerTx, "EXCEEDS_MAX_PER_TX!");
        require(currentIndex <= maxSupply, "NOT_ENOUGH_TOKENS!");
        require(((currentIndex + amount)-1) <= maxSupply, "NOT_ENOUGH_TOKENS");
        require(_freeminted[msg.sender] + amount <= maxFreePerWallet, "EXCEEDS_MAX_PER_WALLET!");
        _safeMint(msg.sender, amount);
        _freeminted[msg.sender] += amount;
    }

    function richmint(uint256 amount) external payable {
        require(saleStatus, "SALE_NOT_ACTIVE!");
        require(amount * price == msg.value, "NOT_ENOUGH_MONEY!");
        require(amount <= maxPerTx, "EXCEEDS_MAX_PER_TX!");
        require(currentIndex <= maxSupply, "NOT_ENOUGH_TOKENS!");
        require(((currentIndex + amount)-1) <= maxSupply, "NOT_ENOUGH_TOKENS");
        require(_minted[msg.sender] + amount <= maxPerWallet, "EXCEEDS_MAX_PER_WALLET!");
        _safeMint(msg.sender, amount);
        _minted[msg.sender] += amount;
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"_freeminted","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"_minted","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"_stakedTokens","outputs":[{"internalType":"bool","name":"staked","type":"bool"},{"internalType":"bool","name":"usedForMint","type":"bool"},{"internalType":"uint256","name":"duration","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"currentIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"devmint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"freeMintPrice","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getMaxSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getTotalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"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":"maxFreePerTx","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxFreePerWallet","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":"maxPerWallet","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"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":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"poormint","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"price","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"richmint","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"saleStatus","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_uri","type":"string"}],"name":"setBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"setMaxFreePerTx","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"setMaxFreePerWallet","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"setMaxPerTx","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"setMaxPerWallet","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"supply","type":"uint256"}],"name":"setMaxSupply","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"setPrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"setSaleStatus","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenOfOwnerByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"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":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"}]

60806040526001600055612710600a556005600d556005600e556000600f55600260105560026011553480156200003557600080fd5b50604080518082018252600b81526a073686974747973686565760ac1b60208083019182528351808501909452600684526505354545348560d41b908401528151919291620000879160019162000116565b5080516200009d90600290602084019062000116565b505050620000ba620000b4620000c060201b60201c565b620000c4565b620001f9565b3390565b600980546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b8280546200012490620001bc565b90600052602060002090601f01602090048101928262000148576000855562000193565b82601f106200016357805160ff191683800117855562000193565b8280016001018555821562000193579182015b828111156200019357825182559160200191906001019062000176565b50620001a1929150620001a5565b5090565b5b80821115620001a15760008155600101620001a6565b600181811c90821680620001d157607f821691505b60208210811415620001f357634e487b7160e01b600052602260045260246000fd5b50919050565b6125eb80620002096000396000f3fe6080604052600436106102725760003560e01c80636d7c4a4b1161014f578063a7027357116100c1578063e268e4d31161007a578063e268e4d314610734578063e985e9c514610754578063f2fde38b1461079d578063f737c47a146107bd578063f9020e33146107d3578063f968adbe146107ed57600080fd5b8063a7027357146106a8578063b88d4fde146106be578063c4e41b2214610396578063c6f6f216146106de578063c87b56dd146106fe578063d5abeb011461071e57600080fd5b80637de77ecc116101135780637de77ecc146105f25780638da5cb5b1461061f57806391b7f5ed1461063d57806395d89b411461065d578063a035b1fe14610672578063a22cb4651461068857600080fd5b80636d7c4a4b146105675780636f8b44b01461058757806370a08231146105a7578063715018a6146105c75780637dc949b2146105dc57600080fd5b80632f745c59116101e85780634c0f38c2116101ac5780634c0f38c2146104ca5780634f6ccce7146104df578063502b33af146104ff57806355f804b31461051457806358090f88146105345780636352211e1461054757600080fd5b80632f745c591461043f5780633ccfd60b1461045f57806340f070a81461047457806342842e0e14610494578063453c2310146104b457600080fd5b8063109d24e11161023a578063109d24e1146103485780631491c2e51461035b57806318160ddd14610396578063204f490c146103ab57806323b872dd1461040957806326987b601461042957600080fd5b806301ffc9a71461027757806302fb4791146102ac57806306fdde03146102ce578063081812fc146102f0578063095ea7b314610328575b600080fd5b34801561028357600080fd5b50610297610292366004612023565b610803565b60405190151581526020015b60405180910390f35b3480156102b857600080fd5b506102cc6102c7366004612040565b610870565b005b3480156102da57600080fd5b506102e361092e565b6040516102a391906120b1565b3480156102fc57600080fd5b5061031061030b366004612040565b6109c0565b6040516001600160a01b0390911681526020016102a3565b34801561033457600080fd5b506102cc6103433660046120e0565b610a49565b6102cc610356366004612040565b610b61565b34801561036757600080fd5b5061038861037636600461210a565b60136020526000908152604090205481565b6040519081526020016102a3565b3480156103a257600080fd5b50610388610d59565b3480156103b757600080fd5b506103ec6103c6366004612040565b6008602052600090815260409020805460019091015460ff808316926101009004169083565b6040805193151584529115156020840152908201526060016102a3565b34801561041557600080fd5b506102cc610424366004612125565b610d6f565b34801561043557600080fd5b5061038860005481565b34801561044b57600080fd5b5061038861045a3660046120e0565b610da9565b34801561046b57600080fd5b506102cc610f10565b34801561048057600080fd5b506102cc61048f366004612040565b610f66565b3480156104a057600080fd5b506102cc6104af366004612125565b610f95565b3480156104c057600080fd5b50610388600e5481565b3480156104d657600080fd5b50600a54610388565b3480156104eb57600080fd5b506103886104fa366004612040565b610fdf565b34801561050b57600080fd5b506102cc611047565b34801561052057600080fd5b506102cc61052f366004612161565b611085565b6102cc610542366004612040565b6110bb565b34801561055357600080fd5b50610310610562366004612040565b6112ab565b34801561057357600080fd5b506102cc610582366004612040565b6112bd565b34801561059357600080fd5b506102cc6105a2366004612040565b6112ec565b3480156105b357600080fd5b506103886105c236600461210a565b61131b565b3480156105d357600080fd5b506102cc6113ac565b3480156105e857600080fd5b5061038860105481565b3480156105fe57600080fd5b5061038861060d36600461210a565b60126020526000908152604090205481565b34801561062b57600080fd5b506009546001600160a01b0316610310565b34801561064957600080fd5b506102cc610658366004612040565b6113e2565b34801561066957600080fd5b506102e3611411565b34801561067e57600080fd5b50610388600c5481565b34801561069457600080fd5b506102cc6106a33660046121d3565b611420565b3480156106b457600080fd5b5061038860115481565b3480156106ca57600080fd5b506102cc6106d9366004612225565b6114e5565b3480156106ea57600080fd5b506102cc6106f9366004612040565b61154d565b34801561070a57600080fd5b506102e3610719366004612040565b61157c565b34801561072a57600080fd5b50610388600a5481565b34801561074057600080fd5b506102cc61074f366004612040565b611648565b34801561076057600080fd5b5061029761076f366004612301565b6001600160a01b03918216600090815260076020908152604080832093909416825291909152205460ff1690565b3480156107a957600080fd5b506102cc6107b836600461210a565b611677565b3480156107c957600080fd5b50610388600f5481565b3480156107df57600080fd5b50600b546102979060ff1681565b3480156107f957600080fd5b50610388600d5481565b60006001600160e01b031982166380ac58cd60e01b148061083457506001600160e01b03198216635b5e139f60e01b145b8061084f57506001600160e01b0319821663780e9d6360e01b145b8061086a57506301ffc9a760e01b6001600160e01b03198316145b92915050565b6009546001600160a01b031633146108a35760405162461bcd60e51b815260040161089a90612334565b60405180910390fd5b600a5460005411156108e65760405162461bcd60e51b815260206004820152600c60248201526b4e4f545f414c4c4f5745442160a01b604482015260640161089a565b600a546001826000546108f9919061237f565b6109039190612397565b11156109215760405162461bcd60e51b815260040161089a906123ae565b61092b338261170f565b50565b60606001805461093d906123d9565b80601f0160208091040260200160405190810160405280929190818152602001828054610969906123d9565b80156109b65780601f1061098b576101008083540402835291602001916109b6565b820191906000526020600020905b81548152906001019060200180831161099957829003601f168201915b5050505050905090565b60006109cb8261172d565b610a2d5760405162461bcd60e51b815260206004820152602d60248201527f455243373231413a20617070726f76656420717565727920666f72206e6f6e6560448201526c3c34b9ba32b73a103a37b5b2b760991b606482015260840161089a565b506000908152600660205260409020546001600160a01b031690565b6000610a54826112ab565b9050806001600160a01b0316836001600160a01b03161415610ac35760405162461bcd60e51b815260206004820152602260248201527f455243373231413a20617070726f76616c20746f2063757272656e74206f776e60448201526132b960f11b606482015260840161089a565b336001600160a01b0382161480610adf5750610adf813361076f565b610b515760405162461bcd60e51b815260206004820152603960248201527f455243373231413a20617070726f76652063616c6c6572206973206e6f74206f60448201527f776e6572206e6f7220617070726f76656420666f7220616c6c00000000000000606482015260840161089a565b610b5c838383611740565b505050565b600b5460ff16610ba65760405162461bcd60e51b815260206004820152601060248201526f53414c455f4e4f545f4143544956452160801b604482015260640161089a565b34600f5482610bb59190612414565b14610bf65760405162461bcd60e51b81526020600482015260116024820152704e4f545f454e4f5547485f4d4f4e45592160781b604482015260640161089a565b601054811115610c3e5760405162461bcd60e51b8152602060048201526013602482015272455843454544535f4d41585f5045525f54582160681b604482015260640161089a565b600a546000541115610c875760405162461bcd60e51b81526020600482015260126024820152714e4f545f454e4f5547485f544f4b454e532160701b604482015260640161089a565b600a54600182600054610c9a919061237f565b610ca49190612397565b1115610cc25760405162461bcd60e51b815260040161089a906123ae565b60115433600090815260136020526040902054610ce090839061237f565b1115610d285760405162461bcd60e51b8152602060048201526017602482015276455843454544535f4d41585f5045525f57414c4c45542160481b604482015260640161089a565b610d32338261170f565b3360009081526013602052604081208054839290610d5190849061237f565b909155505050565b60006001600054610d6a9190612397565b905090565b60008181526008602052604090205460ff1615610d9e5760405162461bcd60e51b815260040161089a90612433565b610b5c83838361179c565b6000610db48361131b565b8210610e0d5760405162461bcd60e51b815260206004820152602260248201527f455243373231413a206f776e657220696e646578206f7574206f6620626f756e604482015261647360f01b606482015260840161089a565b6000610e17610d59565b905060008060005b83811015610eb0576000818152600460209081526040918290208251808401909352546001600160a01b038116808452600160a01b90910467ffffffffffffffff169183019190915215610e7257805192505b876001600160a01b0316836001600160a01b03161415610ea75786841415610ea05750935061086a92505050565b6001909301925b50600101610e1f565b5060405162461bcd60e51b815260206004820152602e60248201527f455243373231413a20756e61626c6520746f2067657420746f6b656e206f662060448201526d0deeedccae440c4f240d2dcc8caf60931b606482015260840161089a565b6009546001600160a01b03163314610f3a5760405162461bcd60e51b815260040161089a90612334565b60405133904780156108fc02916000818181858888f1935050505015801561092b573d6000803e3d6000fd5b6009546001600160a01b03163314610f905760405162461bcd60e51b815260040161089a90612334565b601055565b60008181526008602052604090205460ff1615610fc45760405162461bcd60e51b815260040161089a90612433565b610b5c838383604051806020016040528060008152506114e5565b6000610fe9610d59565b82106110435760405162461bcd60e51b815260206004820152602360248201527f455243373231413a20676c6f62616c20696e646578206f7574206f6620626f756044820152626e647360e81b606482015260840161089a565b5090565b6009546001600160a01b031633146110715760405162461bcd60e51b815260040161089a90612334565b600b805460ff19811660ff90911615179055565b6009546001600160a01b031633146110af5760405162461bcd60e51b815260040161089a90612334565b610b5c60038383611f7d565b600b5460ff166111005760405162461bcd60e51b815260206004820152601060248201526f53414c455f4e4f545f4143544956452160801b604482015260640161089a565b34600c548261110f9190612414565b146111505760405162461bcd60e51b81526020600482015260116024820152704e4f545f454e4f5547485f4d4f4e45592160781b604482015260640161089a565b600d548111156111985760405162461bcd60e51b8152602060048201526013602482015272455843454544535f4d41585f5045525f54582160681b604482015260640161089a565b600a5460005411156111e15760405162461bcd60e51b81526020600482015260126024820152714e4f545f454e4f5547485f544f4b454e532160701b604482015260640161089a565b600a546001826000546111f4919061237f565b6111fe9190612397565b111561121c5760405162461bcd60e51b815260040161089a906123ae565b600e543360009081526012602052604090205461123a90839061237f565b11156112825760405162461bcd60e51b8152602060048201526017602482015276455843454544535f4d41585f5045525f57414c4c45542160481b604482015260640161089a565b61128c338261170f565b3360009081526012602052604081208054839290610d5190849061237f565b60006112b682611a7f565b5192915050565b6009546001600160a01b031633146112e75760405162461bcd60e51b815260040161089a90612334565b601155565b6009546001600160a01b031633146113165760405162461bcd60e51b815260040161089a90612334565b600a55565b60006001600160a01b0382166113875760405162461bcd60e51b815260206004820152602b60248201527f455243373231413a2062616c616e636520717565727920666f7220746865207a60448201526a65726f206164647265737360a81b606482015260840161089a565b506001600160a01b03166000908152600560205260409020546001600160801b031690565b6009546001600160a01b031633146113d65760405162461bcd60e51b815260040161089a90612334565b6113e06000611b54565b565b6009546001600160a01b0316331461140c5760405162461bcd60e51b815260040161089a90612334565b600c55565b60606002805461093d906123d9565b6001600160a01b0382163314156114795760405162461bcd60e51b815260206004820152601a60248201527f455243373231413a20617070726f766520746f2063616c6c6572000000000000604482015260640161089a565b3360008181526007602090815260408083206001600160a01b03871680855290835292819020805460ff191686151590811790915590519081529192917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a35050565b60008281526008602052604090205460ff16156115145760405162461bcd60e51b815260040161089a90612433565b61151f84848461179c565b61152b84848484611ba6565b6115475760405162461bcd60e51b815260040161089a9061245a565b50505050565b6009546001600160a01b031633146115775760405162461bcd60e51b815260040161089a90612334565b600d55565b60606115878261172d565b6115eb5760405162461bcd60e51b815260206004820152602f60248201527f4552433732314d657461646174613a2055524920717565727920666f72206e6f60448201526e3732bc34b9ba32b73a103a37b5b2b760891b606482015260840161089a565b60006115f5611ca5565b90508051600014156116165760405180602001604052806000815250611641565b8061162084611cb4565b6040516020016116319291906124ad565b6040516020818303038152906040525b9392505050565b6009546001600160a01b031633146116725760405162461bcd60e51b815260040161089a90612334565b600e55565b6009546001600160a01b031633146116a15760405162461bcd60e51b815260040161089a90612334565b6001600160a01b0381166117065760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161089a565b61092b81611b54565b611729828260405180602001604052806000815250611db2565b5050565b600080548210801561086a575050151590565b60008281526006602052604080822080546001600160a01b0319166001600160a01b0387811691821790925591518593918516917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591a4505050565b60006117a782611a7f565b80519091506000906001600160a01b0316336001600160a01b031614806117de5750336117d3846109c0565b6001600160a01b0316145b806117f0575081516117f0903361076f565b90508061185a5760405162461bcd60e51b815260206004820152603260248201527f455243373231413a207472616e736665722063616c6c6572206973206e6f74206044820152711bdddb995c881b9bdc88185c1c1c9bdd995960721b606482015260840161089a565b846001600160a01b031682600001516001600160a01b0316146118ce5760405162461bcd60e51b815260206004820152602660248201527f455243373231413a207472616e736665722066726f6d20696e636f72726563746044820152651037bbb732b960d11b606482015260840161089a565b6001600160a01b0384166119325760405162461bcd60e51b815260206004820152602560248201527f455243373231413a207472616e7366657220746f20746865207a65726f206164604482015264647265737360d81b606482015260840161089a565b6119426000848460000151611740565b6001600160a01b03858116600090815260056020908152604080832080546001600160801b03198082166001600160801b03928316600019018316179092558986168086528386208054938416938316600190810190931693909317909255888552600490935281842080546001600160e01b031916909117600160a01b4267ffffffffffffffff1602179055908601808352912054909116611a35576119e88161172d565b15611a35578251600082815260046020908152604090912080549186015167ffffffffffffffff16600160a01b026001600160e01b03199092166001600160a01b03909316929092171790555b5082846001600160a01b0316866001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45b5050505050565b6040805180820190915260008082526020820152611a9c8261172d565b611afb5760405162461bcd60e51b815260206004820152602a60248201527f455243373231413a206f776e657220717565727920666f72206e6f6e657869736044820152693a32b73a103a37b5b2b760b11b606482015260840161089a565b815b6000818152600460209081526040918290208251808401909352546001600160a01b038116808452600160a01b90910467ffffffffffffffff169183019190915215611b4a579392505050565b5060001901611afd565b600980546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b60006001600160a01b0384163b15611c9957604051630a85bd0160e11b81526001600160a01b0385169063150b7a0290611bea9033908990889088906004016124ec565b6020604051808303816000875af1925050508015611c25575060408051601f3d908101601f19168201909252611c2291810190612529565b60015b611c7f573d808015611c53576040519150601f19603f3d011682016040523d82523d6000602084013e611c58565b606091505b508051611c775760405162461bcd60e51b815260040161089a9061245a565b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050611c9d565b5060015b949350505050565b60606003805461093d906123d9565b606081611cd85750506040805180820190915260018152600360fc1b602082015290565b8160005b8115611d025780611cec81612546565b9150611cfb9050600a83612577565b9150611cdc565b60008167ffffffffffffffff811115611d1d57611d1d61220f565b6040519080825280601f01601f191660200182016040528015611d47576020820181803683370190505b5090505b8415611c9d57611d5c600183612397565b9150611d69600a8661258b565b611d7490603061237f565b60f81b818381518110611d8957611d8961259f565b60200101906001600160f81b031916908160001a905350611dab600a86612577565b9450611d4b565b610b5c83838360016000546001600160a01b038516611e1d5760405162461bcd60e51b815260206004820152602160248201527f455243373231413a206d696e7420746f20746865207a65726f206164647265736044820152607360f81b606482015260840161089a565b83611e7b5760405162461bcd60e51b815260206004820152602860248201527f455243373231413a207175616e74697479206d75737420626520677265617465604482015267072207468616e20360c41b606482015260840161089a565b6001600160a01b03851660008181526005602090815260408083208054600160801b6001600160801b031982166001600160801b039283168c01831690811782900483168c01909216021790558483526004909152812080546001600160e01b031916909217600160a01b4267ffffffffffffffff16021790915581905b85811015611f745760405182906001600160a01b038916906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a48315611f6857611f4c6000888488611ba6565b611f685760405162461bcd60e51b815260040161089a9061245a565b60019182019101611ef9565b50600055611a78565b828054611f89906123d9565b90600052602060002090601f016020900481019282611fab5760008555611ff1565b82601f10611fc45782800160ff19823516178555611ff1565b82800160010185558215611ff1579182015b82811115611ff1578235825591602001919060010190611fd6565b506110439291505b808211156110435760008155600101611ff9565b6001600160e01b03198116811461092b57600080fd5b60006020828403121561203557600080fd5b81356116418161200d565b60006020828403121561205257600080fd5b5035919050565b60005b8381101561207457818101518382015260200161205c565b838111156115475750506000910152565b6000815180845261209d816020860160208601612059565b601f01601f19169290920160200192915050565b6020815260006116416020830184612085565b80356001600160a01b03811681146120db57600080fd5b919050565b600080604083850312156120f357600080fd5b6120fc836120c4565b946020939093013593505050565b60006020828403121561211c57600080fd5b611641826120c4565b60008060006060848603121561213a57600080fd5b612143846120c4565b9250612151602085016120c4565b9150604084013590509250925092565b6000806020838503121561217457600080fd5b823567ffffffffffffffff8082111561218c57600080fd5b818501915085601f8301126121a057600080fd5b8135818111156121af57600080fd5b8660208285010111156121c157600080fd5b60209290920196919550909350505050565b600080604083850312156121e657600080fd5b6121ef836120c4565b91506020830135801515811461220457600080fd5b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b6000806000806080858703121561223b57600080fd5b612244856120c4565b9350612252602086016120c4565b925060408501359150606085013567ffffffffffffffff8082111561227657600080fd5b818701915087601f83011261228a57600080fd5b81358181111561229c5761229c61220f565b604051601f8201601f19908116603f011681019083821181831017156122c4576122c461220f565b816040528281528a60208487010111156122dd57600080fd5b82602086016020830137600060208483010152809550505050505092959194509250565b6000806040838503121561231457600080fd5b61231d836120c4565b915061232b602084016120c4565b90509250929050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052601160045260246000fd5b6000821982111561239257612392612369565b500190565b6000828210156123a9576123a9612369565b500390565b6020808252601190820152704e4f545f454e4f5547485f544f4b454e5360781b604082015260600190565b600181811c908216806123ed57607f821691505b6020821081141561240e57634e487b7160e01b600052602260045260246000fd5b50919050565b600081600019048311821515161561242e5761242e612369565b500290565b6020808252600d908201526c544f4b454e5f5354414b45442160981b604082015260600190565b60208082526033908201527f455243373231413a207472616e7366657220746f206e6f6e204552433732315260408201527232b1b2b4bb32b91034b6b83632b6b2b73a32b960691b606082015260800190565b600083516124bf818460208801612059565b8351908301906124d3818360208801612059565b64173539b7b760d91b9101908152600501949350505050565b6001600160a01b038581168252841660208201526040810183905260806060820181905260009061251f90830184612085565b9695505050505050565b60006020828403121561253b57600080fd5b81516116418161200d565b600060001982141561255a5761255a612369565b5060010190565b634e487b7160e01b600052601260045260246000fd5b60008261258657612586612561565b500490565b60008261259a5761259a612561565b500690565b634e487b7160e01b600052603260045260246000fdfea26469706673582212205047680ced97d0055a95f94368492cea11ef1af4b2395d63d5f066f55806c12064736f6c634300080c0033

Deployed Bytecode

0x6080604052600436106102725760003560e01c80636d7c4a4b1161014f578063a7027357116100c1578063e268e4d31161007a578063e268e4d314610734578063e985e9c514610754578063f2fde38b1461079d578063f737c47a146107bd578063f9020e33146107d3578063f968adbe146107ed57600080fd5b8063a7027357146106a8578063b88d4fde146106be578063c4e41b2214610396578063c6f6f216146106de578063c87b56dd146106fe578063d5abeb011461071e57600080fd5b80637de77ecc116101135780637de77ecc146105f25780638da5cb5b1461061f57806391b7f5ed1461063d57806395d89b411461065d578063a035b1fe14610672578063a22cb4651461068857600080fd5b80636d7c4a4b146105675780636f8b44b01461058757806370a08231146105a7578063715018a6146105c75780637dc949b2146105dc57600080fd5b80632f745c59116101e85780634c0f38c2116101ac5780634c0f38c2146104ca5780634f6ccce7146104df578063502b33af146104ff57806355f804b31461051457806358090f88146105345780636352211e1461054757600080fd5b80632f745c591461043f5780633ccfd60b1461045f57806340f070a81461047457806342842e0e14610494578063453c2310146104b457600080fd5b8063109d24e11161023a578063109d24e1146103485780631491c2e51461035b57806318160ddd14610396578063204f490c146103ab57806323b872dd1461040957806326987b601461042957600080fd5b806301ffc9a71461027757806302fb4791146102ac57806306fdde03146102ce578063081812fc146102f0578063095ea7b314610328575b600080fd5b34801561028357600080fd5b50610297610292366004612023565b610803565b60405190151581526020015b60405180910390f35b3480156102b857600080fd5b506102cc6102c7366004612040565b610870565b005b3480156102da57600080fd5b506102e361092e565b6040516102a391906120b1565b3480156102fc57600080fd5b5061031061030b366004612040565b6109c0565b6040516001600160a01b0390911681526020016102a3565b34801561033457600080fd5b506102cc6103433660046120e0565b610a49565b6102cc610356366004612040565b610b61565b34801561036757600080fd5b5061038861037636600461210a565b60136020526000908152604090205481565b6040519081526020016102a3565b3480156103a257600080fd5b50610388610d59565b3480156103b757600080fd5b506103ec6103c6366004612040565b6008602052600090815260409020805460019091015460ff808316926101009004169083565b6040805193151584529115156020840152908201526060016102a3565b34801561041557600080fd5b506102cc610424366004612125565b610d6f565b34801561043557600080fd5b5061038860005481565b34801561044b57600080fd5b5061038861045a3660046120e0565b610da9565b34801561046b57600080fd5b506102cc610f10565b34801561048057600080fd5b506102cc61048f366004612040565b610f66565b3480156104a057600080fd5b506102cc6104af366004612125565b610f95565b3480156104c057600080fd5b50610388600e5481565b3480156104d657600080fd5b50600a54610388565b3480156104eb57600080fd5b506103886104fa366004612040565b610fdf565b34801561050b57600080fd5b506102cc611047565b34801561052057600080fd5b506102cc61052f366004612161565b611085565b6102cc610542366004612040565b6110bb565b34801561055357600080fd5b50610310610562366004612040565b6112ab565b34801561057357600080fd5b506102cc610582366004612040565b6112bd565b34801561059357600080fd5b506102cc6105a2366004612040565b6112ec565b3480156105b357600080fd5b506103886105c236600461210a565b61131b565b3480156105d357600080fd5b506102cc6113ac565b3480156105e857600080fd5b5061038860105481565b3480156105fe57600080fd5b5061038861060d36600461210a565b60126020526000908152604090205481565b34801561062b57600080fd5b506009546001600160a01b0316610310565b34801561064957600080fd5b506102cc610658366004612040565b6113e2565b34801561066957600080fd5b506102e3611411565b34801561067e57600080fd5b50610388600c5481565b34801561069457600080fd5b506102cc6106a33660046121d3565b611420565b3480156106b457600080fd5b5061038860115481565b3480156106ca57600080fd5b506102cc6106d9366004612225565b6114e5565b3480156106ea57600080fd5b506102cc6106f9366004612040565b61154d565b34801561070a57600080fd5b506102e3610719366004612040565b61157c565b34801561072a57600080fd5b50610388600a5481565b34801561074057600080fd5b506102cc61074f366004612040565b611648565b34801561076057600080fd5b5061029761076f366004612301565b6001600160a01b03918216600090815260076020908152604080832093909416825291909152205460ff1690565b3480156107a957600080fd5b506102cc6107b836600461210a565b611677565b3480156107c957600080fd5b50610388600f5481565b3480156107df57600080fd5b50600b546102979060ff1681565b3480156107f957600080fd5b50610388600d5481565b60006001600160e01b031982166380ac58cd60e01b148061083457506001600160e01b03198216635b5e139f60e01b145b8061084f57506001600160e01b0319821663780e9d6360e01b145b8061086a57506301ffc9a760e01b6001600160e01b03198316145b92915050565b6009546001600160a01b031633146108a35760405162461bcd60e51b815260040161089a90612334565b60405180910390fd5b600a5460005411156108e65760405162461bcd60e51b815260206004820152600c60248201526b4e4f545f414c4c4f5745442160a01b604482015260640161089a565b600a546001826000546108f9919061237f565b6109039190612397565b11156109215760405162461bcd60e51b815260040161089a906123ae565b61092b338261170f565b50565b60606001805461093d906123d9565b80601f0160208091040260200160405190810160405280929190818152602001828054610969906123d9565b80156109b65780601f1061098b576101008083540402835291602001916109b6565b820191906000526020600020905b81548152906001019060200180831161099957829003601f168201915b5050505050905090565b60006109cb8261172d565b610a2d5760405162461bcd60e51b815260206004820152602d60248201527f455243373231413a20617070726f76656420717565727920666f72206e6f6e6560448201526c3c34b9ba32b73a103a37b5b2b760991b606482015260840161089a565b506000908152600660205260409020546001600160a01b031690565b6000610a54826112ab565b9050806001600160a01b0316836001600160a01b03161415610ac35760405162461bcd60e51b815260206004820152602260248201527f455243373231413a20617070726f76616c20746f2063757272656e74206f776e60448201526132b960f11b606482015260840161089a565b336001600160a01b0382161480610adf5750610adf813361076f565b610b515760405162461bcd60e51b815260206004820152603960248201527f455243373231413a20617070726f76652063616c6c6572206973206e6f74206f60448201527f776e6572206e6f7220617070726f76656420666f7220616c6c00000000000000606482015260840161089a565b610b5c838383611740565b505050565b600b5460ff16610ba65760405162461bcd60e51b815260206004820152601060248201526f53414c455f4e4f545f4143544956452160801b604482015260640161089a565b34600f5482610bb59190612414565b14610bf65760405162461bcd60e51b81526020600482015260116024820152704e4f545f454e4f5547485f4d4f4e45592160781b604482015260640161089a565b601054811115610c3e5760405162461bcd60e51b8152602060048201526013602482015272455843454544535f4d41585f5045525f54582160681b604482015260640161089a565b600a546000541115610c875760405162461bcd60e51b81526020600482015260126024820152714e4f545f454e4f5547485f544f4b454e532160701b604482015260640161089a565b600a54600182600054610c9a919061237f565b610ca49190612397565b1115610cc25760405162461bcd60e51b815260040161089a906123ae565b60115433600090815260136020526040902054610ce090839061237f565b1115610d285760405162461bcd60e51b8152602060048201526017602482015276455843454544535f4d41585f5045525f57414c4c45542160481b604482015260640161089a565b610d32338261170f565b3360009081526013602052604081208054839290610d5190849061237f565b909155505050565b60006001600054610d6a9190612397565b905090565b60008181526008602052604090205460ff1615610d9e5760405162461bcd60e51b815260040161089a90612433565b610b5c83838361179c565b6000610db48361131b565b8210610e0d5760405162461bcd60e51b815260206004820152602260248201527f455243373231413a206f776e657220696e646578206f7574206f6620626f756e604482015261647360f01b606482015260840161089a565b6000610e17610d59565b905060008060005b83811015610eb0576000818152600460209081526040918290208251808401909352546001600160a01b038116808452600160a01b90910467ffffffffffffffff169183019190915215610e7257805192505b876001600160a01b0316836001600160a01b03161415610ea75786841415610ea05750935061086a92505050565b6001909301925b50600101610e1f565b5060405162461bcd60e51b815260206004820152602e60248201527f455243373231413a20756e61626c6520746f2067657420746f6b656e206f662060448201526d0deeedccae440c4f240d2dcc8caf60931b606482015260840161089a565b6009546001600160a01b03163314610f3a5760405162461bcd60e51b815260040161089a90612334565b60405133904780156108fc02916000818181858888f1935050505015801561092b573d6000803e3d6000fd5b6009546001600160a01b03163314610f905760405162461bcd60e51b815260040161089a90612334565b601055565b60008181526008602052604090205460ff1615610fc45760405162461bcd60e51b815260040161089a90612433565b610b5c838383604051806020016040528060008152506114e5565b6000610fe9610d59565b82106110435760405162461bcd60e51b815260206004820152602360248201527f455243373231413a20676c6f62616c20696e646578206f7574206f6620626f756044820152626e647360e81b606482015260840161089a565b5090565b6009546001600160a01b031633146110715760405162461bcd60e51b815260040161089a90612334565b600b805460ff19811660ff90911615179055565b6009546001600160a01b031633146110af5760405162461bcd60e51b815260040161089a90612334565b610b5c60038383611f7d565b600b5460ff166111005760405162461bcd60e51b815260206004820152601060248201526f53414c455f4e4f545f4143544956452160801b604482015260640161089a565b34600c548261110f9190612414565b146111505760405162461bcd60e51b81526020600482015260116024820152704e4f545f454e4f5547485f4d4f4e45592160781b604482015260640161089a565b600d548111156111985760405162461bcd60e51b8152602060048201526013602482015272455843454544535f4d41585f5045525f54582160681b604482015260640161089a565b600a5460005411156111e15760405162461bcd60e51b81526020600482015260126024820152714e4f545f454e4f5547485f544f4b454e532160701b604482015260640161089a565b600a546001826000546111f4919061237f565b6111fe9190612397565b111561121c5760405162461bcd60e51b815260040161089a906123ae565b600e543360009081526012602052604090205461123a90839061237f565b11156112825760405162461bcd60e51b8152602060048201526017602482015276455843454544535f4d41585f5045525f57414c4c45542160481b604482015260640161089a565b61128c338261170f565b3360009081526012602052604081208054839290610d5190849061237f565b60006112b682611a7f565b5192915050565b6009546001600160a01b031633146112e75760405162461bcd60e51b815260040161089a90612334565b601155565b6009546001600160a01b031633146113165760405162461bcd60e51b815260040161089a90612334565b600a55565b60006001600160a01b0382166113875760405162461bcd60e51b815260206004820152602b60248201527f455243373231413a2062616c616e636520717565727920666f7220746865207a60448201526a65726f206164647265737360a81b606482015260840161089a565b506001600160a01b03166000908152600560205260409020546001600160801b031690565b6009546001600160a01b031633146113d65760405162461bcd60e51b815260040161089a90612334565b6113e06000611b54565b565b6009546001600160a01b0316331461140c5760405162461bcd60e51b815260040161089a90612334565b600c55565b60606002805461093d906123d9565b6001600160a01b0382163314156114795760405162461bcd60e51b815260206004820152601a60248201527f455243373231413a20617070726f766520746f2063616c6c6572000000000000604482015260640161089a565b3360008181526007602090815260408083206001600160a01b03871680855290835292819020805460ff191686151590811790915590519081529192917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a35050565b60008281526008602052604090205460ff16156115145760405162461bcd60e51b815260040161089a90612433565b61151f84848461179c565b61152b84848484611ba6565b6115475760405162461bcd60e51b815260040161089a9061245a565b50505050565b6009546001600160a01b031633146115775760405162461bcd60e51b815260040161089a90612334565b600d55565b60606115878261172d565b6115eb5760405162461bcd60e51b815260206004820152602f60248201527f4552433732314d657461646174613a2055524920717565727920666f72206e6f60448201526e3732bc34b9ba32b73a103a37b5b2b760891b606482015260840161089a565b60006115f5611ca5565b90508051600014156116165760405180602001604052806000815250611641565b8061162084611cb4565b6040516020016116319291906124ad565b6040516020818303038152906040525b9392505050565b6009546001600160a01b031633146116725760405162461bcd60e51b815260040161089a90612334565b600e55565b6009546001600160a01b031633146116a15760405162461bcd60e51b815260040161089a90612334565b6001600160a01b0381166117065760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161089a565b61092b81611b54565b611729828260405180602001604052806000815250611db2565b5050565b600080548210801561086a575050151590565b60008281526006602052604080822080546001600160a01b0319166001600160a01b0387811691821790925591518593918516917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591a4505050565b60006117a782611a7f565b80519091506000906001600160a01b0316336001600160a01b031614806117de5750336117d3846109c0565b6001600160a01b0316145b806117f0575081516117f0903361076f565b90508061185a5760405162461bcd60e51b815260206004820152603260248201527f455243373231413a207472616e736665722063616c6c6572206973206e6f74206044820152711bdddb995c881b9bdc88185c1c1c9bdd995960721b606482015260840161089a565b846001600160a01b031682600001516001600160a01b0316146118ce5760405162461bcd60e51b815260206004820152602660248201527f455243373231413a207472616e736665722066726f6d20696e636f72726563746044820152651037bbb732b960d11b606482015260840161089a565b6001600160a01b0384166119325760405162461bcd60e51b815260206004820152602560248201527f455243373231413a207472616e7366657220746f20746865207a65726f206164604482015264647265737360d81b606482015260840161089a565b6119426000848460000151611740565b6001600160a01b03858116600090815260056020908152604080832080546001600160801b03198082166001600160801b03928316600019018316179092558986168086528386208054938416938316600190810190931693909317909255888552600490935281842080546001600160e01b031916909117600160a01b4267ffffffffffffffff1602179055908601808352912054909116611a35576119e88161172d565b15611a35578251600082815260046020908152604090912080549186015167ffffffffffffffff16600160a01b026001600160e01b03199092166001600160a01b03909316929092171790555b5082846001600160a01b0316866001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45b5050505050565b6040805180820190915260008082526020820152611a9c8261172d565b611afb5760405162461bcd60e51b815260206004820152602a60248201527f455243373231413a206f776e657220717565727920666f72206e6f6e657869736044820152693a32b73a103a37b5b2b760b11b606482015260840161089a565b815b6000818152600460209081526040918290208251808401909352546001600160a01b038116808452600160a01b90910467ffffffffffffffff169183019190915215611b4a579392505050565b5060001901611afd565b600980546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b60006001600160a01b0384163b15611c9957604051630a85bd0160e11b81526001600160a01b0385169063150b7a0290611bea9033908990889088906004016124ec565b6020604051808303816000875af1925050508015611c25575060408051601f3d908101601f19168201909252611c2291810190612529565b60015b611c7f573d808015611c53576040519150601f19603f3d011682016040523d82523d6000602084013e611c58565b606091505b508051611c775760405162461bcd60e51b815260040161089a9061245a565b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050611c9d565b5060015b949350505050565b60606003805461093d906123d9565b606081611cd85750506040805180820190915260018152600360fc1b602082015290565b8160005b8115611d025780611cec81612546565b9150611cfb9050600a83612577565b9150611cdc565b60008167ffffffffffffffff811115611d1d57611d1d61220f565b6040519080825280601f01601f191660200182016040528015611d47576020820181803683370190505b5090505b8415611c9d57611d5c600183612397565b9150611d69600a8661258b565b611d7490603061237f565b60f81b818381518110611d8957611d8961259f565b60200101906001600160f81b031916908160001a905350611dab600a86612577565b9450611d4b565b610b5c83838360016000546001600160a01b038516611e1d5760405162461bcd60e51b815260206004820152602160248201527f455243373231413a206d696e7420746f20746865207a65726f206164647265736044820152607360f81b606482015260840161089a565b83611e7b5760405162461bcd60e51b815260206004820152602860248201527f455243373231413a207175616e74697479206d75737420626520677265617465604482015267072207468616e20360c41b606482015260840161089a565b6001600160a01b03851660008181526005602090815260408083208054600160801b6001600160801b031982166001600160801b039283168c01831690811782900483168c01909216021790558483526004909152812080546001600160e01b031916909217600160a01b4267ffffffffffffffff16021790915581905b85811015611f745760405182906001600160a01b038916906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a48315611f6857611f4c6000888488611ba6565b611f685760405162461bcd60e51b815260040161089a9061245a565b60019182019101611ef9565b50600055611a78565b828054611f89906123d9565b90600052602060002090601f016020900481019282611fab5760008555611ff1565b82601f10611fc45782800160ff19823516178555611ff1565b82800160010185558215611ff1579182015b82811115611ff1578235825591602001919060010190611fd6565b506110439291505b808211156110435760008155600101611ff9565b6001600160e01b03198116811461092b57600080fd5b60006020828403121561203557600080fd5b81356116418161200d565b60006020828403121561205257600080fd5b5035919050565b60005b8381101561207457818101518382015260200161205c565b838111156115475750506000910152565b6000815180845261209d816020860160208601612059565b601f01601f19169290920160200192915050565b6020815260006116416020830184612085565b80356001600160a01b03811681146120db57600080fd5b919050565b600080604083850312156120f357600080fd5b6120fc836120c4565b946020939093013593505050565b60006020828403121561211c57600080fd5b611641826120c4565b60008060006060848603121561213a57600080fd5b612143846120c4565b9250612151602085016120c4565b9150604084013590509250925092565b6000806020838503121561217457600080fd5b823567ffffffffffffffff8082111561218c57600080fd5b818501915085601f8301126121a057600080fd5b8135818111156121af57600080fd5b8660208285010111156121c157600080fd5b60209290920196919550909350505050565b600080604083850312156121e657600080fd5b6121ef836120c4565b91506020830135801515811461220457600080fd5b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b6000806000806080858703121561223b57600080fd5b612244856120c4565b9350612252602086016120c4565b925060408501359150606085013567ffffffffffffffff8082111561227657600080fd5b818701915087601f83011261228a57600080fd5b81358181111561229c5761229c61220f565b604051601f8201601f19908116603f011681019083821181831017156122c4576122c461220f565b816040528281528a60208487010111156122dd57600080fd5b82602086016020830137600060208483010152809550505050505092959194509250565b6000806040838503121561231457600080fd5b61231d836120c4565b915061232b602084016120c4565b90509250929050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052601160045260246000fd5b6000821982111561239257612392612369565b500190565b6000828210156123a9576123a9612369565b500390565b6020808252601190820152704e4f545f454e4f5547485f544f4b454e5360781b604082015260600190565b600181811c908216806123ed57607f821691505b6020821081141561240e57634e487b7160e01b600052602260045260246000fd5b50919050565b600081600019048311821515161561242e5761242e612369565b500290565b6020808252600d908201526c544f4b454e5f5354414b45442160981b604082015260600190565b60208082526033908201527f455243373231413a207472616e7366657220746f206e6f6e204552433732315260408201527232b1b2b4bb32b91034b6b83632b6b2b73a32b960691b606082015260800190565b600083516124bf818460208801612059565b8351908301906124d3818360208801612059565b64173539b7b760d91b9101908152600501949350505050565b6001600160a01b038581168252841660208201526040810183905260806060820181905260009061251f90830184612085565b9695505050505050565b60006020828403121561253b57600080fd5b81516116418161200d565b600060001982141561255a5761255a612369565b5060010190565b634e487b7160e01b600052601260045260246000fd5b60008261258657612586612561565b500490565b60008261259a5761259a612561565b500690565b634e487b7160e01b600052603260045260246000fdfea26469706673582212205047680ced97d0055a95f94368492cea11ef1af4b2395d63d5f066f55806c12064736f6c634300080c0033

Deployed Bytecode Sourcemap

38828:3702:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;25478:372;;;;;;;;;;-1:-1:-1;25478:372:0;;;;;:::i;:::-;;:::i;:::-;;;565:14:1;;558:22;540:41;;528:2;513:18;25478:372:0;;;;;;;;41131:242;;;;;;;;;;-1:-1:-1;41131:242:0;;;;;:::i;:::-;;:::i;:::-;;27364:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;28936:214::-;;;;;;;;;;-1:-1:-1;28936:214:0;;;;;:::i;:::-;;:::i;:::-;;;-1:-1:-1;;;;;1692:32:1;;;1674:51;;1662:2;1647:18;28936:214:0;1528:203:1;28457:413:0;;;;;;;;;;-1:-1:-1;28457:413:0;;;;;:::i;:::-;;:::i;41381:581::-;;;;;;:::i;:::-;;:::i;39490:43::-;;;;;;;;;;-1:-1:-1;39490:43:0;;;;;:::i;:::-;;;;;;;;;;;;;;;;;2510:25:1;;;2498:2;2483:18;39490:43:0;2364:177:1;23731:104:0;;;;;;;;;;;;;:::i;23481:49::-;;;;;;;;;;-1:-1:-1;23481:49:0;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2761:14:1;;2754:22;2736:41;;2820:14;;2813:22;2808:2;2793:18;;2786:50;2852:18;;;2845:34;2724:2;2709:18;23481:49:0;2546:339:1;29812:229:0;;;;;;;;;;-1:-1:-1;29812:229:0;;;;;:::i;:::-;;:::i;22730:31::-;;;;;;;;;;;;;;;;24399:1007;;;;;;;;;;-1:-1:-1;24399:1007:0;;;;;:::i;:::-;;:::i;39771:109::-;;;;;;;;;;;;;:::i;40383:97::-;;;;;;;;;;-1:-1:-1;40383:97:0;;;;;:::i;:::-;;:::i;30112:244::-;;;;;;;;;;-1:-1:-1;30112:244:0;;;;;:::i;:::-;;:::i;39062:28::-;;;;;;;;;;;;;;;;40809:85;;;;;;;;;;-1:-1:-1;40877:9:0;;40809:85;;23912:187;;;;;;;;;;-1:-1:-1;23912:187:0;;;;;:::i;:::-;;:::i;39888:87::-;;;;;;;;;;;;;:::i;40609:90::-;;;;;;;;;;-1:-1:-1;40609:90:0;;;;;:::i;:::-;;:::i;41970:557::-;;;;;;:::i;:::-;;:::i;27173:124::-;;;;;;;;;;-1:-1:-1;27173:124:0;;;;;:::i;:::-;;:::i;40492:105::-;;;;;;;;;;-1:-1:-1;40492:105:0;;;;;:::i;:::-;;:::i;39983:91::-;;;;;;;;;;-1:-1:-1;39983:91:0;;;;;:::i;:::-;;:::i;25914:221::-;;;;;;;;;;-1:-1:-1;25914:221:0;;;;;:::i;:::-;;:::i;4507:94::-;;;;;;;;;;;;;:::i;39133:28::-;;;;;;;;;;;;;;;;39441:39;;;;;;;;;;-1:-1:-1;39441:39:0;;;;;:::i;:::-;;;;;;;;;;;;;;3856:87;;;;;;;;;;-1:-1:-1;3929:6:0;;-1:-1:-1;;;;;3929:6:0;3856:87;;40082:83;;;;;;;;;;-1:-1:-1;40082:83:0;;;;;:::i;:::-;;:::i;27533:104::-;;;;;;;;;;;;;:::i;39000:17::-;;;;;;;;;;;;;;;;29222:288;;;;;;;;;;-1:-1:-1;29222:288:0;;;;;:::i;:::-;;:::i;39172:32::-;;;;;;;;;;;;;;;;30427:422;;;;;;;;;;-1:-1:-1;30427:422:0;;;;;:::i;:::-;;:::i;40177:89::-;;;;;;;;;;-1:-1:-1;40177:89:0;;;;;:::i;:::-;;:::i;27708:344::-;;;;;;;;;;-1:-1:-1;27708:344:0;;;;;:::i;:::-;;:::i;38935:29::-;;;;;;;;;;;;;;;;40278:97;;;;;;;;;;-1:-1:-1;40278:97:0;;;;;:::i;:::-;;:::i;29581:164::-;;;;;;;;;;-1:-1:-1;29581:164:0;;;;;:::i;:::-;-1:-1:-1;;;;;29702:25:0;;;29678:4;29702:25;;;:18;:25;;;;;;;;:35;;;;;;;;;;;;;;;29581:164;4756:192;;;;;;;;;;-1:-1:-1;4756:192:0;;;;;:::i;:::-;;:::i;39097:29::-;;;;;;;;;;;;;;;;38971:22;;;;;;;;;;-1:-1:-1;38971:22:0;;;;;;;;39027:24;;;;;;;;;;;;;;;;25478:372;25580:4;-1:-1:-1;;;;;;25617:40:0;;-1:-1:-1;;;25617:40:0;;:105;;-1:-1:-1;;;;;;;25674:48:0;;-1:-1:-1;;;25674:48:0;25617:105;:172;;;-1:-1:-1;;;;;;;25739:50:0;;-1:-1:-1;;;25739:50:0;25617:172;:225;;;-1:-1:-1;;;;;;;;;;15567:40:0;;;25806:36;25597:245;25478:372;-1:-1:-1;;25478:372:0:o;41131:242::-;3929:6;;-1:-1:-1;;;;;3929:6:0;2812:10;4076:23;4068:68;;;;-1:-1:-1;;;4068:68:0;;;;;;;:::i;:::-;;;;;;;;;41218:9:::1;;41202:12;;:25;;41194:50;;;::::0;-1:-1:-1;;;41194:50:0;;6275:2:1;41194:50:0::1;::::0;::::1;6257:21:1::0;6314:2;6294:18;;;6287:30;-1:-1:-1;;;6333:18:1;;;6326:42;6385:18;;41194:50:0::1;6073:336:1::0;41194:50:0::1;41294:9;;41288:1;41280:6;41265:12;;:21;;;;:::i;:::-;41264:25;;;;:::i;:::-;41263:40;;41255:70;;;;-1:-1:-1::0;;;41255:70:0::1;;;;;;;:::i;:::-;41336:29;41346:10;41358:6;41336:9;:29::i;:::-;41131:242:::0;:::o;27364:100::-;27418:13;27451:5;27444:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27364:100;:::o;28936:214::-;29004:7;29032:16;29040:7;29032;:16::i;:::-;29024:74;;;;-1:-1:-1;;;29024:74:0;;7742:2:1;29024:74:0;;;7724:21:1;7781:2;7761:18;;;7754:30;7820:34;7800:18;;;7793:62;-1:-1:-1;;;7871:18:1;;;7864:43;7924:19;;29024:74:0;7540:409:1;29024:74:0;-1:-1:-1;29118:24:0;;;;:15;:24;;;;;;-1:-1:-1;;;;;29118:24:0;;28936:214::o;28457:413::-;28530:13;28546:24;28562:7;28546:15;:24::i;:::-;28530:40;;28595:5;-1:-1:-1;;;;;28589:11:0;:2;-1:-1:-1;;;;;28589:11:0;;;28581:58;;;;-1:-1:-1;;;28581:58:0;;8156:2:1;28581:58:0;;;8138:21:1;8195:2;8175:18;;;8168:30;8234:34;8214:18;;;8207:62;-1:-1:-1;;;8285:18:1;;;8278:32;8327:19;;28581:58:0;7954:398:1;28581:58:0;2812:10;-1:-1:-1;;;;;28674:21:0;;;;:62;;-1:-1:-1;28699:37:0;28716:5;2812:10;29581:164;:::i;28699:37::-;28652:169;;;;-1:-1:-1;;;28652:169:0;;8559:2:1;28652:169:0;;;8541:21:1;8598:2;8578:18;;;8571:30;8637:34;8617:18;;;8610:62;8708:27;8688:18;;;8681:55;8753:19;;28652:169:0;8357:421:1;28652:169:0;28834:28;28843:2;28847:7;28856:5;28834:8;:28::i;:::-;28519:351;28457:413;;:::o;41381:581::-;41451:10;;;;41443:39;;;;-1:-1:-1;;;41443:39:0;;8985:2:1;41443:39:0;;;8967:21:1;9024:2;9004:18;;;8997:30;-1:-1:-1;;;9043:18:1;;;9036:46;9099:18;;41443:39:0;8783:340:1;41443:39:0;41527:9;41510:13;;41501:6;:22;;;;:::i;:::-;:35;41493:65;;;;-1:-1:-1;;;41493:65:0;;9503:2:1;41493:65:0;;;9485:21:1;9542:2;9522:18;;;9515:30;-1:-1:-1;;;9561:18:1;;;9554:47;9618:18;;41493:65:0;9301:341:1;41493:65:0;41587:12;;41577:6;:22;;41569:54;;;;-1:-1:-1;;;41569:54:0;;9849:2:1;41569:54:0;;;9831:21:1;9888:2;9868:18;;;9861:30;-1:-1:-1;;;9907:18:1;;;9900:49;9966:18;;41569:54:0;9647:343:1;41569:54:0;41658:9;;41642:12;;:25;;41634:56;;;;-1:-1:-1;;;41634:56:0;;10197:2:1;41634:56:0;;;10179:21:1;10236:2;10216:18;;;10209:30;-1:-1:-1;;;10255:18:1;;;10248:48;10313:18;;41634:56:0;9995:342:1;41634:56:0;41740:9;;41734:1;41726:6;41711:12;;:21;;;;:::i;:::-;41710:25;;;;:::i;:::-;41709:40;;41701:70;;;;-1:-1:-1;;;41701:70:0;;;;;;;:::i;:::-;41826:16;;41802:10;41790:23;;;;:11;:23;;;;;;:32;;41816:6;;41790:32;:::i;:::-;:52;;41782:88;;;;-1:-1:-1;;;41782:88:0;;10544:2:1;41782:88:0;;;10526:21:1;10583:2;10563:18;;;10556:30;-1:-1:-1;;;10602:18:1;;;10595:53;10665:18;;41782:88:0;10342:347:1;41782:88:0;41881:29;41891:10;41903:6;41881:9;:29::i;:::-;41933:10;41921:23;;;;:11;:23;;;;;:33;;41948:6;;41921:23;:33;;41948:6;;41921:33;:::i;:::-;;;;-1:-1:-1;;;41381:581:0:o;23731:104::-;23784:7;23826:1;23811:12;;:16;;;;:::i;:::-;23804:23;;23731:104;:::o;29812:229::-;29947:22;;;;:13;:22;;;;;:29;;;29946:30;29938:56;;;;-1:-1:-1;;;29938:56:0;;;;;;;:::i;:::-;30005:28;30015:4;30021:2;30025:7;30005:9;:28::i;24399:1007::-;24488:7;24524:16;24534:5;24524:9;:16::i;:::-;24516:5;:24;24508:71;;;;-1:-1:-1;;;24508:71:0;;11238:2:1;24508:71:0;;;11220:21:1;11277:2;11257:18;;;11250:30;11316:34;11296:18;;;11289:62;-1:-1:-1;;;11367:18:1;;;11360:32;11409:19;;24508:71:0;11036:398:1;24508:71:0;24590:22;24615:13;:11;:13::i;:::-;24590:38;;24639:19;24669:25;24858:9;24853:466;24873:14;24869:1;:18;24853:466;;;24913:31;24947:14;;;:11;:14;;;;;;;;;24913:48;;;;;;;;;-1:-1:-1;;;;;24913:48:0;;;;;-1:-1:-1;;;24913:48:0;;;;;;;;;;;;24984:28;24980:111;;25057:14;;;-1:-1:-1;24980:111:0;25134:5;-1:-1:-1;;;;;25113:26:0;:17;-1:-1:-1;;;;;25113:26:0;;25109:195;;;25183:5;25168:11;:20;25164:85;;;-1:-1:-1;25224:1:0;-1:-1:-1;25217:8:0;;-1:-1:-1;;;25217:8:0;25164:85;25271:13;;;;;25109:195;-1:-1:-1;24889:3:0;;24853:466;;;-1:-1:-1;25342:56:0;;-1:-1:-1;;;25342:56:0;;11641:2:1;25342:56:0;;;11623:21:1;11680:2;11660:18;;;11653:30;11719:34;11699:18;;;11692:62;-1:-1:-1;;;11770:18:1;;;11763:44;11824:19;;25342:56:0;11439:410:1;39771:109:0;3929:6;;-1:-1:-1;;;;;3929:6:0;2812:10;4076:23;4068:68;;;;-1:-1:-1;;;4068:68:0;;;;;;;:::i;:::-;39821:51:::1;::::0;39829:10:::1;::::0;39850:21:::1;39821:51:::0;::::1;;;::::0;::::1;::::0;;;39850:21;39829:10;39821:51;::::1;;;;;;;;;;;;;::::0;::::1;;;;40383:97:::0;3929:6;;-1:-1:-1;;;;;3929:6:0;2812:10;4076:23;4068:68;;;;-1:-1:-1;;;4068:68:0;;;;;;;:::i;:::-;40451:12:::1;:21:::0;40383:97::o;30112:244::-;30251:22;;;;:13;:22;;;;;:29;;;30250:30;30242:56;;;;-1:-1:-1;;;30242:56:0;;;;;;;:::i;:::-;30309:39;30326:4;30332:2;30336:7;30309:39;;;;;;;;;;;;:16;:39::i;23912:187::-;23979:7;24015:13;:11;:13::i;:::-;24007:5;:21;23999:69;;;;-1:-1:-1;;;23999:69:0;;12056:2:1;23999:69:0;;;12038:21:1;12095:2;12075:18;;;12068:30;12134:34;12114:18;;;12107:62;-1:-1:-1;;;12185:18:1;;;12178:33;12228:19;;23999:69:0;11854:399:1;23999:69:0;-1:-1:-1;24086:5:0;23912:187::o;39888:87::-;3929:6;;-1:-1:-1;;;;;3929:6:0;2812:10;4076:23;4068:68;;;;-1:-1:-1;;;4068:68:0;;;;;;;:::i;:::-;39957:10:::1;::::0;;-1:-1:-1;;39943:24:0;::::1;39957:10;::::0;;::::1;39956:11;39943:24;::::0;;39888:87::o;40609:90::-;3929:6;;-1:-1:-1;;;;;3929:6:0;2812:10;4076:23;4068:68;;;;-1:-1:-1;;;4068:68:0;;;;;;;:::i;:::-;40681:10:::1;:3;40687:4:::0;;40681:10:::1;:::i;41970:557::-:0;42040:10;;;;42032:39;;;;-1:-1:-1;;;42032:39:0;;8985:2:1;42032:39:0;;;8967:21:1;9024:2;9004:18;;;8997:30;-1:-1:-1;;;9043:18:1;;;9036:46;9099:18;;42032:39:0;8783:340:1;42032:39:0;42108:9;42099:5;;42090:6;:14;;;;:::i;:::-;:27;42082:57;;;;-1:-1:-1;;;42082:57:0;;9503:2:1;42082:57:0;;;9485:21:1;9542:2;9522:18;;;9515:30;-1:-1:-1;;;9561:18:1;;;9554:47;9618:18;;42082:57:0;9301:341:1;42082:57:0;42168:8;;42158:6;:18;;42150:50;;;;-1:-1:-1;;;42150:50:0;;9849:2:1;42150:50:0;;;9831:21:1;9888:2;9868:18;;;9861:30;-1:-1:-1;;;9907:18:1;;;9900:49;9966:18;;42150:50:0;9647:343:1;42150:50:0;42235:9;;42219:12;;:25;;42211:56;;;;-1:-1:-1;;;42211:56:0;;10197:2:1;42211:56:0;;;10179:21:1;10236:2;10216:18;;;10209:30;-1:-1:-1;;;10255:18:1;;;10248:48;10313:18;;42211:56:0;9995:342:1;42211:56:0;42317:9;;42311:1;42303:6;42288:12;;:21;;;;:::i;:::-;42287:25;;;;:::i;:::-;42286:40;;42278:70;;;;-1:-1:-1;;;42278:70:0;;;;;;;:::i;:::-;42399:12;;42375:10;42367:19;;;;:7;:19;;;;;;:28;;42389:6;;42367:28;:::i;:::-;:44;;42359:80;;;;-1:-1:-1;;;42359:80:0;;10544:2:1;42359:80:0;;;10526:21:1;10583:2;10563:18;;;10556:30;-1:-1:-1;;;10602:18:1;;;10595:53;10665:18;;42359:80:0;10342:347:1;42359:80:0;42450:29;42460:10;42472:6;42450:9;:29::i;:::-;42498:10;42490:19;;;;:7;:19;;;;;:29;;42513:6;;42490:19;:29;;42513:6;;42490:29;:::i;27173:124::-;27237:7;27264:20;27276:7;27264:11;:20::i;:::-;:25;;27173:124;-1:-1:-1;;27173:124:0:o;40492:105::-;3929:6;;-1:-1:-1;;;;;3929:6:0;2812:10;4076:23;4068:68;;;;-1:-1:-1;;;4068:68:0;;;;;;;:::i;:::-;40564:16:::1;:25:::0;40492:105::o;39983:91::-;3929:6;;-1:-1:-1;;;;;3929:6:0;2812:10;4076:23;4068:68;;;;-1:-1:-1;;;4068:68:0;;;;;;;:::i;:::-;40048:9:::1;:18:::0;39983:91::o;25914:221::-;25978:7;-1:-1:-1;;;;;26006:19:0;;25998:75;;;;-1:-1:-1;;;25998:75:0;;12460:2:1;25998:75:0;;;12442:21:1;12499:2;12479:18;;;12472:30;12538:34;12518:18;;;12511:62;-1:-1:-1;;;12589:18:1;;;12582:41;12640:19;;25998:75:0;12258:407:1;25998:75:0;-1:-1:-1;;;;;;26099:19:0;;;;;:12;:19;;;;;:27;-1:-1:-1;;;;;26099:27:0;;25914:221::o;4507:94::-;3929:6;;-1:-1:-1;;;;;3929:6:0;2812:10;4076:23;4068:68;;;;-1:-1:-1;;;4068:68:0;;;;;;;:::i;:::-;4572:21:::1;4590:1;4572:9;:21::i;:::-;4507:94::o:0;40082:83::-;3929:6;;-1:-1:-1;;;;;3929:6:0;2812:10;4076:23;4068:68;;;;-1:-1:-1;;;4068:68:0;;;;;;;:::i;:::-;40143:5:::1;:14:::0;40082:83::o;27533:104::-;27589:13;27622:7;27615:14;;;;;:::i;29222:288::-;-1:-1:-1;;;;;29317:24:0;;2812:10;29317:24;;29309:63;;;;-1:-1:-1;;;29309:63:0;;12872:2:1;29309:63:0;;;12854:21:1;12911:2;12891:18;;;12884:30;12950:28;12930:18;;;12923:56;12996:18;;29309:63:0;12670:350:1;29309:63:0;2812:10;29385:32;;;;:18;:32;;;;;;;;-1:-1:-1;;;;;29385:42:0;;;;;;;;;;;;:53;;-1:-1:-1;;29385:53:0;;;;;;;;;;29454:48;;540:41:1;;;29385:42:0;;2812:10;29454:48;;513:18:1;29454:48:0;;;;;;;29222:288;;:::o;30427:422::-;30595:22;;;;:13;:22;;;;;:29;;;30594:30;30586:56;;;;-1:-1:-1;;;30586:56:0;;;;;;;:::i;:::-;30653:28;30663:4;30669:2;30673:7;30653:9;:28::i;:::-;30714:48;30737:4;30743:2;30747:7;30756:5;30714:22;:48::i;:::-;30692:149;;;;-1:-1:-1;;;30692:149:0;;;;;;;:::i;:::-;30427:422;;;;:::o;40177:89::-;3929:6;;-1:-1:-1;;;;;3929:6:0;2812:10;4076:23;4068:68;;;;-1:-1:-1;;;4068:68:0;;;;;;;:::i;:::-;40241:8:::1;:17:::0;40177:89::o;27708:344::-;27781:13;27815:16;27823:7;27815;:16::i;:::-;27807:76;;;;-1:-1:-1;;;27807:76:0;;13647:2:1;27807:76:0;;;13629:21:1;13686:2;13666:18;;;13659:30;13725:34;13705:18;;;13698:62;-1:-1:-1;;;13776:18:1;;;13769:45;13831:19;;27807:76:0;13445:411:1;27807:76:0;27896:21;27920:10;:8;:10::i;:::-;27896:34;;27954:7;27948:21;27973:1;27948:26;;:96;;;;;;;;;;;;;;;;;28001:7;28010:18;:7;:16;:18::i;:::-;27984:54;;;;;;;;;:::i;:::-;;;;;;;;;;;;;27948:96;27941:103;27708:344;-1:-1:-1;;;27708:344:0:o;40278:97::-;3929:6;;-1:-1:-1;;;;;3929:6:0;2812:10;4076:23;4068:68;;;;-1:-1:-1;;;4068:68:0;;;;;;;:::i;:::-;40346:12:::1;:21:::0;40278:97::o;4756:192::-;3929:6;;-1:-1:-1;;;;;3929:6:0;2812:10;4076:23;4068:68;;;;-1:-1:-1;;;4068:68:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;4845:22:0;::::1;4837:73;;;::::0;-1:-1:-1;;;4837:73:0;;14705:2:1;4837:73:0::1;::::0;::::1;14687:21:1::0;14744:2;14724:18;;;14717:30;14783:34;14763:18;;;14756:62;-1:-1:-1;;;14834:18:1;;;14827:36;14880:19;;4837:73:0::1;14503:402:1::0;4837:73:0::1;4921:19;4931:8;4921:9;:19::i;31238:104::-:0;31307:27;31317:2;31321:8;31307:27;;;;;;;;;;;;:9;:27::i;:::-;31238:104;;:::o;31104:126::-;31161:4;31195:12;;31185:7;:22;:37;;;;-1:-1:-1;;31211:11:0;;;31104:126::o;36039:196::-;36154:24;;;;:15;:24;;;;;;:29;;-1:-1:-1;;;;;;36154:29:0;-1:-1:-1;;;;;36154:29:0;;;;;;;;;36199:28;;36154:24;;36199:28;;;;;;;36039:196;;;:::o;33919:2002::-;34034:35;34072:20;34084:7;34072:11;:20::i;:::-;34147:18;;34034:58;;-1:-1:-1;34105:22:0;;-1:-1:-1;;;;;34131:34:0;2812:10;-1:-1:-1;;;;;34131:34:0;;:87;;;-1:-1:-1;2812:10:0;34182:20;34194:7;34182:11;:20::i;:::-;-1:-1:-1;;;;;34182:36:0;;34131:87;:154;;;-1:-1:-1;34252:18:0;;34235:50;;2812:10;29581:164;:::i;34235:50::-;34105:181;;34307:17;34299:80;;;;-1:-1:-1;;;34299:80:0;;15112:2:1;34299:80:0;;;15094:21:1;15151:2;15131:18;;;15124:30;15190:34;15170:18;;;15163:62;-1:-1:-1;;;15241:18:1;;;15234:48;15299:19;;34299:80:0;14910:414:1;34299:80:0;34422:4;-1:-1:-1;;;;;34400:26:0;:13;:18;;;-1:-1:-1;;;;;34400:26:0;;34392:77;;;;-1:-1:-1;;;34392:77:0;;15531:2:1;34392:77:0;;;15513:21:1;15570:2;15550:18;;;15543:30;15609:34;15589:18;;;15582:62;-1:-1:-1;;;15660:18:1;;;15653:36;15706:19;;34392:77:0;15329:402:1;34392:77:0;-1:-1:-1;;;;;34488:16:0;;34480:66;;;;-1:-1:-1;;;34480:66:0;;15938:2:1;34480:66:0;;;15920:21:1;15977:2;15957:18;;;15950:30;16016:34;15996:18;;;15989:62;-1:-1:-1;;;16067:18:1;;;16060:35;16112:19;;34480:66:0;15736:401:1;34480:66:0;34667:49;34684:1;34688:7;34697:13;:18;;;34667:8;:49::i;:::-;-1:-1:-1;;;;;35012:18:0;;;;;;;:12;:18;;;;;;;;:31;;-1:-1:-1;;;;;;35012:31:0;;;-1:-1:-1;;;;;35012:31:0;;;-1:-1:-1;;35012:31:0;;;;;;;35058:16;;;;;;;;;:29;;;;;;;;-1:-1:-1;35058:29:0;;;;;;;;;;;;;35104:20;;;:11;:20;;;;;;:30;;-1:-1:-1;;;;;;35149:61:0;;;;-1:-1:-1;;;35194:15:0;35149:61;;;;;;35484:11;;;35514:24;;;;;:29;35484:11;;35514:29;35510:295;;35582:20;35590:11;35582:7;:20::i;:::-;35578:212;;;35659:18;;;35627:24;;;:11;:24;;;;;;;;:50;;35742:28;;;;35700:70;;-1:-1:-1;;;35700:70:0;-1:-1:-1;;;;;;35700:70:0;;;-1:-1:-1;;;;;35627:50:0;;;35700:70;;;;;;;35578:212;34987:829;35852:7;35848:2;-1:-1:-1;;;;;35833:27:0;35842:4;-1:-1:-1;;;;;35833:27:0;;;;;;;;;;;35871:42;34023:1898;;33919:2002;;;:::o;26574:537::-;-1:-1:-1;;;;;;;;;;;;;;;;;26677:16:0;26685:7;26677;:16::i;:::-;26669:71;;;;-1:-1:-1;;;26669:71:0;;16344:2:1;26669:71:0;;;16326:21:1;16383:2;16363:18;;;16356:30;16422:34;16402:18;;;16395:62;-1:-1:-1;;;16473:18:1;;;16466:40;16523:19;;26669:71:0;16142:406:1;26669:71:0;26798:7;26778:245;26845:31;26879:17;;;:11;:17;;;;;;;;;26845:51;;;;;;;;;-1:-1:-1;;;;;26845:51:0;;;;;-1:-1:-1;;;26845:51:0;;;;;;;;;;;;26919:28;26915:93;;26979:9;26574:537;-1:-1:-1;;;26574:537:0:o;26915:93::-;-1:-1:-1;;;26818:6:0;26778:245;;4956:173;5031:6;;;-1:-1:-1;;;;;5048:17:0;;;-1:-1:-1;;;;;;5048:17:0;;;;;;;5081:40;;5031:6;;;5048:17;5031:6;;5081:40;;5012:16;;5081:40;5001:128;4956:173;:::o;36800:804::-;36955:4;-1:-1:-1;;;;;36976:13:0;;6140:20;6188:8;36972:625;;37012:72;;-1:-1:-1;;;37012:72:0;;-1:-1:-1;;;;;37012:36:0;;;;;:72;;2812:10;;37063:4;;37069:7;;37078:5;;37012:72;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;-1:-1:-1;37012:72:0;;;;;;;;-1:-1:-1;;37012:72:0;;;;;;;;;;;;:::i;:::-;;;37008:534;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;37258:13:0;;37254:273;;37301:61;;-1:-1:-1;;;37301:61:0;;;;;;;:::i;37254:273::-;37477:6;37471:13;37462:6;37458:2;37454:15;37447:38;37008:534;-1:-1:-1;;;;;;37135:55:0;-1:-1:-1;;;37135:55:0;;-1:-1:-1;37128:62:0;;36972:625;-1:-1:-1;37581:4:0;36972:625;36800:804;;;;;;:::o;28300:95::-;28351:13;28384:3;28377:10;;;;;:::i;431:723::-;487:13;708:10;704:53;;-1:-1:-1;;735:10:0;;;;;;;;;;;;-1:-1:-1;;;735:10:0;;;;;431:723::o;704:53::-;782:5;767:12;823:78;830:9;;823:78;;856:8;;;;:::i;:::-;;-1:-1:-1;879:10:0;;-1:-1:-1;887:2:0;879:10;;:::i;:::-;;;823:78;;;911:19;943:6;933:17;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;933:17:0;;911:39;;961:154;968:10;;961:154;;995:11;1005:1;995:11;;:::i;:::-;;-1:-1:-1;1064:10:0;1072:2;1064:5;:10;:::i;:::-;1051:24;;:2;:24;:::i;:::-;1038:39;;1021:6;1028;1021:14;;;;;;;;:::i;:::-;;;;:56;-1:-1:-1;;;;;1021:56:0;;;;;;;;-1:-1:-1;1092:11:0;1101:2;1092:11;;:::i;:::-;;;961:154;;31705:163;31828:32;31834:2;31838:8;31848:5;31855:4;32266:20;32289:12;-1:-1:-1;;;;;32320:16:0;;32312:62;;;;-1:-1:-1;;;32312:62:0;;18565:2:1;32312:62:0;;;18547:21:1;18604:2;18584:18;;;18577:30;18643:34;18623:18;;;18616:62;-1:-1:-1;;;18694:18:1;;;18687:31;18735:19;;32312:62:0;18363:397:1;32312:62:0;32393:13;32385:66;;;;-1:-1:-1;;;32385:66:0;;18967:2:1;32385:66:0;;;18949:21:1;19006:2;18986:18;;;18979:30;19045:34;19025:18;;;19018:62;-1:-1:-1;;;19096:18:1;;;19089:38;19144:19;;32385:66:0;18765:404:1;32385:66:0;-1:-1:-1;;;;;32803:16:0;;;;;;:12;:16;;;;;;;;:45;;-1:-1:-1;;;;;;;;;32803:45:0;;-1:-1:-1;;;;;32803:45:0;;;;;;;;;;32863:50;;;;;;;;;;;;;;32930:25;;;:11;:25;;;;;:35;;-1:-1:-1;;;;;;32980:66:0;;;;-1:-1:-1;;;33030:15:0;32980:66;;;;;;;32930:25;;33115:415;33135:8;33131:1;:12;33115:415;;;33174:38;;33199:12;;-1:-1:-1;;;;;33174:38:0;;;33191:1;;33174:38;;33191:1;;33174:38;33235:4;33231:249;;;33298:59;33329:1;33333:2;33337:12;33351:5;33298:22;:59::i;:::-;33264:196;;;;-1:-1:-1;;;33264:196:0;;;;;;;:::i;:::-;33500:14;;;;;33145:3;33115:415;;;-1:-1:-1;33546:12:0;:27;33597:60;30427:422;-1:-1:-1;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;14:131:1;-1:-1:-1;;;;;;88:32:1;;78:43;;68:71;;135:1;132;125:12;150:245;208:6;261:2;249:9;240:7;236:23;232:32;229:52;;;277:1;274;267:12;229:52;316:9;303:23;335:30;359:5;335:30;:::i;592:180::-;651:6;704:2;692:9;683:7;679:23;675:32;672:52;;;720:1;717;710:12;672:52;-1:-1:-1;743:23:1;;592:180;-1:-1:-1;592:180:1:o;777:258::-;849:1;859:113;873:6;870:1;867:13;859:113;;;949:11;;;943:18;930:11;;;923:39;895:2;888:10;859:113;;;990:6;987:1;984:13;981:48;;;-1:-1:-1;;1025:1:1;1007:16;;1000:27;777:258::o;1040:::-;1082:3;1120:5;1114:12;1147:6;1142:3;1135:19;1163:63;1219:6;1212:4;1207:3;1203:14;1196:4;1189:5;1185:16;1163:63;:::i;:::-;1280:2;1259:15;-1:-1:-1;;1255:29:1;1246:39;;;;1287:4;1242:50;;1040:258;-1:-1:-1;;1040:258:1:o;1303:220::-;1452:2;1441:9;1434:21;1415:4;1472:45;1513:2;1502:9;1498:18;1490:6;1472:45;:::i;1736:173::-;1804:20;;-1:-1:-1;;;;;1853:31:1;;1843:42;;1833:70;;1899:1;1896;1889:12;1833:70;1736:173;;;:::o;1914:254::-;1982:6;1990;2043:2;2031:9;2022:7;2018:23;2014:32;2011:52;;;2059:1;2056;2049:12;2011:52;2082:29;2101:9;2082:29;:::i;:::-;2072:39;2158:2;2143:18;;;;2130:32;;-1:-1:-1;;;1914:254:1:o;2173:186::-;2232:6;2285:2;2273:9;2264:7;2260:23;2256:32;2253:52;;;2301:1;2298;2291:12;2253:52;2324:29;2343:9;2324:29;:::i;2890:328::-;2967:6;2975;2983;3036:2;3024:9;3015:7;3011:23;3007:32;3004:52;;;3052:1;3049;3042:12;3004:52;3075:29;3094:9;3075:29;:::i;:::-;3065:39;;3123:38;3157:2;3146:9;3142:18;3123:38;:::i;:::-;3113:48;;3208:2;3197:9;3193:18;3180:32;3170:42;;2890:328;;;;;:::o;3223:592::-;3294:6;3302;3355:2;3343:9;3334:7;3330:23;3326:32;3323:52;;;3371:1;3368;3361:12;3323:52;3411:9;3398:23;3440:18;3481:2;3473:6;3470:14;3467:34;;;3497:1;3494;3487:12;3467:34;3535:6;3524:9;3520:22;3510:32;;3580:7;3573:4;3569:2;3565:13;3561:27;3551:55;;3602:1;3599;3592:12;3551:55;3642:2;3629:16;3668:2;3660:6;3657:14;3654:34;;;3684:1;3681;3674:12;3654:34;3729:7;3724:2;3715:6;3711:2;3707:15;3703:24;3700:37;3697:57;;;3750:1;3747;3740:12;3697:57;3781:2;3773:11;;;;;3803:6;;-1:-1:-1;3223:592:1;;-1:-1:-1;;;;3223:592:1:o;3820:347::-;3885:6;3893;3946:2;3934:9;3925:7;3921:23;3917:32;3914:52;;;3962:1;3959;3952:12;3914:52;3985:29;4004:9;3985:29;:::i;:::-;3975:39;;4064:2;4053:9;4049:18;4036:32;4111:5;4104:13;4097:21;4090:5;4087:32;4077:60;;4133:1;4130;4123:12;4077:60;4156:5;4146:15;;;3820:347;;;;;:::o;4172:127::-;4233:10;4228:3;4224:20;4221:1;4214:31;4264:4;4261:1;4254:15;4288:4;4285:1;4278:15;4304:1138;4399:6;4407;4415;4423;4476:3;4464:9;4455:7;4451:23;4447:33;4444:53;;;4493:1;4490;4483:12;4444:53;4516:29;4535:9;4516:29;:::i;:::-;4506:39;;4564:38;4598:2;4587:9;4583:18;4564:38;:::i;:::-;4554:48;;4649:2;4638:9;4634:18;4621:32;4611:42;;4704:2;4693:9;4689:18;4676:32;4727:18;4768:2;4760:6;4757:14;4754:34;;;4784:1;4781;4774:12;4754:34;4822:6;4811:9;4807:22;4797:32;;4867:7;4860:4;4856:2;4852:13;4848:27;4838:55;;4889:1;4886;4879:12;4838:55;4925:2;4912:16;4947:2;4943;4940:10;4937:36;;;4953:18;;:::i;:::-;5028:2;5022:9;4996:2;5082:13;;-1:-1:-1;;5078:22:1;;;5102:2;5074:31;5070:40;5058:53;;;5126:18;;;5146:22;;;5123:46;5120:72;;;5172:18;;:::i;:::-;5212:10;5208:2;5201:22;5247:2;5239:6;5232:18;5287:7;5282:2;5277;5273;5269:11;5265:20;5262:33;5259:53;;;5308:1;5305;5298:12;5259:53;5364:2;5359;5355;5351:11;5346:2;5338:6;5334:15;5321:46;5409:1;5404:2;5399;5391:6;5387:15;5383:24;5376:35;5430:6;5420:16;;;;;;;4304:1138;;;;;;;:::o;5447:260::-;5515:6;5523;5576:2;5564:9;5555:7;5551:23;5547:32;5544:52;;;5592:1;5589;5582:12;5544:52;5615:29;5634:9;5615:29;:::i;:::-;5605:39;;5663:38;5697:2;5686:9;5682:18;5663:38;:::i;:::-;5653:48;;5447:260;;;;;:::o;5712:356::-;5914:2;5896:21;;;5933:18;;;5926:30;5992:34;5987:2;5972:18;;5965:62;6059:2;6044:18;;5712:356::o;6414:127::-;6475:10;6470:3;6466:20;6463:1;6456:31;6506:4;6503:1;6496:15;6530:4;6527:1;6520:15;6546:128;6586:3;6617:1;6613:6;6610:1;6607:13;6604:39;;;6623:18;;:::i;:::-;-1:-1:-1;6659:9:1;;6546:128::o;6679:125::-;6719:4;6747:1;6744;6741:8;6738:34;;;6752:18;;:::i;:::-;-1:-1:-1;6789:9:1;;6679:125::o;6809:341::-;7011:2;6993:21;;;7050:2;7030:18;;;7023:30;-1:-1:-1;;;7084:2:1;7069:18;;7062:47;7141:2;7126:18;;6809:341::o;7155:380::-;7234:1;7230:12;;;;7277;;;7298:61;;7352:4;7344:6;7340:17;7330:27;;7298:61;7405:2;7397:6;7394:14;7374:18;7371:38;7368:161;;;7451:10;7446:3;7442:20;7439:1;7432:31;7486:4;7483:1;7476:15;7514:4;7511:1;7504:15;7368:161;;7155:380;;;:::o;9128:168::-;9168:7;9234:1;9230;9226:6;9222:14;9219:1;9216:21;9211:1;9204:9;9197:17;9193:45;9190:71;;;9241:18;;:::i;:::-;-1:-1:-1;9281:9:1;;9128:168::o;10694:337::-;10896:2;10878:21;;;10935:2;10915:18;;;10908:30;-1:-1:-1;;;10969:2:1;10954:18;;10947:43;11022:2;11007:18;;10694:337::o;13025:415::-;13227:2;13209:21;;;13266:2;13246:18;;;13239:30;13305:34;13300:2;13285:18;;13278:62;-1:-1:-1;;;13371:2:1;13356:18;;13349:49;13430:3;13415:19;;13025:415::o;13861:637::-;14141:3;14179:6;14173:13;14195:53;14241:6;14236:3;14229:4;14221:6;14217:17;14195:53;:::i;:::-;14311:13;;14270:16;;;;14333:57;14311:13;14270:16;14367:4;14355:17;;14333:57;:::i;:::-;-1:-1:-1;;;14412:20:1;;14441:22;;;14490:1;14479:13;;13861:637;-1:-1:-1;;;;13861:637:1:o;16969:489::-;-1:-1:-1;;;;;17238:15:1;;;17220:34;;17290:15;;17285:2;17270:18;;17263:43;17337:2;17322:18;;17315:34;;;17385:3;17380:2;17365:18;;17358:31;;;17163:4;;17406:46;;17432:19;;17424:6;17406:46;:::i;:::-;17398:54;16969:489;-1:-1:-1;;;;;;16969:489:1:o;17463:249::-;17532:6;17585:2;17573:9;17564:7;17560:23;17556:32;17553:52;;;17601:1;17598;17591:12;17553:52;17633:9;17627:16;17652:30;17676:5;17652:30;:::i;17717:135::-;17756:3;-1:-1:-1;;17777:17:1;;17774:43;;;17797:18;;:::i;:::-;-1:-1:-1;17844:1:1;17833:13;;17717:135::o;17857:127::-;17918:10;17913:3;17909:20;17906:1;17899:31;17949:4;17946:1;17939:15;17973:4;17970:1;17963:15;17989:120;18029:1;18055;18045:35;;18060:18;;:::i;:::-;-1:-1:-1;18094:9:1;;17989:120::o;18114:112::-;18146:1;18172;18162:35;;18177:18;;:::i;:::-;-1:-1:-1;18211:9:1;;18114:112::o;18231:127::-;18292:10;18287:3;18283:20;18280:1;18273:31;18323:4;18320:1;18313:15;18347:4;18344:1;18337:15

Swarm Source

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