ETH Price: $3,447.25 (-0.96%)
Gas: 9 Gwei

Token

Unchained Milady (UNMIL)
 

Overview

Max Total Supply

2,500 UNMIL

Holders

1,589

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A
Filtered by Token Holder
realputtputt.eth
Balance
1 UNMIL
0x8f8f31c1042db38aa11424ea7b7e0bc2842a19a5
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:
UnchainedMilady

Compiler Version
v0.8.17+commit.8df45f5f

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2023-05-30
*/

// Sources flattened with hardhat v2.12.6 https://hardhat.org

// File @openzeppelin/contracts/utils/[email protected]
// SPDX-License-Identifier: MIT


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

pragma solidity ^0.8.0;

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

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


// File @openzeppelin/contracts/access/[email protected]


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

pragma solidity ^0.8.0;

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

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

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

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

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

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

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

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

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


// File @openzeppelin/contracts/utils/introspection/[email protected]


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

pragma solidity ^0.8.0;

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


// File @openzeppelin/contracts/token/ERC721/[email protected]


// OpenZeppelin Contracts (last updated v4.8.0) (token/ERC721/IERC721.sol)

pragma solidity ^0.8.0;

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

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

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

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

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

    /**
     * @dev Safely transfers `tokenId` token from `from` to `to`.
     *
     * 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;

    /**
     * @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 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: Note that the caller is responsible to confirm that the recipient is capable of receiving ERC721
     * or else they may be permanently lost. Usage of {safeTransferFrom} prevents loss, though the caller must
     * understand this adds an external call which potentially creates a reentrancy vulnerability.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must be owned by `from`.
     * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}.
     *
     * Emits a {Transfer} event.
     */
    function transferFrom(
        address from,
        address to,
        uint256 tokenId
    ) external;

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

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

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

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


// File erc721a/contracts/[email protected]


// ERC721A Contracts v4.2.3
// Creator: Chiru Labs

pragma solidity ^0.8.4;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /**
     * @dev Emitted when `tokenId` token is transferred from `from` to `to`.
     */
    event Transfer(address indexed from, address indexed to, uint256 indexed tokenId);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


// File erc721a/contracts/[email protected]


// ERC721A Contracts v4.2.3
// Creator: Chiru Labs

pragma solidity ^0.8.4;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    // Token name
    string private _name;

    // Token symbol
    string private _symbol;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        return _tokenApprovals[tokenId].value;
    }

    /**
     * @dev Approve or remove `operator` as an operator for the caller.
     * Operators can call {transferFrom} or {safeTransferFrom}
     * for any token owned by the caller.
     *
     * Requirements:
     *
     * - The `operator` cannot be the caller.
     *
     * Emits an {ApprovalForAll} event.
     */
    function setApprovalForAll(address operator, bool approved) public virtual override {
        _operatorApprovals[_msgSenderERC721A()][operator] = approved;
        emit ApprovalForAll(_msgSenderERC721A(), operator, approved);
    }

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

    /**
     * @dev Returns whether `tokenId` exists.
     *
     * Tokens can be managed by their owner or approved accounts via {approve} or {setApprovalForAll}.
     *
     * Tokens start existing when they are minted. See {_mint}.
     */
    function _exists(uint256 tokenId) internal view virtual returns (bool) {
        return
            _startTokenId() <= tokenId &&
            tokenId < _currentIndex && // If within bounds,
            _packedOwnerships[tokenId] & _BITMASK_BURNED == 0; // and not burned.
    }

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

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

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

    /**
     * @dev Transfers `tokenId` from `from` to `to`.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must be owned by `from`.
     * - If the caller is not `from`, it must be approved to move this token
     * by either {approve} or {setApprovalForAll}.
     *
     * Emits a {Transfer} event.
     */
    function transferFrom(
        address from,
        address to,
        uint256 tokenId
    ) public payable virtual override {
        uint256 prevOwnershipPacked = _packedOwnershipOf(tokenId);

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

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

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

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

        _beforeTokenTransfers(from, to, tokenId, 1);

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

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

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

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

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

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

    /**
     * @dev Safely transfers `tokenId` token from `from` to `to`.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must exist and be owned by `from`.
     * - If the caller is not `from`, it must be approved to move this token
     * by either {approve} or {setApprovalForAll}.
     * - If `to` refers to a smart contract, it must implement
     * {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function safeTransferFrom(
        address from,
        address to,
        uint256 tokenId,
        bytes memory _data
    ) public payable virtual override {
        transferFrom(from, to, tokenId);
        if (to.code.length != 0)
            if (!_checkContractOnERC721Received(from, to, tokenId, _data)) {
                revert TransferToNonERC721ReceiverImplementer();
            }
    }

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

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

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

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

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

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

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

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

            uint256 toMasked;
            uint256 end = startTokenId + quantity;

            // Use assembly to loop and emit the `Transfer` event for gas savings.
            // The duplicated `log4` removes an extra check and reduces stack juggling.
            // The assembly, together with the surrounding Solidity code, have been
            // delicately arranged to nudge the compiler into producing optimized opcodes.
            assembly {
                // Mask `to` to the lower 160 bits, in case the upper bits somehow aren't clean.
                toMasked := and(to, _BITMASK_ADDRESS)
                // Emit the `Transfer` event.
                log4(
                    0, // Start of data (0, since no data).
                    0, // End of data (0, since no data).
                    _TRANSFER_EVENT_SIGNATURE, // Signature.
                    0, // `address(0)`.
                    toMasked, // `to`.
                    startTokenId // `tokenId`.
                )

                // The `iszero(eq(,))` check ensures that large values of `quantity`
                // that overflows uint256 will make the loop run out of gas.
                // The compiler will optimize the `iszero` away for performance.
                for {
                    let tokenId := add(startTokenId, 1)
                } iszero(eq(tokenId, end)) {
                    tokenId := add(tokenId, 1)
                } {
                    // Emit the `Transfer` event. Similar to above.
                    log4(0, 0, _TRANSFER_EVENT_SIGNATURE, 0, toMasked, tokenId)
                }
            }
            if (toMasked == 0) revert MintToZeroAddress();

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

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

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

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

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

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

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

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

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

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

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

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

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

        address from = address(uint160(prevOwnershipPacked));

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

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

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

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

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

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

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

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

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

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

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

    /**
     * @dev Called during each token transfer to set the 24bit `extraData` field.
     * Intended to be overridden by the cosumer contract.
     *
     * `previousExtraData` - the value of `extraData` before transfer.
     *
     * Calling conditions:
     *
     * - When `from` and `to` are both non-zero, `from`'s `tokenId` will be
     * transferred to `to`.
     * - When `from` is zero, `tokenId` will be minted for `to`.
     * - When `to` is zero, `tokenId` will be burned by `from`.
     * - `from` and `to` are never both zero.
     */
    function _extraData(
        address from,
        address to,
        uint24 previousExtraData
    ) internal view virtual returns (uint24) {}

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

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

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

    /**
     * @dev Converts a uint256 to its ASCII string decimal representation.
     */
    function _toString(uint256 value) internal pure virtual returns (string memory str) {
        assembly {
            // The maximum value of a uint256 contains 78 digits (1 byte per digit), but
            // we allocate 0xa0 bytes to keep the free memory pointer 32-byte word aligned.
            // We will need 1 word for the trailing zeros padding, 1 word for the length,
            // and 3 words for a maximum of 78 digits. Total: 5 * 0x20 = 0xa0.
            let m := add(mload(0x40), 0xa0)
            // Update the free memory pointer to allocate.
            mstore(0x40, m)
            // Assign the `str` to the end.
            str := sub(m, 0x20)
            // Zeroize the slot after the string.
            mstore(str, 0)

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

            // We write the string from rightmost digit to leftmost digit.
            // The following is essentially a do-while loop that also handles the zero case.
            // prettier-ignore
            for { let temp := value } 1 {} {
                str := sub(str, 1)
                // Write the character to the pointer.
                // The ASCII index of the '0' character is 48.
                mstore8(str, add(48, mod(temp, 10)))
                // Keep dividing `temp` until zero.
                temp := div(temp, 10)
                // prettier-ignore
                if iszero(temp) { break }
            }

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


// File contracts/UnchainedMilady.sol



pragma solidity ^0.8.17;



contract UnchainedMilady is ERC721A, Ownable {
    uint256 public mintPrice = 0.044 ether;

    bool public saleIsActive = false;

    uint256 public maxPerAddressDuringMint = 100;
    string private _baseTokenURI;
    uint256 public maxSupply = 8888;

    mapping(address => bool) public mintedFree;

    address mezzanotteWallet = 0x4dDAc376f28BE60e1F7642A4D302C6Cf6CAe1D92;
    address devWallet = 0x67c724f54EEeaF679a62149AbeA6f067187731cd;

    modifier onlyDev() {
        require(msg.sender == devWallet, "Caller is not the dev");
        _;
    }

    constructor() ERC721A("Unchained Milady", "UNMIL") {}

    function mintReserveTokens(uint256 numberOfTokens) public onlyDev {
        _safeMint(msg.sender, numberOfTokens);
        require(totalSupply() <= maxSupply, "Limit reached");
    }

    function flipSaleState() public onlyDev {
        saleIsActive = !saleIsActive;
    }

    function setMintPrice(uint256 newPrice) public onlyDev {
        mintPrice = newPrice;
    }

    function setMaxSupply(uint256 newAmount) public onlyDev {
        maxSupply = newAmount;
    }

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

    function setBaseURI(string calldata baseURI) external onlyDev {
        _baseTokenURI = baseURI;
    }

    function mint(uint256 quantity) external payable {
        require(saleIsActive, "Sale must be active to mint");
        require(
            quantity <= maxPerAddressDuringMint,
            "You can't mint that many at once"
        );

        require(
            mintPrice * quantity <= msg.value,
            "Ether value sent is not correct"
        );

        _mint(msg.sender, quantity);
        require(totalSupply() <= maxSupply, "Limit reached");
    }

    function freeMint() external payable {
        require(saleIsActive, "Sale must be active to mint");

        require(
            isAFriend(msg.sender),
            "This wallet doesn't hold any friend NFTs"
        );
        require(
            mintedFree[msg.sender] == false,
            "You can only mint 1 for free"
        );

        mintedFree[msg.sender] = true;
        _mint(msg.sender, 1);

        require(totalSupply() <= maxSupply, "Limit reached");
    }

    function isAFriend(address addr) public view returns (bool) {
        address milady = 0x5Af0D9827E0c53E4799BB226655A1de152A425a5;
        address ssrwives = 0x64256b6409150e8B2B25A456A17DCf171209542a;
        address angelbanners = 0xB1224F5E241424458E87c14652CFe59662BF3A9A;
        address aura = 0x2fC722C1c77170A61F17962CC4D039692f033b43;

        // Mezzanotte projects:
        address whitehearts = 0x4577fcfB0642afD21b5f2502753ED6D497B830E9;
        address simPackTwo = 0x243d558472eF7030aFe3675Bb0a6f9Fb7cE39E13;
        address simPackOne = 0x8b6DCfB251bef4953cF3f3A8C66Af870e6b7466e;
        address dropicall = 0x8b82D758a95c84Bc5476244f91e9AC6478d2a8B0;

        return
            IERC721(milady).balanceOf(addr) > 0 ||
            IERC721(ssrwives).balanceOf(addr) > 0 ||
            IERC721(angelbanners).balanceOf(addr) > 0 ||
            IERC721(aura).balanceOf(addr) > 0 ||
            IERC721(whitehearts).balanceOf(addr) > 0 ||
            IERC721(simPackTwo).balanceOf(addr) > 0 ||
            IERC721(simPackOne).balanceOf(addr) > 0 ||
            IERC721(dropicall).balanceOf(addr) > 0;
    }

    function withdrawMoney() external onlyDev {
        (bool success, ) = devWallet.call{value: address(this).balance}("");
        require(success, "Transfer failed.");
    }

    function withdrawSplit() public payable onlyOwner {
        uint256 tenth = address(this).balance / 10;

        require(payable(devWallet).send(tenth));
        require(payable(mezzanotteWallet).send(9 * tenth));
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"ApprovalCallerNotOwnerNorApproved","type":"error"},{"inputs":[],"name":"ApprovalQueryForNonexistentToken","type":"error"},{"inputs":[],"name":"BalanceQueryForZeroAddress","type":"error"},{"inputs":[],"name":"MintERC2309QuantityExceedsLimit","type":"error"},{"inputs":[],"name":"MintToZeroAddress","type":"error"},{"inputs":[],"name":"MintZeroQuantity","type":"error"},{"inputs":[],"name":"OwnerQueryForNonexistentToken","type":"error"},{"inputs":[],"name":"OwnershipNotInitializedForExtraData","type":"error"},{"inputs":[],"name":"TransferCallerNotOwnerNorApproved","type":"error"},{"inputs":[],"name":"TransferFromIncorrectOwner","type":"error"},{"inputs":[],"name":"TransferToNonERC721ReceiverImplementer","type":"error"},{"inputs":[],"name":"TransferToZeroAddress","type":"error"},{"inputs":[],"name":"URIQueryForNonexistentToken","type":"error"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"fromTokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"toTokenId","type":"uint256"},{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"}],"name":"ConsecutiveTransfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":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":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"flipSaleState","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"freeMint","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"addr","type":"address"}],"name":"isAFriend","outputs":[{"internalType":"bool","name":"","type":"bool"}],"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":"maxPerAddressDuringMint","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"quantity","type":"uint256"}],"name":"mint","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"mintPrice","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"numberOfTokens","type":"uint256"}],"name":"mintReserveTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"mintedFree","outputs":[{"internalType":"bool","name":"","type":"bool"}],"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":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"payable","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":"payable","type":"function"},{"inputs":[],"name":"saleIsActive","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"baseURI","type":"string"}],"name":"setBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"newAmount","type":"uint256"}],"name":"setMaxSupply","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"newPrice","type":"uint256"}],"name":"setMintPrice","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":"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":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"withdrawMoney","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"withdrawSplit","outputs":[],"stateMutability":"payable","type":"function"}]

