POL Price: $0.399829 (+0.27%)
Gas: 30 GWei
 

Overview

POL Balance

Polygon PoS Chain LogoPolygon PoS Chain LogoPolygon PoS Chain Logo2.2 POL

POL Value

$0.88 (@ $0.40/POL)

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Set Approval For...593423422024-07-14 8:06:1668 days ago1720944376IN
0xd2bc5c39...450136C8d
0 POL0.0014017530.00000005
Mint593077572024-07-13 11:19:1169 days ago1720869551IN
0xd2bc5c39...450136C8d
0.1 POL0.1398500430.00000003
Mint593076892024-07-13 11:16:4769 days ago1720869407IN
0xd2bc5c39...450136C8d
0.1 POL0.174510630.00000004
Mint593068642024-07-13 10:46:4669 days ago1720867606IN
0xd2bc5c39...450136C8d
0.1 POL0.0358684530.0000001
Safe Transfer Fr...502765812023-11-23 3:13:48302 days ago1700709228IN
0xd2bc5c39...450136C8d
0 POL0.0036796236.37500012
Set Approval For...487010722023-10-14 8:16:53342 days ago1697271413IN
0xd2bc5c39...450136C8d
0 POL0.0041797689.47758262
Set Approval For...475234582023-09-14 7:25:46372 days ago1694676346IN
0xd2bc5c39...450136C8d
0 POL0.0045752198.09431264
Set Approval For...466679712023-08-23 19:17:21394 days ago1692818241IN
0xd2bc5c39...450136C8d
0 POL0.00508665109.05963848
Set Approval For...466678752023-08-23 19:13:25394 days ago1692818005IN
0xd2bc5c39...450136C8d
0 POL0.0045461497.47106075
Set Approval For...466676192023-08-23 19:04:18394 days ago1692817458IN
0xd2bc5c39...450136C8d
0 POL0.00502595107.75830416
Set Approval For...466675332023-08-23 19:01:06394 days ago1692817266IN
0xd2bc5c39...450136C8d
0 POL0.00800231171.57254345
Set Approval For...466671772023-08-23 18:47:02394 days ago1692816422IN
0xd2bc5c39...450136C8d
0 POL0.0048906104.85624608
Set Approval For...466670032023-08-23 18:40:20394 days ago1692816020IN
0xd2bc5c39...450136C8d
0 POL0.0043698593.69134912
Set Approval For...466668542023-08-23 18:35:04394 days ago1692815704IN
0xd2bc5c39...450136C8d
0 POL0.00480615103.04565063
Set Approval For...466664502023-08-23 18:19:05394 days ago1692814745IN
0xd2bc5c39...450136C8d
0 POL0.0040392686.6033572
Set Approval For...466659962023-08-23 18:02:27394 days ago1692813747IN
0xd2bc5c39...450136C8d
0 POL0.0042959192.10602357
Set Approval For...466658292023-08-23 17:56:01394 days ago1692813361IN
0xd2bc5c39...450136C8d
0 POL0.0040894987.68030281
Set Approval For...429693932023-05-21 9:31:30488 days ago1684661490IN
0xd2bc5c39...450136C8d
0 POL0.00732868157.1296291
Set Approval For...426192852023-05-12 15:44:44497 days ago1683906284IN
0xd2bc5c39...450136C8d
0 POL0.0097975209.68435836
Set Approval For...406905592023-03-23 22:30:02547 days ago1679610602IN
0xd2bc5c39...450136C8d
0 POL0.003333471.4694911
Set Approval For...401656722023-03-10 1:18:48560 days ago1678411128IN
0xd2bc5c39...450136C8d
0 POL0.01312118281.32306375
Set Approval For...396118222023-02-23 5:59:51575 days ago1677131991IN
0xd2bc5c39...450136C8d
0 POL0.00376869151.88372197
Set Approval For...393493242023-02-16 6:55:10582 days ago1676530510IN
0xd2bc5c39...450136C8d
0 POL0.01058186226.47108449
Set Approval For...388278552023-02-02 15:42:55596 days ago1675352575IN
0xd2bc5c39...450136C8d
0 POL0.01311743281.24250712
Set Approval For...387444522023-01-31 13:02:50598 days ago1675170170IN
0xd2bc5c39...450136C8d
0 POL0.0052402112.3519898
View all transactions

Latest 2 internal transactions

Parent Transaction Hash Block From To
271225882022-04-14 10:07:34890 days ago1649930854
0xd2bc5c39...450136C8d
7.9 POL
242921522022-01-29 5:13:06965 days ago1643433186
0xd2bc5c39...450136C8d
3.5 POL
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
BanaCat

Compiler Version
v0.8.7+commit.e28d00a7

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at polygonscan.com on 2022-01-28
*/

// SPDX-License-Identifier: MIT

// Amended by HashLips
/**
    !Disclaimer!
    These contracts have been used to create tutorials,
    and was created for the purpose to teach people
    how to create smart contracts on the blockchain.
    please review this code on your own before using any of
    the following code for production.
    HashLips will not be liable in any way if for the use 
    of the code. That being said, the code has been tested 
    to the best of the developers' knowledge to work as intended.
*/

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

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

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

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

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

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

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

// File: @openzeppelin/contracts/token/ERC721/extensions/IERC721Enumerable.sol
pragma solidity ^0.8.0;

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

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

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

// File: @openzeppelin/contracts/utils/introspection/ERC165.sol
pragma solidity ^0.8.0;

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

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

pragma solidity ^0.8.0;

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

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

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

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

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

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

pragma solidity ^0.8.0;

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

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

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

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

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

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

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

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

        (bool success, bytes memory returndata) = target.call{value: value}(
            data
        );
        return verifyCallResult(success, returndata, errorMessage);
    }

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

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

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

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

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

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

    /**
     * @dev Tool to verifies that a low level call was successful, and revert if it wasn't, either by bubbling the
     * revert reason using the provided one.
     *
     * _Available since v4.3._
     */
    function verifyCallResult(
        bool success,
        bytes memory returndata,
        string memory errorMessage
    ) internal pure returns (bytes memory) {
        if (success) {
            return returndata;
        } else {
            // Look for revert reason and bubble it up if present
            if (returndata.length > 0) {
                // The easiest way to bubble the revert reason is using memory via assembly

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

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

pragma solidity ^0.8.0;

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

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

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

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

pragma solidity ^0.8.0;

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

// File: @openzeppelin/contracts/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/token/ERC721/ERC721.sol
pragma solidity ^0.8.0;

/**
 * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including
 * the Metadata extension, but not including the Enumerable extension, which is available separately as
 * {ERC721Enumerable}.
 */
contract ERC721 is Context, ERC165, IERC721, IERC721Metadata {
    using Address for address;
    using Strings for uint256;

    // Token name
    string private _name;

    // Token symbol
    string private _symbol;

    // Mapping from token ID to owner address
    mapping(uint256 => address) private _owners;

    // Mapping owner address to token count
    mapping(address => uint256) private _balances;

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

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

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

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

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

    /**
     * @dev See {IERC721-ownerOf}.
     */
    function ownerOf(uint256 tokenId)
        public
        view
        virtual
        override
        returns (address)
    {
        address owner = _owners[tokenId];
        require(
            owner != address(0),
            "ERC721: owner query for nonexistent token"
        );
        return owner;
    }

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

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

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

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

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

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

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

        _approve(to, tokenId);
    }

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

        return _tokenApprovals[tokenId];
    }

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

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

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

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

        _transfer(from, to, tokenId);
    }

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

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

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

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

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

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

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

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

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

        _balances[to] += 1;
        _owners[tokenId] = to;

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

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

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

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

        _balances[owner] -= 1;
        delete _owners[tokenId];

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

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

        _beforeTokenTransfer(from, to, tokenId);

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

        _balances[from] -= 1;
        _balances[to] += 1;
        _owners[tokenId] = to;

        emit Transfer(from, to, tokenId);
    }

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

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

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

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

pragma solidity ^0.8.0;

/**
 * @dev This implements an optional extension of {ERC721} defined in the EIP that adds
 * enumerability of all the token ids in the contract as well as all token ids owned by each
 * account.
 */
abstract contract ERC721Enumerable is ERC721, IERC721Enumerable {
    // Mapping from owner to list of owned token IDs
    mapping(address => mapping(uint256 => uint256)) private _ownedTokens;

    // Mapping from token ID to index of the owner tokens list
    mapping(uint256 => uint256) private _ownedTokensIndex;

    // Array with all token ids, used for enumeration
    uint256[] private _allTokens;

    // Mapping from token id to position in the allTokens array
    mapping(uint256 => uint256) private _allTokensIndex;

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

    /**
     * @dev See {IERC721Enumerable-tokenOfOwnerByIndex}.
     */
    function tokenOfOwnerByIndex(address owner, uint256 index)
        public
        view
        virtual
        override
        returns (uint256)
    {
        require(
            index < ERC721.balanceOf(owner),
            "ERC721Enumerable: owner index out of bounds"
        );
        return _ownedTokens[owner][index];
    }

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

    /**
     * @dev See {IERC721Enumerable-tokenByIndex}.
     */
    function tokenByIndex(uint256 index)
        public
        view
        virtual
        override
        returns (uint256)
    {
        require(
            index < ERC721Enumerable.totalSupply(),
            "ERC721Enumerable: global index out of bounds"
        );
        return _allTokens[index];
    }

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

        if (from == address(0)) {
            _addTokenToAllTokensEnumeration(tokenId);
        } else if (from != to) {
            _removeTokenFromOwnerEnumeration(from, tokenId);
        }
        if (to == address(0)) {
            _removeTokenFromAllTokensEnumeration(tokenId);
        } else if (to != from) {
            _addTokenToOwnerEnumeration(to, tokenId);
        }
    }

    /**
     * @dev Private function to add a token to this extension's ownership-tracking data structures.
     * @param to address representing the new owner of the given token ID
     * @param tokenId uint256 ID of the token to be added to the tokens list of the given address
     */
    function _addTokenToOwnerEnumeration(address to, uint256 tokenId) private {
        uint256 length = ERC721.balanceOf(to);
        _ownedTokens[to][length] = tokenId;
        _ownedTokensIndex[tokenId] = length;
    }

    /**
     * @dev Private function to add a token to this extension's token tracking data structures.
     * @param tokenId uint256 ID of the token to be added to the tokens list
     */
    function _addTokenToAllTokensEnumeration(uint256 tokenId) private {
        _allTokensIndex[tokenId] = _allTokens.length;
        _allTokens.push(tokenId);
    }

    /**
     * @dev Private function to remove a token from this extension's ownership-tracking data structures. Note that
     * while the token is not assigned a new owner, the `_ownedTokensIndex` mapping is _not_ updated: this allows for
     * gas optimizations e.g. when performing a transfer operation (avoiding double writes).
     * This has O(1) time complexity, but alters the order of the _ownedTokens array.
     * @param from address representing the previous owner of the given token ID
     * @param tokenId uint256 ID of the token to be removed from the tokens list of the given address
     */
    function _removeTokenFromOwnerEnumeration(address from, uint256 tokenId)
        private
    {
        // To prevent a gap in from's tokens array, we store the last token in the index of the token to delete, and
        // then delete the last slot (swap and pop).

        uint256 lastTokenIndex = ERC721.balanceOf(from) - 1;
        uint256 tokenIndex = _ownedTokensIndex[tokenId];

        // When the token to delete is the last token, the swap operation is unnecessary
        if (tokenIndex != lastTokenIndex) {
            uint256 lastTokenId = _ownedTokens[from][lastTokenIndex];

            _ownedTokens[from][tokenIndex] = lastTokenId; // Move the last token to the slot of the to-delete token
            _ownedTokensIndex[lastTokenId] = tokenIndex; // Update the moved token's index
        }

        // This also deletes the contents at the last position of the array
        delete _ownedTokensIndex[tokenId];
        delete _ownedTokens[from][lastTokenIndex];
    }

    /**
     * @dev Private function to remove a token from this extension's token tracking data structures.
     * This has O(1) time complexity, but alters the order of the _allTokens array.
     * @param tokenId uint256 ID of the token to be removed from the tokens list
     */
    function _removeTokenFromAllTokensEnumeration(uint256 tokenId) private {
        // To prevent a gap in the tokens array, we store the last token in the index of the token to delete, and
        // then delete the last slot (swap and pop).

        uint256 lastTokenIndex = _allTokens.length - 1;
        uint256 tokenIndex = _allTokensIndex[tokenId];

        // When the token to delete is the last token, the swap operation is unnecessary. However, since this occurs so
        // rarely (when the last minted token is burnt) that we still do the swap here to avoid the gas cost of adding
        // an 'if' statement (like in _removeTokenFromOwnerEnumeration)
        uint256 lastTokenId = _allTokens[lastTokenIndex];

        _allTokens[tokenIndex] = lastTokenId; // Move the last token to the slot of the to-delete token
        _allTokensIndex[lastTokenId] = tokenIndex; // Update the moved token's index

        // This also deletes the contents at the last position of the array
        delete _allTokensIndex[tokenId];
        _allTokens.pop();
    }
}

// File: @openzeppelin/contracts/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() {
        _setOwner(_msgSender());
    }

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

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

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

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

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

pragma solidity >=0.7.0 <0.9.0;

/**
     writeBy shuxunoo
     */