6080604052669c51c4521e00006009556000600a60006101000a81548160ff0219169083151502179055506064600b556122b8600d55734ddac376f28be60e1f7642a4d302c6cf6cae1d92600f60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055507367c724f54eeeaf679a62149abea6f067187731cd601060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550348015620000ec57600080fd5b506040518060400160405280601081526020017f556e636861696e6564204d696c616479000000000000000000000000000000008152506040518060400160405280600581526020017f554e4d494c00000000000000000000000000000000000000000000000000000081525081600290816200016a919062000508565b5080600390816200017c919062000508565b506200018d620001bb60201b60201c565b6000819055505050620001b5620001a9620001c060201b60201c565b620001c860201b60201c565b620005ef565b600090565b600033905090565b6000600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806200031057607f821691505b602082108103620003265762000325620002c8565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b600060088302620003907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8262000351565b6200039c868362000351565b95508019841693508086168417925050509392505050565b6000819050919050565b6000819050919050565b6000620003e9620003e3620003dd84620003b4565b620003be565b620003b4565b9050919050565b6000819050919050565b6200040583620003c8565b6200041d6200041482620003f0565b8484546200035e565b825550505050565b600090565b6200043462000425565b62000441818484620003fa565b505050565b5b8181101562000469576200045d6000826200042a565b60018101905062000447565b5050565b601f821115620004b85762000482816200032c565b6200048d8462000341565b810160208510156200049d578190505b620004b5620004ac8562000341565b83018262000446565b50505b505050565b600082821c905092915050565b6000620004dd60001984600802620004bd565b1980831691505092915050565b6000620004f88383620004ca565b9150826002028217905092915050565b62000513826200028e565b67ffffffffffffffff8111156200052f576200052e62000299565b5b6200053b8254620002f7565b620005488282856200046d565b600060209050601f8311600181146200058057600084156200056b578287015190505b620005778582620004ea565b865550620005e7565b601f19841662000590866200032c565b60005b82811015620005ba5784890151825560018201915060208501945060208101905062000593565b86831015620005da5784890151620005d6601f891682620004ca565b8355505b6001600288020188555050505b505050505050565b6138d980620005ff6000396000f3fe6080604052600436106101e35760003560e01c806370a0823111610102578063ac44600211610095578063e985e9c511610064578063e985e9c514610649578063eb8d244414610686578063f2fde38b146106b1578063f4a0a528146106da576101e3565b8063ac446002146105ae578063b88d4fde146105c5578063c87b56dd146105e1578063d5abeb011461061e576101e3565b806395d89b41116100d157806395d89b4114610534578063a0712d681461055f578063a22cb4651461057b578063a50e89ff146105a4576101e3565b806370a082311461048a578063715018a6146104c75780638bc35c2f146104de5780638da5cb5b14610509576101e3565b8063288bd8fd1161017a5780635b70ea9f116101495780635b70ea9f146103ef5780636352211e146103f95780636817c76c146104365780636f8b44b014610461576101e3565b8063288bd8fd1461036a57806334918dfd1461039357806342842e0e146103aa57806355f804b3146103c6576101e3565b806312779293116101b657806312779293146102a957806318160ddd146102e6578063209848011461031157806323b872dd1461034e576101e3565b806301ffc9a7146101e857806306fdde0314610225578063081812fc14610250578063095ea7b31461028d575b600080fd5b3480156101f457600080fd5b5061020f600480360381019061020a91906128a1565b610703565b60405161021c91906128e9565b60405180910390f35b34801561023157600080fd5b5061023a610795565b6040516102479190612994565b60405180910390f35b34801561025c57600080fd5b50610277600480360381019061027291906129ec565b610827565b6040516102849190612a5a565b60405180910390f35b6102a760048036038101906102a29190612aa1565b6108a6565b005b3480156102b557600080fd5b506102d060048036038101906102cb9190612ae1565b6109ea565b6040516102dd91906128e9565b60405180910390f35b3480156102f257600080fd5b506102fb610edb565b6040516103089190612b1d565b60405180910390f35b34801561031d57600080fd5b5061033860048036038101906103339190612ae1565b610ef2565b60405161034591906128e9565b60405180910390f35b61036860048036038101906103639190612b38565b610f12565b005b34801561037657600080fd5b50610391600480360381019061038c91906129ec565b611234565b005b34801561039f57600080fd5b506103a861131d565b005b6103c460048036038101906103bf9190612b38565b6113d9565b005b3480156103d257600080fd5b506103ed60048036038101906103e89190612bf0565b6113f9565b005b6103f761149f565b005b34801561040557600080fd5b50610420600480360381019061041b91906129ec565b61167a565b60405161042d9190612a5a565b60405180910390f35b34801561044257600080fd5b5061044b61168c565b6040516104589190612b1d565b60405180910390f35b34801561046d57600080fd5b50610488600480360381019061048391906129ec565b611692565b005b34801561049657600080fd5b506104b160048036038101906104ac9190612ae1565b61172c565b6040516104be9190612b1d565b60405180910390f35b3480156104d357600080fd5b506104dc6117e4565b005b3480156104ea57600080fd5b506104f36117f8565b6040516105009190612b1d565b60405180910390f35b34801561051557600080fd5b5061051e6117fe565b60405161052b9190612a5a565b60405180910390f35b34801561054057600080fd5b50610549611828565b6040516105569190612994565b60405180910390f35b610579600480360381019061057491906129ec565b6118ba565b005b34801561058757600080fd5b506105a2600480360381019061059d9190612c69565b6119f7565b005b6105ac611b02565b005b3480156105ba57600080fd5b506105c3611bea565b005b6105df60048036038101906105da9190612dd9565b611d4b565b005b3480156105ed57600080fd5b50610608600480360381019061060391906129ec565b611dbe565b6040516106159190612994565b60405180910390f35b34801561062a57600080fd5b50610633611e5c565b6040516106409190612b1d565b60405180910390f35b34801561065557600080fd5b50610670600480360381019061066b9190612e5c565b611e62565b60405161067d91906128e9565b60405180910390f35b34801561069257600080fd5b5061069b611ef6565b6040516106a891906128e9565b60405180910390f35b3480156106bd57600080fd5b506106d860048036038101906106d39190612ae1565b611f09565b005b3480156106e657600080fd5b5061070160048036038101906106fc91906129ec565b611f8c565b005b60006301ffc9a760e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061075e57506380ac58cd60e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b8061078e5750635b5e139f60e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b9050919050565b6060600280546107a490612ecb565b80601f01602080910402602001604051908101604052809291908181526020018280546107d090612ecb565b801561081d5780601f106107f25761010080835404028352916020019161081d565b820191906000526020600020905b81548152906001019060200180831161080057829003601f168201915b5050505050905090565b600061083282612026565b610868576040517fcf4700e400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6006600083815260200190815260200160002060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b60006108b18261167a565b90508073ffffffffffffffffffffffffffffffffffffffff166108d2612085565b73ffffffffffffffffffffffffffffffffffffffff1614610935576108fe816108f9612085565b611e62565b610934576040517fcfb3b94200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b826006600084815260200190815260200160002060000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550818373ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a4505050565b600080735af0d9827e0c53e4799bb226655a1de152a425a5905060007364256b6409150e8b2b25a456a17dcf171209542a9050600073b1224f5e241424458e87c14652cfe59662bf3a9a90506000732fc722c1c77170a61f17962cc4d039692f033b4390506000734577fcfb0642afd21b5f2502753ed6d497b830e99050600073243d558472ef7030afe3675bb0a6f9fb7ce39e1390506000738b6dcfb251bef4953cf3f3a8c66af870e6b7466e90506000738b82d758a95c84bc5476244f91e9ac6478d2a8b0905060008873ffffffffffffffffffffffffffffffffffffffff166370a082318c6040518263ffffffff1660e01b8152600401610aee9190612a5a565b602060405180830381865afa158015610b0b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b2f9190612f11565b1180610bb4575060008773ffffffffffffffffffffffffffffffffffffffff166370a082318c6040518263ffffffff1660e01b8152600401610b719190612a5a565b602060405180830381865afa158015610b8e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bb29190612f11565b115b80610c38575060008673ffffffffffffffffffffffffffffffffffffffff166370a082318c6040518263ffffffff1660e01b8152600401610bf59190612a5a565b602060405180830381865afa158015610c12573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c369190612f11565b115b80610cbc575060008573ffffffffffffffffffffffffffffffffffffffff166370a082318c6040518263ffffffff1660e01b8152600401610c799190612a5a565b602060405180830381865afa158015610c96573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cba9190612f11565b115b80610d40575060008473ffffffffffffffffffffffffffffffffffffffff166370a082318c6040518263ffffffff1660e01b8152600401610cfd9190612a5a565b602060405180830381865afa158015610d1a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d3e9190612f11565b115b80610dc4575060008373ffffffffffffffffffffffffffffffffffffffff166370a082318c6040518263ffffffff1660e01b8152600401610d819190612a5a565b602060405180830381865afa158015610d9e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610dc29190612f11565b115b80610e48575060008273ffffffffffffffffffffffffffffffffffffffff166370a082318c6040518263ffffffff1660e01b8152600401610e059190612a5a565b602060405180830381865afa158015610e22573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e469190612f11565b115b80610ecc575060008173ffffffffffffffffffffffffffffffffffffffff166370a082318c6040518263ffffffff1660e01b8152600401610e899190612a5a565b602060405180830381865afa158015610ea6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610eca9190612f11565b115b98505050505050505050919050565b6000610ee561208d565b6001546000540303905090565b600e6020528060005260406000206000915054906101000a900460ff1681565b6000610f1d82612092565b90508373ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614610f84576040517fa114810000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600080610f908461215e565b91509150610fa68187610fa1612085565b612185565b610ff257610fbb86610fb6612085565b611e62565b610ff1576040517f59c896be00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b600073ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1603611058576040517fea553b3400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61106586868660016121c9565b801561107057600082555b600560008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081546001900391905081905550600560008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081546001019190508190555061113e8561111a8888876121cf565b7c0200000000000000000000000000000000000000000000000000000000176121f7565b600460008681526020019081526020016000208190555060007c02000000000000000000000000000000000000000000000000000000008416036111c457600060018501905060006004600083815260200190815260200160002054036111c25760005481146111c1578360046000838152602001908152602001600020819055505b5b505b838573ffffffffffffffffffffffffffffffffffffffff168773ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a461122c8686866001612222565b505050505050565b601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146112c4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112bb90612f8a565b60405180910390fd5b6112ce3382612228565b600d546112d9610edb565b111561131a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161131190612ff6565b60405180910390fd5b50565b601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146113ad576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113a490612f8a565b60405180910390fd5b600a60009054906101000a900460ff1615600a60006101000a81548160ff021916908315150217905550565b6113f483838360405180602001604052806000815250611d4b565b505050565b601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611489576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161148090612f8a565b60405180910390fd5b8181600c918261149a9291906131cd565b505050565b600a60009054906101000a900460ff166114ee576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114e5906132e9565b60405180910390fd5b6114f7336109ea565b611536576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161152d9061337b565b60405180910390fd5b60001515600e60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff161515146115c9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115c0906133e7565b60405180910390fd5b6001600e60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555061162c336001612246565b600d54611637610edb565b1115611678576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161166f90612ff6565b60405180910390fd5b565b600061168582612092565b9050919050565b60095481565b601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611722576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161171990612f8a565b60405180910390fd5b80600d8190555050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611793576040517f8f4eb60400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b67ffffffffffffffff600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054169050919050565b6117ec612401565b6117f6600061247f565b565b600b5481565b6000600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b60606003805461183790612ecb565b80601f016020809104026020016040519081016040528092919081815260200182805461186390612ecb565b80156118b05780601f10611885576101008083540402835291602001916118b0565b820191906000526020600020905b81548152906001019060200180831161189357829003601f168201915b5050505050905090565b600a60009054906101000a900460ff16611909576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611900906132e9565b60405180910390fd5b600b5481111561194e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161194590613453565b60405180910390fd5b348160095461195d91906134a2565b111561199e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161199590613530565b60405180910390fd5b6119a83382612246565b600d546119b3610edb565b11156119f4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119eb90612ff6565b60405180910390fd5b50565b8060076000611a04612085565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff16611ab1612085565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051611af691906128e9565b60405180910390a35050565b611b0a612401565b6000600a47611b19919061357f565b9050601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc829081150290604051600060405180830381858888f19350505050611b7b57600080fd5b600f60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc826009611bc491906134a2565b9081150290604051600060405180830381858888f19350505050611be757600080fd5b50565b601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611c7a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c7190612f8a565b60405180910390fd5b6000601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1647604051611cc2906135e1565b60006040518083038185875af1925050503d8060008114611cff576040519150601f19603f3d011682016040523d82523d6000602084013e611d04565b606091505b5050905080611d48576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d3f90613642565b60405180910390fd5b50565b611d56848484610f12565b60008373ffffffffffffffffffffffffffffffffffffffff163b14611db857611d8184848484612545565b611db7576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b50505050565b6060611dc982612026565b611dff576040517fa14c4b5000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000611e09612695565b90506000815103611e295760405180602001604052806000815250611e54565b80611e3384612727565b604051602001611e4492919061369e565b6040516020818303038152906040525b915050919050565b600d5481565b6000600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b600a60009054906101000a900460ff1681565b611f11612401565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603611f80576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f7790613734565b60405180910390fd5b611f898161247f565b50565b601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461201c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161201390612f8a565b60405180910390fd5b8060098190555050565b60008161203161208d565b11158015612040575060005482105b801561207e575060007c0100000000000000000000000000000000000000000000000000000000600460008581526020019081526020016000205416145b9050919050565b600033905090565b600090565b600080829050806120a161208d565b11612127576000548110156121265760006004600083815260200190815260200160002054905060007c0100000000000000000000000000000000000000000000000000000000821603612124575b6000810361211a5760046000836001900393508381526020019081526020016000205490506120f0565b8092505050612159565b505b5b6040517fdf2d9b4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b919050565b60008060006006600085815260200190815260200160002090508092508254915050915091565b600073ffffffffffffffffffffffffffffffffffffffff8316925073ffffffffffffffffffffffffffffffffffffffff821691508382148383141790509392505050565b50505050565b60008060e883901c905060e86121e6868684612777565b62ffffff16901b9150509392505050565b600073ffffffffffffffffffffffffffffffffffffffff83169250814260a01b178317905092915050565b50505050565b612242828260405180602001604052806000815250612780565b5050565b60008054905060008203612286576040517fb562e8dd00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61229360008483856121c9565b600160406001901b178202600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254019250508190555061230a836122fb60008660006121cf565b6123048561281d565b176121f7565b6004600083815260200190815260200160002081905550600080838301905073ffffffffffffffffffffffffffffffffffffffff85169150828260007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef600080a4600183015b8181146123ab57808360007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef600080a4600181019050612370565b50600082036123e6576040517f2e07630000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8060008190555050506123fc6000848385612222565b505050565b61240961282d565b73ffffffffffffffffffffffffffffffffffffffff166124276117fe565b73ffffffffffffffffffffffffffffffffffffffff161461247d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612474906137a0565b60405180910390fd5b565b6000600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b60008373ffffffffffffffffffffffffffffffffffffffff1663150b7a0261256b612085565b8786866040518563ffffffff1660e01b815260040161258d9493929190613815565b6020604051808303816000875af19250505080156125c957506040513d601f19601f820116820180604052508101906125c69190613876565b60015b612642573d80600081146125f9576040519150601f19603f3d011682016040523d82523d6000602084013e6125fe565b606091505b50600081510361263a576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050949350505050565b6060600c80546126a490612ecb565b80601f01602080910402602001604051908101604052809291908181526020018280546126d090612ecb565b801561271d5780601f106126f25761010080835404028352916020019161271d565b820191906000526020600020905b81548152906001019060200180831161270057829003601f168201915b5050505050905090565b606060a060405101806040526020810391506000825281835b60011561276257600184039350600a81066030018453600a8104905080612740575b50828103602084039350808452505050919050565b60009392505050565b61278a8383612246565b60008373ffffffffffffffffffffffffffffffffffffffff163b1461281857600080549050600083820390505b6127ca6000868380600101945086612545565b612800576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8181106127b757816000541461281557600080fd5b50505b505050565b60006001821460e11b9050919050565b600033905090565b6000604051905090565b600080fd5b600080fd5b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b61287e81612849565b811461288957600080fd5b50565b60008135905061289b81612875565b92915050565b6000602082840312156128b7576128b661283f565b5b60006128c58482850161288c565b91505092915050565b60008115159050919050565b6128e3816128ce565b82525050565b60006020820190506128fe60008301846128da565b92915050565b600081519050919050565b600082825260208201905092915050565b60005b8381101561293e578082015181840152602081019050612923565b60008484015250505050565b6000601f19601f8301169050919050565b600061296682612904565b612970818561290f565b9350612980818560208601612920565b6129898161294a565b840191505092915050565b600060208201905081810360008301526129ae818461295b565b905092915050565b6000819050919050565b6129c9816129b6565b81146129d457600080fd5b50565b6000813590506129e6816129c0565b92915050565b600060208284031215612a0257612a0161283f565b5b6000612a10848285016129d7565b91505092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612a4482612a19565b9050919050565b612a5481612a39565b82525050565b6000602082019050612a6f6000830184612a4b565b92915050565b612a7e81612a39565b8114612a8957600080fd5b50565b600081359050612a9b81612a75565b92915050565b60008060408385031215612ab857612ab761283f565b5b6000612ac685828601612a8c565b9250506020612ad7858286016129d7565b9150509250929050565b600060208284031215612af757612af661283f565b5b6000612b0584828501612a8c565b91505092915050565b612b17816129b6565b82525050565b6000602082019050612b326000830184612b0e565b92915050565b600080600060608486031215612b5157612b5061283f565b5b6000612b5f86828701612a8c565b9350506020612b7086828701612a8c565b9250506040612b81868287016129d7565b9150509250925092565b600080fd5b600080fd5b600080fd5b60008083601f840112612bb057612baf612b8b565b5b8235905067ffffffffffffffff811115612bcd57612bcc612b90565b5b602083019150836001820283011115612be957612be8612b95565b5b9250929050565b60008060208385031215612c0757612c0661283f565b5b600083013567ffffffffffffffff811115612c2557612c24612844565b5b612c3185828601612b9a565b92509250509250929050565b612c46816128ce565b8114612c5157600080fd5b50565b600081359050612c6381612c3d565b92915050565b60008060408385031215612c8057612c7f61283f565b5b6000612c8e85828601612a8c565b9250506020612c9f85828601612c54565b9150509250929050565b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b612ce68261294a565b810181811067ffffffffffffffff82111715612d0557612d04612cae565b5b80604052505050565b6000612d18612835565b9050612d248282612cdd565b919050565b600067ffffffffffffffff821115612d4457612d43612cae565b5b612d4d8261294a565b9050602081019050919050565b82818337600083830152505050565b6000612d7c612d7784612d29565b612d0e565b905082815260208101848484011115612d9857612d97612ca9565b5b612da3848285612d5a565b509392505050565b600082601f830112612dc057612dbf612b8b565b5b8135612dd0848260208601612d69565b91505092915050565b60008060008060808587031215612df357612df261283f565b5b6000612e0187828801612a8c565b9450506020612e1287828801612a8c565b9350506040612e23878288016129d7565b925050606085013567ffffffffffffffff811115612e4457612e43612844565b5b612e5087828801612dab565b91505092959194509250565b60008060408385031215612e7357612e7261283f565b5b6000612e8185828601612a8c565b9250506020612e9285828601612a8c565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680612ee357607f821691505b602082108103612ef657612ef5612e9c565b5b50919050565b600081519050612f0b816129c0565b92915050565b600060208284031215612f2757612f2661283f565b5b6000612f3584828501612efc565b91505092915050565b7f43616c6c6572206973206e6f7420746865206465760000000000000000000000600082015250565b6000612f7460158361290f565b9150612f7f82612f3e565b602082019050919050565b60006020820190508181036000830152612fa381612f67565b9050919050565b7f4c696d6974207265616368656400000000000000000000000000000000000000600082015250565b6000612fe0600d8361290f565b9150612feb82612faa565b602082019050919050565b6000602082019050818103600083015261300f81612fd3565b9050919050565b600082905092915050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b6000600883026130837fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82613046565b61308d8683613046565b95508019841693508086168417925050509392505050565b6000819050919050565b60006130ca6130c56130c0846129b6565b6130a5565b6129b6565b9050919050565b6000819050919050565b6130e4836130af565b6130f86130f0826130d1565b848454613053565b825550505050565b600090565b61310d613100565b6131188184846130db565b505050565b5b8181101561313c57613131600082613105565b60018101905061311e565b5050565b601f8211156131815761315281613021565b61315b84613036565b8101602085101561316a578190505b61317e61317685613036565b83018261311d565b50505b505050565b600082821c905092915050565b60006131a460001984600802613186565b1980831691505092915050565b60006131bd8383613193565b9150826002028217905092915050565b6131d78383613016565b67ffffffffffffffff8111156131f0576131ef612cae565b5b6131fa8254612ecb565b613205828285613140565b6000601f8311600181146132345760008415613222578287013590505b61322c85826131b1565b865550613294565b601f19841661324286613021565b60005b8281101561326a57848901358255600182019150602085019450602081019050613245565b868310156132875784890135613283601f891682613193565b8355505b6001600288020188555050505b50505050505050565b7f53616c65206d7573742062652061637469766520746f206d696e740000000000600082015250565b60006132d3601b8361290f565b91506132de8261329d565b602082019050919050565b60006020820190508181036000830152613302816132c6565b9050919050565b7f546869732077616c6c657420646f65736e277420686f6c6420616e792066726960008201527f656e64204e465473000000000000000000000000000000000000000000000000602082015250565b600061336560288361290f565b915061337082613309565b604082019050919050565b6000602082019050818103600083015261339481613358565b9050919050565b7f596f752063616e206f6e6c79206d696e74203120666f72206672656500000000600082015250565b60006133d1601c8361290f565b91506133dc8261339b565b602082019050919050565b60006020820190508181036000830152613400816133c4565b9050919050565b7f596f752063616e2774206d696e742074686174206d616e79206174206f6e6365600082015250565b600061343d60208361290f565b915061344882613407565b602082019050919050565b6000602082019050818103600083015261346c81613430565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006134ad826129b6565b91506134b8836129b6565b92508282026134c6816129b6565b915082820484148315176134dd576134dc613473565b5b5092915050565b7f45746865722076616c75652073656e74206973206e6f7420636f727265637400600082015250565b600061351a601f8361290f565b9150613525826134e4565b602082019050919050565b600060208201905081810360008301526135498161350d565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600061358a826129b6565b9150613595836129b6565b9250826135a5576135a4613550565b5b828204905092915050565b600081905092915050565b50565b60006135cb6000836135b0565b91506135d6826135bb565b600082019050919050565b60006135ec826135be565b9150819050919050565b7f5472616e73666572206661696c65642e00000000000000000000000000000000600082015250565b600061362c60108361290f565b9150613637826135f6565b602082019050919050565b6000602082019050818103600083015261365b8161361f565b9050919050565b600081905092915050565b600061367882612904565b6136828185613662565b9350613692818560208601612920565b80840191505092915050565b60006136aa828561366d565b91506136b6828461366d565b91508190509392505050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b600061371e60268361290f565b9150613729826136c2565b604082019050919050565b6000602082019050818103600083015261374d81613711565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b600061378a60208361290f565b915061379582613754565b602082019050919050565b600060208201905081810360008301526137b98161377d565b9050919050565b600081519050919050565b600082825260208201905092915050565b60006137e7826137c0565b6137f181856137cb565b9350613801818560208601612920565b61380a8161294a565b840191505092915050565b600060808201905061382a6000830187612a4b565b6138376020830186612a4b565b6138446040830185612b0e565b818103606083015261385681846137dc565b905095945050505050565b60008151905061387081612875565b92915050565b60006020828403121561388c5761388b61283f565b5b600061389a84828501613861565b9150509291505056fea2646970667358221220db0ad43444732ae50ab9b57cb498590745a362b127d9c29da73b94ad45c1c4e764736f6c63430008110033

Deployed Bytecode

0x6080604052600436106101e35760003560e01c806370a0823111610102578063ac44600211610095578063e985e9c511610064578063e985e9c514610649578063eb8d244414610686578063f2fde38b146106b1578063f4a0a528146106da576101e3565b8063ac446002146105ae578063b88d4fde146105c5578063c87b56dd146105e1578063d5abeb011461061e576101e3565b806395d89b41116100d157806395d89b4114610534578063a0712d681461055f578063a22cb4651461057b578063a50e89ff146105a4576101e3565b806370a082311461048a578063715018a6146104c75780638bc35c2f146104de5780638da5cb5b14610509576101e3565b8063288bd8fd1161017a5780635b70ea9f116101495780635b70ea9f146103ef5780636352211e146103f95780636817c76c146104365780636f8b44b014610461576101e3565b8063288bd8fd1461036a57806334918dfd1461039357806342842e0e146103aa57806355f804b3146103c6576101e3565b806312779293116101b657806312779293146102a957806318160ddd146102e6578063209848011461031157806323b872dd1461034e576101e3565b806301ffc9a7146101e857806306fdde0314610225578063081812fc14610250578063095ea7b31461028d575b600080fd5b3480156101f457600080fd5b5061020f600480360381019061020a91906128a1565b610703565b60405161021c91906128e9565b60405180910390f35b34801561023157600080fd5b5061023a610795565b6040516102479190612994565b60405180910390f35b34801561025c57600080fd5b50610277600480360381019061027291906129ec565b610827565b6040516102849190612a5a565b60405180910390f35b6102a760048036038101906102a29190612aa1565b6108a6565b005b3480156102b557600080fd5b506102d060048036038101906102cb9190612ae1565b6109ea565b6040516102dd91906128e9565b60405180910390f35b3480156102f257600080fd5b506102fb610edb565b6040516103089190612b1d565b60405180910390f35b34801561031d57600080fd5b5061033860048036038101906103339190612ae1565b610ef2565b60405161034591906128e9565b60405180910390f35b61036860048036038101906103639190612b38565b610f12565b005b34801561037657600080fd5b50610391600480360381019061038c91906129ec565b611234565b005b34801561039f57600080fd5b506103a861131d565b005b6103c460048036038101906103bf9190612b38565b6113d9565b005b3480156103d257600080fd5b506103ed60048036038101906103e89190612bf0565b6113f9565b005b6103f761149f565b005b34801561040557600080fd5b50610420600480360381019061041b91906129ec565b61167a565b60405161042d9190612a5a565b60405180910390f35b34801561044257600080fd5b5061044b61168c565b6040516104589190612b1d565b60405180910390f35b34801561046d57600080fd5b50610488600480360381019061048391906129ec565b611692565b005b34801561049657600080fd5b506104b160048036038101906104ac9190612ae1565b61172c565b6040516104be9190612b1d565b60405180910390f35b3480156104d357600080fd5b506104dc6117e4565b005b3480156104ea57600080fd5b506104f36117f8565b6040516105009190612b1d565b60405180910390f35b34801561051557600080fd5b5061051e6117fe565b60405161052b9190612a5a565b60405180910390f35b34801561054057600080fd5b50610549611828565b6040516105569190612994565b60405180910390f35b610579600480360381019061057491906129ec565b6118ba565b005b34801561058757600080fd5b506105a2600480360381019061059d9190612c69565b6119f7565b005b6105ac611b02565b005b3480156105ba57600080fd5b506105c3611bea565b005b6105df60048036038101906105da9190612dd9565b611d4b565b005b3480156105ed57600080fd5b50610608600480360381019061060391906129ec565b611dbe565b6040516106159190612994565b60405180910390f35b34801561062a57600080fd5b50610633611e5c565b6040516106409190612b1d565b60405180910390f35b34801561065557600080fd5b50610670600480360381019061066b9190612e5c565b611e62565b60405161067d91906128e9565b60405180910390f35b34801561069257600080fd5b5061069b611ef6565b6040516106a891906128e9565b60405180910390f35b3480156106bd57600080fd5b506106d860048036038101906106d39190612ae1565b611f09565b005b3480156106e657600080fd5b5061070160048036038101906106fc91906129ec565b611f8c565b005b60006301ffc9a760e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061075e57506380ac58cd60e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b8061078e5750635b5e139f60e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b9050919050565b6060600280546107a490612ecb565b80601f01602080910402602001604051908101604052809291908181526020018280546107d090612ecb565b801561081d5780601f106107f25761010080835404028352916020019161081d565b820191906000526020600020905b81548152906001019060200180831161080057829003601f168201915b5050505050905090565b600061083282612026565b610868576040517fcf4700e400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6006600083815260200190815260200160002060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b60006108b18261167a565b90508073ffffffffffffffffffffffffffffffffffffffff166108d2612085565b73ffffffffffffffffffffffffffffffffffffffff1614610935576108fe816108f9612085565b611e62565b610934576040517fcfb3b94200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b826006600084815260200190815260200160002060000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550818373ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a4505050565b600080735af0d9827e0c53e4799bb226655a1de152a425a5905060007364256b6409150e8b2b25a456a17dcf171209542a9050600073b1224f5e241424458e87c14652cfe59662bf3a9a90506000732fc722c1c77170a61f17962cc4d039692f033b4390506000734577fcfb0642afd21b5f2502753ed6d497b830e99050600073243d558472ef7030afe3675bb0a6f9fb7ce39e1390506000738b6dcfb251bef4953cf3f3a8c66af870e6b7466e90506000738b82d758a95c84bc5476244f91e9ac6478d2a8b0905060008873ffffffffffffffffffffffffffffffffffffffff166370a082318c6040518263ffffffff1660e01b8152600401610aee9190612a5a565b602060405180830381865afa158015610b0b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b2f9190612f11565b1180610bb4575060008773ffffffffffffffffffffffffffffffffffffffff166370a082318c6040518263ffffffff1660e01b8152600401610b719190612a5a565b602060405180830381865afa158015610b8e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bb29190612f11565b115b80610c38575060008673ffffffffffffffffffffffffffffffffffffffff166370a082318c6040518263ffffffff1660e01b8152600401610bf59190612a5a565b602060405180830381865afa158015610c12573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c369190612f11565b115b80610cbc575060008573ffffffffffffffffffffffffffffffffffffffff166370a082318c6040518263ffffffff1660e01b8152600401610c799190612a5a565b602060405180830381865afa158015610c96573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cba9190612f11565b115b80610d40575060008473ffffffffffffffffffffffffffffffffffffffff166370a082318c6040518263ffffffff1660e01b8152600401610cfd9190612a5a565b602060405180830381865afa158015610d1a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d3e9190612f11565b115b80610dc4575060008373ffffffffffffffffffffffffffffffffffffffff166370a082318c6040518263ffffffff1660e01b8152600401610d819190612a5a565b602060405180830381865afa158015610d9e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610dc29190612f11565b115b80610e48575060008273ffffffffffffffffffffffffffffffffffffffff166370a082318c6040518263ffffffff1660e01b8152600401610e059190612a5a565b602060405180830381865afa158015610e22573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e469190612f11565b115b80610ecc575060008173ffffffffffffffffffffffffffffffffffffffff166370a082318c6040518263ffffffff1660e01b8152600401610e899190612a5a565b602060405180830381865afa158015610ea6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610eca9190612f11565b115b98505050505050505050919050565b6000610ee561208d565b6001546000540303905090565b600e6020528060005260406000206000915054906101000a900460ff1681565b6000610f1d82612092565b90508373ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614610f84576040517fa114810000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600080610f908461215e565b91509150610fa68187610fa1612085565b612185565b610ff257610fbb86610fb6612085565b611e62565b610ff1576040517f59c896be00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b600073ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1603611058576040517fea553b3400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61106586868660016121c9565b801561107057600082555b600560008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081546001900391905081905550600560008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081546001019190508190555061113e8561111a8888876121cf565b7c0200000000000000000000000000000000000000000000000000000000176121f7565b600460008681526020019081526020016000208190555060007c02000000000000000000000000000000000000000000000000000000008416036111c457600060018501905060006004600083815260200190815260200160002054036111c25760005481146111c1578360046000838152602001908152602001600020819055505b5b505b838573ffffffffffffffffffffffffffffffffffffffff168773ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a461122c8686866001612222565b505050505050565b601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146112c4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112bb90612f8a565b60405180910390fd5b6112ce3382612228565b600d546112d9610edb565b111561131a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161131190612ff6565b60405180910390fd5b50565b601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146113ad576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113a490612f8a565b60405180910390fd5b600a60009054906101000a900460ff1615600a60006101000a81548160ff021916908315150217905550565b6113f483838360405180602001604052806000815250611d4b565b505050565b601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611489576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161148090612f8a565b60405180910390fd5b8181600c918261149a9291906131cd565b505050565b600a60009054906101000a900460ff166114ee576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114e5906132e9565b60405180910390fd5b6114f7336109ea565b611536576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161152d9061337b565b60405180910390fd5b60001515600e60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff161515146115c9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115c0906133e7565b60405180910390fd5b6001600e60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555061162c336001612246565b600d54611637610edb565b1115611678576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161166f90612ff6565b60405180910390fd5b565b600061168582612092565b9050919050565b60095481565b601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611722576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161171990612f8a565b60405180910390fd5b80600d8190555050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611793576040517f8f4eb60400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b67ffffffffffffffff600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054169050919050565b6117ec612401565b6117f6600061247f565b565b600b5481565b6000600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b60606003805461183790612ecb565b80601f016020809104026020016040519081016040528092919081815260200182805461186390612ecb565b80156118b05780601f10611885576101008083540402835291602001916118b0565b820191906000526020600020905b81548152906001019060200180831161189357829003601f168201915b5050505050905090565b600a60009054906101000a900460ff16611909576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611900906132e9565b60405180910390fd5b600b5481111561194e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161194590613453565b60405180910390fd5b348160095461195d91906134a2565b111561199e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161199590613530565b60405180910390fd5b6119a83382612246565b600d546119b3610edb565b11156119f4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119eb90612ff6565b60405180910390fd5b50565b8060076000611a04612085565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff16611ab1612085565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051611af691906128e9565b60405180910390a35050565b611b0a612401565b6000600a47611b19919061357f565b9050601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc829081150290604051600060405180830381858888f19350505050611b7b57600080fd5b600f60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc826009611bc491906134a2565b9081150290604051600060405180830381858888f19350505050611be757600080fd5b50565b601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611c7a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c7190612f8a565b60405180910390fd5b6000601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1647604051611cc2906135e1565b60006040518083038185875af1925050503d8060008114611cff576040519150601f19603f3d011682016040523d82523d6000602084013e611d04565b606091505b5050905080611d48576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d3f90613642565b60405180910390fd5b50565b611d56848484610f12565b60008373ffffffffffffffffffffffffffffffffffffffff163b14611db857611d8184848484612545565b611db7576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b50505050565b6060611dc982612026565b611dff576040517fa14c4b5000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000611e09612695565b90506000815103611e295760405180602001604052806000815250611e54565b80611e3384612727565b604051602001611e4492919061369e565b6040516020818303038152906040525b915050919050565b600d5481565b6000600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b600a60009054906101000a900460ff1681565b611f11612401565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603611f80576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f7790613734565b60405180910390fd5b611f898161247f565b50565b601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461201c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161201390612f8a565b60405180910390fd5b8060098190555050565b60008161203161208d565b11158015612040575060005482105b801561207e575060007c0100000000000000000000000000000000000000000000000000000000600460008581526020019081526020016000205416145b9050919050565b600033905090565b600090565b600080829050806120a161208d565b11612127576000548110156121265760006004600083815260200190815260200160002054905060007c0100000000000000000000000000000000000000000000000000000000821603612124575b6000810361211a5760046000836001900393508381526020019081526020016000205490506120f0565b8092505050612159565b505b5b6040517fdf2d9b4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b919050565b60008060006006600085815260200190815260200160002090508092508254915050915091565b600073ffffffffffffffffffffffffffffffffffffffff8316925073ffffffffffffffffffffffffffffffffffffffff821691508382148383141790509392505050565b50505050565b60008060e883901c905060e86121e6868684612777565b62ffffff16901b9150509392505050565b600073ffffffffffffffffffffffffffffffffffffffff83169250814260a01b178317905092915050565b50505050565b612242828260405180602001604052806000815250612780565b5050565b60008054905060008203612286576040517fb562e8dd00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61229360008483856121c9565b600160406001901b178202600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254019250508190555061230a836122fb60008660006121cf565b6123048561281d565b176121f7565b6004600083815260200190815260200160002081905550600080838301905073ffffffffffffffffffffffffffffffffffffffff85169150828260007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef600080a4600183015b8181146123ab57808360007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef600080a4600181019050612370565b50600082036123e6576040517f2e07630000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8060008190555050506123fc6000848385612222565b505050565b61240961282d565b73ffffffffffffffffffffffffffffffffffffffff166124276117fe565b73ffffffffffffffffffffffffffffffffffffffff161461247d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612474906137a0565b60405180910390fd5b565b6000600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b60008373ffffffffffffffffffffffffffffffffffffffff1663150b7a0261256b612085565b8786866040518563ffffffff1660e01b815260040161258d9493929190613815565b6020604051808303816000875af19250505080156125c957506040513d601f19601f820116820180604052508101906125c69190613876565b60015b612642573d80600081146125f9576040519150601f19603f3d011682016040523d82523d6000602084013e6125fe565b606091505b50600081510361263a576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050949350505050565b6060600c80546126a490612ecb565b80601f01602080910402602001604051908101604052809291908181526020018280546126d090612ecb565b801561271d5780601f106126f25761010080835404028352916020019161271d565b820191906000526020600020905b81548152906001019060200180831161270057829003601f168201915b5050505050905090565b606060a060405101806040526020810391506000825281835b60011561276257600184039350600a81066030018453600a8104905080612740575b50828103602084039350808452505050919050565b60009392505050565b61278a8383612246565b60008373ffffffffffffffffffffffffffffffffffffffff163b1461281857600080549050600083820390505b6127ca6000868380600101945086612545565b612800576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8181106127b757816000541461281557600080fd5b50505b505050565b60006001821460e11b9050919050565b600033905090565b6000604051905090565b600080fd5b600080fd5b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b61287e81612849565b811461288957600080fd5b50565b60008135905061289b81612875565b92915050565b6000602082840312156128b7576128b661283f565b5b60006128c58482850161288c565b91505092915050565b60008115159050919050565b6128e3816128ce565b82525050565b60006020820190506128fe60008301846128da565b92915050565b600081519050919050565b600082825260208201905092915050565b60005b8381101561293e578082015181840152602081019050612923565b60008484015250505050565b6000601f19601f8301169050919050565b600061296682612904565b612970818561290f565b9350612980818560208601612920565b6129898161294a565b840191505092915050565b600060208201905081810360008301526129ae818461295b565b905092915050565b6000819050919050565b6129c9816129b6565b81146129d457600080fd5b50565b6000813590506129e6816129c0565b92915050565b600060208284031215612a0257612a0161283f565b5b6000612a10848285016129d7565b91505092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612a4482612a19565b9050919050565b612a5481612a39565b82525050565b6000602082019050612a6f6000830184612a4b565b92915050565b612a7e81612a39565b8114612a8957600080fd5b50565b600081359050612a9b81612a75565b92915050565b60008060408385031215612ab857612ab761283f565b5b6000612ac685828601612a8c565b9250506020612ad7858286016129d7565b9150509250929050565b600060208284031215612af757612af661283f565b5b6000612b0584828501612a8c565b91505092915050565b612b17816129b6565b82525050565b6000602082019050612b326000830184612b0e565b92915050565b600080600060608486031215612b5157612b5061283f565b5b6000612b5f86828701612a8c565b9350506020612b7086828701612a8c565b9250506040612b81868287016129d7565b9150509250925092565b600080fd5b600080fd5b600080fd5b60008083601f840112612bb057612baf612b8b565b5b8235905067ffffffffffffffff811115612bcd57612bcc612b90565b5b602083019150836001820283011115612be957612be8612b95565b5b9250929050565b60008060208385031215612c0757612c0661283f565b5b600083013567ffffffffffffffff811115612c2557612c24612844565b5b612c3185828601612b9a565b92509250509250929050565b612c46816128ce565b8114612c5157600080fd5b50565b600081359050612c6381612c3d565b92915050565b60008060408385031215612c8057612c7f61283f565b5b6000612c8e85828601612a8c565b9250506020612c9f85828601612c54565b9150509250929050565b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b612ce68261294a565b810181811067ffffffffffffffff82111715612d0557612d04612cae565b5b80604052505050565b6000612d18612835565b9050612d248282612cdd565b919050565b600067ffffffffffffffff821115612d4457612d43612cae565b5b612d4d8261294a565b9050602081019050919050565b82818337600083830152505050565b6000612d7c612d7784612d29565b612d0e565b905082815260208101848484011115612d9857612d97612ca9565b5b612da3848285612d5a565b509392505050565b600082601f830112612dc057612dbf612b8b565b5b8135612dd0848260208601612d69565b91505092915050565b60008060008060808587031215612df357612df261283f565b5b6000612e0187828801612a8c565b9450506020612e1287828801612a8c565b9350506040612e23878288016129d7565b925050606085013567ffffffffffffffff811115612e4457612e43612844565b5b612e5087828801612dab565b91505092959194509250565b60008060408385031215612e7357612e7261283f565b5b6000612e8185828601612a8c565b9250506020612e9285828601612a8c565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680612ee357607f821691505b602082108103612ef657612ef5612e9c565b5b50919050565b600081519050612f0b816129c0565b92915050565b600060208284031215612f2757612f2661283f565b5b6000612f3584828501612efc565b91505092915050565b7f43616c6c6572206973206e6f7420746865206465760000000000000000000000600082015250565b6000612f7460158361290f565b9150612f7f82612f3e565b602082019050919050565b60006020820190508181036000830152612fa381612f67565b9050919050565b7f4c696d6974207265616368656400000000000000000000000000000000000000600082015250565b6000612fe0600d8361290f565b9150612feb82612faa565b602082019050919050565b6000602082019050818103600083015261300f81612fd3565b9050919050565b600082905092915050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b6000600883026130837fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82613046565b61308d8683613046565b95508019841693508086168417925050509392505050565b6000819050919050565b60006130ca6130c56130c0846129b6565b6130a5565b6129b6565b9050919050565b6000819050919050565b6130e4836130af565b6130f86130f0826130d1565b848454613053565b825550505050565b600090565b61310d613100565b6131188184846130db565b505050565b5b8181101561313c57613131600082613105565b60018101905061311e565b5050565b601f8211156131815761315281613021565b61315b84613036565b8101602085101561316a578190505b61317e61317685613036565b83018261311d565b50505b505050565b600082821c905092915050565b60006131a460001984600802613186565b1980831691505092915050565b60006131bd8383613193565b9150826002028217905092915050565b6131d78383613016565b67ffffffffffffffff8111156131f0576131ef612cae565b5b6131fa8254612ecb565b613205828285613140565b6000601f8311600181146132345760008415613222578287013590505b61322c85826131b1565b865550613294565b601f19841661324286613021565b60005b8281101561326a57848901358255600182019150602085019450602081019050613245565b868310156132875784890135613283601f891682613193565b8355505b6001600288020188555050505b50505050505050565b7f53616c65206d7573742062652061637469766520746f206d696e740000000000600082015250565b60006132d3601b8361290f565b91506132de8261329d565b602082019050919050565b60006020820190508181036000830152613302816132c6565b9050919050565b7f546869732077616c6c657420646f65736e277420686f6c6420616e792066726960008201527f656e64204e465473000000000000000000000000000000000000000000000000602082015250565b600061336560288361290f565b915061337082613309565b604082019050919050565b6000602082019050818103600083015261339481613358565b9050919050565b7f596f752063616e206f6e6c79206d696e74203120666f72206672656500000000600082015250565b60006133d1601c8361290f565b91506133dc8261339b565b602082019050919050565b60006020820190508181036000830152613400816133c4565b9050919050565b7f596f752063616e2774206d696e742074686174206d616e79206174206f6e6365600082015250565b600061343d60208361290f565b915061344882613407565b602082019050919050565b6000602082019050818103600083015261346c81613430565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006134ad826129b6565b91506134b8836129b6565b92508282026134c6816129b6565b915082820484148315176134dd576134dc613473565b5b5092915050565b7f45746865722076616c75652073656e74206973206e6f7420636f727265637400600082015250565b600061351a601f8361290f565b9150613525826134e4565b602082019050919050565b600060208201905081810360008301526135498161350d565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600061358a826129b6565b9150613595836129b6565b9250826135a5576135a4613550565b5b828204905092915050565b600081905092915050565b50565b60006135cb6000836135b0565b91506135d6826135bb565b600082019050919050565b60006135ec826135be565b9150819050919050565b7f5472616e73666572206661696c65642e00000000000000000000000000000000600082015250565b600061362c60108361290f565b9150613637826135f6565b602082019050919050565b6000602082019050818103600083015261365b8161361f565b9050919050565b600081905092915050565b600061367882612904565b6136828185613662565b9350613692818560208601612920565b80840191505092915050565b60006136aa828561366d565b91506136b6828461366d565b91508190509392505050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b600061371e60268361290f565b9150613729826136c2565b604082019050919050565b6000602082019050818103600083015261374d81613711565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b600061378a60208361290f565b915061379582613754565b602082019050919050565b600060208201905081810360008301526137b98161377d565b9050919050565b600081519050919050565b600082825260208201905092915050565b60006137e7826137c0565b6137f181856137cb565b9350613801818560208601612920565b61380a8161294a565b840191505092915050565b600060808201905061382a6000830187612a4b565b6138376020830186612a4b565b6138446040830185612b0e565b818103606083015261385681846137dc565b905095945050505050565b60008151905061387081612875565b92915050565b60006020828403121561388c5761388b61283f565b5b600061389a84828501613861565b9150509291505056fea2646970667358221220db0ad43444732ae50ab9b57cb498590745a362b127d9c29da73b94ad45c1c4e764736f6c63430008110033