contract BanaCat is ERC721Enumerable, Ownable {
    using Strings for uint256;
    string baseURI; // nft metadata jsonURI
    string public baseExtension = ".json"; // 用以生成图片的URI后缀
    uint256 public cost = 0.5 ether; // mintNFT的价格
    uint256 public maxSupply = 9710; // 最大供应量
    uint256 public maxMintAmount = 5; // 单次可以铸造的最大NFT数
    uint256 public maxTokenAmountForEachAddress = 5; // 仅在特殊mint通道中对账户中含有的token数量做限制,默认为5个
    bool public isPaused = false; //是否暂停mint活动,true表示暂停mint活动,false表示开始mint

    // 外部调用者的secret就是合约内部的signal 都代表“暗号的意思”
    struct Signal {
        string signalName; // 不同的暗号名字对应不同的mint渠道
        uint256 totalSupply; // 每个暗号对应的token供应量
        uint256 mintedNumber; // 记录每个暗号已经mint的token数量
    }
    Signal[5] private Signals; // 定义一个暗号数组,长度为5,但不到万不得已最多只能用前三个

    constructor(
        string memory _name,
        string memory _symbol,
        string memory _initBaseURI
    ) ERC721(_name, _symbol) {
        setBaseURI(_initBaseURI);
    }

    // internal 拿到baseURI
    function _baseURI() internal view virtual override returns (string memory) {
        return baseURI;
    }

    // public  mint代币方法
    function mint(uint256 _mintAmount) public payable {
        uint256 supply = totalSupply();
        require(!isPaused);
        require(
            _mintAmount > 0 && _mintAmount <= maxMintAmount,
            "Error: Mint Too Many Tokens For One Time"
        );
        require(
            supply + _mintAmount <= maxSupply,
            "Error: Insufficient Token Amount"
        );

        if (msg.sender != owner()) {
            require(msg.value >= cost * _mintAmount); // 如果合约的调用者不是合约的拥有者,那么要求调用者的余额≥mint总价值
        }

        for (uint256 i = 1; i <= _mintAmount; i++) {
            _safeMint(msg.sender, supply + i);
        }
    }

    // 查看一个用户的钱包中有多少枚token
    function walletOfOwner(address _owner)
        public
        view
        returns (uint256[] memory)
    {
        uint256 ownerTokenCount = balanceOf(_owner); //输入地址,可以获取该地址token的余额
        uint256[] memory tokenIds = new uint256[](ownerTokenCount); // 创建一个memory数组的固定写法
        for (uint256 i; i < ownerTokenCount; i++) {
            tokenIds[i] = tokenOfOwnerByIndex(_owner, i);
        }
        return tokenIds;
    }

    // 拿到tokenURI
    function tokenURI(uint256 tokenId)
        public
        view
        virtual
        override
        returns (string memory)
    {
        require(
            _exists(tokenId),
            "ERC721Metadata: URI query for nonexistent token"
        );

        string memory currentBaseURI = _baseURI();
        return
            bytes(currentBaseURI).length > 0
                ? string(
                    abi.encodePacked(
                        currentBaseURI,
                        tokenId.toString(),
                        baseExtension
                    )
                )
                : "Error: BaseURI Not Found";
    }

    // 设置交易手续费
    function setCost(uint256 _newCost) public onlyOwner {
        cost = _newCost;
    }

    // 设置单次最大的mint数量
    function setmaxMintAmountOneTime(uint256 _newmaxMintAmount) public onlyOwner {
        maxMintAmount = _newmaxMintAmount;
    }

    // 设置新的NFTmetadatajson baseURI
    function setBaseURI(string memory _newBaseURI) public onlyOwner {
        baseURI = _newBaseURI;
    }

    // 设置文件拓展名
    function setBaseExtension(string memory _newBaseExtension)
        public
        onlyOwner
    {
        baseExtension = _newBaseExtension;
    }

    //设置是否暂停mint活动 true表示暂停,flase表示可以mint
    function pause(bool _state) public onlyOwner {
        isPaused = _state;
    }

    // internal 检查两个字符串是否相同
    // 相同返回true,不同返回false
    function isEqual(string memory _signal, string memory userInput)
        internal
        pure
        returns (bool)
    {
        if (
            keccak256(abi.encodePacked(_signal)) ==
            keccak256(abi.encodePacked(userInput))
        ) {
            return true;
        } else {
            return false;
        }
    }

    //设置暗号对应的属性
    function setSignalattributes(
        uint256 _ID,
        string memory secret,
        uint256 supplyAmount
    ) public onlyOwner {
        require(_ID >= 0 && _ID < Signals.length, "Error: Illegal ID");
        maxSupply = maxSupply + getRemainingtokenAmount(_ID); // 首先回收当前暗号中剩余的还未被mint的代币数量,防止浪费
        require(maxSupply >= supplyAmount, "Error: Insufficient Token Amount"); // token的供应量必须大于暗号的供应量
        Signals[_ID].signalName = secret;
        Signals[_ID].totalSupply = supplyAmount;
        Signals[_ID].mintedNumber = 0; // mintedNumber 在设置之初为0
        maxSupply = maxSupply - supplyAmount; // 总数中需要预先去掉这些被暗号预定的token数量
    }

    // 查看某个索引所对应的暗号属性
    function showSecretattributes(uint256 _ID)
        public
        view
        onlyOwner
        returns (Signal memory secret)
    {
        require(_ID >= 0 && _ID < Signals.length, "Error: Illegal ID");
        return Signals[_ID];
    }

    // 输入secret索引,获取剩余还没被mint的token数量
    function getRemainingtokenAmount(uint256 _ID)
        public
        view
        onlyOwner
        returns (uint256 amount)
    {
        require(_ID >= 0 && _ID < Signals.length, "Error: Illegal ID"); // 校验索引是否合法
        return (Signals[_ID].totalSupply - Signals[_ID].mintedNumber);
    }

    // 检查暗号是否正确
    function checkSecret(string memory userInput)
        public
        view
        returns (uint256 _ID)
    {
        uint256 index = 0;
        bool flag = false; // 状态变量,用以记录暗号的匹配状态,默认状态是false
        for (index; index < Signals.length; index++) {
            if (isEqual(Signals[index].signalName, userInput)) {
                flag = true;
                break; // 匹配到用户输入的信息之后就跳出循环
            }
        }
        require(flag, "Error: None secret Found");
        return (index); // 匹配到正确的字符之后会返回暗号在数组中的索引
    }

    // 设置特殊通道mint的时候地址钱包中对token总量的限制
    function setMaxTokenAmountForEachAddress(uint _MaxAmount)
        public
        onlyOwner
    {
        maxTokenAmountForEachAddress = _MaxAmount;
    }

    // 特殊的mint渠道
    function specialMint_tunnel(string memory userInput) public {
        uint256 _ID = checkSecret(userInput); // 验证用户输入的暗号是否是已经登记过的合法字符
        require(
            Signals[_ID].totalSupply - Signals[_ID].mintedNumber > 0,
            "Error: None Free Token Left "
        ); // 验证当前暗号时候还有剩余token没有被mint
        // 检查当前地址的token余额是不是超过了合约对单个地址token数量的限制
        // 如果超过了,就不能免费mint,哪怕之前并没有免费领过
        require(
            balanceOf(msg.sender) <= maxTokenAmountForEachAddress,
            "Error: Overflow OF Your Wallet, You Already Have Too Many Tokens In your Wallet"
        );
        {
            uint256 supply = totalSupply();
            _safeMint(msg.sender, supply + 1);
            Signals[_ID].mintedNumber++; // 当前暗号下已被mint的token数量+1
        }
    }

    // 提款函数 超级重要
    function withdraw() public payable onlyOwner {
        (bool os, ) = payable(owner()).call{value: address(this).balance}("");
        require(os);
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"string","name":"_initBaseURI","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"baseExtension","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"string","name":"userInput","type":"string"}],"name":"checkSecret","outputs":[{"internalType":"uint256","name":"_ID","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"cost","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_ID","type":"uint256"}],"name":"getRemainingtokenAmount","outputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"isPaused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxMintAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxTokenAmountForEachAddress","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_mintAmount","type":"uint256"}],"name":"mint","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bool","name":"_state","type":"bool"}],"name":"pause","outputs":[],"stateMutability":"nonpayable","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":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_newBaseExtension","type":"string"}],"name":"setBaseExtension","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_newBaseURI","type":"string"}],"name":"setBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_newCost","type":"uint256"}],"name":"setCost","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_MaxAmount","type":"uint256"}],"name":"setMaxTokenAmountForEachAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_ID","type":"uint256"},{"internalType":"string","name":"secret","type":"string"},{"internalType":"uint256","name":"supplyAmount","type":"uint256"}],"name":"setSignalattributes","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_newmaxMintAmount","type":"uint256"}],"name":"setmaxMintAmountOneTime","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_ID","type":"uint256"}],"name":"showSecretattributes","outputs":[{"components":[{"internalType":"string","name":"signalName","type":"string"},{"internalType":"uint256","name":"totalSupply","type":"uint256"},{"internalType":"uint256","name":"mintedNumber","type":"uint256"}],"internalType":"struct BanaCat.Signal","name":"secret","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"string","name":"userInput","type":"string"}],"name":"specialMint_tunnel","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenOfOwnerByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"}],"name":"walletOfOwner","outputs":[{"internalType":"uint256[]","name":"","type":"uint256[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"withdraw","outputs":[],"stateMutability":"payable","type":"function"}]

60806040526040518060400160405280600581526020017f2e6a736f6e000000000000000000000000000000000000000000000000000000815250600c908051906020019062000051929190620002cf565b506706f05b59d3b20000600d556125ee600e556005600f5560056010556000601160006101000a81548160ff0219169083151502179055503480156200009657600080fd5b50604051620055d8380380620055d88339818101604052810190620000bc9190620003fd565b82828160009080519060200190620000d6929190620002cf565b508060019080519060200190620000ef929190620002cf565b50505062000112620001066200012c60201b60201c565b6200013460201b60201c565b6200012381620001fa60201b60201c565b505050620006bd565b600033905090565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6200020a6200012c60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1662000230620002a560201b60201c565b73ffffffffffffffffffffffffffffffffffffffff161462000289576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200028090620004dd565b60405180910390fd5b80600b9080519060200190620002a1929190620002cf565b5050565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b828054620002dd90620005a5565b90600052602060002090601f0160209004810192826200030157600085556200034d565b82601f106200031c57805160ff19168380011785556200034d565b828001600101855582156200034d579182015b828111156200034c5782518255916020019190600101906200032f565b5b5090506200035c919062000360565b5090565b5b808211156200037b57600081600090555060010162000361565b5090565b600062000396620003908462000528565b620004ff565b905082815260208101848484011115620003b557620003b462000674565b5b620003c28482856200056f565b509392505050565b600082601f830112620003e257620003e16200066f565b5b8151620003f48482602086016200037f565b91505092915050565b6000806000606084860312156200041957620004186200067e565b5b600084015167ffffffffffffffff8111156200043a576200043962000679565b5b6200044886828701620003ca565b935050602084015167ffffffffffffffff8111156200046c576200046b62000679565b5b6200047a86828701620003ca565b925050604084015167ffffffffffffffff8111156200049e576200049d62000679565b5b620004ac86828701620003ca565b9150509250925092565b6000620004c56020836200055e565b9150620004d28262000694565b602082019050919050565b60006020820190508181036000830152620004f881620004b6565b9050919050565b60006200050b6200051e565b9050620005198282620005db565b919050565b6000604051905090565b600067ffffffffffffffff82111562000546576200054562000640565b5b620005518262000683565b9050602081019050919050565b600082825260208201905092915050565b60005b838110156200058f57808201518184015260208101905062000572565b838111156200059f576000848401525b50505050565b60006002820490506001821680620005be57607f821691505b60208210811415620005d557620005d462000611565b5b50919050565b620005e68262000683565b810181811067ffffffffffffffff8211171562000608576200060762000640565b5b80604052505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b614f0b80620006cd6000396000f3fe6080604052600436106102305760003560e01c80634f6ccce71161012e578063a0712d68116100ab578063c87b56dd1161006f578063c87b56dd14610843578063d5abeb0114610880578063da3ef23f146108ab578063e985e9c5146108d4578063f2fde38b1461091157610230565b8063a0712d681461077f578063a22cb4651461079b578063b187bd26146107c4578063b88d4fde146107ef578063c66828621461081857610230565b806370a08231116100f257806370a08231146106ac578063715018a6146106e95780637828a7d7146107005780638da5cb5b1461072957806395d89b411461075457610230565b80634f6ccce7146105a157806355f804b3146105de5780635fb04c041461060757806360ea95f1146106325780636352211e1461066f57610230565b806318160ddd116101bc5780633ccfd60b116101805780633ccfd60b146104cb57806342842e0e146104d5578063438b6300146104fe57806344a0d68a1461053b5780634efa14a21461056457610230565b806318160ddd146103e6578063239c70ae1461041157806323b872dd1461043c5780632e32e7cb146104655780632f745c591461048e57610230565b8063095ea7b311610203578063095ea7b314610303578063135979311461032c57806313faede614610355578063162b4a17146103805780631792ab26146103bd57610230565b806301ffc9a71461023557806302329a291461027257806306fdde031461029b578063081812fc146102c6575b600080fd5b34801561024157600080fd5b5061025c60048036038101906102579190613796565b61093a565b6040516102699190613f83565b60405180910390f35b34801561027e57600080fd5b5061029960048036038101906102949190613769565b6109b4565b005b3480156102a757600080fd5b506102b0610a4d565b6040516102bd9190613f9e565b60405180910390f35b3480156102d257600080fd5b506102ed60048036038101906102e89190613839565b610adf565b6040516102fa9190613efa565b60405180910390f35b34801561030f57600080fd5b5061032a60048036038101906103259190613729565b610b64565b005b34801561033857600080fd5b50610353600480360381019061034e91906137f0565b610c7c565b005b34801561036157600080fd5b5061036a610db2565b60405161037791906142e2565b60405180910390f35b34801561038c57600080fd5b506103a760048036038101906103a29190613839565b610db8565b6040516103b491906142c0565b60405180910390f35b3480156103c957600080fd5b506103e460048036038101906103df9190613839565b610f5c565b005b3480156103f257600080fd5b506103fb610fe2565b60405161040891906142e2565b60405180910390f35b34801561041d57600080fd5b50610426610fef565b60405161043391906142e2565b60405180910390f35b34801561044857600080fd5b50610463600480360381019061045e9190613613565b610ff5565b005b34801561047157600080fd5b5061048c60048036038101906104879190613839565b611055565b005b34801561049a57600080fd5b506104b560048036038101906104b09190613729565b6110db565b6040516104c291906142e2565b60405180910390f35b6104d3611180565b005b3480156104e157600080fd5b506104fc60048036038101906104f79190613613565b61127c565b005b34801561050a57600080fd5b50610525600480360381019061052091906135a6565b61129c565b6040516105329190613f61565b60405180910390f35b34801561054757600080fd5b50610562600480360381019061055d9190613839565b61134a565b005b34801561057057600080fd5b5061058b60048036038101906105869190613839565b6113d0565b60405161059891906142e2565b60405180910390f35b3480156105ad57600080fd5b506105c860048036038101906105c39190613839565b6114e7565b6040516105d591906142e2565b60405180910390f35b3480156105ea57600080fd5b50610605600480360381019061060091906137f0565b611558565b005b34801561061357600080fd5b5061061c6115ee565b60405161062991906142e2565b60405180910390f35b34801561063e57600080fd5b50610659600480360381019061065491906137f0565b6115f4565b60405161066691906142e2565b60405180910390f35b34801561067b57600080fd5b5061069660048036038101906106919190613839565b61171f565b6040516106a39190613efa565b60405180910390f35b3480156106b857600080fd5b506106d360048036038101906106ce91906135a6565b6117d1565b6040516106e091906142e2565b60405180910390f35b3480156106f557600080fd5b506106fe611889565b005b34801561070c57600080fd5b5061072760048036038101906107229190613866565b611911565b005b34801561073557600080fd5b5061073e611ac8565b60405161074b9190613efa565b60405180910390f35b34801561076057600080fd5b50610769611af2565b6040516107769190613f9e565b60405180910390f35b61079960048036038101906107949190613839565b611b84565b005b3480156107a757600080fd5b506107c260048036038101906107bd91906136e9565b611cdb565b005b3480156107d057600080fd5b506107d9611e5c565b6040516107e69190613f83565b60405180910390f35b3480156107fb57600080fd5b5061081660048036038101906108119190613666565b611e6f565b005b34801561082457600080fd5b5061082d611ed1565b60405161083a9190613f9e565b60405180910390f35b34801561084f57600080fd5b5061086a60048036038101906108659190613839565b611f5f565b6040516108779190613f9e565b60405180910390f35b34801561088c57600080fd5b5061089561202f565b6040516108a291906142e2565b60405180910390f35b3480156108b757600080fd5b506108d260048036038101906108cd91906137f0565b612035565b005b3480156108e057600080fd5b506108fb60048036038101906108f691906135d3565b6120cb565b6040516109089190613f83565b60405180910390f35b34801561091d57600080fd5b50610938600480360381019061093391906135a6565b61215f565b005b60007f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614806109ad57506109ac82612257565b5b9050919050565b6109bc612339565b73ffffffffffffffffffffffffffffffffffffffff166109da611ac8565b73ffffffffffffffffffffffffffffffffffffffff1614610a30576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a27906141c0565b60405180910390fd5b80601160006101000a81548160ff02191690831515021790555050565b606060008054610a5c906145fc565b80601f0160208091040260200160405190810160405280929190818152602001828054610a88906145fc565b8015610ad55780601f10610aaa57610100808354040283529160200191610ad5565b820191906000526020600020905b815481529060010190602001808311610ab857829003601f168201915b5050505050905090565b6000610aea82612341565b610b29576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b20906141a0565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610b6f8261171f565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610be0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bd790614220565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610bff612339565b73ffffffffffffffffffffffffffffffffffffffff161480610c2e5750610c2d81610c28612339565b6120cb565b5b610c6d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c64906140e0565b60405180910390fd5b610c7783836123ad565b505050565b6000610c87826115f4565b9050600060128260058110610c9f57610c9e614795565b5b600302016002015460128360058110610cbb57610cba614795565b5b6003020160010154610ccd9190614512565b11610d0d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d0490614100565b60405180910390fd5b601054610d19336117d1565b1115610d5a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d5190613fc0565b60405180910390fd5b6000610d64610fe2565b9050610d7c33600183610d779190614431565b612466565b60128260058110610d9057610d8f614795565b5b600302016002016000815480929190610da89061465f565b9190505550505050565b600d5481565b610dc0613399565b610dc8612339565b73ffffffffffffffffffffffffffffffffffffffff16610de6611ac8565b73ffffffffffffffffffffffffffffffffffffffff1614610e3c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e33906141c0565b60405180910390fd5b60008210158015610e4d5750600582105b610e8c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e8390614240565b60405180910390fd5b60128260058110610ea057610e9f614795565b5b60030201604051806060016040529081600082018054610ebf906145fc565b80601f0160208091040260200160405190810160405280929190818152602001828054610eeb906145fc565b8015610f385780601f10610f0d57610100808354040283529160200191610f38565b820191906000526020600020905b815481529060010190602001808311610f1b57829003601f168201915b50505050508152602001600182015481526020016002820154815250509050919050565b610f64612339565b73ffffffffffffffffffffffffffffffffffffffff16610f82611ac8565b73ffffffffffffffffffffffffffffffffffffffff1614610fd8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fcf906141c0565b60405180910390fd5b80600f8190555050565b6000600880549050905090565b600f5481565b611006611000612339565b82612484565b611045576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161103c90614260565b60405180910390fd5b611050838383612562565b505050565b61105d612339565b73ffffffffffffffffffffffffffffffffffffffff1661107b611ac8565b73ffffffffffffffffffffffffffffffffffffffff16146110d1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110c8906141c0565b60405180910390fd5b8060108190555050565b60006110e6836117d1565b8210611127576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161111e90614000565b60405180910390fd5b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002054905092915050565b611188612339565b73ffffffffffffffffffffffffffffffffffffffff166111a6611ac8565b73ffffffffffffffffffffffffffffffffffffffff16146111fc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111f3906141c0565b60405180910390fd5b6000611206611ac8565b73ffffffffffffffffffffffffffffffffffffffff164760405161122990613ee5565b60006040518083038185875af1925050503d8060008114611266576040519150601f19603f3d011682016040523d82523d6000602084013e61126b565b606091505b505090508061127957600080fd5b50565b61129783838360405180602001604052806000815250611e6f565b505050565b606060006112a9836117d1565b905060008167ffffffffffffffff8111156112c7576112c66147c4565b5b6040519080825280602002602001820160405280156112f55781602001602082028036833780820191505090505b50905060005b8281101561133f5761130d85826110db565b8282815181106113205761131f614795565b5b60200260200101818152505080806113379061465f565b9150506112fb565b508092505050919050565b611352612339565b73ffffffffffffffffffffffffffffffffffffffff16611370611ac8565b73ffffffffffffffffffffffffffffffffffffffff16146113c6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113bd906141c0565b60405180910390fd5b80600d8190555050565b60006113da612339565b73ffffffffffffffffffffffffffffffffffffffff166113f8611ac8565b73ffffffffffffffffffffffffffffffffffffffff161461144e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611445906141c0565b60405180910390fd5b6000821015801561145f5750600582105b61149e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161149590614240565b60405180910390fd5b601282600581106114b2576114b1614795565b5b6003020160020154601283600581106114ce576114cd614795565b5b60030201600101546114e09190614512565b9050919050565b60006114f1610fe2565b8210611532576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161152990614280565b60405180910390fd5b6008828154811061154657611545614795565b5b90600052602060002001549050919050565b611560612339565b73ffffffffffffffffffffffffffffffffffffffff1661157e611ac8565b73ffffffffffffffffffffffffffffffffffffffff16146115d4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115cb906141c0565b60405180910390fd5b80600b90805190602001906115ea9291906133ba565b5050565b60105481565b6000806000905060005b60058210156116d5576116b46012836005811061161e5761161d614795565b5b600302016000018054611630906145fc565b80601f016020809104026020016040519081016040528092919081815260200182805461165c906145fc565b80156116a95780601f1061167e576101008083540402835291602001916116a9565b820191906000526020600020905b81548152906001019060200180831161168c57829003601f168201915b5050505050856127be565b156116c257600190506116d5565b81806116cd9061465f565b9250506115fe565b80611715576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161170c906142a0565b60405180910390fd5b8192505050919050565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156117c8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117bf90614140565b60405180910390fd5b80915050919050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611842576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161183990614120565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b611891612339565b73ffffffffffffffffffffffffffffffffffffffff166118af611ac8565b73ffffffffffffffffffffffffffffffffffffffff1614611905576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118fc906141c0565b60405180910390fd5b61190f6000612828565b565b611919612339565b73ffffffffffffffffffffffffffffffffffffffff16611937611ac8565b73ffffffffffffffffffffffffffffffffffffffff161461198d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611984906141c0565b60405180910390fd5b6000831015801561199e5750600583105b6119dd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119d490614240565b60405180910390fd5b6119e6836113d0565b600e546119f39190614431565b600e8190555080600e541015611a3e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a3590613fe0565b60405180910390fd5b8160128460058110611a5357611a52614795565b5b600302016000019080519060200190611a6d9291906133ba565b508060128460058110611a8357611a82614795565b5b6003020160010181905550600060128460058110611aa457611aa3614795565b5b600302016002018190555080600e54611abd9190614512565b600e81905550505050565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060018054611b01906145fc565b80601f0160208091040260200160405190810160405280929190818152602001828054611b2d906145fc565b8015611b7a5780601f10611b4f57610100808354040283529160200191611b7a565b820191906000526020600020905b815481529060010190602001808311611b5d57829003601f168201915b5050505050905090565b6000611b8e610fe2565b9050601160009054906101000a900460ff1615611baa57600080fd5b600082118015611bbc5750600f548211155b611bfb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611bf290614180565b60405180910390fd5b600e548282611c0a9190614431565b1115611c4b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c4290613fe0565b60405180910390fd5b611c53611ac8565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611ca05781600d54611c9391906144b8565b341015611c9f57600080fd5b5b6000600190505b828111611cd657611cc3338284611cbe9190614431565b612466565b8080611cce9061465f565b915050611ca7565b505050565b611ce3612339565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611d51576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d48906140a0565b60405180910390fd5b8060056000611d5e612339565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff16611e0b612339565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051611e509190613f83565b60405180910390a35050565b601160009054906101000a900460ff1681565b611e80611e7a612339565b83612484565b611ebf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611eb690614260565b60405180910390fd5b611ecb848484846128ee565b50505050565b600c8054611ede906145fc565b80601f0160208091040260200160405190810160405280929190818152602001828054611f0a906145fc565b8015611f575780601f10611f2c57610100808354040283529160200191611f57565b820191906000526020600020905b815481529060010190602001808311611f3a57829003601f168201915b505050505081565b6060611f6a82612341565b611fa9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611fa090614200565b60405180910390fd5b6000611fb361294a565b90506000815111611ff9576040518060400160405280601881526020017f4572726f723a2042617365555249204e6f7420466f756e640000000000000000815250612027565b80612003846129dc565b600c60405160200161201793929190613eb4565b6040516020818303038152906040525b915050919050565b600e5481565b61203d612339565b73ffffffffffffffffffffffffffffffffffffffff1661205b611ac8565b73ffffffffffffffffffffffffffffffffffffffff16146120b1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120a8906141c0565b60405180910390fd5b80600c90805190602001906120c79291906133ba565b5050565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b612167612339565b73ffffffffffffffffffffffffffffffffffffffff16612185611ac8565b73ffffffffffffffffffffffffffffffffffffffff16146121db576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016121d2906141c0565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561224b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161224290614040565b60405180910390fd5b61225481612828565b50565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061232257507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b80612332575061233182612b3d565b5b9050919050565b600033905090565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff166124208361171f565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b612480828260405180602001604052806000815250612ba7565b5050565b600061248f82612341565b6124ce576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124c5906140c0565b60405180910390fd5b60006124d98361171f565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16148061254857508373ffffffffffffffffffffffffffffffffffffffff1661253084610adf565b73ffffffffffffffffffffffffffffffffffffffff16145b80612559575061255881856120cb565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff166125828261171f565b73ffffffffffffffffffffffffffffffffffffffff16146125d8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125cf906141e0565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612648576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161263f90614080565b60405180910390fd5b612653838383612c02565b61265e6000826123ad565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546126ae9190614512565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546127059190614431565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b6000816040516020016127d19190613e9d565b60405160208183030381529060405280519060200120836040516020016127f89190613e9d565b60405160208183030381529060405280519060200120141561281d5760019050612822565b600090505b92915050565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6128f9848484612562565b61290584848484612d16565b612944576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161293b90614020565b60405180910390fd5b50505050565b6060600b8054612959906145fc565b80601f0160208091040260200160405190810160405280929190818152602001828054612985906145fc565b80156129d25780601f106129a7576101008083540402835291602001916129d2565b820191906000526020600020905b8154815290600101906020018083116129b557829003601f168201915b5050505050905090565b60606000821415612a24576040518060400160405280600181526020017f30000000000000000000000000000000000000000000000000000000000000008152509050612b38565b600082905060005b60008214612a56578080612a3f9061465f565b915050600a82612a4f9190614487565b9150612a2c565b60008167ffffffffffffffff811115612a7257612a716147c4565b5b6040519080825280601f01601f191660200182016040528015612aa45781602001600182028036833780820191505090505b5090505b60008514612b3157600182612abd9190614512565b9150600a85612acc91906146a8565b6030612ad89190614431565b60f81b818381518110612aee57612aed614795565b5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a85612b2a9190614487565b9450612aa8565b8093505050505b919050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b612bb18383612ead565b612bbe6000848484612d16565b612bfd576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612bf490614020565b60405180910390fd5b505050565b612c0d83838361307b565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612c5057612c4b81613080565b612c8f565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614612c8e57612c8d83826130c9565b5b5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612cd257612ccd81613236565b612d11565b8273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614612d1057612d0f8282613307565b5b5b505050565b6000612d378473ffffffffffffffffffffffffffffffffffffffff16613386565b15612ea0578373ffffffffffffffffffffffffffffffffffffffff1663150b7a02612d60612339565b8786866040518563ffffffff1660e01b8152600401612d829493929190613f15565b602060405180830381600087803b158015612d9c57600080fd5b505af1925050508015612dcd57506040513d601f19601f82011682018060405250810190612dca91906137c3565b60015b612e50573d8060008114612dfd576040519150601f19603f3d011682016040523d82523d6000602084013e612e02565b606091505b50600081511415612e48576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612e3f90614020565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050612ea5565b600190505b949350505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612f1d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612f1490614160565b60405180910390fd5b612f2681612341565b15612f66576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612f5d90614060565b60405180910390fd5b612f7260008383612c02565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612fc29190614431565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b505050565b6008805490506009600083815260200190815260200160002081905550600881908060018154018082558091505060019003906000526020600020016000909190919091505550565b600060016130d6846117d1565b6130e09190614512565b90506000600760008481526020019081526020016000205490508181146131c5576000600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002054905080600660008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002081905550816007600083815260200190815260200160002081905550505b6007600084815260200190815260200160002060009055600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008381526020019081526020016000206000905550505050565b6000600160088054905061324a9190614512565b905060006009600084815260200190815260200160002054905060006008838154811061327a57613279614795565b5b90600052602060002001549050806008838154811061329c5761329b614795565b5b9060005260206000200181905550816009600083815260200190815260200160002081905550600960008581526020019081526020016000206000905560088054806132eb576132ea614766565b5b6001900381819060005260206000200160009055905550505050565b6000613312836117d1565b905081600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002081905550806007600084815260200190815260200160002081905550505050565b600080823b905060008111915050919050565b60405180606001604052806060815260200160008152602001600081525090565b8280546133c6906145fc565b90600052602060002090601f0160209004810192826133e8576000855561342f565b82601f1061340157805160ff191683800117855561342f565b8280016001018555821561342f579182015b8281111561342e578251825591602001919060010190613413565b5b50905061343c9190613440565b5090565b5b80821115613459576000816000905550600101613441565b5090565b600061347061346b84614322565b6142fd565b90508281526020810184848401111561348c5761348b6147f8565b5b6134978482856145ba565b509392505050565b60006134b26134ad84614353565b6142fd565b9050828152602081018484840111156134ce576134cd6147f8565b5b6134d98482856145ba565b509392505050565b6000813590506134f081614e79565b92915050565b60008135905061350581614e90565b92915050565b60008135905061351a81614ea7565b92915050565b60008151905061352f81614ea7565b92915050565b600082601f83011261354a576135496147f3565b5b813561355a84826020860161345d565b91505092915050565b600082601f830112613578576135776147f3565b5b813561358884826020860161349f565b91505092915050565b6000813590506135a081614ebe565b92915050565b6000602082840312156135bc576135bb614802565b5b60006135ca848285016134e1565b91505092915050565b600080604083850312156135ea576135e9614802565b5b60006135f8858286016134e1565b9250506020613609858286016134e1565b9150509250929050565b60008060006060848603121561362c5761362b614802565b5b600061363a868287016134e1565b935050602061364b868287016134e1565b925050604061365c86828701613591565b9150509250925092565b600080600080608085870312156136805761367f614802565b5b600061368e878288016134e1565b945050602061369f878288016134e1565b93505060406136b087828801613591565b925050606085013567ffffffffffffffff8111156136d1576136d06147fd565b5b6136dd87828801613535565b91505092959194509250565b60008060408385031215613700576136ff614802565b5b600061370e858286016134e1565b925050602061371f858286016134f6565b9150509250929050565b600080604083850312156137405761373f614802565b5b600061374e858286016134e1565b925050602061375f85828601613591565b9150509250929050565b60006020828403121561377f5761377e614802565b5b600061378d848285016134f6565b91505092915050565b6000602082840312156137ac576137ab614802565b5b60006137ba8482850161350b565b91505092915050565b6000602082840312156137d9576137d8614802565b5b60006137e784828501613520565b91505092915050565b60006020828403121561380657613805614802565b5b600082013567ffffffffffffffff811115613824576138236147fd565b5b61383084828501613563565b91505092915050565b60006020828403121561384f5761384e614802565b5b600061385d84828501613591565b91505092915050565b60008060006060848603121561387f5761387e614802565b5b600061388d86828701613591565b935050602084013567ffffffffffffffff8111156138ae576138ad6147fd565b5b6138ba86828701613563565b92505060406138cb86828701613591565b9150509250925092565b60006138e18383613e7f565b60208301905092915050565b6138f681614546565b82525050565b6000613907826143a9565b61391181856143d7565b935061391c83614384565b8060005b8381101561394d57815161393488826138d5565b975061393f836143ca565b925050600181019050613920565b5085935050505092915050565b61396381614558565b82525050565b6000613974826143b4565b61397e81856143e8565b935061398e8185602086016145c9565b61399781614807565b840191505092915050565b60006139ad826143bf565b6139b78185614404565b93506139c78185602086016145c9565b6139d081614807565b840191505092915050565b60006139e6826143bf565b6139f08185614415565b9350613a008185602086016145c9565b613a0981614807565b840191505092915050565b6000613a1f826143bf565b613a298185614426565b9350613a398185602086016145c9565b80840191505092915050565b60008154613a52816145fc565b613a5c8186614426565b94506001821660008114613a775760018114613a8857613abb565b60ff19831686528186019350613abb565b613a9185614394565b60005b83811015613ab357815481890152600182019150602081019050613a94565b838801955050505b50505092915050565b6000613ad1604f83614415565b9150613adc82614818565b606082019050919050565b6000613af4602083614415565b9150613aff8261488d565b602082019050919050565b6000613b17602b83614415565b9150613b22826148b6565b604082019050919050565b6000613b3a603283614415565b9150613b4582614905565b604082019050919050565b6000613b5d602683614415565b9150613b6882614954565b604082019050919050565b6000613b80601c83614415565b9150613b8b826149a3565b602082019050919050565b6000613ba3602483614415565b9150613bae826149cc565b604082019050919050565b6000613bc6601983614415565b9150613bd182614a1b565b602082019050919050565b6000613be9602c83614415565b9150613bf482614a44565b604082019050919050565b6000613c0c603883614415565b9150613c1782614a93565b604082019050919050565b6000613c2f601c83614415565b9150613c3a82614ae2565b602082019050919050565b6000613c52602a83614415565b9150613c5d82614b0b565b604082019050919050565b6000613c75602983614415565b9150613c8082614b5a565b604082019050919050565b6000613c98602083614415565b9150613ca382614ba9565b602082019050919050565b6000613cbb602883614415565b9150613cc682614bd2565b604082019050919050565b6000613cde602c83614415565b9150613ce982614c21565b604082019050919050565b6000613d01602083614415565b9150613d0c82614c70565b602082019050919050565b6000613d24602983614415565b9150613d2f82614c99565b604082019050919050565b6000613d47602f83614415565b9150613d5282614ce8565b604082019050919050565b6000613d6a602183614415565b9150613d7582614d37565b604082019050919050565b6000613d8d6000836143f9565b9150613d9882614d86565b600082019050919050565b6000613db0601183614415565b9150613dbb82614d89565b602082019050919050565b6000613dd3603183614415565b9150613dde82614db2565b604082019050919050565b6000613df6602c83614415565b9150613e0182614e01565b604082019050919050565b6000613e19601883614415565b9150613e2482614e50565b602082019050919050565b60006060830160008301518482036000860152613e4c82826139a2565b9150506020830151613e616020860182613e7f565b506040830151613e746040860182613e7f565b508091505092915050565b613e88816145b0565b82525050565b613e97816145b0565b82525050565b6000613ea98284613a14565b915081905092915050565b6000613ec08286613a14565b9150613ecc8285613a14565b9150613ed88284613a45565b9150819050949350505050565b6000613ef082613d80565b9150819050919050565b6000602082019050613f0f60008301846138ed565b92915050565b6000608082019050613f2a60008301876138ed565b613f3760208301866138ed565b613f446040830185613e8e565b8181036060830152613f568184613969565b905095945050505050565b60006020820190508181036000830152613f7b81846138fc565b905092915050565b6000602082019050613f98600083018461395a565b92915050565b60006020820190508181036000830152613fb881846139db565b905092915050565b60006020820190508181036000830152613fd981613ac4565b9050919050565b60006020820190508181036000830152613ff981613ae7565b9050919050565b6000602082019050818103600083015261401981613b0a565b9050919050565b6000602082019050818103600083015261403981613b2d565b9050919050565b6000602082019050818103600083015261405981613b50565b9050919050565b6000602082019050818103600083015261407981613b73565b9050919050565b6000602082019050818103600083015261409981613b96565b9050919050565b600060208201905081810360008301526140b981613bb9565b9050919050565b600060208201905081810360008301526140d981613bdc565b9050919050565b600060208201905081810360008301526140f981613bff565b9050919050565b6000602082019050818103600083015261411981613c22565b9050919050565b6000602082019050818103600083015261413981613c45565b9050919050565b6000602082019050818103600083015261415981613c68565b9050919050565b6000602082019050818103600083015261417981613c8b565b9050919050565b6000602082019050818103600083015261419981613cae565b9050919050565b600060208201905081810360008301526141b981613cd1565b9050919050565b600060208201905081810360008301526141d981613cf4565b9050919050565b600060208201905081810360008301526141f981613d17565b9050919050565b6000602082019050818103600083015261421981613d3a565b9050919050565b6000602082019050818103600083015261423981613d5d565b9050919050565b6000602082019050818103600083015261425981613da3565b9050919050565b6000602082019050818103600083015261427981613dc6565b9050919050565b6000602082019050818103600083015261429981613de9565b9050919050565b600060208201905081810360008301526142b981613e0c565b9050919050565b600060208201905081810360008301526142da8184613e2f565b905092915050565b60006020820190506142f76000830184613e8e565b92915050565b6000614307614318565b9050614313828261462e565b919050565b6000604051905090565b600067ffffffffffffffff82111561433d5761433c6147c4565b5b61434682614807565b9050602081019050919050565b600067ffffffffffffffff82111561436e5761436d6147c4565b5b61437782614807565b9050602081019050919050565b6000819050602082019050919050565b60008190508160005260206000209050919050565b600081519050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600061443c826145b0565b9150614447836145b0565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0382111561447c5761447b6146d9565b5b828201905092915050565b6000614492826145b0565b915061449d836145b0565b9250826144ad576144ac614708565b5b828204905092915050565b60006144c3826145b0565b91506144ce836145b0565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615614507576145066146d9565b5b828202905092915050565b600061451d826145b0565b9150614528836145b0565b92508282101561453b5761453a6146d9565b5b828203905092915050565b600061455182614590565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b838110156145e75780820151818401526020810190506145cc565b838111156145f6576000848401525b50505050565b6000600282049050600182168061461457607f821691505b6020821081141561462857614627614737565b5b50919050565b61463782614807565b810181811067ffffffffffffffff82111715614656576146556147c4565b5b80604052505050565b600061466a826145b0565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82141561469d5761469c6146d9565b5b600182019050919050565b60006146b3826145b0565b91506146be836145b0565b9250826146ce576146cd614708565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f4572726f723a204f766572666c6f77204f4620596f75722057616c6c65742c2060008201527f596f7520416c7265616479204861766520546f6f204d616e7920546f6b656e7360208201527f20496e20796f75722057616c6c65740000000000000000000000000000000000604082015250565b7f4572726f723a20496e73756666696369656e7420546f6b656e20416d6f756e74600082015250565b7f455243373231456e756d657261626c653a206f776e657220696e646578206f7560008201527f74206f6620626f756e6473000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4572726f723a204e6f6e65204672656520546f6b656e204c6566742000000000600082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4572726f723a204d696e7420546f6f204d616e7920546f6b656e7320466f722060008201527f4f6e652054696d65000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960008201527f73206e6f74206f776e0000000000000000000000000000000000000000000000602082015250565b7f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008201527f6e6578697374656e7420746f6b656e0000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b50565b7f4572726f723a20496c6c6567616c204944000000000000000000000000000000600082015250565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b7f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60008201527f7574206f6620626f756e64730000000000000000000000000000000000000000602082015250565b7f4572726f723a204e6f6e652073656372657420466f756e640000000000000000600082015250565b614e8281614546565b8114614e8d57600080fd5b50565b614e9981614558565b8114614ea457600080fd5b50565b614eb081614564565b8114614ebb57600080fd5b50565b614ec7816145b0565b8114614ed257600080fd5b5056fea264697066735822122055ce067d137b04d80550421a81775048ad710a3a580af063d97122d43fc84ed764736f6c63430008070033000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000000000000000742616e6143617400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b42616e61436174204e46540000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000036697066733a2f2f516d54774c445636437147315132424b73414470476d43316238326e7336774b65436e676535697650427836776d2f00000000000000000000

Deployed Bytecode

0x6080604052600436106102305760003560e01c80634f6ccce71161012e578063a0712d68116100ab578063c87b56dd1161006f578063c87b56dd14610843578063d5abeb0114610880578063da3ef23f146108ab578063e985e9c5146108d4578063f2fde38b1461091157610230565b8063a0712d681461077f578063a22cb4651461079b578063b187bd26146107c4578063b88d4fde146107ef578063c66828621461081857610230565b806370a08231116100f257806370a08231146106ac578063715018a6146106e95780637828a7d7146107005780638da5cb5b1461072957806395d89b411461075457610230565b80634f6ccce7146105a157806355f804b3146105de5780635fb04c041461060757806360ea95f1146106325780636352211e1461066f57610230565b806318160ddd116101bc5780633ccfd60b116101805780633ccfd60b146104cb57806342842e0e146104d5578063438b6300146104fe57806344a0d68a1461053b5780634efa14a21461056457610230565b806318160ddd146103e6578063239c70ae1461041157806323b872dd1461043c5780632e32e7cb146104655780632f745c591461048e57610230565b8063095ea7b311610203578063095ea7b314610303578063135979311461032c57806313faede614610355578063162b4a17146103805780631792ab26146103bd57610230565b806301ffc9a71461023557806302329a291461027257806306fdde031461029b578063081812fc146102c6575b600080fd5b34801561024157600080fd5b5061025c60048036038101906102579190613796565b61093a565b6040516102699190613f83565b60405180910390f35b34801561027e57600080fd5b5061029960048036038101906102949190613769565b6109b4565b005b3480156102a757600080fd5b506102b0610a4d565b6040516102bd9190613f9e565b60405180910390f35b3480156102d257600080fd5b506102ed60048036038101906102e89190613839565b610adf565b6040516102fa9190613efa565b60405180910390f35b34801561030f57600080fd5b5061032a60048036038101906103259190613729565b610b64565b005b34801561033857600080fd5b50610353600480360381019061034e91906137f0565b610c7c565b005b34801561036157600080fd5b5061036a610db2565b60405161037791906142e2565b60405180910390f35b34801561038c57600080fd5b506103a760048036038101906103a29190613839565b610db8565b6040516103b491906142c0565b60405180910390f35b3480156103c957600080fd5b506103e460048036038101906103df9190613839565b610f5c565b005b3480156103f257600080fd5b506103fb610fe2565b60405161040891906142e2565b60405180910390f35b34801561041d57600080fd5b50610426610fef565b60405161043391906142e2565b60405180910390f35b34801561044857600080fd5b50610463600480360381019061045e9190613613565b610ff5565b005b34801561047157600080fd5b5061048c60048036038101906104879190613839565b611055565b005b34801561049a57600080fd5b506104b560048036038101906104b09190613729565b6110db565b6040516104c291906142e2565b60405180910390f35b6104d3611180565b005b3480156104e157600080fd5b506104fc60048036038101906104f79190613613565b61127c565b005b34801561050a57600080fd5b50610525600480360381019061052091906135a6565b61129c565b6040516105329190613f61565b60405180910390f35b34801561054757600080fd5b50610562600480360381019061055d9190613839565b61134a565b005b34801561057057600080fd5b5061058b60048036038101906105869190613839565b6113d0565b60405161059891906142e2565b60405180910390f35b3480156105ad57600080fd5b506105c860048036038101906105c39190613839565b6114e7565b6040516105d591906142e2565b60405180910390f35b3480156105ea57600080fd5b50610605600480360381019061060091906137f0565b611558565b005b34801561061357600080fd5b5061061c6115ee565b60405161062991906142e2565b60405180910390f35b34801561063e57600080fd5b50610659600480360381019061065491906137f0565b6115f4565b60405161066691906142e2565b60405180910390f35b34801561067b57600080fd5b5061069660048036038101906106919190613839565b61171f565b6040516106a39190613efa565b60405180910390f35b3480156106b857600080fd5b506106d360048036038101906106ce91906135a6565b6117d1565b6040516106e091906142e2565b60405180910390f35b3480156106f557600080fd5b506106fe611889565b005b34801561070c57600080fd5b5061072760048036038101906107229190613866565b611911565b005b34801561073557600080fd5b5061073e611ac8565b60405161074b9190613efa565b60405180910390f35b34801561076057600080fd5b50610769611af2565b6040516107769190613f9e565b60405180910390f35b61079960048036038101906107949190613839565b611b84565b005b3480156107a757600080fd5b506107c260048036038101906107bd91906136e9565b611cdb565b005b3480156107d057600080fd5b506107d9611e5c565b6040516107e69190613f83565b60405180910390f35b3480156107fb57600080fd5b5061081660048036038101906108119190613666565b611e6f565b005b34801561082457600080fd5b5061082d611ed1565b60405161083a9190613f9e565b60405180910390f35b34801561084f57600080fd5b5061086a60048036038101906108659190613839565b611f5f565b6040516108779190613f9e565b60405180910390f35b34801561088c57600080fd5b5061089561202f565b6040516108a291906142e2565b60405180910390f35b3480156108b757600080fd5b506108d260048036038101906108cd91906137f0565b612035565b005b3480156108e057600080fd5b506108fb60048036038101906108f691906135d3565b6120cb565b6040516109089190613f83565b60405180910390f35b34801561091d57600080fd5b50610938600480360381019061093391906135a6565b61215f565b005b60007f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614806109ad57506109ac82612257565b5b9050919050565b6109bc612339565b73ffffffffffffffffffffffffffffffffffffffff166109da611ac8565b73ffffffffffffffffffffffffffffffffffffffff1614610a30576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a27906141c0565b60405180910390fd5b80601160006101000a81548160ff02191690831515021790555050565b606060008054610a5c906145fc565b80601f0160208091040260200160405190810160405280929190818152602001828054610a88906145fc565b8015610ad55780601f10610aaa57610100808354040283529160200191610ad5565b820191906000526020600020905b815481529060010190602001808311610ab857829003601f168201915b5050505050905090565b6000610aea82612341565b610b29576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b20906141a0565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610b6f8261171f565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610be0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bd790614220565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610bff612339565b73ffffffffffffffffffffffffffffffffffffffff161480610c2e5750610c2d81610c28612339565b6120cb565b5b610c6d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c64906140e0565b60405180910390fd5b610c7783836123ad565b505050565b6000610c87826115f4565b9050600060128260058110610c9f57610c9e614795565b5b600302016002015460128360058110610cbb57610cba614795565b5b6003020160010154610ccd9190614512565b11610d0d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d0490614100565b60405180910390fd5b601054610d19336117d1565b1115610d5a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d5190613fc0565b60405180910390fd5b6000610d64610fe2565b9050610d7c33600183610d779190614431565b612466565b60128260058110610d9057610d8f614795565b5b600302016002016000815480929190610da89061465f565b9190505550505050565b600d5481565b610dc0613399565b610dc8612339565b73ffffffffffffffffffffffffffffffffffffffff16610de6611ac8565b73ffffffffffffffffffffffffffffffffffffffff1614610e3c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e33906141c0565b60405180910390fd5b60008210158015610e4d5750600582105b610e8c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e8390614240565b60405180910390fd5b60128260058110610ea057610e9f614795565b5b60030201604051806060016040529081600082018054610ebf906145fc565b80601f0160208091040260200160405190810160405280929190818152602001828054610eeb906145fc565b8015610f385780601f10610f0d57610100808354040283529160200191610f38565b820191906000526020600020905b815481529060010190602001808311610f1b57829003601f168201915b50505050508152602001600182015481526020016002820154815250509050919050565b610f64612339565b73ffffffffffffffffffffffffffffffffffffffff16610f82611ac8565b73ffffffffffffffffffffffffffffffffffffffff1614610fd8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fcf906141c0565b60405180910390fd5b80600f8190555050565b6000600880549050905090565b600f5481565b611006611000612339565b82612484565b611045576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161103c90614260565b60405180910390fd5b611050838383612562565b505050565b61105d612339565b73ffffffffffffffffffffffffffffffffffffffff1661107b611ac8565b73ffffffffffffffffffffffffffffffffffffffff16146110d1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110c8906141c0565b60405180910390fd5b8060108190555050565b60006110e6836117d1565b8210611127576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161111e90614000565b60405180910390fd5b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002054905092915050565b611188612339565b73ffffffffffffffffffffffffffffffffffffffff166111a6611ac8565b73ffffffffffffffffffffffffffffffffffffffff16146111fc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111f3906141c0565b60405180910390fd5b6000611206611ac8565b73ffffffffffffffffffffffffffffffffffffffff164760405161122990613ee5565b60006040518083038185875af1925050503d8060008114611266576040519150601f19603f3d011682016040523d82523d6000602084013e61126b565b606091505b505090508061127957600080fd5b50565b61129783838360405180602001604052806000815250611e6f565b505050565b606060006112a9836117d1565b905060008167ffffffffffffffff8111156112c7576112c66147c4565b5b6040519080825280602002602001820160405280156112f55781602001602082028036833780820191505090505b50905060005b8281101561133f5761130d85826110db565b8282815181106113205761131f614795565b5b60200260200101818152505080806113379061465f565b9150506112fb565b508092505050919050565b611352612339565b73ffffffffffffffffffffffffffffffffffffffff16611370611ac8565b73ffffffffffffffffffffffffffffffffffffffff16146113c6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113bd906141c0565b60405180910390fd5b80600d8190555050565b60006113da612339565b73ffffffffffffffffffffffffffffffffffffffff166113f8611ac8565b73ffffffffffffffffffffffffffffffffffffffff161461144e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611445906141c0565b60405180910390fd5b6000821015801561145f5750600582105b61149e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161149590614240565b60405180910390fd5b601282600581106114b2576114b1614795565b5b6003020160020154601283600581106114ce576114cd614795565b5b60030201600101546114e09190614512565b9050919050565b60006114f1610fe2565b8210611532576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161152990614280565b60405180910390fd5b6008828154811061154657611545614795565b5b90600052602060002001549050919050565b611560612339565b73ffffffffffffffffffffffffffffffffffffffff1661157e611ac8565b73ffffffffffffffffffffffffffffffffffffffff16146115d4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115cb906141c0565b60405180910390fd5b80600b90805190602001906115ea9291906133ba565b5050565b60105481565b6000806000905060005b60058210156116d5576116b46012836005811061161e5761161d614795565b5b600302016000018054611630906145fc565b80601f016020809104026020016040519081016040528092919081815260200182805461165c906145fc565b80156116a95780601f1061167e576101008083540402835291602001916116a9565b820191906000526020600020905b81548152906001019060200180831161168c57829003601f168201915b5050505050856127be565b156116c257600190506116d5565b81806116cd9061465f565b9250506115fe565b80611715576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161170c906142a0565b60405180910390fd5b8192505050919050565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156117c8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117bf90614140565b60405180910390fd5b80915050919050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611842576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161183990614120565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b611891612339565b73ffffffffffffffffffffffffffffffffffffffff166118af611ac8565b73ffffffffffffffffffffffffffffffffffffffff1614611905576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118fc906141c0565b60405180910390fd5b61190f6000612828565b565b611919612339565b73ffffffffffffffffffffffffffffffffffffffff16611937611ac8565b73ffffffffffffffffffffffffffffffffffffffff161461198d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611984906141c0565b60405180910390fd5b6000831015801561199e5750600583105b6119dd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119d490614240565b60405180910390fd5b6119e6836113d0565b600e546119f39190614431565b600e8190555080600e541015611a3e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a3590613fe0565b60405180910390fd5b8160128460058110611a5357611a52614795565b5b600302016000019080519060200190611a6d9291906133ba565b508060128460058110611a8357611a82614795565b5b6003020160010181905550600060128460058110611aa457611aa3614795565b5b600302016002018190555080600e54611abd9190614512565b600e81905550505050565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060018054611b01906145fc565b80601f0160208091040260200160405190810160405280929190818152602001828054611b2d906145fc565b8015611b7a5780601f10611b4f57610100808354040283529160200191611b7a565b820191906000526020600020905b815481529060010190602001808311611b5d57829003601f168201915b5050505050905090565b6000611b8e610fe2565b9050601160009054906101000a900460ff1615611baa57600080fd5b600082118015611bbc5750600f548211155b611bfb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611bf290614180565b60405180910390fd5b600e548282611c0a9190614431565b1115611c4b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c4290613fe0565b60405180910390fd5b611c53611ac8565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611ca05781600d54611c9391906144b8565b341015611c9f57600080fd5b5b6000600190505b828111611cd657611cc3338284611cbe9190614431565b612466565b8080611cce9061465f565b915050611ca7565b505050565b611ce3612339565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611d51576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d48906140a0565b60405180910390fd5b8060056000611d5e612339565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff16611e0b612339565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051611e509190613f83565b60405180910390a35050565b601160009054906101000a900460ff1681565b611e80611e7a612339565b83612484565b611ebf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611eb690614260565b60405180910390fd5b611ecb848484846128ee565b50505050565b600c8054611ede906145fc565b80601f0160208091040260200160405190810160405280929190818152602001828054611f0a906145fc565b8015611f575780601f10611f2c57610100808354040283529160200191611f57565b820191906000526020600020905b815481529060010190602001808311611f3a57829003601f168201915b505050505081565b6060611f6a82612341565b611fa9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611fa090614200565b60405180910390fd5b6000611fb361294a565b90506000815111611ff9576040518060400160405280601881526020017f4572726f723a2042617365555249204e6f7420466f756e640000000000000000815250612027565b80612003846129dc565b600c60405160200161201793929190613eb4565b6040516020818303038152906040525b915050919050565b600e5481565b61203d612339565b73ffffffffffffffffffffffffffffffffffffffff1661205b611ac8565b73ffffffffffffffffffffffffffffffffffffffff16146120b1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120a8906141c0565b60405180910390fd5b80600c90805190602001906120c79291906133ba565b5050565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b612167612339565b73ffffffffffffffffffffffffffffffffffffffff16612185611ac8565b73ffffffffffffffffffffffffffffffffffffffff16146121db576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016121d2906141c0565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561224b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161224290614040565b60405180910390fd5b61225481612828565b50565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061232257507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b80612332575061233182612b3d565b5b9050919050565b600033905090565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff166124208361171f565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b612480828260405180602001604052806000815250612ba7565b5050565b600061248f82612341565b6124ce576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124c5906140c0565b60405180910390fd5b60006124d98361171f565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16148061254857508373ffffffffffffffffffffffffffffffffffffffff1661253084610adf565b73ffffffffffffffffffffffffffffffffffffffff16145b80612559575061255881856120cb565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff166125828261171f565b73ffffffffffffffffffffffffffffffffffffffff16146125d8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125cf906141e0565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612648576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161263f90614080565b60405180910390fd5b612653838383612c02565b61265e6000826123ad565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546126ae9190614512565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546127059190614431565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b6000816040516020016127d19190613e9d565b60405160208183030381529060405280519060200120836040516020016127f89190613e9d565b60405160208183030381529060405280519060200120141561281d5760019050612822565b600090505b92915050565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6128f9848484612562565b61290584848484612d16565b612944576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161293b90614020565b60405180910390fd5b50505050565b6060600b8054612959906145fc565b80601f0160208091040260200160405190810160405280929190818152602001828054612985906145fc565b80156129d25780601f106129a7576101008083540402835291602001916129d2565b820191906000526020600020905b8154815290600101906020018083116129b557829003601f168201915b5050505050905090565b60606000821415612a24576040518060400160405280600181526020017f30000000000000000000000000000000000000000000000000000000000000008152509050612b38565b600082905060005b60008214612a56578080612a3f9061465f565b915050600a82612a4f9190614487565b9150612a2c565b60008167ffffffffffffffff811115612a7257612a716147c4565b5b6040519080825280601f01601f191660200182016040528015612aa45781602001600182028036833780820191505090505b5090505b60008514612b3157600182612abd9190614512565b9150600a85612acc91906146a8565b6030612ad89190614431565b60f81b818381518110612aee57612aed614795565b5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a85612b2a9190614487565b9450612aa8565b8093505050505b919050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b612bb18383612ead565b612bbe6000848484612d16565b612bfd576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612bf490614020565b60405180910390fd5b505050565b612c0d83838361307b565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612c5057612c4b81613080565b612c8f565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614612c8e57612c8d83826130c9565b5b5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612cd257612ccd81613236565b612d11565b8273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614612d1057612d0f8282613307565b5b5b505050565b6000612d378473ffffffffffffffffffffffffffffffffffffffff16613386565b15612ea0578373ffffffffffffffffffffffffffffffffffffffff1663150b7a02612d60612339565b8786866040518563ffffffff1660e01b8152600401612d829493929190613f15565b602060405180830381600087803b158015612d9c57600080fd5b505af1925050508015612dcd57506040513d601f19601f82011682018060405250810190612dca91906137c3565b60015b612e50573d8060008114612dfd576040519150601f19603f3d011682016040523d82523d6000602084013e612e02565b606091505b50600081511415612e48576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612e3f90614020565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050612ea5565b600190505b949350505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612f1d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612f1490614160565b60405180910390fd5b612f2681612341565b15612f66576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612f5d90614060565b60405180910390fd5b612f7260008383612c02565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612fc29190614431565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b505050565b6008805490506009600083815260200190815260200160002081905550600881908060018154018082558091505060019003906000526020600020016000909190919091505550565b600060016130d6846117d1565b6130e09190614512565b90506000600760008481526020019081526020016000205490508181146131c5576000600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002054905080600660008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002081905550816007600083815260200190815260200160002081905550505b6007600084815260200190815260200160002060009055600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008381526020019081526020016000206000905550505050565b6000600160088054905061324a9190614512565b905060006009600084815260200190815260200160002054905060006008838154811061327a57613279614795565b5b90600052602060002001549050806008838154811061329c5761329b614795565b5b9060005260206000200181905550816009600083815260200190815260200160002081905550600960008581526020019081526020016000206000905560088054806132eb576132ea614766565b5b6001900381819060005260206000200160009055905550505050565b6000613312836117d1565b905081600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002081905550806007600084815260200190815260200160002081905550505050565b600080823b905060008111915050919050565b60405180606001604052806060815260200160008152602001600081525090565b8280546133c6906145fc565b90600052602060002090601f0160209004810192826133e8576000855561342f565b82601f1061340157805160ff191683800117855561342f565b8280016001018555821561342f579182015b8281111561342e578251825591602001919060010190613413565b5b50905061343c9190613440565b5090565b5b80821115613459576000816000905550600101613441565b5090565b600061347061346b84614322565b6142fd565b90508281526020810184848401111561348c5761348b6147f8565b5b6134978482856145ba565b509392505050565b60006134b26134ad84614353565b6142fd565b9050828152602081018484840111156134ce576134cd6147f8565b5b6134d98482856145ba565b509392505050565b6000813590506134f081614e79565b92915050565b60008135905061350581614e90565b92915050565b60008135905061351a81614ea7565b92915050565b60008151905061352f81614ea7565b92915050565b600082601f83011261354a576135496147f3565b5b813561355a84826020860161345d565b91505092915050565b600082601f830112613578576135776147f3565b5b813561358884826020860161349f565b91505092915050565b6000813590506135a081614ebe565b92915050565b6000602082840312156135bc576135bb614802565b5b60006135ca848285016134e1565b91505092915050565b600080604083850312156135ea576135e9614802565b5b60006135f8858286016134e1565b9250506020613609858286016134e1565b9150509250929050565b60008060006060848603121561362c5761362b614802565b5b600061363a868287016134e1565b935050602061364b868287016134e1565b925050604061365c86828701613591565b9150509250925092565b600080600080608085870312156136805761367f614802565b5b600061368e878288016134e1565b945050602061369f878288016134e1565b93505060406136b087828801613591565b925050606085013567ffffffffffffffff8111156136d1576136d06147fd565b5b6136dd87828801613535565b91505092959194509250565b60008060408385031215613700576136ff614802565b5b600061370e858286016134e1565b925050602061371f858286016134f6565b9150509250929050565b600080604083850312156137405761373f614802565b5b600061374e858286016134e1565b925050602061375f85828601613591565b9150509250929050565b60006020828403121561377f5761377e614802565b5b600061378d848285016134f6565b91505092915050565b6000602082840312156137ac576137ab614802565b5b60006137ba8482850161350b565b91505092915050565b6000602082840312156137d9576137d8614802565b5b60006137e784828501613520565b91505092915050565b60006020828403121561380657613805614802565b5b600082013567ffffffffffffffff811115613824576138236147fd565b5b61383084828501613563565b91505092915050565b60006020828403121561384f5761384e614802565b5b600061385d84828501613591565b91505092915050565b60008060006060848603121561387f5761387e614802565b5b600061388d86828701613591565b935050602084013567ffffffffffffffff8111156138ae576138ad6147fd565b5b6138ba86828701613563565b92505060406138cb86828701613591565b9150509250925092565b60006138e18383613e7f565b60208301905092915050565b6138f681614546565b82525050565b6000613907826143a9565b61391181856143d7565b935061391c83614384565b8060005b8381101561394d57815161393488826138d5565b975061393f836143ca565b925050600181019050613920565b5085935050505092915050565b61396381614558565b82525050565b6000613974826143b4565b61397e81856143e8565b935061398e8185602086016145c9565b61399781614807565b840191505092915050565b60006139ad826143bf565b6139b78185614404565b93506139c78185602086016145c9565b6139d081614807565b840191505092915050565b60006139e6826143bf565b6139f08185614415565b9350613a008185602086016145c9565b613a0981614807565b840191505092915050565b6000613a1f826143bf565b613a298185614426565b9350613a398185602086016145c9565b80840191505092915050565b60008154613a52816145fc565b613a5c8186614426565b94506001821660008114613a775760018114613a8857613abb565b60ff19831686528186019350613abb565b613a9185614394565b60005b83811015613ab357815481890152600182019150602081019050613a94565b838801955050505b50505092915050565b6000613ad1604f83614415565b9150613adc82614818565b606082019050919050565b6000613af4602083614415565b9150613aff8261488d565b602082019050919050565b6000613b17602b83614415565b9150613b22826148b6565b604082019050919050565b6000613b3a603283614415565b9150613b4582614905565b604082019050919050565b6000613b5d602683614415565b9150613b6882614954565b604082019050919050565b6000613b80601c83614415565b9150613b8b826149a3565b602082019050919050565b6000613ba3602483614415565b9150613bae826149cc565b604082019050919050565b6000613bc6601983614415565b9150613bd182614a1b565b602082019050919050565b6000613be9602c83614415565b9150613bf482614a44565b604082019050919050565b6000613c0c603883614415565b9150613c1782614a93565b604082019050919050565b6000613c2f601c83614415565b9150613c3a82614ae2565b602082019050919050565b6000613c52602a83614415565b9150613c5d82614b0b565b604082019050919050565b6000613c75602983614415565b9150613c8082614b5a565b604082019050919050565b6000613c98602083614415565b9150613ca382614ba9565b602082019050919050565b6000613cbb602883614415565b9150613cc682614bd2565b604082019050919050565b6000613cde602c83614415565b9150613ce982614c21565b604082019050919050565b6000613d01602083614415565b9150613d0c82614c70565b602082019050919050565b6000613d24602983614415565b9150613d2f82614c99565b604082019050919050565b6000613d47602f83614415565b9150613d5282614ce8565b604082019050919050565b6000613d6a602183614415565b9150613d7582614d37565b604082019050919050565b6000613d8d6000836143f9565b9150613d9882614d86565b600082019050919050565b6000613db0601183614415565b9150613dbb82614d89565b602082019050919050565b6000613dd3603183614415565b9150613dde82614db2565b604082019050919050565b6000613df6602c83614415565b9150613e0182614e01565b604082019050919050565b6000613e19601883614415565b9150613e2482614e50565b602082019050919050565b60006060830160008301518482036000860152613e4c82826139a2565b9150506020830151613e616020860182613e7f565b506040830151613e746040860182613e7f565b508091505092915050565b613e88816145b0565b82525050565b613e97816145b0565b82525050565b6000613ea98284613a14565b915081905092915050565b6000613ec08286613a14565b9150613ecc8285613a14565b9150613ed88284613a45565b9150819050949350505050565b6000613ef082613d80565b9150819050919050565b6000602082019050613f0f60008301846138ed565b92915050565b6000608082019050613f2a60008301876138ed565b613f3760208301866138ed565b613f446040830185613e8e565b8181036060830152613f568184613969565b905095945050505050565b60006020820190508181036000830152613f7b81846138fc565b905092915050565b6000602082019050613f98600083018461395a565b92915050565b60006020820190508181036000830152613fb881846139db565b905092915050565b60006020820190508181036000830152613fd981613ac4565b9050919050565b60006020820190508181036000830152613ff981613ae7565b9050919050565b6000602082019050818103600083015261401981613b0a565b9050919050565b6000602082019050818103600083015261403981613b2d565b9050919050565b6000602082019050818103600083015261405981613b50565b9050919050565b6000602082019050818103600083015261407981613b73565b9050919050565b6000602082019050818103600083015261409981613b96565b9050919050565b600060208201905081810360008301526140b981613bb9565b9050919050565b600060208201905081810360008301526140d981613bdc565b9050919050565b600060208201905081810360008301526140f981613bff565b9050919050565b6000602082019050818103600083015261411981613c22565b9050919050565b6000602082019050818103600083015261413981613c45565b9050919050565b6000602082019050818103600083015261415981613c68565b9050919050565b6000602082019050818103600083015261417981613c8b565b9050919050565b6000602082019050818103600083015261419981613cae565b9050919050565b600060208201905081810360008301526141b981613cd1565b9050919050565b600060208201905081810360008301526141d981613cf4565b9050919050565b600060208201905081810360008301526141f981613d17565b9050919050565b6000602082019050818103600083015261421981613d3a565b9050919050565b6000602082019050818103600083015261423981613d5d565b9050919050565b6000602082019050818103600083015261425981613da3565b9050919050565b6000602082019050818103600083015261427981613dc6565b9050919050565b6000602082019050818103600083015261429981613de9565b9050919050565b600060208201905081810360008301526142b981613e0c565b9050919050565b600060208201905081810360008301526142da8184613e2f565b905092915050565b60006020820190506142f76000830184613e8e565b92915050565b6000614307614318565b9050614313828261462e565b919050565b6000604051905090565b600067ffffffffffffffff82111561433d5761433c6147c4565b5b61434682614807565b9050602081019050919050565b600067ffffffffffffffff82111561436e5761436d6147c4565b5b61437782614807565b9050602081019050919050565b6000819050602082019050919050565b60008190508160005260206000209050919050565b600081519050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600061443c826145b0565b9150614447836145b0565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0382111561447c5761447b6146d9565b5b828201905092915050565b6000614492826145b0565b915061449d836145b0565b9250826144ad576144ac614708565b5b828204905092915050565b60006144c3826145b0565b91506144ce836145b0565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615614507576145066146d9565b5b828202905092915050565b600061451d826145b0565b9150614528836145b0565b92508282101561453b5761453a6146d9565b5b828203905092915050565b600061455182614590565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b838110156145e75780820151818401526020810190506145cc565b838111156145f6576000848401525b50505050565b6000600282049050600182168061461457607f821691505b6020821081141561462857614627614737565b5b50919050565b61463782614807565b810181811067ffffffffffffffff82111715614656576146556147c4565b5b80604052505050565b600061466a826145b0565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82141561469d5761469c6146d9565b5b600182019050919050565b60006146b3826145b0565b91506146be836145b0565b9250826146ce576146cd614708565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f4572726f723a204f766572666c6f77204f4620596f75722057616c6c65742c2060008201527f596f7520416c7265616479204861766520546f6f204d616e7920546f6b656e7360208201527f20496e20796f75722057616c6c65740000000000000000000000000000000000604082015250565b7f4572726f723a20496e73756666696369656e7420546f6b656e20416d6f756e74600082015250565b7f455243373231456e756d657261626c653a206f776e657220696e646578206f7560008201527f74206f6620626f756e6473000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4572726f723a204e6f6e65204672656520546f6b656e204c6566742000000000600082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4572726f723a204d696e7420546f6f204d616e7920546f6b656e7320466f722060008201527f4f6e652054696d65000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960008201527f73206e6f74206f776e0000000000000000000000000000000000000000000000602082015250565b7f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008201527f6e6578697374656e7420746f6b656e0000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b50565b7f4572726f723a20496c6c6567616c204944000000000000000000000000000000600082015250565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b7f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60008201527f7574206f6620626f756e64730000000000000000000000000000000000000000602082015250565b7f4572726f723a204e6f6e652073656372657420466f756e640000000000000000600082015250565b614e8281614546565b8114614e8d57600080fd5b50565b614e9981614558565b8114614ea457600080fd5b50565b614eb081614564565b8114614ebb57600080fd5b50565b614ec7816145b0565b8114614ed257600080fd5b5056fea264697066735822122055ce067d137b04d80550421a81775048ad710a3a580af063d97122d43fc84ed764736f6c63430008070033

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

000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000000000000000742616e6143617400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b42616e61436174204e46540000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000036697066733a2f2f516d54774c445636437147315132424b73414470476d43316238326e7336774b65436e676535697650427836776d2f00000000000000000000

-----Decoded View---------------
Arg [0] : _name (string): BanaCat
Arg [1] : _symbol (string): BanaCat NFT
Arg [2] : _initBaseURI (string): ipfs://QmTwLDV6CqG1Q2BKsADpGmC1b82ns6wKeCnge5ivPBx6wm/

-----Encoded View---------------
10 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000060
Arg [1] : 00000000000000000000000000000000000000000000000000000000000000a0
Arg [2] : 00000000000000000000000000000000000000000000000000000000000000e0
Arg [3] : 0000000000000000000000000000000000000000000000000000000000000007
Arg [4] : 42616e6143617400000000000000000000000000000000000000000000000000
Arg [5] : 000000000000000000000000000000000000000000000000000000000000000b
Arg [6] : 42616e61436174204e4654000000000000000000000000000000000000000000
Arg [7] : 0000000000000000000000000000000000000000000000000000000000000036
Arg [8] : 697066733a2f2f516d54774c445636437147315132424b73414470476d433162
Arg [9] : 38326e7336774b65436e676535697650427836776d2f00000000000000000000


Deployed Bytecode Sourcemap

45656:8394:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;36840:300;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;49850:81;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;24004:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;25697:308;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;25220:411;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;52877:973;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;45864:31;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;51263:248;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;49291:129;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;37643:113;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;45979:32;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;26756:376;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;52683:158;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;37224:343;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;53892:155;;;:::i;:::-;;27203:185;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;47936:486;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;49157:86;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;51588:315;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;37833:320;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;49472:104;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;46055:47;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;51944:653;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;23611:326;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;23254:295;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;44918:94;;;;;;;;;;;;;:::i;:::-;;50426:778;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;44267:87;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;24173:104;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;47148:724;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;26077:327;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;46195:28;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;27459:365;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;45786:37;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;48453:666;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;45922:31;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;49614:151;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;26475:214;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;45167:229;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;36840:300;36987:4;37044:35;37029:50;;;:11;:50;;;;:103;;;;37096:36;37120:11;37096:23;:36::i;:::-;37029:103;37009:123;;36840:300;;;:::o;49850:81::-;44498:12;:10;:12::i;:::-;44487:23;;:7;:5;:7::i;:::-;:23;;;44479:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;49917:6:::1;49906:8;;:17;;;;;;;;;;;;;;;;;;49850:81:::0;:::o;24004:100::-;24058:13;24091:5;24084:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;24004:100;:::o;25697:308::-;25818:7;25865:16;25873:7;25865;:16::i;:::-;25843:110;;;;;;;;;;;;:::i;:::-;;;;;;;;;25973:15;:24;25989:7;25973:24;;;;;;;;;;;;;;;;;;;;;25966:31;;25697:308;;;:::o;25220:411::-;25301:13;25317:23;25332:7;25317:14;:23::i;:::-;25301:39;;25365:5;25359:11;;:2;:11;;;;25351:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;25459:5;25443:21;;:12;:10;:12::i;:::-;:21;;;:62;;;;25468:37;25485:5;25492:12;:10;:12::i;:::-;25468:16;:37::i;:::-;25443:62;25421:168;;;;;;;;;;;;:::i;:::-;;;;;;;;;25602:21;25611:2;25615:7;25602:8;:21::i;:::-;25290:341;25220:411;;:::o;52877:973::-;52948:11;52962:22;52974:9;52962:11;:22::i;:::-;52948:36;;53142:1;53114:7;53122:3;53114:12;;;;;;;:::i;:::-;;;;;:25;;;53087:7;53095:3;53087:12;;;;;;;:::i;:::-;;;;;:24;;;:52;;;;:::i;:::-;:56;53065:134;;;;;;;;;;;;:::i;:::-;;;;;;;;;53505:28;;53480:21;53490:10;53480:9;:21::i;:::-;:53;;53458:182;;;;;;;;;;;;:::i;:::-;;;;;;;;;53666:14;53683:13;:11;:13::i;:::-;53666:30;;53711:33;53721:10;53742:1;53733:6;:10;;;;:::i;:::-;53711:9;:33::i;:::-;53759:7;53767:3;53759:12;;;;;;;:::i;:::-;;;;;:25;;;:27;;;;;;;;;:::i;:::-;;;;;;53651:192;52937:913;52877:973;:::o;45864:31::-;;;;:::o;51263:248::-;51373:20;;:::i;:::-;44498:12;:10;:12::i;:::-;44487:23;;:7;:5;:7::i;:::-;:23;;;44479:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;51426:1:::1;51419:3;:8;;:32;;;;;51437:14;51431:3;:20;51419:32;51411:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;51491:7;51499:3;51491:12;;;;;;;:::i;:::-;;;;;51484:19;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;51263:248:::0;;;:::o;49291:129::-;44498:12;:10;:12::i;:::-;44487:23;;:7;:5;:7::i;:::-;:23;;;44479:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;49395:17:::1;49379:13;:33;;;;49291:129:::0;:::o;37643:113::-;37704:7;37731:10;:17;;;;37724:24;;37643:113;:::o;45979:32::-;;;;:::o;26756:376::-;26965:41;26984:12;:10;:12::i;:::-;26998:7;26965:18;:41::i;:::-;26943:140;;;;;;;;;;;;:::i;:::-;;;;;;;;;27096:28;27106:4;27112:2;27116:7;27096:9;:28::i;:::-;26756:376;;;:::o;52683:158::-;44498:12;:10;:12::i;:::-;44487:23;;:7;:5;:7::i;:::-;:23;;;44479:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;52823:10:::1;52792:28;:41;;;;52683:158:::0;:::o;37224:343::-;37366:7;37421:23;37438:5;37421:16;:23::i;:::-;37413:5;:31;37391:124;;;;;;;;;;;;:::i;:::-;;;;;;;;;37533:12;:19;37546:5;37533:19;;;;;;;;;;;;;;;:26;37553:5;37533:26;;;;;;;;;;;;37526:33;;37224:343;;;;:::o;53892:155::-;44498:12;:10;:12::i;:::-;44487:23;;:7;:5;:7::i;:::-;:23;;;44479:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;53949:7:::1;53970;:5;:7::i;:::-;53962:21;;53991;53962:55;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;53948:69;;;54036:2;54028:11;;;::::0;::::1;;53937:110;53892:155::o:0;27203:185::-;27341:39;27358:4;27364:2;27368:7;27341:39;;;;;;;;;;;;:16;:39::i;:::-;27203:185;;;:::o;47936:486::-;48023:16;48057:23;48083:17;48093:6;48083:9;:17::i;:::-;48057:43;;48164:25;48206:15;48192:30;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;48164:58;;48281:9;48276:113;48296:15;48292:1;:19;48276:113;;;48347:30;48367:6;48375:1;48347:19;:30::i;:::-;48333:8;48342:1;48333:11;;;;;;;;:::i;:::-;;;;;;;:44;;;;;48313:3;;;;;:::i;:::-;;;;48276:113;;;;48406:8;48399:15;;;;47936:486;;;:::o;49157:86::-;44498:12;:10;:12::i;:::-;44487:23;;:7;:5;:7::i;:::-;:23;;;44479:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;49227:8:::1;49220:4;:15;;;;49157:86:::0;:::o;51588:315::-;51701:14;44498:12;:10;:12::i;:::-;44487:23;;:7;:5;:7::i;:::-;:23;;;44479:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;51748:1:::1;51741:3;:8;;:32;;;;;51759:14;51753:3;:20;51741:32;51733:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;51869:7;51877:3;51869:12;;;;;;;:::i;:::-;;;;;:25;;;51842:7;51850:3;51842:12;;;;;;;:::i;:::-;;;;;:24;;;:52;;;;:::i;:::-;51834:61;;51588:315:::0;;;:::o;37833:320::-;37953:7;38008:30;:28;:30::i;:::-;38000:5;:38;37978:132;;;;;;;;;;;;:::i;:::-;;;;;;;;;38128:10;38139:5;38128:17;;;;;;;;:::i;:::-;;;;;;;;;;38121:24;;37833:320;;;:::o;49472:104::-;44498:12;:10;:12::i;:::-;44487:23;;:7;:5;:7::i;:::-;:23;;;44479:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;49557:11:::1;49547:7;:21;;;;;;;;;;;;:::i;:::-;;49472:104:::0;:::o;46055:47::-;;;;:::o;51944:653::-;52038:11;52067:13;52083:1;52067:17;;52095:9;52196:247;52216:14;52208:5;:22;52196:247;;;52260:45;52268:7;52276:5;52268:14;;;;;;;:::i;:::-;;;;;:25;;52260:45;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;52295:9;52260:7;:45::i;:::-;52256:176;;;52333:4;52326:11;;52356:5;;52256:176;52232:7;;;;;:::i;:::-;;;;52196:247;;;52461:4;52453:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;52513:5;52505:14;;;;51944:653;;;:::o;23611:326::-;23728:7;23753:13;23769:7;:16;23777:7;23769:16;;;;;;;;;;;;;;;;;;;;;23753:32;;23835:1;23818:19;;:5;:19;;;;23796:110;;;;;;;;;;;;:::i;:::-;;;;;;;;;23924:5;23917:12;;;23611:326;;;:::o;23254:295::-;23371:7;23435:1;23418:19;;:5;:19;;;;23396:111;;;;;;;;;;;;:::i;:::-;;;;;;;;;23525:9;:16;23535:5;23525:16;;;;;;;;;;;;;;;;23518:23;;23254:295;;;:::o;44918:94::-;44498:12;:10;:12::i;:::-;44487:23;;:7;:5;:7::i;:::-;:23;;;44479:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;44983:21:::1;45001:1;44983:9;:21::i;:::-;44918:94::o:0;50426:778::-;44498:12;:10;:12::i;:::-;44487:23;;:7;:5;:7::i;:::-;:23;;;44479:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;50589:1:::1;50582:3;:8;;:32;;;;;50600:14;50594:3;:20;50582:32;50574:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;50671:28;50695:3;50671:23;:28::i;:::-;50659:9;;:40;;;;:::i;:::-;50647:9;:52;;;;50814:12;50801:9;;:25;;50793:70;;;;;;;;;;;;:::i;:::-;;;;;;;;;50951:6;50925:7;50933:3;50925:12;;;;;;;:::i;:::-;;;;;:23;;:32;;;;;;;;;;;;:::i;:::-;;50995:12;50968:7;50976:3;50968:12;;;;;;;:::i;:::-;;;;;:24;;:39;;;;51046:1;51018:7;51026:3;51018:12;;;;;;;:::i;:::-;;;;;:25;;:29;;;;51118:12;51106:9;;:24;;;;:::i;:::-;51094:9;:36;;;;50426:778:::0;;;:::o;44267:87::-;44313:7;44340:6;;;;;;;;;;;44333:13;;44267:87;:::o;24173:104::-;24229:13;24262:7;24255:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;24173:104;:::o;47148:724::-;47209:14;47226:13;:11;:13::i;:::-;47209:30;;47259:8;;;;;;;;;;;47258:9;47250:18;;;;;;47315:1;47301:11;:15;:47;;;;;47335:13;;47320:11;:28;;47301:47;47279:137;;;;;;;;;;;;:::i;:::-;;;;;;;;;47473:9;;47458:11;47449:6;:20;;;;:::i;:::-;:33;;47427:115;;;;;;;;;;;;:::i;:::-;;;;;;;;;47573:7;:5;:7::i;:::-;47559:21;;:10;:21;;;47555:195;;47625:11;47618:4;;:18;;;;:::i;:::-;47605:9;:31;;47597:40;;;;;;47555:195;47767:9;47779:1;47767:13;;47762:103;47787:11;47782:1;:16;47762:103;;47820:33;47830:10;47851:1;47842:6;:10;;;;:::i;:::-;47820:9;:33::i;:::-;47800:3;;;;;:::i;:::-;;;;47762:103;;;;47198:674;47148:724;:::o;26077:327::-;26224:12;:10;:12::i;:::-;26212:24;;:8;:24;;;;26204:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;26324:8;26279:18;:32;26298:12;:10;:12::i;:::-;26279:32;;;;;;;;;;;;;;;:42;26312:8;26279:42;;;;;;;;;;;;;;;;:53;;;;;;;;;;;;;;;;;;26377:8;26348:48;;26363:12;:10;:12::i;:::-;26348:48;;;26387:8;26348:48;;;;;;:::i;:::-;;;;;;;;26077:327;;:::o;46195:28::-;;;;;;;;;;;;;:::o;27459:365::-;27648:41;27667:12;:10;:12::i;:::-;27681:7;27648:18;:41::i;:::-;27626:140;;;;;;;;;;;;:::i;:::-;;;;;;;;;27777:39;27791:4;27797:2;27801:7;27810:5;27777:13;:39::i;:::-;27459:365;;;;:::o;45786:37::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;48453:666::-;48571:13;48624:16;48632:7;48624;:16::i;:::-;48602:113;;;;;;;;;;;;:::i;:::-;;;;;;;;;48728:28;48759:10;:8;:10::i;:::-;48728:41;;48831:1;48806:14;48800:28;:32;:311;;;;;;;;;;;;;;;;;;;;;;48924:14;48965:18;:7;:16;:18::i;:::-;49010:13;48881:165;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;48800:311;48780:331;;;48453:666;;;:::o;45922:31::-;;;;:::o;49614:151::-;44498:12;:10;:12::i;:::-;44487:23;;:7;:5;:7::i;:::-;:23;;;44479:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;49740:17:::1;49724:13;:33;;;;;;;;;;;;:::i;:::-;;49614:151:::0;:::o;26475:214::-;26617:4;26646:18;:25;26665:5;26646:25;;;;;;;;;;;;;;;:35;26672:8;26646:35;;;;;;;;;;;;;;;;;;;;;;;;;26639:42;;26475:214;;;;:::o;45167:229::-;44498:12;:10;:12::i;:::-;44487:23;;:7;:5;:7::i;:::-;:23;;;44479:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;45290:1:::1;45270:22;;:8;:22;;;;45248:110;;;;;;;;;;;;:::i;:::-;;;;;;;;;45369:19;45379:8;45369:9;:19::i;:::-;45167:229:::0;:::o;22835:355::-;22982:4;23039:25;23024:40;;;:11;:40;;;;:105;;;;23096:33;23081:48;;;:11;:48;;;;23024:105;:158;;;;23146:36;23170:11;23146:23;:36::i;:::-;23024:158;23004:178;;22835:355;;;:::o;21309:98::-;21362:7;21389:10;21382:17;;21309:98;:::o;29371:127::-;29436:4;29488:1;29460:30;;:7;:16;29468:7;29460:16;;;;;;;;;;;;;;;;;;;;;:30;;;;29453:37;;29371:127;;;:::o;33494:174::-;33596:2;33569:15;:24;33585:7;33569:24;;;;;;;;;;;;:29;;;;;;;;;;;;;;;;;;33652:7;33648:2;33614:46;;33623:23;33638:7;33623:14;:23::i;:::-;33614:46;;;;;;;;;;;;33494:174;;:::o;30459:110::-;30535:26;30545:2;30549:7;30535:26;;;;;;;;;;;;:9;:26::i;:::-;30459:110;;:::o;29665:452::-;29794:4;29838:16;29846:7;29838;:16::i;:::-;29816:110;;;;;;;;;;;;:::i;:::-;;;;;;;;;29937:13;29953:23;29968:7;29953:14;:23::i;:::-;29937:39;;30006:5;29995:16;;:7;:16;;;:64;;;;30052:7;30028:31;;:20;30040:7;30028:11;:20::i;:::-;:31;;;29995:64;:113;;;;30076:32;30093:5;30100:7;30076:16;:32::i;:::-;29995:113;29987:122;;;29665:452;;;;:::o;32761:615::-;32934:4;32907:31;;:23;32922:7;32907:14;:23::i;:::-;:31;;;32885:122;;;;;;;;;;;;:::i;:::-;;;;;;;;;33040:1;33026:16;;:2;:16;;;;33018:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;33096:39;33117:4;33123:2;33127:7;33096:20;:39::i;:::-;33200:29;33217:1;33221:7;33200:8;:29::i;:::-;33261:1;33242:9;:15;33252:4;33242:15;;;;;;;;;;;;;;;;:20;;;;;;;:::i;:::-;;;;;;;;33290:1;33273:9;:13;33283:2;33273:13;;;;;;;;;;;;;;;;:18;;;;;;;:::i;:::-;;;;;;;;33321:2;33302:7;:16;33310:7;33302:16;;;;;;;;;;;;:21;;;;;;;;;;;;;;;;;;33360:7;33356:2;33341:27;;33350:4;33341:27;;;;;;;;;;;;32761:615;;;:::o;50035:348::-;50150:4;50270:9;50253:27;;;;;;;;:::i;:::-;;;;;;;;;;;;;50243:38;;;;;;50217:7;50200:25;;;;;;;;:::i;:::-;;;;;;;;;;;;;50190:36;;;;;;:91;50172:204;;;50315:4;50308:11;;;;50172:204;50359:5;50352:12;;50035:348;;;;;:::o;45404:173::-;45460:16;45479:6;;;;;;;;;;;45460:25;;45505:8;45496:6;;:17;;;;;;;;;;;;;;;;;;45560:8;45529:40;;45550:8;45529:40;;;;;;;;;;;;45449:128;45404:173;:::o;28706:352::-;28863:28;28873:4;28879:2;28883:7;28863:9;:28::i;:::-;28924:48;28947:4;28953:2;28957:7;28966:5;28924:22;:48::i;:::-;28902:148;;;;;;;;;;;;:::i;:::-;;;;;;;;;28706:352;;;;:::o;46999:108::-;47059:13;47092:7;47085:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;46999:108;:::o;8654:723::-;8710:13;8940:1;8931:5;:10;8927:53;;;8958:10;;;;;;;;;;;;;;;;;;;;;8927:53;8990:12;9005:5;8990:20;;9021:14;9046:78;9061:1;9053:4;:9;9046:78;;9079:8;;;;;:::i;:::-;;;;9110:2;9102:10;;;;;:::i;:::-;;;9046:78;;;9134:19;9166:6;9156:17;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9134:39;;9184:154;9200:1;9191:5;:10;9184:154;;9228:1;9218:11;;;;;:::i;:::-;;;9295:2;9287:5;:10;;;;:::i;:::-;9274:2;:24;;;;:::i;:::-;9261:39;;9244:6;9251;9244:14;;;;;;;;:::i;:::-;;;;;:56;;;;;;;;;;;9324:2;9315:11;;;;;:::i;:::-;;;9184:154;;;9362:6;9348:21;;;;;8654:723;;;;:::o;8133:207::-;8263:4;8307:25;8292:40;;;:11;:40;;;;8285:47;;8133:207;;;:::o;30796:321::-;30926:18;30932:2;30936:7;30926:5;:18::i;:::-;30977:54;31008:1;31012:2;31016:7;31025:5;30977:22;:54::i;:::-;30955:154;;;;;;;;;;;;:::i;:::-;;;;;;;;;30796:321;;;:::o;38766:589::-;38910:45;38937:4;38943:2;38947:7;38910:26;:45::i;:::-;38988:1;38972:18;;:4;:18;;;38968:187;;;39007:40;39039:7;39007:31;:40::i;:::-;38968:187;;;39077:2;39069:10;;:4;:10;;;39065:90;;39096:47;39129:4;39135:7;39096:32;:47::i;:::-;39065:90;38968:187;39183:1;39169:16;;:2;:16;;;39165:183;;;39202:45;39239:7;39202:36;:45::i;:::-;39165:183;;;39275:4;39269:10;;:2;:10;;;39265:83;;39296:40;39324:2;39328:7;39296:27;:40::i;:::-;39265:83;39165:183;38766:589;;;:::o;34233:980::-;34388:4;34409:15;:2;:13;;;:15::i;:::-;34405:801;;;34478:2;34462:36;;;34521:12;:10;:12::i;:::-;34556:4;34583:7;34613:5;34462:175;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;34441:710;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;34837:1;34820:6;:13;:18;34816:320;;;34863:108;;;;;;;;;;:::i;:::-;;;;;;;;34816:320;35086:6;35080:13;35071:6;35067:2;35063:15;35056:38;34441:710;34711:41;;;34701:51;;;:6;:51;;;;34694:58;;;;;34405:801;35190:4;35183:11;;34233:980;;;;;;;:::o;31453:382::-;31547:1;31533:16;;:2;:16;;;;31525:61;;;;;;;;;;;;:::i;:::-;;;;;;;;;31606:16;31614:7;31606;:16::i;:::-;31605:17;31597:58;;;;;;;;;;;;:::i;:::-;;;;;;;;;31668:45;31697:1;31701:2;31705:7;31668:20;:45::i;:::-;31743:1;31726:9;:13;31736:2;31726:13;;;;;;;;;;;;;;;;:18;;;;;;;:::i;:::-;;;;;;;;31774:2;31755:7;:16;31763:7;31755:16;;;;;;;;;;;;:21;;;;;;;;;;;;;;;;;;31819:7;31815:2;31794:33;;31811:1;31794:33;;;;;;;;;;;;31453:382;;:::o;35785:126::-;;;;:::o;40078:164::-;40182:10;:17;;;;40155:15;:24;40171:7;40155:24;;;;;;;;;;;:44;;;;40210:10;40226:7;40210:24;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;40078:164;:::o;40869:1002::-;41149:22;41199:1;41174:22;41191:4;41174:16;:22::i;:::-;:26;;;;:::i;:::-;41149:51;;41211:18;41232:17;:26;41250:7;41232:26;;;;;;;;;;;;41211:47;;41379:14;41365:10;:28;41361:328;;41410:19;41432:12;:18;41445:4;41432:18;;;;;;;;;;;;;;;:34;41451:14;41432:34;;;;;;;;;;;;41410:56;;41516:11;41483:12;:18;41496:4;41483:18;;;;;;;;;;;;;;;:30;41502:10;41483:30;;;;;;;;;;;:44;;;;41633:10;41600:17;:30;41618:11;41600:30;;;;;;;;;;;:43;;;;41395:294;41361:328;41785:17;:26;41803:7;41785:26;;;;;;;;;;;41778:33;;;41829:12;:18;41842:4;41829:18;;;;;;;;;;;;;;;:34;41848:14;41829:34;;;;;;;;;;;41822:41;;;40964:907;;40869:1002;;:::o;42166:1079::-;42419:22;42464:1;42444:10;:17;;;;:21;;;;:::i;:::-;42419:46;;42476:18;42497:15;:24;42513:7;42497:24;;;;;;;;;;;;42476:45;;42848:19;42870:10;42881:14;42870:26;;;;;;;;:::i;:::-;;;;;;;;;;42848:48;;42934:11;42909:10;42920;42909:22;;;;;;;;:::i;:::-;;;;;;;;;:36;;;;43045:10;43014:15;:28;43030:11;43014:28;;;;;;;;;;;:41;;;;43186:15;:24;43202:7;43186:24;;;;;;;;;;;43179:31;;;43221:10;:16;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;42237:1008;;;42166:1079;:::o;39656:221::-;39741:14;39758:20;39775:2;39758:16;:20::i;:::-;39741:37;;39816:7;39789:12;:16;39802:2;39789:16;;;;;;;;;;;;;;;:24;39806:6;39789:24;;;;;;;;;;;:34;;;;39863:6;39834:17;:26;39852:7;39834:26;;;;;;;;;;;:35;;;;39730:147;39656:221;;:::o;11207:387::-;11267:4;11475:12;11542:7;11530:20;11522:28;;11585:1;11578:4;:8;11571:15;;;11207:387;;;:::o;-1:-1:-1:-;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;:::o;7:410:1:-;84:5;109:65;125:48;166:6;125:48;:::i;:::-;109:65;:::i;:::-;100:74;;197:6;190:5;183:21;235:4;228:5;224:16;273:3;264:6;259:3;255:16;252:25;249:112;;;280:79;;:::i;:::-;249:112;370:41;404:6;399:3;394;370:41;:::i;:::-;90:327;7:410;;;;;:::o;423:412::-;501:5;526:66;542:49;584:6;542:49;:::i;:::-;526:66;:::i;:::-;517:75;;615:6;608:5;601:21;653:4;646:5;642:16;691:3;682:6;677:3;673:16;670:25;667:112;;;698:79;;:::i;:::-;667:112;788:41;822:6;817:3;812;788:41;:::i;:::-;507:328;423:412;;;;;:::o;841:139::-;887:5;925:6;912:20;903:29;;941:33;968:5;941:33;:::i;:::-;841:139;;;;:::o;986:133::-;1029:5;1067:6;1054:20;1045:29;;1083:30;1107:5;1083:30;:::i;:::-;986:133;;;;:::o;1125:137::-;1170:5;1208:6;1195:20;1186:29;;1224:32;1250:5;1224:32;:::i;:::-;1125:137;;;;:::o;1268:141::-;1324:5;1355:6;1349:13;1340:22;;1371:32;1397:5;1371:32;:::i;:::-;1268:141;;;;:::o;1428:338::-;1483:5;1532:3;1525:4;1517:6;1513:17;1509:27;1499:122;;1540:79;;:::i;:::-;1499:122;1657:6;1644:20;1682:78;1756:3;1748:6;1741:4;1733:6;1729:17;1682:78;:::i;:::-;1673:87;;1489:277;1428:338;;;;:::o;1786:340::-;1842:5;1891:3;1884:4;1876:6;1872:17;1868:27;1858:122;;1899:79;;:::i;:::-;1858:122;2016:6;2003:20;2041:79;2116:3;2108:6;2101:4;2093:6;2089:17;2041:79;:::i;:::-;2032:88;;1848:278;1786:340;;;;:::o;2132:139::-;2178:5;2216:6;2203:20;2194:29;;2232:33;2259:5;2232:33;:::i;:::-;2132:139;;;;:::o;2277:329::-;2336:6;2385:2;2373:9;2364:7;2360:23;2356:32;2353:119;;;2391:79;;:::i;:::-;2353:119;2511:1;2536:53;2581:7;2572:6;2561:9;2557:22;2536:53;:::i;:::-;2526:63;;2482:117;2277:329;;;;:::o;2612:474::-;2680:6;2688;2737:2;2725:9;2716:7;2712:23;2708:32;2705:119;;;2743:79;;:::i;:::-;2705:119;2863:1;2888:53;2933:7;2924:6;2913:9;2909:22;2888:53;:::i;:::-;2878:63;;2834:117;2990:2;3016:53;3061:7;3052:6;3041:9;3037:22;3016:53;:::i;:::-;3006:63;;2961:118;2612:474;;;;;:::o;3092:619::-;3169:6;3177;3185;3234:2;3222:9;3213:7;3209:23;3205:32;3202:119;;;3240:79;;:::i;:::-;3202:119;3360:1;3385:53;3430:7;3421:6;3410:9;3406:22;3385:53;:::i;:::-;3375:63;;3331:117;3487:2;3513:53;3558:7;3549:6;3538:9;3534:22;3513:53;:::i;:::-;3503:63;;3458:118;3615:2;3641:53;3686:7;3677:6;3666:9;3662:22;3641:53;:::i;:::-;3631:63;;3586:118;3092:619;;;;;:::o;3717:943::-;3812:6;3820;3828;3836;3885:3;3873:9;3864:7;3860:23;3856:33;3853:120;;;3892:79;;:::i;:::-;3853:120;4012:1;4037:53;4082:7;4073:6;4062:9;4058:22;4037:53;:::i;:::-;4027:63;;3983:117;4139:2;4165:53;4210:7;4201:6;4190:9;4186:22;4165:53;:::i;:::-;4155:63;;4110:118;4267:2;4293:53;4338:7;4329:6;4318:9;4314:22;4293:53;:::i;:::-;4283:63;;4238:118;4423:2;4412:9;4408:18;4395:32;4454:18;4446:6;4443:30;4440:117;;;4476:79;;:::i;:::-;4440:117;4581:62;4635:7;4626:6;4615:9;4611:22;4581:62;:::i;:::-;4571:72;;4366:287;3717:943;;;;;;;:::o;4666:468::-;4731:6;4739;4788:2;4776:9;4767:7;4763:23;4759:32;4756:119;;;4794:79;;:::i;:::-;4756:119;4914:1;4939:53;4984:7;4975:6;4964:9;4960:22;4939:53;:::i;:::-;4929:63;;4885:117;5041:2;5067:50;5109:7;5100:6;5089:9;5085:22;5067:50;:::i;:::-;5057:60;;5012:115;4666:468;;;;;:::o;5140:474::-;5208:6;5216;5265:2;5253:9;5244:7;5240:23;5236:32;5233:119;;;5271:79;;:::i;:::-;5233:119;5391:1;5416:53;5461:7;5452:6;5441:9;5437:22;5416:53;:::i;:::-;5406:63;;5362:117;5518:2;5544:53;5589:7;5580:6;5569:9;5565:22;5544:53;:::i;:::-;5534:63;;5489:118;5140:474;;;;;:::o;5620:323::-;5676:6;5725:2;5713:9;5704:7;5700:23;5696:32;5693:119;;;5731:79;;:::i;:::-;5693:119;5851:1;5876:50;5918:7;5909:6;5898:9;5894:22;5876:50;:::i;:::-;5866:60;;5822:114;5620:323;;;;:::o;5949:327::-;6007:6;6056:2;6044:9;6035:7;6031:23;6027:32;6024:119;;;6062:79;;:::i;:::-;6024:119;6182:1;6207:52;6251:7;6242:6;6231:9;6227:22;6207:52;:::i;:::-;6197:62;;6153:116;5949:327;;;;:::o;6282:349::-;6351:6;6400:2;6388:9;6379:7;6375:23;6371:32;6368:119;;;6406:79;;:::i;:::-;6368:119;6526:1;6551:63;6606:7;6597:6;6586:9;6582:22;6551:63;:::i;:::-;6541:73;;6497:127;6282:349;;;;:::o;6637:509::-;6706:6;6755:2;6743:9;6734:7;6730:23;6726:32;6723:119;;;6761:79;;:::i;:::-;6723:119;6909:1;6898:9;6894:17;6881:31;6939:18;6931:6;6928:30;6925:117;;;6961:79;;:::i;:::-;6925:117;7066:63;7121:7;7112:6;7101:9;7097:22;7066:63;:::i;:::-;7056:73;;6852:287;6637:509;;;;:::o;7152:329::-;7211:6;7260:2;7248:9;7239:7;7235:23;7231:32;7228:119;;;7266:79;;:::i;:::-;7228:119;7386:1;7411:53;7456:7;7447:6;7436:9;7432:22;7411:53;:::i;:::-;7401:63;;7357:117;7152:329;;;;:::o;7487:799::-;7574:6;7582;7590;7639:2;7627:9;7618:7;7614:23;7610:32;7607:119;;;7645:79;;:::i;:::-;7607:119;7765:1;7790:53;7835:7;7826:6;7815:9;7811:22;7790:53;:::i;:::-;7780:63;;7736:117;7920:2;7909:9;7905:18;7892:32;7951:18;7943:6;7940:30;7937:117;;;7973:79;;:::i;:::-;7937:117;8078:63;8133:7;8124:6;8113:9;8109:22;8078:63;:::i;:::-;8068:73;;7863:288;8190:2;8216:53;8261:7;8252:6;8241:9;8237:22;8216:53;:::i;:::-;8206:63;;8161:118;7487:799;;;;;:::o;8292:179::-;8361:10;8382:46;8424:3;8416:6;8382:46;:::i;:::-;8460:4;8455:3;8451:14;8437:28;;8292:179;;;;:::o;8477:118::-;8564:24;8582:5;8564:24;:::i;:::-;8559:3;8552:37;8477:118;;:::o;8631:732::-;8750:3;8779:54;8827:5;8779:54;:::i;:::-;8849:86;8928:6;8923:3;8849:86;:::i;:::-;8842:93;;8959:56;9009:5;8959:56;:::i;:::-;9038:7;9069:1;9054:284;9079:6;9076:1;9073:13;9054:284;;;9155:6;9149:13;9182:63;9241:3;9226:13;9182:63;:::i;:::-;9175:70;;9268:60;9321:6;9268:60;:::i;:::-;9258:70;;9114:224;9101:1;9098;9094:9;9089:14;;9054:284;;;9058:14;9354:3;9347:10;;8755:608;;;8631:732;;;;:::o;9369:109::-;9450:21;9465:5;9450:21;:::i;:::-;9445:3;9438:34;9369:109;;:::o;9484:360::-;9570:3;9598:38;9630:5;9598:38;:::i;:::-;9652:70;9715:6;9710:3;9652:70;:::i;:::-;9645:77;;9731:52;9776:6;9771:3;9764:4;9757:5;9753:16;9731:52;:::i;:::-;9808:29;9830:6;9808:29;:::i;:::-;9803:3;9799:39;9792:46;;9574:270;9484:360;;;;:::o;9850:344::-;9928:3;9956:39;9989:5;9956:39;:::i;:::-;10011:61;10065:6;10060:3;10011:61;:::i;:::-;10004:68;;10081:52;10126:6;10121:3;10114:4;10107:5;10103:16;10081:52;:::i;:::-;10158:29;10180:6;10158:29;:::i;:::-;10153:3;10149:39;10142:46;;9932:262;9850:344;;;;:::o;10200:364::-;10288:3;10316:39;10349:5;10316:39;:::i;:::-;10371:71;10435:6;10430:3;10371:71;:::i;:::-;10364:78;;10451:52;10496:6;10491:3;10484:4;10477:5;10473:16;10451:52;:::i;:::-;10528:29;10550:6;10528:29;:::i;:::-;10523:3;10519:39;10512:46;;10292:272;10200:364;;;;:::o;10570:377::-;10676:3;10704:39;10737:5;10704:39;:::i;:::-;10759:89;10841:6;10836:3;10759:89;:::i;:::-;10752:96;;10857:52;10902:6;10897:3;10890:4;10883:5;10879:16;10857:52;:::i;:::-;10934:6;10929:3;10925:16;10918:23;;10680:267;10570:377;;;;:::o;10977:845::-;11080:3;11117:5;11111:12;11146:36;11172:9;11146:36;:::i;:::-;11198:89;11280:6;11275:3;11198:89;:::i;:::-;11191:96;;11318:1;11307:9;11303:17;11334:1;11329:137;;;;11480:1;11475:341;;;;11296:520;;11329:137;11413:4;11409:9;11398;11394:25;11389:3;11382:38;11449:6;11444:3;11440:16;11433:23;;11329:137;;11475:341;11542:38;11574:5;11542:38;:::i;:::-;11602:1;11616:154;11630:6;11627:1;11624:13;11616:154;;;11704:7;11698:14;11694:1;11689:3;11685:11;11678:35;11754:1;11745:7;11741:15;11730:26;;11652:4;11649:1;11645:12;11640:17;;11616:154;;;11799:6;11794:3;11790:16;11783:23;;11482:334;;11296:520;;11084:738;;10977:845;;;;:::o;11828:366::-;11970:3;11991:67;12055:2;12050:3;11991:67;:::i;:::-;11984:74;;12067:93;12156:3;12067:93;:::i;:::-;12185:2;12180:3;12176:12;12169:19;;11828:366;;;:::o;12200:::-;12342:3;12363:67;12427:2;12422:3;12363:67;:::i;:::-;12356:74;;12439:93;12528:3;12439:93;:::i;:::-;12557:2;12552:3;12548:12;12541:19;;12200:366;;;:::o;12572:::-;12714:3;12735:67;12799:2;12794:3;12735:67;:::i;:::-;12728:74;;12811:93;12900:3;12811:93;:::i;:::-;12929:2;12924:3;12920:12;12913:19;;12572:366;;;:::o;12944:::-;13086:3;13107:67;13171:2;13166:3;13107:67;:::i;:::-;13100:74;;13183:93;13272:3;13183:93;:::i;:::-;13301:2;13296:3;13292:12;13285:19;;12944:366;;;:::o;13316:::-;13458:3;13479:67;13543:2;13538:3;13479:67;:::i;:::-;13472:74;;13555:93;13644:3;13555:93;:::i;:::-;13673:2;13668:3;13664:12;13657:19;;13316:366;;;:::o;13688:::-;13830:3;13851:67;13915:2;13910:3;13851:67;:::i;:::-;13844:74;;13927:93;14016:3;13927:93;:::i;:::-;14045:2;14040:3;14036:12;14029:19;;13688:366;;;:::o;14060:::-;14202:3;14223:67;14287:2;14282:3;14223:67;:::i;:::-;14216:74;;14299:93;14388:3;14299:93;:::i;:::-;14417:2;14412:3;14408:12;14401:19;;14060:366;;;:::o;14432:::-;14574:3;14595:67;14659:2;14654:3;14595:67;:::i;:::-;14588:74;;14671:93;14760:3;14671:93;:::i;:::-;14789:2;14784:3;14780:12;14773:19;;14432:366;;;:::o;14804:::-;14946:3;14967:67;15031:2;15026:3;14967:67;:::i;:::-;14960:74;;15043:93;15132:3;15043:93;:::i;:::-;15161:2;15156:3;15152:12;15145:19;;14804:366;;;:::o;15176:::-;15318:3;15339:67;15403:2;15398:3;15339:67;:::i;:::-;15332:74;;15415:93;15504:3;15415:93;:::i;:::-;15533:2;15528:3;15524:12;15517:19;;15176:366;;;:::o;15548:::-;15690:3;15711:67;15775:2;15770:3;15711:67;:::i;:::-;15704:74;;15787:93;15876:3;15787:93;:::i;:::-;15905:2;15900:3;15896:12;15889:19;;15548:366;;;:::o;15920:::-;16062:3;16083:67;16147:2;16142:3;16083:67;:::i;:::-;16076:74;;16159:93;16248:3;16159:93;:::i;:::-;16277:2;16272:3;16268:12;16261:19;;15920:366;;;:::o;16292:::-;16434:3;16455:67;16519:2;16514:3;16455:67;:::i;:::-;16448:74;;16531:93;16620:3;16531:93;:::i;:::-;16649:2;16644:3;16640:12;16633:19;;16292:366;;;:::o;16664:::-;16806:3;16827:67;16891:2;16886:3;16827:67;:::i;:::-;16820:74;;16903:93;16992:3;16903:93;:::i;:::-;17021:2;17016:3;17012:12;17005:19;;16664:366;;;:::o;17036:::-;17178:3;17199:67;17263:2;17258:3;17199:67;:::i;:::-;17192:74;;17275:93;17364:3;17275:93;:::i;:::-;17393:2;17388:3;17384:12;17377:19;;17036:366;;;:::o;17408:::-;17550:3;17571:67;17635:2;17630:3;17571:67;:::i;:::-;17564:74;;17647:93;17736:3;17647:93;:::i;:::-;17765:2;17760:3;17756:12;17749:19;;17408:366;;;:::o;17780:::-;17922:3;17943:67;18007:2;18002:3;17943:67;:::i;:::-;17936:74;;18019:93;18108:3;18019:93;:::i;:::-;18137:2;18132:3;18128:12;18121:19;;17780:366;;;:::o;18152:::-;18294:3;18315:67;18379:2;18374:3;18315:67;:::i;:::-;18308:74;;18391:93;18480:3;18391:93;:::i;:::-;18509:2;18504:3;18500:12;18493:19;;18152:366;;;:::o;18524:::-;18666:3;18687:67;18751:2;18746:3;18687:67;:::i;:::-;18680:74;;18763:93;18852:3;18763:93;:::i;:::-;18881:2;18876:3;18872:12;18865:19;;18524:366;;;:::o;18896:::-;19038:3;19059:67;19123:2;19118:3;19059:67;:::i;:::-;19052:74;;19135:93;19224:3;19135:93;:::i;:::-;19253:2;19248:3;19244:12;19237:19;;18896:366;;;:::o;19268:398::-;19427:3;19448:83;19529:1;19524:3;19448:83;:::i;:::-;19441:90;;19540:93;19629:3;19540:93;:::i;:::-;19658:1;19653:3;19649:11;19642:18;;19268:398;;;:::o;19672:366::-;19814:3;19835:67;19899:2;19894:3;19835:67;:::i;:::-;19828:74;;19911:93;20000:3;19911:93;:::i;:::-;20029:2;20024:3;20020:12;20013:19;;19672:366;;;:::o;20044:::-;20186:3;20207:67;20271:2;20266:3;20207:67;:::i;:::-;20200:74;;20283:93;20372:3;20283:93;:::i;:::-;20401:2;20396:3;20392:12;20385:19;;20044:366;;;:::o;20416:::-;20558:3;20579:67;20643:2;20638:3;20579:67;:::i;:::-;20572:74;;20655:93;20744:3;20655:93;:::i;:::-;20773:2;20768:3;20764:12;20757:19;;20416:366;;;:::o;20788:::-;20930:3;20951:67;21015:2;21010:3;20951:67;:::i;:::-;20944:74;;21027:93;21116:3;21027:93;:::i;:::-;21145:2;21140:3;21136:12;21129:19;;20788:366;;;:::o;21214:799::-;21331:3;21367:4;21362:3;21358:14;21460:4;21453:5;21449:16;21443:23;21513:3;21507:4;21503:14;21496:4;21491:3;21487:14;21480:38;21539:73;21607:4;21593:12;21539:73;:::i;:::-;21531:81;;21382:241;21712:4;21705:5;21701:16;21695:23;21731:63;21788:4;21783:3;21779:14;21765:12;21731:63;:::i;:::-;21633:171;21894:4;21887:5;21883:16;21877:23;21913:63;21970:4;21965:3;21961:14;21947:12;21913:63;:::i;:::-;21814:172;22003:4;21996:11;;21336:677;21214:799;;;;:::o;22019:108::-;22096:24;22114:5;22096:24;:::i;:::-;22091:3;22084:37;22019:108;;:::o;22133:118::-;22220:24;22238:5;22220:24;:::i;:::-;22215:3;22208:37;22133:118;;:::o;22257:275::-;22389:3;22411:95;22502:3;22493:6;22411:95;:::i;:::-;22404:102;;22523:3;22516:10;;22257:275;;;;:::o;22538:589::-;22763:3;22785:95;22876:3;22867:6;22785:95;:::i;:::-;22778:102;;22897:95;22988:3;22979:6;22897:95;:::i;:::-;22890:102;;23009:92;23097:3;23088:6;23009:92;:::i;:::-;23002:99;;23118:3;23111:10;;22538:589;;;;;;:::o;23133:379::-;23317:3;23339:147;23482:3;23339:147;:::i;:::-;23332:154;;23503:3;23496:10;;23133:379;;;:::o;23518:222::-;23611:4;23649:2;23638:9;23634:18;23626:26;;23662:71;23730:1;23719:9;23715:17;23706:6;23662:71;:::i;:::-;23518:222;;;;:::o;23746:640::-;23941:4;23979:3;23968:9;23964:19;23956:27;;23993:71;24061:1;24050:9;24046:17;24037:6;23993:71;:::i;:::-;24074:72;24142:2;24131:9;24127:18;24118:6;24074:72;:::i;:::-;24156;24224:2;24213:9;24209:18;24200:6;24156:72;:::i;:::-;24275:9;24269:4;24265:20;24260:2;24249:9;24245:18;24238:48;24303:76;24374:4;24365:6;24303:76;:::i;:::-;24295:84;;23746:640;;;;;;;:::o;24392:373::-;24535:4;24573:2;24562:9;24558:18;24550:26;;24622:9;24616:4;24612:20;24608:1;24597:9;24593:17;24586:47;24650:108;24753:4;24744:6;24650:108;:::i;:::-;24642:116;;24392:373;;;;:::o;24771:210::-;24858:4;24896:2;24885:9;24881:18;24873:26;;24909:65;24971:1;24960:9;24956:17;24947:6;24909:65;:::i;:::-;24771:210;;;;:::o;24987:313::-;25100:4;25138:2;25127:9;25123:18;25115:26;;25187:9;25181:4;25177:20;25173:1;25162:9;25158:17;25151:47;25215:78;25288:4;25279:6;25215:78;:::i;:::-;25207:86;;24987:313;;;;:::o;25306:419::-;25472:4;25510:2;25499:9;25495:18;25487:26;;25559:9;25553:4;25549:20;25545:1;25534:9;25530:17;25523:47;25587:131;25713:4;25587:131;:::i;:::-;25579:139;;25306:419;;;:::o;25731:::-;25897:4;25935:2;25924:9;25920:18;25912:26;;25984:9;25978:4;25974:20;25970:1;25959:9;25955:17;25948:47;26012:131;26138:4;26012:131;:::i;:::-;26004:139;;25731:419;;;:::o;26156:::-;26322:4;26360:2;26349:9;26345:18;26337:26;;26409:9;26403:4;26399:20;26395:1;26384:9;26380:17;26373:47;26437:131;26563:4;26437:131;:::i;:::-;26429:139;;26156:419;;;:::o;26581:::-;26747:4;26785:2;26774:9;26770:18;26762:26;;26834:9;26828:4;26824:20;26820:1;26809:9;26805:17;26798:47;26862:131;26988:4;26862:131;:::i;:::-;26854:139;;26581:419;;;:::o;27006:::-;27172:4;27210:2;27199:9;27195:18;27187:26;;27259:9;27253:4;27249:20;27245:1;27234:9;27230:17;27223:47;27287:131;27413:4;27287:131;:::i;:::-;27279:139;;27006:419;;;:::o;27431:::-;27597:4;27635:2;27624:9;27620:18;27612:26;;27684:9;27678:4;27674:20;27670:1;27659:9;27655:17;27648:47;27712:131;27838:4;27712:131;:::i;:::-;27704:139;;27431:419;;;:::o;27856:::-;28022:4;28060:2;28049:9;28045:18;28037:26;;28109:9;28103:4;28099:20;28095:1;28084:9;28080:17;28073:47;28137:131;28263:4;28137:131;:::i;:::-;28129:139;;27856:419;;;:::o;28281:::-;28447:4;28485:2;28474:9;28470:18;28462:26;;28534:9;28528:4;28524:20;28520:1;28509:9;28505:17;28498:47;28562:131;28688:4;28562:131;:::i;:::-;28554:139;;28281:419;;;:::o;28706:::-;28872:4;28910:2;28899:9;28895:18;28887:26;;28959:9;28953:4;28949:20;28945:1;28934:9;28930:17;28923:47;28987:131;29113:4;28987:131;:::i;:::-;28979:139;;28706:419;;;:::o;29131:::-;29297:4;29335:2;29324:9;29320:18;29312:26;;29384:9;29378:4;29374:20;29370:1;29359:9;29355:17;29348:47;29412:131;29538:4;29412:131;:::i;:::-;29404:139;;29131:419;;;:::o;29556:::-;29722:4;29760:2;29749:9;29745:18;29737:26;;29809:9;29803:4;29799:20;29795:1;29784:9;29780:17;29773:47;29837:131;29963:4;29837:131;:::i;:::-;29829:139;;29556:419;;;:::o;29981:::-;30147:4;30185:2;30174:9;30170:18;30162:26;;30234:9;30228:4;30224:20;30220:1;30209:9;30205:17;30198:47;30262:131;30388:4;30262:131;:::i;:::-;30254:139;;29981:419;;;:::o;30406:::-;30572:4;30610:2;30599:9;30595:18;30587:26;;30659:9;30653:4;30649:20;30645:1;30634:9;30630:17;30623:47;30687:131;30813:4;30687:131;:::i;:::-;30679:139;;30406:419;;;:::o;30831:::-;30997:4;31035:2;31024:9;31020:18;31012:26;;31084:9;31078:4;31074:20;31070:1;31059:9;31055:17;31048:47;31112:131;31238:4;31112:131;:::i;:::-;31104:139;;30831:419;;;:::o;31256:::-;31422:4;31460:2;31449:9;31445:18;31437:26;;31509:9;31503:4;31499:20;31495:1;31484:9;31480:17;31473:47;31537:131;31663:4;31537:131;:::i;:::-;31529:139;;31256:419;;;:::o;31681:::-;31847:4;31885:2;31874:9;31870:18;31862:26;;31934:9;31928:4;31924:20;31920:1;31909:9;31905:17;31898:47;31962:131;32088:4;31962:131;:::i;:::-;31954:139;;31681:419;;;:::o;32106:::-;32272:4;32310:2;32299:9;32295:18;32287:26;;32359:9;32353:4;32349:20;32345:1;32334:9;32330:17;32323:47;32387:131;32513:4;32387:131;:::i;:::-;32379:139;;32106:419;;;:::o;32531:::-;32697:4;32735:2;32724:9;32720:18;32712:26;;32784:9;32778:4;32774:20;32770:1;32759:9;32755:17;32748:47;32812:131;32938:4;32812:131;:::i;:::-;32804:139;;32531:419;;;:::o;32956:::-;33122:4;33160:2;33149:9;33145:18;33137:26;;33209:9;33203:4;33199:20;33195:1;33184:9;33180:17;33173:47;33237:131;33363:4;33237:131;:::i;:::-;33229:139;;32956:419;;;:::o;33381:::-;33547:4;33585:2;33574:9;33570:18;33562:26;;33634:9;33628:4;33624:20;33620:1;33609:9;33605:17;33598:47;33662:131;33788:4;33662:131;:::i;:::-;33654:139;;33381:419;;;:::o;33806:::-;33972:4;34010:2;33999:9;33995:18;33987:26;;34059:9;34053:4;34049:20;34045:1;34034:9;34030:17;34023:47;34087:131;34213:4;34087:131;:::i;:::-;34079:139;;33806:419;;;:::o;34231:::-;34397:4;34435:2;34424:9;34420:18;34412:26;;34484:9;34478:4;34474:20;34470:1;34459:9;34455:17;34448:47;34512:131;34638:4;34512:131;:::i;:::-;34504:139;;34231:419;;;:::o;34656:::-;34822:4;34860:2;34849:9;34845:18;34837:26;;34909:9;34903:4;34899:20;34895:1;34884:9;34880:17;34873:47;34937:131;35063:4;34937:131;:::i;:::-;34929:139;;34656:419;;;:::o;35081:::-;35247:4;35285:2;35274:9;35270:18;35262:26;;35334:9;35328:4;35324:20;35320:1;35309:9;35305:17;35298:47;35362:131;35488:4;35362:131;:::i;:::-;35354:139;;35081:419;;;:::o;35506:369::-;35647:4;35685:2;35674:9;35670:18;35662:26;;35734:9;35728:4;35724:20;35720:1;35709:9;35705:17;35698:47;35762:106;35863:4;35854:6;35762:106;:::i;:::-;35754:114;;35506:369;;;;:::o;35881:222::-;35974:4;36012:2;36001:9;35997:18;35989:26;;36025:71;36093:1;36082:9;36078:17;36069:6;36025:71;:::i;:::-;35881:222;;;;:::o;36109:129::-;36143:6;36170:20;;:::i;:::-;36160:30;;36199:33;36227:4;36219:6;36199:33;:::i;:::-;36109:129;;;:::o;36244:75::-;36277:6;36310:2;36304:9;36294:19;;36244:75;:::o;36325:307::-;36386:4;36476:18;36468:6;36465:30;36462:56;;;36498:18;;:::i;:::-;36462:56;36536:29;36558:6;36536:29;:::i;:::-;36528:37;;36620:4;36614;36610:15;36602:23;;36325:307;;;:::o;36638:308::-;36700:4;36790:18;36782:6;36779:30;36776:56;;;36812:18;;:::i;:::-;36776:56;36850:29;36872:6;36850:29;:::i;:::-;36842:37;;36934:4;36928;36924:15;36916:23;;36638:308;;;:::o;36952:132::-;37019:4;37042:3;37034:11;;37072:4;37067:3;37063:14;37055:22;;36952:132;;;:::o;37090:141::-;37139:4;37162:3;37154:11;;37185:3;37182:1;37175:14;37219:4;37216:1;37206:18;37198:26;;37090:141;;;:::o;37237:114::-;37304:6;37338:5;37332:12;37322:22;;37237:114;;;:::o;37357:98::-;37408:6;37442:5;37436:12;37426:22;;37357:98;;;:::o;37461:99::-;37513:6;37547:5;37541:12;37531:22;;37461:99;;;:::o;37566:113::-;37636:4;37668;37663:3;37659:14;37651:22;;37566:113;;;:::o;37685:184::-;37784:11;37818:6;37813:3;37806:19;37858:4;37853:3;37849:14;37834:29;;37685:184;;;;:::o;37875:168::-;37958:11;37992:6;37987:3;37980:19;38032:4;38027:3;38023:14;38008:29;;37875:168;;;;:::o;38049:147::-;38150:11;38187:3;38172:18;;38049:147;;;;:::o;38202:159::-;38276:11;38310:6;38305:3;38298:19;38350:4;38345:3;38341:14;38326:29;;38202:159;;;;:::o;38367:169::-;38451:11;38485:6;38480:3;38473:19;38525:4;38520:3;38516:14;38501:29;;38367:169;;;;:::o;38542:148::-;38644:11;38681:3;38666:18;;38542:148;;;;:::o;38696:305::-;38736:3;38755:20;38773:1;38755:20;:::i;:::-;38750:25;;38789:20;38807:1;38789:20;:::i;:::-;38784:25;;38943:1;38875:66;38871:74;38868:1;38865:81;38862:107;;;38949:18;;:::i;:::-;38862:107;38993:1;38990;38986:9;38979:16;;38696:305;;;;:::o;39007:185::-;39047:1;39064:20;39082:1;39064:20;:::i;:::-;39059:25;;39098:20;39116:1;39098:20;:::i;:::-;39093:25;;39137:1;39127:35;;39142:18;;:::i;:::-;39127:35;39184:1;39181;39177:9;39172:14;;39007:185;;;;:::o;39198:348::-;39238:7;39261:20;39279:1;39261:20;:::i;:::-;39256:25;;39295:20;39313:1;39295:20;:::i;:::-;39290:25;;39483:1;39415:66;39411:74;39408:1;39405:81;39400:1;39393:9;39386:17;39382:105;39379:131;;;39490:18;;:::i;:::-;39379:131;39538:1;39535;39531:9;39520:20;;39198:348;;;;:::o;39552:191::-;39592:4;39612:20;39630:1;39612:20;:::i;:::-;39607:25;;39646:20;39664:1;39646:20;:::i;:::-;39641:25;;39685:1;39682;39679:8;39676:34;;;39690:18;;:::i;:::-;39676:34;39735:1;39732;39728:9;39720:17;;39552:191;;;;:::o;39749:96::-;39786:7;39815:24;39833:5;39815:24;:::i;:::-;39804:35;;39749:96;;;:::o;39851:90::-;39885:7;39928:5;39921:13;39914:21;39903:32;;39851:90;;;:::o;39947:149::-;39983:7;40023:66;40016:5;40012:78;40001:89;;39947:149;;;:::o;40102:126::-;40139:7;40179:42;40172:5;40168:54;40157:65;;40102:126;;;:::o;40234:77::-;40271:7;40300:5;40289:16;;40234:77;;;:::o;40317:154::-;40401:6;40396:3;40391;40378:30;40463:1;40454:6;40449:3;40445:16;40438:27;40317:154;;;:::o;40477:307::-;40545:1;40555:113;40569:6;40566:1;40563:13;40555:113;;;40654:1;40649:3;40645:11;40639:18;40635:1;40630:3;40626:11;40619:39;40591:2;40588:1;40584:10;40579:15;;40555:113;;;40686:6;40683:1;40680:13;40677:101;;;40766:1;40757:6;40752:3;40748:16;40741:27;40677:101;40526:258;40477:307;;;:::o;40790:320::-;40834:6;40871:1;40865:4;40861:12;40851:22;;40918:1;40912:4;40908:12;40939:18;40929:81;;40995:4;40987:6;40983:17;40973:27;;40929:81;41057:2;41049:6;41046:14;41026:18;41023:38;41020:84;;;41076:18;;:::i;:::-;41020:84;40841:269;40790:320;;;:::o;41116:281::-;41199:27;41221:4;41199:27;:::i;:::-;41191:6;41187:40;41329:6;41317:10;41314:22;41293:18;41281:10;41278:34;41275:62;41272:88;;;41340:18;;:::i;:::-;41272:88;41380:10;41376:2;41369:22;41159:238;41116:281;;:::o;41403:233::-;41442:3;41465:24;41483:5;41465:24;:::i;:::-;41456:33;;41511:66;41504:5;41501:77;41498:103;;;41581:18;;:::i;:::-;41498:103;41628:1;41621:5;41617:13;41610:20;;41403:233;;;:::o;41642:176::-;41674:1;41691:20;41709:1;41691:20;:::i;:::-;41686:25;;41725:20;41743:1;41725:20;:::i;:::-;41720:25;;41764:1;41754:35;;41769:18;;:::i;:::-;41754:35;41810:1;41807;41803:9;41798:14;;41642:176;;;;:::o;41824:180::-;41872:77;41869:1;41862:88;41969:4;41966:1;41959:15;41993:4;41990:1;41983:15;42010:180;42058:77;42055:1;42048:88;42155:4;42152:1;42145:15;42179:4;42176:1;42169:15;42196:180;42244:77;42241:1;42234:88;42341:4;42338:1;42331:15;42365:4;42362:1;42355:15;42382:180;42430:77;42427:1;42420:88;42527:4;42524:1;42517:15;42551:4;42548:1;42541:15;42568:180;42616:77;42613:1;42606:88;42713:4;42710:1;42703:15;42737:4;42734:1;42727:15;42754:180;42802:77;42799:1;42792:88;42899:4;42896:1;42889:15;42923:4;42920:1;42913:15;42940:117;43049:1;43046;43039:12;43063:117;43172:1;43169;43162:12;43186:117;43295:1;43292;43285:12;43309:117;43418:1;43415;43408:12;43432:102;43473:6;43524:2;43520:7;43515:2;43508:5;43504:14;43500:28;43490:38;;43432:102;;;:::o;43540:303::-;43680:34;43676:1;43668:6;43664:14;43657:58;43749:34;43744:2;43736:6;43732:15;43725:59;43818:17;43813:2;43805:6;43801:15;43794:42;43540:303;:::o;43849:182::-;43989:34;43985:1;43977:6;43973:14;43966:58;43849:182;:::o;44037:230::-;44177:34;44173:1;44165:6;44161:14;44154:58;44246:13;44241:2;44233:6;44229:15;44222:38;44037:230;:::o;44273:237::-;44413:34;44409:1;44401:6;44397:14;44390:58;44482:20;44477:2;44469:6;44465:15;44458:45;44273:237;:::o;44516:225::-;44656:34;44652:1;44644:6;44640:14;44633:58;44725:8;44720:2;44712:6;44708:15;44701:33;44516:225;:::o;44747:178::-;44887:30;44883:1;44875:6;44871:14;44864:54;44747:178;:::o;44931:223::-;45071:34;45067:1;45059:6;45055:14;45048:58;45140:6;45135:2;45127:6;45123:15;45116:31;44931:223;:::o;45160:175::-;45300:27;45296:1;45288:6;45284:14;45277:51;45160:175;:::o;45341:231::-;45481:34;45477:1;45469:6;45465:14;45458:58;45550:14;45545:2;45537:6;45533:15;45526:39;45341:231;:::o;45578:243::-;45718:34;45714:1;45706:6;45702:14;45695:58;45787:26;45782:2;45774:6;45770:15;45763:51;45578:243;:::o;45827:178::-;45967:30;45963:1;45955:6;45951:14;45944:54;45827:178;:::o;46011:229::-;46151:34;46147:1;46139:6;46135:14;46128:58;46220:12;46215:2;46207:6;46203:15;46196:37;46011:229;:::o;46246:228::-;46386:34;46382:1;46374:6;46370:14;46363:58;46455:11;46450:2;46442:6;46438:15;46431:36;46246:228;:::o;46480:182::-;46620:34;46616:1;46608:6;46604:14;46597:58;46480:182;:::o;46668:227::-;46808:34;46804:1;46796:6;46792:14;46785:58;46877:10;46872:2;46864:6;46860:15;46853:35;46668:227;:::o;46901:231::-;47041:34;47037:1;47029:6;47025:14;47018:58;47110:14;47105:2;47097:6;47093:15;47086:39;46901:231;:::o;47138:182::-;47278:34;47274:1;47266:6;47262:14;47255:58;47138:182;:::o;47326:228::-;47466:34;47462:1;47454:6;47450:14;47443:58;47535:11;47530:2;47522:6;47518:15;47511:36;47326:228;:::o;47560:234::-;47700:34;47696:1;47688:6;47684:14;47677:58;47769:17;47764:2;47756:6;47752:15;47745:42;47560:234;:::o;47800:220::-;47940:34;47936:1;47928:6;47924:14;47917:58;48009:3;48004:2;47996:6;47992:15;47985:28;47800:220;:::o;48026:114::-;;:::o;48146:167::-;48286:19;48282:1;48274:6;48270:14;48263:43;48146:167;:::o;48319:236::-;48459:34;48455:1;48447:6;48443:14;48436:58;48528:19;48523:2;48515:6;48511:15;48504:44;48319:236;:::o;48561:231::-;48701:34;48697:1;48689:6;48685:14;48678:58;48770:14;48765:2;48757:6;48753:15;48746:39;48561:231;:::o;48798:174::-;48938:26;48934:1;48926:6;48922:14;48915:50;48798:174;:::o;48978:122::-;49051:24;49069:5;49051:24;:::i;:::-;49044:5;49041:35;49031:63;;49090:1;49087;49080:12;49031:63;48978:122;:::o;49106:116::-;49176:21;49191:5;49176:21;:::i;:::-;49169:5;49166:32;49156:60;;49212:1;49209;49202:12;49156:60;49106:116;:::o;49228:120::-;49300:23;49317:5;49300:23;:::i;:::-;49293:5;49290:34;49280:62;;49338:1;49335;49328:12;49280:62;49228:120;:::o;49354:122::-;49427:24;49445:5;49427:24;:::i;:::-;49420:5;49417:35;49407:63;;49466:1;49463;49456:12;49407:63;49354:122;:::o

Swarm Source

ipfs://55ce067d137b04d80550421a81775048ad710a3a580af063d97122d43fc84ed7

Block Transaction Gas Used Reward
view all blocks produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
[ Download: CSV Export  ]
[ Download: CSV Export  ]

A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.