Deployed Bytecode Sourcemap

61266:3909:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28156:639;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;29058:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;35549:218;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;34982:408;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;63618:1139;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;24809:323;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;61532:42;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;39188:2825;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;61906:185;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;62099:87;;;;;;;;;;;;;:::i;:::-;;42109:193;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;62522:104;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;63120:490;;;:::i;:::-;;30451:152;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;61318:38;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;62296:96;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;25993:233;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2886:103;;;;;;;;;;;;;:::i;:::-;;61406:44;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2238:87;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;29234:104;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;62634:478;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;36107:234;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;64948:224;;;:::i;:::-;;64765:175;;;;;;;;;;;;;:::i;:::-;;42900:407;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;29444:318;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;61492:31;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;36498:164;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;61365:32;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3144:201;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;62194:94;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;28156:639;28241:4;28580:10;28565:25;;:11;:25;;;;:102;;;;28657:10;28642:25;;:11;:25;;;;28565:102;:179;;;;28734:10;28719:25;;:11;:25;;;;28565:179;28545:199;;28156:639;;;:::o;29058:100::-;29112:13;29145:5;29138:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;29058:100;:::o;35549:218::-;35625:7;35650:16;35658:7;35650;:16::i;:::-;35645:64;;35675:34;;;;;;;;;;;;;;35645:64;35729:15;:24;35745:7;35729:24;;;;;;;;;;;:30;;;;;;;;;;;;35722:37;;35549:218;;;:::o;34982:408::-;35071:13;35087:16;35095:7;35087;:16::i;:::-;35071:32;;35143:5;35120:28;;:19;:17;:19::i;:::-;:28;;;35116:175;;35168:44;35185:5;35192:19;:17;:19::i;:::-;35168:16;:44::i;:::-;35163:128;;35240:35;;;;;;;;;;;;;;35163:128;35116:175;35336:2;35303:15;:24;35319:7;35303:24;;;;;;;;;;;:30;;;:35;;;;;;;;;;;;;;;;;;35374:7;35370:2;35354:28;;35363:5;35354:28;;;;;;;;;;;;35060:330;34982:408;;:::o;63618:1139::-;63672:4;63689:14;63706:42;63689:59;;63759:16;63778:42;63759:61;;63831:20;63854:42;63831:65;;63907:12;63922:42;63907:57;;64010:19;64032:42;64010:64;;64085:18;64106:42;64085:63;;64159:18;64180:42;64159:63;;64233:17;64253:42;64233:62;;64362:1;64336:6;64328:25;;;64354:4;64328:31;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:35;:89;;;;64416:1;64388:8;64380:27;;;64408:4;64380:33;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:37;64328:89;:147;;;;64474:1;64442:12;64434:31;;;64466:4;64434:37;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:41;64328:147;:197;;;;64524:1;64500:4;64492:23;;;64516:4;64492:29;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:33;64328:197;:254;;;;64581:1;64550:11;64542:30;;;64573:4;64542:36;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:40;64328:254;:310;;;;64637:1;64607:10;64599:29;;;64629:4;64599:35;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:39;64328:310;:366;;;;64693:1;64663:10;64655:29;;;64685:4;64655:35;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:39;64328:366;:421;;;;64748:1;64719:9;64711:28;;;64740:4;64711:34;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:38;64328:421;64308:441;;;;;;;;;;63618:1139;;;:::o;24809:323::-;24870:7;25098:15;:13;:15::i;:::-;25083:12;;25067:13;;:28;:46;25060:53;;24809:323;:::o;61532:42::-;;;;;;;;;;;;;;;;;;;;;;:::o;39188:2825::-;39330:27;39360;39379:7;39360:18;:27::i;:::-;39330:57;;39445:4;39404:45;;39420:19;39404:45;;;39400:86;;39458:28;;;;;;;;;;;;;;39400:86;39500:27;39529:23;39556:35;39583:7;39556:26;:35::i;:::-;39499:92;;;;39691:68;39716:15;39733:4;39739:19;:17;:19::i;:::-;39691:24;:68::i;:::-;39686:180;;39779:43;39796:4;39802:19;:17;:19::i;:::-;39779:16;:43::i;:::-;39774:92;;39831:35;;;;;;;;;;;;;;39774:92;39686:180;39897:1;39883:16;;:2;:16;;;39879:52;;39908:23;;;;;;;;;;;;;;39879:52;39944:43;39966:4;39972:2;39976:7;39985:1;39944:21;:43::i;:::-;40080:15;40077:160;;;40220:1;40199:19;40192:30;40077:160;40617:18;:24;40636:4;40617:24;;;;;;;;;;;;;;;;40615:26;;;;;;;;;;;;40686:18;:22;40705:2;40686:22;;;;;;;;;;;;;;;;40684:24;;;;;;;;;;;41008:146;41045:2;41094:45;41109:4;41115:2;41119:19;41094:14;:45::i;:::-;21208:8;41066:73;41008:18;:146::i;:::-;40979:17;:26;40997:7;40979:26;;;;;;;;;;;:175;;;;41325:1;21208:8;41274:19;:47;:52;41270:627;;41347:19;41379:1;41369:7;:11;41347:33;;41536:1;41502:17;:30;41520:11;41502:30;;;;;;;;;;;;:35;41498:384;;41640:13;;41625:11;:28;41621:242;;41820:19;41787:17;:30;41805:11;41787:30;;;;;;;;;;;:52;;;;41621:242;41498:384;41328:569;41270:627;41944:7;41940:2;41925:27;;41934:4;41925:27;;;;;;;;;;;;41963:42;41984:4;41990:2;41994:7;42003:1;41963:20;:42::i;:::-;39319:2694;;;39188:2825;;;:::o;61906:185::-;61782:9;;;;;;;;;;;61768:23;;:10;:23;;;61760:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;61983:37:::1;61993:10;62005:14;61983:9;:37::i;:::-;62056:9;;62039:13;:11;:13::i;:::-;:26;;62031:52;;;;;;;;;;;;:::i;:::-;;;;;;;;;61906:185:::0;:::o;62099:87::-;61782:9;;;;;;;;;;;61768:23;;:10;:23;;;61760:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;62166:12:::1;;;;;;;;;;;62165:13;62150:12;;:28;;;;;;;;;;;;;;;;;;62099:87::o:0;42109:193::-;42255:39;42272:4;42278:2;42282:7;42255:39;;;;;;;;;;;;:16;:39::i;:::-;42109:193;;;:::o;62522:104::-;61782:9;;;;;;;;;;;61768:23;;:10;:23;;;61760:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;62611:7:::1;;62595:13;:23;;;;;;;:::i;:::-;;62522:104:::0;;:::o;63120:490::-;63176:12;;;;;;;;;;;63168:52;;;;;;;;;;;;:::i;:::-;;;;;;;;;63255:21;63265:10;63255:9;:21::i;:::-;63233:111;;;;;;;;;;;;:::i;:::-;;;;;;;;;63403:5;63377:31;;:10;:22;63388:10;63377:22;;;;;;;;;;;;;;;;;;;;;;;;;:31;;;63355:109;;;;;;;;;;;;:::i;:::-;;;;;;;;;63502:4;63477:10;:22;63488:10;63477:22;;;;;;;;;;;;;;;;:29;;;;;;;;;;;;;;;;;;63517:20;63523:10;63535:1;63517:5;:20::i;:::-;63575:9;;63558:13;:11;:13::i;:::-;:26;;63550:52;;;;;;;;;;;;:::i;:::-;;;;;;;;;63120:490::o;30451:152::-;30523:7;30566:27;30585:7;30566:18;:27::i;:::-;30543:52;;30451:152;;;:::o;61318:38::-;;;;:::o;62296:96::-;61782:9;;;;;;;;;;;61768:23;;:10;:23;;;61760:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;62375:9:::1;62363;:21;;;;62296:96:::0;:::o;25993:233::-;26065:7;26106:1;26089:19;;:5;:19;;;26085:60;;26117:28;;;;;;;;;;;;;;26085:60;20152:13;26163:18;:25;26182:5;26163:25;;;;;;;;;;;;;;;;:55;26156:62;;25993:233;;;:::o;2886:103::-;2124:13;:11;:13::i;:::-;2951:30:::1;2978:1;2951:18;:30::i;:::-;2886:103::o:0;61406:44::-;;;;:::o;2238:87::-;2284:7;2311:6;;;;;;;;;;;2304:13;;2238:87;:::o;29234:104::-;29290:13;29323:7;29316:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;29234:104;:::o;62634:478::-;62702:12;;;;;;;;;;;62694:52;;;;;;;;;;;;:::i;:::-;;;;;;;;;62791:23;;62779:8;:35;;62757:117;;;;;;;;;;;;:::i;:::-;;;;;;;;;62933:9;62921:8;62909:9;;:20;;;;:::i;:::-;:33;;62887:114;;;;;;;;;;;;:::i;:::-;;;;;;;;;63014:27;63020:10;63032:8;63014:5;:27::i;:::-;63077:9;;63060:13;:11;:13::i;:::-;:26;;63052:52;;;;;;;;;;;;:::i;:::-;;;;;;;;;62634:478;:::o;36107:234::-;36254:8;36202:18;:39;36221:19;:17;:19::i;:::-;36202:39;;;;;;;;;;;;;;;:49;36242:8;36202:49;;;;;;;;;;;;;;;;:60;;;;;;;;;;;;;;;;;;36314:8;36278:55;;36293:19;:17;:19::i;:::-;36278:55;;;36324:8;36278:55;;;;;;:::i;:::-;;;;;;;;36107:234;;:::o;64948:224::-;2124:13;:11;:13::i;:::-;65009::::1;65049:2;65025:21;:26;;;;:::i;:::-;65009:42;;65080:9;;;;;;;;;;;65072:23;;:30;65096:5;65072:30;;;;;;;;;;;;;;;;;;;;;;;65064:39;;;::::0;::::1;;65130:16;;;;;;;;;;;65122:30;;:41;65157:5;65153:1;:9;;;;:::i;:::-;65122:41;;;;;;;;;;;;;;;;;;;;;;;65114:50;;;::::0;::::1;;64998:174;64948:224::o:0;64765:175::-;61782:9;;;;;;;;;;;61768:23;;:10;:23;;;61760:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;64819:12:::1;64837:9;;;;;;;;;;;:14;;64859:21;64837:48;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;64818:67;;;64904:7;64896:36;;;;;;;;;;;;:::i;:::-;;;;;;;;;64807:133;64765:175::o:0;42900:407::-;43075:31;43088:4;43094:2;43098:7;43075:12;:31::i;:::-;43139:1;43121:2;:14;;;:19;43117:183;;43160:56;43191:4;43197:2;43201:7;43210:5;43160:30;:56::i;:::-;43155:145;;43244:40;;;;;;;;;;;;;;43155:145;43117:183;42900:407;;;;:::o;29444:318::-;29517:13;29548:16;29556:7;29548;:16::i;:::-;29543:59;;29573:29;;;;;;;;;;;;;;29543:59;29615:21;29639:10;:8;:10::i;:::-;29615:34;;29692:1;29673:7;29667:21;:26;:87;;;;;;;;;;;;;;;;;29720:7;29729:18;29739:7;29729:9;:18::i;:::-;29703:45;;;;;;;;;:::i;:::-;;;;;;;;;;;;;29667:87;29660:94;;;29444:318;;;:::o;61492:31::-;;;;:::o;36498:164::-;36595:4;36619:18;:25;36638:5;36619:25;;;;;;;;;;;;;;;:35;36645:8;36619:35;;;;;;;;;;;;;;;;;;;;;;;;;36612:42;;36498:164;;;;:::o;61365:32::-;;;;;;;;;;;;;:::o;3144:201::-;2124:13;:11;:13::i;:::-;3253:1:::1;3233:22;;:8;:22;;::::0;3225:73:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3309:28;3328:8;3309:18;:28::i;:::-;3144:201:::0;:::o;62194:94::-;61782:9;;;;;;;;;;;61768:23;;:10;:23;;;61760:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;62272:8:::1;62260:9;:20;;;;62194:94:::0;:::o;36920:282::-;36985:4;37041:7;37022:15;:13;:15::i;:::-;:26;;:66;;;;;37075:13;;37065:7;:23;37022:66;:153;;;;;37174:1;20928:8;37126:17;:26;37144:7;37126:26;;;;;;;;;;;;:44;:49;37022:153;37002:173;;36920:282;;;:::o;59228:105::-;59288:7;59315:10;59308:17;;59228:105;:::o;24325:92::-;24381:7;24325:92;:::o;31606:1275::-;31673:7;31693:12;31708:7;31693:22;;31776:4;31757:15;:13;:15::i;:::-;:23;31753:1061;;31810:13;;31803:4;:20;31799:1015;;;31848:14;31865:17;:23;31883:4;31865:23;;;;;;;;;;;;31848:40;;31982:1;20928:8;31954:6;:24;:29;31950:845;;32619:113;32636:1;32626:6;:11;32619:113;;32679:17;:25;32697:6;;;;;;;32679:25;;;;;;;;;;;;32670:34;;32619:113;;;32765:6;32758:13;;;;;;31950:845;31825:989;31799:1015;31753:1061;32842:31;;;;;;;;;;;;;;31606:1275;;;;:::o;38083:485::-;38185:27;38214:23;38255:38;38296:15;:24;38312:7;38296:24;;;;;;;;;;;38255:65;;38473:18;38450:41;;38530:19;38524:26;38505:45;;38435:126;38083:485;;;:::o;37311:659::-;37460:11;37625:16;37618:5;37614:28;37605:37;;37785:16;37774:9;37770:32;37757:45;;37935:15;37924:9;37921:30;37913:5;37902:9;37899:20;37896:56;37886:66;;37311:659;;;;;:::o;43969:159::-;;;;;:::o;58537:311::-;58672:7;58692:16;21332:3;58718:19;:41;;58692:68;;21332:3;58786:31;58797:4;58803:2;58807:9;58786:10;:31::i;:::-;58778:40;;:62;;58771:69;;;58537:311;;;;;:::o;33429:450::-;33509:14;33677:16;33670:5;33666:28;33657:37;;33854:5;33840:11;33815:23;33811:41;33808:52;33801:5;33798:63;33788:73;;33429:450;;;;:::o;44793:158::-;;;;;:::o;53060:112::-;53137:27;53147:2;53151:8;53137:27;;;;;;;;;;;;:9;:27::i;:::-;53060:112;;:::o;46569:2966::-;46642:20;46665:13;;46642:36;;46705:1;46693:8;:13;46689:44;;46715:18;;;;;;;;;;;;;;46689:44;46746:61;46776:1;46780:2;46784:12;46798:8;46746:21;:61::i;:::-;47290:1;20290:2;47260:1;:26;;47259:32;47247:8;:45;47221:18;:22;47240:2;47221:22;;;;;;;;;;;;;;;;:71;;;;;;;;;;;47569:139;47606:2;47660:33;47683:1;47687:2;47691:1;47660:14;:33::i;:::-;47627:30;47648:8;47627:20;:30::i;:::-;:66;47569:18;:139::i;:::-;47535:17;:31;47553:12;47535:31;;;;;;;;;;;:173;;;;47725:16;47756:11;47785:8;47770:12;:23;47756:37;;48306:16;48302:2;48298:25;48286:37;;48678:12;48638:8;48597:1;48535:25;48476:1;48415;48388:335;49049:1;49035:12;49031:20;48989:346;49090:3;49081:7;49078:16;48989:346;;49308:7;49298:8;49295:1;49268:25;49265:1;49262;49257:59;49143:1;49134:7;49130:15;49119:26;;48989:346;;;48993:77;49380:1;49368:8;:13;49364:45;;49390:19;;;;;;;;;;;;;;49364:45;49442:3;49426:13;:19;;;;46995:2462;;49467:60;49496:1;49500:2;49504:12;49518:8;49467:20;:60::i;:::-;46631:2904;46569:2966;;:::o;2403:132::-;2478:12;:10;:12::i;:::-;2467:23;;:7;:5;:7::i;:::-;:23;;;2459:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;2403:132::o;3505:191::-;3579:16;3598:6;;;;;;;;;;;3579:25;;3624:8;3615:6;;:17;;;;;;;;;;;;;;;;;;3679:8;3648:40;;3669:8;3648:40;;;;;;;;;;;;3568:128;3505:191;:::o;45391:716::-;45554:4;45600:2;45575:45;;;45621:19;:17;:19::i;:::-;45642:4;45648:7;45657:5;45575:88;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;45571:529;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;45875:1;45858:6;:13;:18;45854:235;;45904:40;;;;;;;;;;;;;;45854:235;46047:6;46041:13;46032:6;46028:2;46024:15;46017:38;45571:529;45744:54;;;45734:64;;;:6;:64;;;;45727:71;;;45391:716;;;;;;:::o;62400:114::-;62460:13;62493;62486:20;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;62400:114;:::o;59435:1745::-;59500:17;59934:4;59927;59921:11;59917:22;60026:1;60020:4;60013:15;60101:4;60098:1;60094:12;60087:19;;60183:1;60178:3;60171:14;60287:3;60526:5;60508:428;60534:1;60508:428;;;60574:1;60569:3;60565:11;60558:18;;60745:2;60739:4;60735:13;60731:2;60727:22;60722:3;60714:36;60839:2;60833:4;60829:13;60821:21;;60906:4;60508:428;60896:25;60508:428;60512:21;60975:3;60970;60966:13;61090:4;61085:3;61081:14;61074:21;;61155:6;61150:3;61143:19;59539:1634;;;59435:1745;;;:::o;58238:147::-;58375:6;58238:147;;;;;:::o;52287:689::-;52418:19;52424:2;52428:8;52418:5;:19::i;:::-;52497:1;52479:2;:14;;;:19;52475:483;;52519:11;52533:13;;52519:27;;52565:13;52587:8;52581:3;:14;52565:30;;52614:233;52645:62;52684:1;52688:2;52692:7;;;;;;52701:5;52645:30;:62::i;:::-;52640:167;;52743:40;;;;;;;;;;;;;;52640:167;52842:3;52834:5;:11;52614:233;;52929:3;52912:13;;:20;52908:34;;52934:8;;;52908:34;52500:458;;52475:483;52287:689;;;:::o;33981:324::-;34051:14;34284:1;34274:8;34271:15;34245:24;34241:46;34231:56;;33981:324;;;:::o;783:98::-;836:7;863:10;856:17;;783:98;:::o;7:75:1:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:149;370:7;410:66;403:5;399:78;388:89;;334:149;;;:::o;489:120::-;561:23;578:5;561:23;:::i;:::-;554:5;551:34;541:62;;599:1;596;589:12;541:62;489:120;:::o;615:137::-;660:5;698:6;685:20;676:29;;714:32;740:5;714:32;:::i;:::-;615:137;;;;:::o;758:327::-;816:6;865:2;853:9;844:7;840:23;836:32;833:119;;;871:79;;:::i;:::-;833:119;991:1;1016:52;1060:7;1051:6;1040:9;1036:22;1016:52;:::i;:::-;1006:62;;962:116;758:327;;;;:::o;1091:90::-;1125:7;1168:5;1161:13;1154:21;1143:32;;1091:90;;;:::o;1187:109::-;1268:21;1283:5;1268:21;:::i;:::-;1263:3;1256:34;1187:109;;:::o;1302:210::-;1389:4;1427:2;1416:9;1412:18;1404:26;;1440:65;1502:1;1491:9;1487:17;1478:6;1440:65;:::i;:::-;1302:210;;;;:::o;1518:99::-;1570:6;1604:5;1598:12;1588:22;;1518:99;;;:::o;1623:169::-;1707:11;1741:6;1736:3;1729:19;1781:4;1776:3;1772:14;1757:29;;1623:169;;;;:::o;1798:246::-;1879:1;1889:113;1903:6;1900:1;1897:13;1889:113;;;1988:1;1983:3;1979:11;1973:18;1969:1;1964:3;1960:11;1953:39;1925:2;1922:1;1918:10;1913:15;;1889:113;;;2036:1;2027:6;2022:3;2018:16;2011:27;1860:184;1798:246;;;:::o;2050:102::-;2091:6;2142:2;2138:7;2133:2;2126:5;2122:14;2118:28;2108:38;;2050:102;;;:::o;2158:377::-;2246:3;2274:39;2307:5;2274:39;:::i;:::-;2329:71;2393:6;2388:3;2329:71;:::i;:::-;2322:78;;2409:65;2467:6;2462:3;2455:4;2448:5;2444:16;2409:65;:::i;:::-;2499:29;2521:6;2499:29;:::i;:::-;2494:3;2490:39;2483:46;;2250:285;2158:377;;;;:::o;2541:313::-;2654:4;2692:2;2681:9;2677:18;2669:26;;2741:9;2735:4;2731:20;2727:1;2716:9;2712:17;2705:47;2769:78;2842:4;2833:6;2769:78;:::i;:::-;2761:86;;2541:313;;;;:::o;2860:77::-;2897:7;2926:5;2915:16;;2860:77;;;:::o;2943:122::-;3016:24;3034:5;3016:24;:::i;:::-;3009:5;3006:35;2996:63;;3055:1;3052;3045:12;2996:63;2943:122;:::o;3071:139::-;3117:5;3155:6;3142:20;3133:29;;3171:33;3198:5;3171:33;:::i;:::-;3071:139;;;;:::o;3216:329::-;3275:6;3324:2;3312:9;3303:7;3299:23;3295:32;3292:119;;;3330:79;;:::i;:::-;3292:119;3450:1;3475:53;3520:7;3511:6;3500:9;3496:22;3475:53;:::i;:::-;3465:63;;3421:117;3216:329;;;;:::o;3551:126::-;3588:7;3628:42;3621:5;3617:54;3606:65;;3551:126;;;:::o;3683:96::-;3720:7;3749:24;3767:5;3749:24;:::i;:::-;3738:35;;3683:96;;;:::o;3785:118::-;3872:24;3890:5;3872:24;:::i;:::-;3867:3;3860:37;3785:118;;:::o;3909:222::-;4002:4;4040:2;4029:9;4025:18;4017:26;;4053:71;4121:1;4110:9;4106:17;4097:6;4053:71;:::i;:::-;3909:222;;;;:::o;4137:122::-;4210:24;4228:5;4210:24;:::i;:::-;4203:5;4200:35;4190:63;;4249:1;4246;4239:12;4190:63;4137:122;:::o;4265:139::-;4311:5;4349:6;4336:20;4327:29;;4365:33;4392:5;4365:33;:::i;:::-;4265:139;;;;:::o;4410:474::-;4478:6;4486;4535:2;4523:9;4514:7;4510:23;4506:32;4503:119;;;4541:79;;:::i;:::-;4503:119;4661:1;4686:53;4731:7;4722:6;4711:9;4707:22;4686:53;:::i;:::-;4676:63;;4632:117;4788:2;4814:53;4859:7;4850:6;4839:9;4835:22;4814:53;:::i;:::-;4804:63;;4759:118;4410:474;;;;;:::o;4890:329::-;4949:6;4998:2;4986:9;4977:7;4973:23;4969:32;4966:119;;;5004:79;;:::i;:::-;4966:119;5124:1;5149:53;5194:7;5185:6;5174:9;5170:22;5149:53;:::i;:::-;5139:63;;5095:117;4890:329;;;;:::o;5225:118::-;5312:24;5330:5;5312:24;:::i;:::-;5307:3;5300:37;5225:118;;:::o;5349:222::-;5442:4;5480:2;5469:9;5465:18;5457:26;;5493:71;5561:1;5550:9;5546:17;5537:6;5493:71;:::i;:::-;5349:222;;;;:::o;5577:619::-;5654:6;5662;5670;5719:2;5707:9;5698:7;5694:23;5690:32;5687:119;;;5725:79;;:::i;:::-;5687:119;5845:1;5870:53;5915:7;5906:6;5895:9;5891:22;5870:53;:::i;:::-;5860:63;;5816:117;5972:2;5998:53;6043:7;6034:6;6023:9;6019:22;5998:53;:::i;:::-;5988:63;;5943:118;6100:2;6126:53;6171:7;6162:6;6151:9;6147:22;6126:53;:::i;:::-;6116:63;;6071:118;5577:619;;;;;:::o;6202:117::-;6311:1;6308;6301:12;6325:117;6434:1;6431;6424:12;6448:117;6557:1;6554;6547:12;6585:553;6643:8;6653:6;6703:3;6696:4;6688:6;6684:17;6680:27;6670:122;;6711:79;;:::i;:::-;6670:122;6824:6;6811:20;6801:30;;6854:18;6846:6;6843:30;6840:117;;;6876:79;;:::i;:::-;6840:117;6990:4;6982:6;6978:17;6966:29;;7044:3;7036:4;7028:6;7024:17;7014:8;7010:32;7007:41;7004:128;;;7051:79;;:::i;:::-;7004:128;6585:553;;;;;:::o;7144:529::-;7215:6;7223;7272:2;7260:9;7251:7;7247:23;7243:32;7240:119;;;7278:79;;:::i;:::-;7240:119;7426:1;7415:9;7411:17;7398:31;7456:18;7448:6;7445:30;7442:117;;;7478:79;;:::i;:::-;7442:117;7591:65;7648:7;7639:6;7628:9;7624:22;7591:65;:::i;:::-;7573:83;;;;7369:297;7144:529;;;;;:::o;7679:116::-;7749:21;7764:5;7749:21;:::i;:::-;7742:5;7739:32;7729:60;;7785:1;7782;7775:12;7729:60;7679:116;:::o;7801:133::-;7844:5;7882:6;7869:20;7860:29;;7898:30;7922:5;7898:30;:::i;:::-;7801:133;;;;:::o;7940:468::-;8005:6;8013;8062:2;8050:9;8041:7;8037:23;8033:32;8030:119;;;8068:79;;:::i;:::-;8030:119;8188:1;8213:53;8258:7;8249:6;8238:9;8234:22;8213:53;:::i;:::-;8203:63;;8159:117;8315:2;8341:50;8383:7;8374:6;8363:9;8359:22;8341:50;:::i;:::-;8331:60;;8286:115;7940:468;;;;;:::o;8414:117::-;8523:1;8520;8513:12;8537:180;8585:77;8582:1;8575:88;8682:4;8679:1;8672:15;8706:4;8703:1;8696:15;8723:281;8806:27;8828:4;8806:27;:::i;:::-;8798:6;8794:40;8936:6;8924:10;8921:22;8900:18;8888:10;8885:34;8882:62;8879:88;;;8947:18;;:::i;:::-;8879:88;8987:10;8983:2;8976:22;8766:238;8723:281;;:::o;9010:129::-;9044:6;9071:20;;:::i;:::-;9061:30;;9100:33;9128:4;9120:6;9100:33;:::i;:::-;9010:129;;;:::o;9145:307::-;9206:4;9296:18;9288:6;9285:30;9282:56;;;9318:18;;:::i;:::-;9282:56;9356:29;9378:6;9356:29;:::i;:::-;9348:37;;9440:4;9434;9430:15;9422:23;;9145:307;;;:::o;9458:146::-;9555:6;9550:3;9545;9532:30;9596:1;9587:6;9582:3;9578:16;9571:27;9458:146;;;:::o;9610:423::-;9687:5;9712:65;9728:48;9769:6;9728:48;:::i;:::-;9712:65;:::i;:::-;9703:74;;9800:6;9793:5;9786:21;9838:4;9831:5;9827:16;9876:3;9867:6;9862:3;9858:16;9855:25;9852:112;;;9883:79;;:::i;:::-;9852:112;9973:54;10020:6;10015:3;10010;9973:54;:::i;:::-;9693:340;9610:423;;;;;:::o;10052:338::-;10107:5;10156:3;10149:4;10141:6;10137:17;10133:27;10123:122;;10164:79;;:::i;:::-;10123:122;10281:6;10268:20;10306:78;10380:3;10372:6;10365:4;10357:6;10353:17;10306:78;:::i;:::-;10297:87;;10113:277;10052:338;;;;:::o;10396:943::-;10491:6;10499;10507;10515;10564:3;10552:9;10543:7;10539:23;10535:33;10532:120;;;10571:79;;:::i;:::-;10532:120;10691:1;10716:53;10761:7;10752:6;10741:9;10737:22;10716:53;:::i;:::-;10706:63;;10662:117;10818:2;10844:53;10889:7;10880:6;10869:9;10865:22;10844:53;:::i;:::-;10834:63;;10789:118;10946:2;10972:53;11017:7;11008:6;10997:9;10993:22;10972:53;:::i;:::-;10962:63;;10917:118;11102:2;11091:9;11087:18;11074:32;11133:18;11125:6;11122:30;11119:117;;;11155:79;;:::i;:::-;11119:117;11260:62;11314:7;11305:6;11294:9;11290:22;11260:62;:::i;:::-;11250:72;;11045:287;10396:943;;;;;;;:::o;11345:474::-;11413:6;11421;11470:2;11458:9;11449:7;11445:23;11441:32;11438:119;;;11476:79;;:::i;:::-;11438:119;11596:1;11621:53;11666:7;11657:6;11646:9;11642:22;11621:53;:::i;:::-;11611:63;;11567:117;11723:2;11749:53;11794:7;11785:6;11774:9;11770:22;11749:53;:::i;:::-;11739:63;;11694:118;11345:474;;;;;:::o;11825:180::-;11873:77;11870:1;11863:88;11970:4;11967:1;11960:15;11994:4;11991:1;11984:15;12011:320;12055:6;12092:1;12086:4;12082:12;12072:22;;12139:1;12133:4;12129:12;12160:18;12150:81;;12216:4;12208:6;12204:17;12194:27;;12150:81;12278:2;12270:6;12267:14;12247:18;12244:38;12241:84;;12297:18;;:::i;:::-;12241:84;12062:269;12011:320;;;:::o;12337:143::-;12394:5;12425:6;12419:13;12410:22;;12441:33;12468:5;12441:33;:::i;:::-;12337:143;;;;:::o;12486:351::-;12556:6;12605:2;12593:9;12584:7;12580:23;12576:32;12573:119;;;12611:79;;:::i;:::-;12573:119;12731:1;12756:64;12812:7;12803:6;12792:9;12788:22;12756:64;:::i;:::-;12746:74;;12702:128;12486:351;;;;:::o;12843:171::-;12983:23;12979:1;12971:6;12967:14;12960:47;12843:171;:::o;13020:366::-;13162:3;13183:67;13247:2;13242:3;13183:67;:::i;:::-;13176:74;;13259:93;13348:3;13259:93;:::i;:::-;13377:2;13372:3;13368:12;13361:19;;13020:366;;;:::o;13392:419::-;13558:4;13596:2;13585:9;13581:18;13573:26;;13645:9;13639:4;13635:20;13631:1;13620:9;13616:17;13609:47;13673:131;13799:4;13673:131;:::i;:::-;13665:139;;13392:419;;;:::o;13817:163::-;13957:15;13953:1;13945:6;13941:14;13934:39;13817:163;:::o;13986:366::-;14128:3;14149:67;14213:2;14208:3;14149:67;:::i;:::-;14142:74;;14225:93;14314:3;14225:93;:::i;:::-;14343:2;14338:3;14334:12;14327:19;;13986:366;;;:::o;14358:419::-;14524:4;14562:2;14551:9;14547:18;14539:26;;14611:9;14605:4;14601:20;14597:1;14586:9;14582:17;14575:47;14639:131;14765:4;14639:131;:::i;:::-;14631:139;;14358:419;;;:::o;14783:97::-;14842:6;14870:3;14860:13;;14783:97;;;;:::o;14886:141::-;14935:4;14958:3;14950:11;;14981:3;14978:1;14971:14;15015:4;15012:1;15002:18;14994:26;;14886:141;;;:::o;15033:93::-;15070:6;15117:2;15112;15105:5;15101:14;15097:23;15087:33;;15033:93;;;:::o;15132:107::-;15176:8;15226:5;15220:4;15216:16;15195:37;;15132:107;;;;:::o;15245:393::-;15314:6;15364:1;15352:10;15348:18;15387:97;15417:66;15406:9;15387:97;:::i;:::-;15505:39;15535:8;15524:9;15505:39;:::i;:::-;15493:51;;15577:4;15573:9;15566:5;15562:21;15553:30;;15626:4;15616:8;15612:19;15605:5;15602:30;15592:40;;15321:317;;15245:393;;;;;:::o;15644:60::-;15672:3;15693:5;15686:12;;15644:60;;;:::o;15710:142::-;15760:9;15793:53;15811:34;15820:24;15838:5;15820:24;:::i;:::-;15811:34;:::i;:::-;15793:53;:::i;:::-;15780:66;;15710:142;;;:::o;15858:75::-;15901:3;15922:5;15915:12;;15858:75;;;:::o;15939:269::-;16049:39;16080:7;16049:39;:::i;:::-;16110:91;16159:41;16183:16;16159:41;:::i;:::-;16151:6;16144:4;16138:11;16110:91;:::i;:::-;16104:4;16097:105;16015:193;15939:269;;;:::o;16214:73::-;16259:3;16214:73;:::o;16293:189::-;16370:32;;:::i;:::-;16411:65;16469:6;16461;16455:4;16411:65;:::i;:::-;16346:136;16293:189;;:::o;16488:186::-;16548:120;16565:3;16558:5;16555:14;16548:120;;;16619:39;16656:1;16649:5;16619:39;:::i;:::-;16592:1;16585:5;16581:13;16572:22;;16548:120;;;16488:186;;:::o;16680:543::-;16781:2;16776:3;16773:11;16770:446;;;16815:38;16847:5;16815:38;:::i;:::-;16899:29;16917:10;16899:29;:::i;:::-;16889:8;16885:44;17082:2;17070:10;17067:18;17064:49;;;17103:8;17088:23;;17064:49;17126:80;17182:22;17200:3;17182:22;:::i;:::-;17172:8;17168:37;17155:11;17126:80;:::i;:::-;16785:431;;16770:446;16680:543;;;:::o;17229:117::-;17283:8;17333:5;17327:4;17323:16;17302:37;;17229:117;;;;:::o;17352:169::-;17396:6;17429:51;17477:1;17473:6;17465:5;17462:1;17458:13;17429:51;:::i;:::-;17425:56;17510:4;17504;17500:15;17490:25;;17403:118;17352:169;;;;:::o;17526:295::-;17602:4;17748:29;17773:3;17767:4;17748:29;:::i;:::-;17740:37;;17810:3;17807:1;17803:11;17797:4;17794:21;17786:29;;17526:295;;;;:::o;17826:1403::-;17950:44;17990:3;17985;17950:44;:::i;:::-;18059:18;18051:6;18048:30;18045:56;;;18081:18;;:::i;:::-;18045:56;18125:38;18157:4;18151:11;18125:38;:::i;:::-;18210:67;18270:6;18262;18256:4;18210:67;:::i;:::-;18304:1;18333:2;18325:6;18322:14;18350:1;18345:632;;;;19021:1;19038:6;19035:84;;;19094:9;19089:3;19085:19;19072:33;19063:42;;19035:84;19145:67;19205:6;19198:5;19145:67;:::i;:::-;19139:4;19132:81;18994:229;18315:908;;18345:632;18397:4;18393:9;18385:6;18381:22;18431:37;18463:4;18431:37;:::i;:::-;18490:1;18504:215;18518:7;18515:1;18512:14;18504:215;;;18604:9;18599:3;18595:19;18582:33;18574:6;18567:49;18655:1;18647:6;18643:14;18633:24;;18702:2;18691:9;18687:18;18674:31;;18541:4;18538:1;18534:12;18529:17;;18504:215;;;18747:6;18738:7;18735:19;18732:186;;;18812:9;18807:3;18803:19;18790:33;18855:48;18897:4;18889:6;18885:17;18874:9;18855:48;:::i;:::-;18847:6;18840:64;18755:163;18732:186;18964:1;18960;18952:6;18948:14;18944:22;18938:4;18931:36;18352:625;;;18315:908;;17925:1304;;;17826:1403;;;:::o;19235:177::-;19375:29;19371:1;19363:6;19359:14;19352:53;19235:177;:::o;19418:366::-;19560:3;19581:67;19645:2;19640:3;19581:67;:::i;:::-;19574:74;;19657:93;19746:3;19657:93;:::i;:::-;19775:2;19770:3;19766:12;19759:19;;19418:366;;;:::o;19790:419::-;19956:4;19994:2;19983:9;19979:18;19971:26;;20043:9;20037:4;20033:20;20029:1;20018:9;20014:17;20007:47;20071:131;20197:4;20071:131;:::i;:::-;20063:139;;19790:419;;;:::o;20215:227::-;20355:34;20351:1;20343:6;20339:14;20332:58;20424:10;20419:2;20411:6;20407:15;20400:35;20215:227;:::o;20448:366::-;20590:3;20611:67;20675:2;20670:3;20611:67;:::i;:::-;20604:74;;20687:93;20776:3;20687:93;:::i;:::-;20805:2;20800:3;20796:12;20789:19;;20448:366;;;:::o;20820:419::-;20986:4;21024:2;21013:9;21009:18;21001:26;;21073:9;21067:4;21063:20;21059:1;21048:9;21044:17;21037:47;21101:131;21227:4;21101:131;:::i;:::-;21093:139;;20820:419;;;:::o;21245:178::-;21385:30;21381:1;21373:6;21369:14;21362:54;21245:178;:::o;21429:366::-;21571:3;21592:67;21656:2;21651:3;21592:67;:::i;:::-;21585:74;;21668:93;21757:3;21668:93;:::i;:::-;21786:2;21781:3;21777:12;21770:19;;21429:366;;;:::o;21801:419::-;21967:4;22005:2;21994:9;21990:18;21982:26;;22054:9;22048:4;22044:20;22040:1;22029:9;22025:17;22018:47;22082:131;22208:4;22082:131;:::i;:::-;22074:139;;21801:419;;;:::o;22226:182::-;22366:34;22362:1;22354:6;22350:14;22343:58;22226:182;:::o;22414:366::-;22556:3;22577:67;22641:2;22636:3;22577:67;:::i;:::-;22570:74;;22653:93;22742:3;22653:93;:::i;:::-;22771:2;22766:3;22762:12;22755:19;;22414:366;;;:::o;22786:419::-;22952:4;22990:2;22979:9;22975:18;22967:26;;23039:9;23033:4;23029:20;23025:1;23014:9;23010:17;23003:47;23067:131;23193:4;23067:131;:::i;:::-;23059:139;;22786:419;;;:::o;23211:180::-;23259:77;23256:1;23249:88;23356:4;23353:1;23346:15;23380:4;23377:1;23370:15;23397:410;23437:7;23460:20;23478:1;23460:20;:::i;:::-;23455:25;;23494:20;23512:1;23494:20;:::i;:::-;23489:25;;23549:1;23546;23542:9;23571:30;23589:11;23571:30;:::i;:::-;23560:41;;23750:1;23741:7;23737:15;23734:1;23731:22;23711:1;23704:9;23684:83;23661:139;;23780:18;;:::i;:::-;23661:139;23445:362;23397:410;;;;:::o;23813:181::-;23953:33;23949:1;23941:6;23937:14;23930:57;23813:181;:::o;24000:366::-;24142:3;24163:67;24227:2;24222:3;24163:67;:::i;:::-;24156:74;;24239:93;24328:3;24239:93;:::i;:::-;24357:2;24352:3;24348:12;24341:19;;24000:366;;;:::o;24372:419::-;24538:4;24576:2;24565:9;24561:18;24553:26;;24625:9;24619:4;24615:20;24611:1;24600:9;24596:17;24589:47;24653:131;24779:4;24653:131;:::i;:::-;24645:139;;24372:419;;;:::o;24797:180::-;24845:77;24842:1;24835:88;24942:4;24939:1;24932:15;24966:4;24963:1;24956:15;24983:185;25023:1;25040:20;25058:1;25040:20;:::i;:::-;25035:25;;25074:20;25092:1;25074:20;:::i;:::-;25069:25;;25113:1;25103:35;;25118:18;;:::i;:::-;25103:35;25160:1;25157;25153:9;25148:14;;24983:185;;;;:::o;25174:147::-;25275:11;25312:3;25297:18;;25174:147;;;;:::o;25327:114::-;;:::o;25447:398::-;25606:3;25627:83;25708:1;25703:3;25627:83;:::i;:::-;25620:90;;25719:93;25808:3;25719:93;:::i;:::-;25837:1;25832:3;25828:11;25821:18;;25447:398;;;:::o;25851:379::-;26035:3;26057:147;26200:3;26057:147;:::i;:::-;26050:154;;26221:3;26214:10;;25851:379;;;:::o;26236:166::-;26376:18;26372:1;26364:6;26360:14;26353:42;26236:166;:::o;26408:366::-;26550:3;26571:67;26635:2;26630:3;26571:67;:::i;:::-;26564:74;;26647:93;26736:3;26647:93;:::i;:::-;26765:2;26760:3;26756:12;26749:19;;26408:366;;;:::o;26780:419::-;26946:4;26984:2;26973:9;26969:18;26961:26;;27033:9;27027:4;27023:20;27019:1;27008:9;27004:17;26997:47;27061:131;27187:4;27061:131;:::i;:::-;27053:139;;26780:419;;;:::o;27205:148::-;27307:11;27344:3;27329:18;;27205:148;;;;:::o;27359:390::-;27465:3;27493:39;27526:5;27493:39;:::i;:::-;27548:89;27630:6;27625:3;27548:89;:::i;:::-;27541:96;;27646:65;27704:6;27699:3;27692:4;27685:5;27681:16;27646:65;:::i;:::-;27736:6;27731:3;27727:16;27720:23;;27469:280;27359:390;;;;:::o;27755:435::-;27935:3;27957:95;28048:3;28039:6;27957:95;:::i;:::-;27950:102;;28069:95;28160:3;28151:6;28069:95;:::i;:::-;28062:102;;28181:3;28174:10;;27755:435;;;;;:::o;28196:225::-;28336:34;28332:1;28324:6;28320:14;28313:58;28405:8;28400:2;28392:6;28388:15;28381:33;28196:225;:::o;28427:366::-;28569:3;28590:67;28654:2;28649:3;28590:67;:::i;:::-;28583:74;;28666:93;28755:3;28666:93;:::i;:::-;28784:2;28779:3;28775:12;28768:19;;28427:366;;;:::o;28799:419::-;28965:4;29003:2;28992:9;28988:18;28980:26;;29052:9;29046:4;29042:20;29038:1;29027:9;29023:17;29016:47;29080:131;29206:4;29080:131;:::i;:::-;29072:139;;28799:419;;;:::o;29224:182::-;29364:34;29360:1;29352:6;29348:14;29341:58;29224:182;:::o;29412:366::-;29554:3;29575:67;29639:2;29634:3;29575:67;:::i;:::-;29568:74;;29651:93;29740:3;29651:93;:::i;:::-;29769:2;29764:3;29760:12;29753:19;;29412:366;;;:::o;29784:419::-;29950:4;29988:2;29977:9;29973:18;29965:26;;30037:9;30031:4;30027:20;30023:1;30012:9;30008:17;30001:47;30065:131;30191:4;30065:131;:::i;:::-;30057:139;;29784:419;;;:::o;30209:98::-;30260:6;30294:5;30288:12;30278:22;;30209:98;;;:::o;30313:168::-;30396:11;30430:6;30425:3;30418:19;30470:4;30465:3;30461:14;30446:29;;30313:168;;;;:::o;30487:373::-;30573:3;30601:38;30633:5;30601:38;:::i;:::-;30655:70;30718:6;30713:3;30655:70;:::i;:::-;30648:77;;30734:65;30792:6;30787:3;30780:4;30773:5;30769:16;30734:65;:::i;:::-;30824:29;30846:6;30824:29;:::i;:::-;30819:3;30815:39;30808:46;;30577:283;30487:373;;;;:::o;30866:640::-;31061:4;31099:3;31088:9;31084:19;31076:27;;31113:71;31181:1;31170:9;31166:17;31157:6;31113:71;:::i;:::-;31194:72;31262:2;31251:9;31247:18;31238:6;31194:72;:::i;:::-;31276;31344:2;31333:9;31329:18;31320:6;31276:72;:::i;:::-;31395:9;31389:4;31385:20;31380:2;31369:9;31365:18;31358:48;31423:76;31494:4;31485:6;31423:76;:::i;:::-;31415:84;;30866:640;;;;;;;:::o;31512:141::-;31568:5;31599:6;31593:13;31584:22;;31615:32;31641:5;31615:32;:::i;:::-;31512:141;;;;:::o;31659:349::-;31728:6;31777:2;31765:9;31756:7;31752:23;31748:32;31745:119;;;31783:79;;:::i;:::-;31745:119;31903:1;31928:63;31983:7;31974:6;31963:9;31959:22;31928:63;:::i;:::-;31918:73;;31874:127;31659:349;;;;:::o

Swarm Source

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